PostgreSQL Patch Tester

Current commitfest | Next commitfest | FAQ | Statistics | Highlights

Highlight type: all assertion compiler core linker panic regress sanitizer tap test

Time range: current 7-day 30-day 90-day

This robot generates gigabytes of CI logs every week. Here is an attempt to search for "highlights", so it's easier to find actionable information quickly. New ideas for what patterns to search for are very welcome. "Current" shows only the most recent results from each submission. The wider time ranges also show information about historical versions, which may be useful for flapping tests, and also for hunting for bugs in master.

53/5214 SQL:2023 JSON simplified accessor support
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:54:30.387] c:\cirrus\src\backend\utils\adt\jsonbsubs.c(219) : warning C4715: 'make_jsonpath_item_expr': not all cont...
53/5853 Extend int128.h to more of numeric.c
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:23:52.765] c:\cirrus\src\include\common/int128.h(375): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:51.508] c:\cirrus\src\include\common/int128.h(337): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:51.508] c:\cirrus\src\include\common/int128.h(338): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:51.511] c:\cirrus\src\include\common/int128.h(369): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:51.511] c:\cirrus\src\include\common/int128.h(374): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:51.511] c:\cirrus\src\include\common/int128.h(375): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:52.765] c:\cirrus\src\include\common/int128.h(337): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:52.765] c:\cirrus\src\include\common/int128.h(338): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:52.765] c:\cirrus\src\include\common/int128.h(374): warning C4146: unary minus operator applied to unsigned type,...
compiler
[07:23:52.765] c:\cirrus\src\include\common/int128.h(369): warning C4146: unary minus operator applied to unsigned type,...
53/4681 Make COPY format extendable: Extract COPY TO format implementations
FreeBSD - Meson
core
[05:59:50.213] #0  0x000000082afbb75a in _sigprocmask () from /lib/libc.so.7
[05:59:50.213] #1  0x000000082aff8a7f in _system () from /lib/libc.so.7
[05:59:50.213] #2  0x000000082a5228a3 in ?? () from /lib/libthr.so.3
[05:59:50.213] #3  0x0000000000687f87 in RestoreArchivedFile (path=path@entry=0x82137d1e0 "pg_wal/00000002", '0' <repeat...
[05:59:50.213] #4  0x000000000066edf8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[05:59:50.213] #5  0x000000000066eeb8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[05:59:50.213] #6  0x000000000069346b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[05:59:50.213] #7  0x000000000068f603 in WaitForWALToBecomeAvailable (RecPtr=67209584, tliRecPtr=67209560, replayTLI=2, ...
[05:59:50.213] #8  XLogPageRead (xlogreader=0xb8d7e1d130, targetPagePtr=67207168, reqLen=2416, targetRecPtr=67209560, re...
[05:59:50.213] #9  0x00000000006963ca in ReadPageInternal (state=state@entry=0xb8d7e1d130, pageptr=67207168, reqLen=2416...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_copy_format/expected/test_copy_format.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_copy_format/expected/test_copy_format.out	2025-07-09 05:48:58.069746000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_copy_format-running/regress/results/test_copy_format.out	2025-07-09 05:56:43...
@@ -1,19 +1,13 @@
 CREATE TABLE copy_data (a smallint, b integer, c bigint);
 INSERT INTO copy_data VALUES (1, 2, 3), (12, 34, 56), (123, 456, 789);
 COPY copy_data FROM stdin WITH (FORMAT 'test_copy_format');
-NOTICE:  CopyFromInFunc: attribute: smallint
-NOTICE:  CopyFromInFunc: attribute: integer
-NOTICE:  CopyFromInFunc: attribute: bigint
-NOTICE:  CopyFromStart: the number of attributes: 3
-NOTICE:  CopyFromOneRow
-NOTICE:  CopyFromEnd
+ERROR:  COPY format "test_copy_format" not recognized
+LINE 1: COPY copy_data FROM stdin WITH (FORMAT 'test_copy_format');
+                                        ^
+\.
+invalid command \.
 COPY copy_data TO stdout WITH (FORMAT 'test_copy_format');
-NOTICE:  CopyToOutFunc: attribute: smallint
...
test
[05:57:19.464] 54/79 postgresql:test_copy_format-running / test_copy_format-running/regress       ERROR             0.12...
55/5901 Proposal to allow DELETE/UPDATE on partitioned tables with unsupported foreign partitions
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:04.406526000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out	2025-07-09 02:24:39.690...
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:04.406526000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_info.out	2025-07-09 02:26:08.1...
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:04.406526000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_info.out	2025-07-09 02:24:45.122077000 +0000
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
tap
[02:25:03.895](219.684s) not ok 5 - regression tests pass
tap
[02:26:29.453](260.743s) not ok 2 - regression tests pass
test
[02:27:57.176] 172/343 postgresql:regress / regress/regress                                            ERROR           2...
[02:27:57.176] 185/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
[02:27:57.176] 269/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:04.092073793 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out	2025-07-09 02:22:41.902...
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:04.092073793 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_info.out	2025-07-09 02:23:59.3...
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:04.092073793 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_info.out	2025-07-09 02:22:39.958057573 +0000
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
tap
[02:22:50.210](79.631s) not ok 5 - regression tests pass
tap
[02:24:08.642](82.481s) not ok 2 - regression tests pass
test
[02:27:26.655]  30/344 postgresql:regress / regress/regress                                            ERROR            ...
[02:27:26.655]  33/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:27:26.655] 104/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_info.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_info.out	2025-07-09 02:20:10
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out	2025-07-09 02:24:39
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/Users/admin/pgsql/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_info.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_info.out	2025-07-09 02:20:10
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_info.out	2025-07-09 02:26:14
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/Users/admin/pgsql/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_info.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_info.out	2025-07-09 02:20:10
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_info.out	2025-07-09 02:24:45
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/Users/admin/pgsql/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
tap
[02:24:50.266](102.955s) not ok 5 - regression tests pass
tap
[02:26:21.968](86.171s) not ok 2 - regression tests pass
test
[02:28:22.809]  30/343 postgresql:regress / regress/regress                                            ERROR           1...
[02:28:22.809]  29/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:28:22.809] 130/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_info.out	2025-07-09 02:20:11.067206400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out	2025-07-09 02:24:44.084717700 +000...
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "C:/cirrus/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_info.out	2025-07-09 02:20:11.067206400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_info.out	2025-07-09 02:27:38.436757200 +0...
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "C:/cirrus/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_info.out	2025-07-09 02:20:11.067206400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_info.out	2025-07-09 02:24:26.661847500 +0000
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "C:/cirrus/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
tap
[02:24:54.800](133.921s) not ok 5 - regression tests pass
tap
[02:27:53.643](144.495s) not ok 2 - regression tests pass
test
[02:35:21.007]  14/338 postgresql:regress / regress/regress                                            ERROR           1...
[02:35:21.007]  21/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[02:35:21.007]  75/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:05.200908566 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_info.out	2025-07-09 02:26:42.321467269 +0000
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:05.200908566 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_info.out	2025-07-09 02:28:37.881564098 +0000
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out	2025-07-09 02:20:05.200908566 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_info.out	2025-07-09 02:23:46.029230323 +0000
@@ -365,42 +365,26 @@
 OPTIONS (format 'csv', filename :'filename', header 'false', delimiter ';', quote '@', escape '"', null '');
 ALTER TABLE ptif_root ATTACH PARTITION agg_csv FOR VALUES FROM (10) TO (20);
 SELECT * FROM ptif_root;
-  a  |    b    
------+---------
-   5 |     0.1
-   6 |     0.2
-  56 |     7.8
- 100 |  99.097
-   0 | 0.09561
-  42 |  324.78
-(6 rows)
-
+ERROR:  could not open file "/tmp/cirrus-ci-build/src/test/regress/data/agg.csv" for reading: No such file or directory
+HINT:  COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as ps...
 DELETE FROM ptif_root WHERE b = 0.1;
...
tap
[02:26:52.705](144.989s) not ok 5 - regression tests pass
tap
[02:28:47.240](83.626s) not ok 2 - regression tests pass
55/5405 Add 'make check-tests' behavior to the meson based builds
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:05:46.063](0.000s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
test
[01:12:34.893] 146/338 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
53/5845 Carefully exposing information without authentication
CompilerWarnings
compiler
[23:47:39.638] backend_startup.c:1266:65: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument...
53/5673 Random pg_upgrade 004_subscription test failure on drongo
CompilerWarnings
compiler
[23:38:03.472] md.c:256:48: error: implicit declaration of function ‘pg_RtlGetLastNtStatus’ [-Werror=implicit-function-d...
53/5811 Expose internal MultiXact member count function for efficient monitoring
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:29:54.397] ../src/backend/access/transam/multixact.c(3500): error C2375: 'pg_get_multixact_count': redefinition; dif...
53/5727 Accounting for metapages in genericcostestimate()
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[23:08:47.392](0.001s) not ok 23 - connect : matches
test
[23:11:52.823] 258/338 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
53/5517 Extended Statistics set/restore/clear functions
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:29:01.192] ../src/backend/statistics/dependencies.c(928): warning C4129: '%': unrecognized character escape sequence
compiler
[22:29:01.411] ../src/backend/statistics/mvdistinct.c(589): warning C4129: '%': unrecognized character escape sequence
53/5881 array_random
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2025-07-08 21:33:30.632563675 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2025-07-08 21:44:06.11823610...
@@ -3004,11 +3004,12 @@
 
 --array_random error case
 SELECT array_random(1, 10, '{134217728}');
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  out of memory
+DETAIL:  Failed on request of size 12 in memory context "printtup".
 SELECT array_random(2, 1, '{2}'::int[]);
 ERROR:  lower bound must be less than or equal to upper bound
 SELECT array_random(2, 1, '{-1}'::int[]);
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  array size exceeds the maximum allowed (268435455)
 SELECT array_random(NULL, 1, NULL);
 ERROR:  dimension array cannot be null
 SELECT array_random(1, 2, '{NULL}'::int[]);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2025-07-08 21:33:30.632563675 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/arrays.out	2025-07-08 21:45:30.350935...
@@ -3004,11 +3004,12 @@
 
 --array_random error case
 SELECT array_random(1, 10, '{134217728}');
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  out of memory
+DETAIL:  Failed on request of size 12 in memory context "printtup".
 SELECT array_random(2, 1, '{2}'::int[]);
 ERROR:  lower bound must be less than or equal to upper bound
 SELECT array_random(2, 1, '{-1}'::int[]);
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  array size exceeds the maximum allowed (268435455)
 SELECT array_random(NULL, 1, NULL);
 ERROR:  dimension array cannot be null
 SELECT array_random(1, 2, '{NULL}'::int[]);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build-32/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2025-07-08 21:33:30.632563675 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/arrays.out	2025-07-08 21:44:08.590247752 +0000
@@ -3004,11 +3004,12 @@
 
 --array_random error case
 SELECT array_random(1, 10, '{134217728}');
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  out of memory
+DETAIL:  Failed on request of size 12 in memory context "printtup".
 SELECT array_random(2, 1, '{2}'::int[]);
 ERROR:  lower bound must be less than or equal to upper bound
 SELECT array_random(2, 1, '{-1}'::int[]);
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  array size exceeds the maximum allowed (268435455)
 SELECT array_random(NULL, 1, NULL);
 ERROR:  dimension array cannot be null
 SELECT array_random(1, 2, '{NULL}'::int[]);
tap
[21:45:01.758](102.828s) not ok 5 - regression tests pass
tap
[21:46:21.546](106.829s) not ok 2 - regression tests pass
test
[21:49:44.761]  21/344 postgresql:regress / regress/regress                                            ERROR           1...
[21:49:44.761]  42/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:49:44.761] 116/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/5330 Logging plan of the currently running query
FreeBSD - Meson
core
[16:59:32.395] #0  0x0000101f236f1fda in copy_file_range () from /lib/libc.so.7
[16:59:32.395] #1  0x00001017017ba412 in ?? ()
[16:59:32.395] #2  0x00001017017b9e1b in ?? ()
[16:59:32.395] #3  0x00001017017b96e3 in ?? ()
[16:59:32.395] #4  0x0000101f2363ec3a in __libc_start1 () from /lib/libc.so.7
[16:59:32.395] #5  0x00001017017b92dd in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/timeouts.out /tmp/cirrus-ci-build/build/testrun/isolation/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/timeouts.out	2025-07-08 16:48:38.547884000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/timeouts.out	2025-07-08 16:52:19.434786000 +0000
@@ -78,4 +78,4 @@
 step slto: SET lock_timeout = '10s'; SET statement_timeout = '10ms';
 step update: DELETE FROM accounts WHERE accountid = 'checking'; <waiting ...>
 step update: <... completed>
-ERROR:  canceling statement due to statement timeout
+ERROR:  canceling statement due to user request
test
[16:56:56.435]  72/343 postgresql:isolation / isolation/isolation                                      ERROR           1...
53/5708 don't generate fake alias names, only fake eref names
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/memoize.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/memoize.out	2025-07-08 15:18:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/memoize.out	2025-07-08 15:20:14
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/memoize.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r...
--- /Users/admin/pgsql/src/test/regress/expected/memoize.out	2025-07-08 15:18:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/memoize.out	2025-07-08 15:21:36
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/memoize.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/memoize.out	2025-07-08 15:18:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/memoize.out	2025-07-08 15:20:18
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
tap
[15:20:20.479](47.905s) not ok 5 - regression tests pass
tap
[15:21:49.967](84.646s) not ok 2 - regression tests pass
test
[15:25:13.319]  28/343 postgresql:regress / regress/regress                                            ERROR            ...
[15:25:13.319]  27/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:25:13.319] 129/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/memoize.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/memoize.out	2025-07-08 15:19:16.336313100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/memoize.out	2025-07-08 15:23:01.933588200 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/memoize.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/memoize.out	2025-07-08 15:19:16.336313100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/memoize.out	2025-07-08 15:25:43.626145900 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/memoize.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/memoize.out	2025-07-08 15:19:16.336313100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/memoize.out	2025-07-08 15:22:56.866253000 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
tap
[15:23:10.657](103.251s) not ok 5 - regression tests pass
tap
[15:25:56.597](131.612s) not ok 2 - regression tests pass
test
[15:32:38.012]  14/338 postgresql:regress / regress/regress                                            ERROR           1...
[15:32:38.012]  16/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:32:38.012]  75/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Meson
core
[15:28:39.907] #0  0x00007fbdf0a70dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.907] #1  0x00007fbdf0a1d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.907] #2  0x00007fbdf0a1d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.907] #3  0x00005618611135f3 in ?? ()
[15:28:39.907] #4  0x000056186110d369 in ?? ()
[15:28:39.907] #5  0x000056186110c20f in ?? ()
[15:28:39.907] #6  0x000056186110cc3b in ?? ()
[15:28:39.907] #7  0x000056186110a66f in ?? ()
[15:28:39.907] #8  0x00007fbdf0a0824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.907] #9  0x00007fbdf0a08305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:28:39.788] #0  0x00007fbdf0a70dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.788] #1  0x00007fbdf0a1d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.788] #2  0x00007fbdf0a1d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.788] #3  0x00005618611135c1 in ?? ()
[15:28:39.788] #4  0x000056186110d369 in ?? ()
[15:28:39.788] #5  0x000056186110c20f in ?? ()
[15:28:39.788] #6  0x000056186110cc3b in ?? ()
[15:28:39.788] #7  0x000056186110a66f in ?? ()
[15:28:39.788] #8  0x00007fbdf0a0824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:39.788] #9  0x00007fbdf0a08305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:28:39.907] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:11.571990241 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/memoize.out	2025-07-08 15:21:41.199610783 ...
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:11.571990241 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/memoize.out	2025-07-08 15:22:56.96353250...
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:11.571990241 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/memoize.out	2025-07-08 15:21:40.803611021 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
tap
[15:21:48.243](74.030s) not ok 5 - regression tests pass
tap
[15:23:03.621](76.381s) not ok 2 - regression tests pass
test
[15:26:11.787]  30/344 postgresql:regress / regress/regress                                            ERROR            ...
[15:26:11.787]  34/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:26:11.787] 105/344 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:11.850548943 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/memoize.out	2025-07-08 15:24:18.893429645 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/src/test/regress/results/memoiz...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:11.850548943 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/memoize.out	2025-07-08 15:22:34.153496599 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
tap
[15:24:28.361](126.164s) not ok 5 - regression tests pass
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:12.818749000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/memoize.out	2025-07-08 15:22:43.202083000 ...
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:12.818749000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/memoize.out	2025-07-08 15:23:44.78298500...
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out	2025-07-08 15:19:12.818749000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/memoize.out	2025-07-08 15:22:43.924646000 +0000
@@ -545,15 +545,15 @@
 SELECT * FROM tab_anti t1 WHERE t1.a IN
  (SELECT a FROM tab_anti t2 WHERE t2.b IN
   (SELECT t1.b FROM tab_anti t3 WHERE t2.a > 1 OFFSET 0));
-                   QUERY PLAN                    
--------------------------------------------------
+                    QUERY PLAN                     
+---------------------------------------------------
  Nested Loop Semi Join
    ->  Seq Scan on tab_anti t1
    ->  Nested Loop Semi Join
          Join Filter: (t1.a = t2.a)
          ->  Seq Scan on tab_anti t2
-         ->  Subquery Scan on "ANY_subquery"
-               Filter: (t2.b = "ANY_subquery".b)
+         ->  Subquery Scan on unnamed_subquery
+               Filter: (t2.b = unnamed_subquery.b)
...
tap
[15:23:00.493](184.942s) not ok 5 - regression tests pass
tap
[15:23:58.914](203.816s) not ok 2 - regression tests pass
test
[15:25:23.926] 169/343 postgresql:regress / regress/regress                                            ERROR           1...
[15:25:23.926] 180/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[15:25:23.926] 243/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
53/4904 SQL Property Graph Queries (SQL/PGQ)
CompilerWarnings
compiler
[14:47:11.784] pg_overexplain.c:402:11: error: enumeration value 'RTE_GRAPH_TABLE' not handled in switch [-Werror,-Wswit...
compiler
[14:44:17.032] pg_overexplain.c:402:11: error: enumeration value 'RTE_GRAPH_TABLE' not handled in switch [-Werror,-Wswit...
compiler
[14:41:06.433] pg_overexplain.c:402:17: error: enumeration value ‘RTE_GRAPH_TABLE’ not handled in switch [-Werror=switch...
compiler
[14:38:25.707] pg_overexplain.c:402:11: warning: enumeration value 'RTE_GRAPH_TABLE' not handled in switch [-Wswitch]
compiler
[14:38:25.682] pg_overexplain.c:402:17: error: enumeration value ‘RTE_GRAPH_TABLE’ not handled in switch [-Werror=switch...
compiler
[14:52:06.873] pg_overexplain.c:402:17: error: enumeration value ‘RTE_GRAPH_TABLE’ not handled in switch [-Werror=switch...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/graph_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/graph_table.out	2025-07-08 14:35:21.076741600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2025-07-08 14:38:48.745947100 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[14:39:45.243](118.513s) not ok 5 - regression tests pass
test
[14:49:48.535]  17/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2025-07-08 14:35:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2025-07-08 14:38:00
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2025-07-08 14:35:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2025-07-08 14:38:50
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2025-07-08 14:35:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/graph_table.out	2025-07-08 14:38:00
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[14:38:19.941](50.237s) not ok 5 - regression tests pass
tap
[14:39:19.083](55.581s) not ok 2 - regression tests pass
test
[14:41:24.840]  14/343 postgresql:regress / regress/regress                                            ERROR            ...
[14:41:24.840]  28/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:41:24.840] 117/343 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.483288517 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2025-07-08 14:40:54.814436...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.483288517 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2025-07-08 14:42:07.5644...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.483288517 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/graph_table.out	2025-07-08 14:40:53.290402920 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[14:41:30.279](72.481s) not ok 5 - regression tests pass
tap
[14:42:45.259](75.267s) not ok 2 - regression tests pass
test
[14:45:50.293]  14/344 postgresql:regress / regress/regress                                            ERROR            ...
[14:45:50.293]  32/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:45:50.293] 103/344 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.457870000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2025-07-08 14:38:23.704642...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[14:40:14.409](185.855s) not ok 5 - regression tests pass
test
[14:42:54.644] 165/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.992494208 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/graph_table.out	2025-07-08 14:43:00.870977383 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.992494208 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/graph_table.out	2025-07-08 14:45:40.631912464 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/regress/results/gr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2025-07-08 14:35:17.992494208 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/graph_table.out	2025-07-08 14:40:35.822149016 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[14:44:15.073](137.833s) not ok 5 - regression tests pass
tap
[14:46:22.611](80.774s) not ok 2 - regression tests pass
53/5608 Orphaned users in PG16 and above can only be managed by Superusers
macOS - Sonoma - Meson
tap
[12:19:42.064](0.160s) not ok 6 - vacuum 2: query result matches
test
[12:20:35.224] 247/343 postgresql:bloom / bloom/001_wal                                                ERROR            ...
53/5296 Streaming Replication vs Logical
macOS - Sonoma - Meson
tap
[11:06:05.826](0.000s) not ok 6 - psql monitor died successfully after SIGQUIT
test
[11:09:52.985]  16/343 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
53/5738 Improve hash join's handling of tuples with null join keys
FreeBSD - Meson
core
[08:51:30.459] #0  0x000000082cdb175a in _sigprocmask () from /lib/libc.so.7
[08:51:30.459] #1  0x000000082cdeea7f in _system () from /lib/libc.so.7
[08:51:30.459] #2  0x000000082ade48a3 in ?? () from /lib/libthr.so.3
[08:51:30.459] #3  0x0000000000687f67 in RestoreArchivedFile (path=path@entry=0x821b0a1e0 "pg_wal/00000002", '0' <repeat...
[08:51:30.459] #4  0x000000000066edd8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[08:51:30.459] #5  0x000000000066ee98 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[08:51:30.459] #6  0x000000000069344b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10...
[08:51:30.459] #7  0x000000000068f5e3 in WaitForWALToBecomeAvailable (RecPtr=105222984, tliRecPtr=105222960, replayTLI=2...
[08:51:30.459] #8  XLogPageRead (xlogreader=0x262166a1d130, targetPagePtr=105218048, reqLen=4936, targetRecPtr=105222960...
[08:51:30.459] #9  0x00000000006963aa in ReadPageInternal (state=state@entry=0x262166a1d130, pageptr=105218048, reqLen=4...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2025-07-08 08:41:14.621172000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-07-08 08:48:29.5516990...
@@ -12567,8 +12567,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | f      | t
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12584,8 +12583,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
...
test
[08:48:54.848] 76/78 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.58...
53/5808 display current search_path in psql prompt
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[08:27:04.537](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
test
[08:30:19.716] 216/338 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
macOS - Sonoma - Meson
tap
[08:20:55.933](0.000s) not ok 107 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: er...
test
[08:24:31.832] 151/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
53/4971 [CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:32:58.820] c:\cirrus\src\backend\access\stir\stir.c(424) : warning C4715: 'stirbeginscan': not all control paths ret...
53/5667 support create index on virtual generated column.
Linux - Debian Bookworm - Meson
core
[07:28:47.870] #0  0xf7f8e559 in __kernel_vsyscall ()
[07:28:47.870] #1  0xf68c46e2 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[07:28:47.870] #2  0xf686e390 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[07:28:47.870] #3  0xf693b0d5 in ?? () from /lib/i386-linux-gnu/libc.so.6
[07:28:47.870] #4  0xf69587f8 in ?? () from /lib/i386-linux-gnu/libc.so.6
[07:28:48.340] #0  0xf7f14559 in __kernel_vsyscall ()
core
[07:28:47.185] #0  0x00007fdef50bedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:47.185] #1  0x00007fdef506b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:47.185] #2  0x00007fdef506b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:47.185] #3  0x00005633248fa5c1 in ?? ()
[07:28:47.185] #4  0x00005633248f4369 in ?? ()
[07:28:47.185] #5  0x00005633248f320f in ?? ()
[07:28:47.185] #6  0x00005633248f3c3b in ?? ()
[07:28:47.185] #7  0x00005633248f166f in ?? ()
[07:28:47.185] #8  0x00007fdef505624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:47.185] #9  0x00007fdef5056305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:28:47.317] #0  0x00007f9569bc0e2b in __libc_early_init () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:47.317] #1  0x00007f9569cbbe7f in ?? () from /lib64/ld-linux-x86-64.so.2
[07:28:47.317] #2  0x00007f9569cb82ff in ?? () from /lib64/ld-linux-x86-64.so.2
[07:28:47.317] #3  0x00007f9569cb9c7c in ?? () from /lib64/ld-linux-x86-64.so.2
[07:28:47.317] #4  0x00007f9569cb8b28 in ?? () from /lib64/ld-linux-x86-64.so.2
[07:28:47.317] #5  0x0000000000000003 in ?? ()
[07:28:47.317] #6  0x00007ffc162e134e in ?? ()
[07:28:47.317] #7  0x00007ffc162e1351 in ?? ()
[07:28:47.317] #8  0x00007ffc162e13f0 in ?? ()
[07:28:47.317] #9  0x0000000000000000 in ?? ()
core
[07:28:48.609] #0  0x00007fd12b974bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:48.609] #1  0x000056123f0a7cc0 in ?? ()
[07:28:48.609] #2  0x000056123f0a7efa in ?? ()
[07:28:48.609] #3  0x000056123f0a9630 in ?? ()
[07:28:48.609] #4  0x000056123f0a3371 in ?? ()
[07:28:48.609] #5  0x000056123f0a220f in ?? ()
[07:28:48.609] #6  0x000056123f0a2c3b in ?? ()
[07:28:48.609] #7  0x000056123f0a066f in ?? ()
[07:28:48.609] #8  0x00007fd12b8c824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:48.609] #9  0x00007fd12b8c8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:28:48.484] #0  0x00007fdef50bedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:48.484] #1  0x00007fdef506b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:48.484] #2  0x00007fdef506b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:48.484] #3  0x00005633248fa5f3 in ?? ()
[07:28:48.484] #4  0x00005633248f4369 in ?? ()
[07:28:48.484] #5  0x00005633248f320f in ?? ()
[07:28:48.484] #6  0x00005633248f3c3b in ?? ()
[07:28:48.484] #7  0x00005633248f166f in ?? ()
[07:28:48.484] #8  0x00007fdef505624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:28:48.484] #9  0x00007fdef5056305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:28:48.484] #0  <unavailable> in ?? ()
core
[07:28:48.347] #0  0xf7f14559 in __kernel_vsyscall ()
[07:28:48.347] #1  0xf684a6e2 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[07:28:48.347] #2  0xf67f4390 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[07:28:48.347] #3  0xf68c10d5 in ?? () from /lib/i386-linux-gnu/libc.so.6
[07:28:48.347] #4  0xf68de7f8 in ?? () from /lib/i386-linux-gnu/libc.so.6
[07:28:48.483] #0  0x00007fdef50bedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:28:48.347] #0  <unavailable> in ?? ()
core
[07:28:47.870] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build-32/testrun/pageinspect/r...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2025-07-08 07:08:51.405374615 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pageinspect/regress/results/btree.out	2025-07-08 07:22:19.113692034 +0000
@@ -189,13 +189,13 @@
 CREATE INDEX test4_b_idx ON test4 USING btree (b);
 CREATE INDEX test4_a_1_idx ON test4 USING btree ((a+1));
 SELECT * FROM bt_page_items('test4_b_idx', 1);
--[ RECORD 1 ]-----------------------
+-[ RECORD 1 ]-----------------
 itemoffset | 1
-ctid       | (16,8194)
-itemlen    | 32
+ctid       | (12,8194)
+itemlen    | 24
 nulls      | f
 vars       | f
-data       | 0b 00 00 00 00 00 00 00
+data       | 0b 00 00 00
 dead       | f
 htid       | (0,1)
...
test
[07:26:14.210]  85/344 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
53/4718 Set log_lock_waits=on by default
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2025-07-08 06:22:46.921099000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-07-08 06:29:52.4291630...
@@ -12567,8 +12567,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | f      | t
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12584,8 +12583,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
...
test
[06:30:17.783] 76/78 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.00...
53/5682 Better HINT message for "unexpected data beyond EOF"
FreeBSD - Meson
tap
[05:39:28.579](0.000s) not ok 23 - connect : matches
test
[05:40:41.629] 263/343 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
53/5844 Fix background workers not restarting with restart_after_crash = on
CompilerWarnings
compiler
[05:10:12.234] postmaster.c:4252:27: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘pid_t’ ...
53/5631 Allow table AMs to define their own reloptions
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:40:08.301] ../src/test/modules/dummy_table_am/dummy_table_am.c(512): warning C4028: formal parameter 2 different fro...
53/5752 make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock
FreeBSD - Meson
tap
[02:25:36.819](0.004s) not ok 23 - connect : matches
test
[02:27:01.757] 262/343 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
55/5893 Adding pg_dump flag for parallel export to pipes
Linux - Debian Bookworm - Meson
core
[02:02:26.262] #0  <unavailable> in ?? ()
core
[02:02:26.262] #0  0x00007f6d0aaaedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:02:26.262] #1  0x00007f6d0aa5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:02:26.262] #2  0x00007f6d0ab16244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:02:26.262] #3  0x00007f6d0ab2889c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[01:57:30.768](0.000s) not ok 2 - pg_dump: Failure in cat to file using pipe-command: matches
[01:57:32.042](0.443s) not ok 4 - Testing with cat piped to gzip
[01:57:49.887](0.259s) not ok 4688 - defaults_dir_format_pipe: pg_dump runs
test
[01:59:51.054] 185/344 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
macOS - Sonoma - Meson
tap
[01:52:45.548](0.000s) not ok 2 - pg_dump: Failure in cat to file using pipe-command: matches
[01:52:46.155](0.607s) not ok 3 - Testing just with cat
[01:52:46.459](0.304s) not ok 4 - Testing with cat piped to gzip
[01:52:47.268](0.808s) not ok 5 - Testing just with gzip
[01:53:00.292](0.134s) not ok 4688 - defaults_dir_format_pipe: pg_dump runs
test
[01:54:23.494] 186/343 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:59:12.667](0.001s) not ok 2 - pg_dump: Failure in cat to file using pipe-command: matches
[01:59:15.029](2.361s) not ok 3 - Testing just with cat
[01:59:15.551](0.520s) not ok 4 - Testing with cat piped to gzip
[01:59:17.826](2.274s) not ok 5 - Testing just with gzip
[01:59:36.316](0.420s) not ok 2331 - defaults_dir_format_pipe: pg_dump runs
test
[02:04:47.267] 179/338 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[01:56:05.217](0.000s) not ok 2 - pg_dump: Failure in cat to file using pipe-command: matches
[01:56:07.627](0.806s) not ok 4 - Testing with cat piped to gzip
[01:56:40.150](1.245s) not ok 4688 - defaults_dir_format_pipe: pg_dump runs
FreeBSD - Meson
tap
[01:54:08.493](0.000s) not ok 2 - pg_dump: Failure in cat to file using pipe-command: matches
[01:54:10.399](1.906s) not ok 3 - Testing just with cat
[01:54:11.557](1.158s) not ok 4 - Testing with cat piped to gzip
[01:54:14.095](2.530s) not ok 5 - Testing just with gzip
[01:55:43.538](1.968s) not ok 4688 - defaults_dir_format_pipe: pg_dump runs
test
[01:56:47.933] 183/343 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
53/5548 Document custom settings more consistently
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:18:12.374](0.000s) not ok 5 - reserved_connections limit: matches
test
[00:20:43.762] 257/338 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
53/5830 Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
CompilerWarnings
compiler
[00:09:58.344] heaptoast.c:170:12: error: variable 'vartag' is used uninitialized whenever 'if' condition is false [-Wer...
compiler
[00:06:12.488] heaptoast.c:175:25: error: ‘vartag’ may be used uninitialized [-Werror=maybe-uninitialized]
53/5681 Prevent internal error at concurrent CREATE OR REPLACE / ALTER FUNCTION
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/syscache-update-pruned.out C:/cirrus/b...
--- C:/cirrus/src/test/modules/injection_points/expected/syscache-update-pruned.out	2025-07-07 23:32:28.461772100 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/syscache-update-pruned.out	2025-07-07 23:41:32.880872100 ...
@@ -46,7 +46,7 @@
 	SELECT FROM injection_points_wakeup('heap_update-before-pin');
  <waiting ...>
 step grant1: <... completed>
-ERROR:  duplicate key value violates unique constraint "pg_class_oid_index"
+ERROR:  could not create object because a conflicting object already exists
 step wakegrant4: <... completed>
 
 starting permutation: snap3 cachefill1 at2 mkrels4 r3 waitprunable4 vac4 grant1 wakeinval4 at4 wakegrant4 inspect4
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/test_decoding/expected/replorigin.out C:/cirrus/build/testrun/test_decodi...
--- C:/cirrus/contrib/test_decoding/expected/replorigin.out	2025-07-07 23:32:24.298668700 +0000
+++ C:/cirrus/build/testrun/test_decoding/regress/results/replorigin.out	2025-07-07 23:41:29.555769100 +0000
@@ -39,8 +39,9 @@
 
 -- ensure duplicate creations fail
 SELECT pg_replication_origin_create('regress_test_decoding: regression_slot');
-ERROR:  duplicate key value violates unique constraint "pg_replication_origin_roname_index"
-DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) already exists.
+ERROR:  could not create object because a conflicting object already exists
+DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) conflicts with existing entry in unique index pg_replica...
+HINT:  Another session might have created an object with the same key concurrently.
 --ensure deletions work (once)
 SELECT pg_replication_origin_create('regress_test_decoding: temp');
  pg_replication_origin_create 
test
[23:48:38.717] 121/338 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[23:48:38.717] 115/338 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/syscache-update-pruned.out /Users/admin/pgsql/bui...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/syscache-update-pruned.out	2025-07-07 23:32:12
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/syscache-update-pruned.out	2025-07-07 23:35:46
@@ -46,7 +46,7 @@
 	SELECT FROM injection_points_wakeup('heap_update-before-pin');
  <waiting ...>
 step grant1: <... completed>
-ERROR:  duplicate key value violates unique constraint "pg_class_oid_index"
+ERROR:  could not create object because a conflicting object already exists
 step wakegrant4: <... completed>
 
 starting permutation: snap3 cachefill1 at2 mkrels4 r3 waitprunable4 vac4 grant1 wakeinval4 at4 wakegrant4 inspect4
regress
diff -U3 /Users/admin/pgsql/contrib/test_decoding/expected/replorigin.out /Users/admin/pgsql/build/testrun/test_decoding...
--- /Users/admin/pgsql/contrib/test_decoding/expected/replorigin.out	2025-07-07 23:32:10
+++ /Users/admin/pgsql/build/testrun/test_decoding/regress/results/replorigin.out	2025-07-07 23:35:45
@@ -39,8 +39,9 @@
 
 -- ensure duplicate creations fail
 SELECT pg_replication_origin_create('regress_test_decoding: regression_slot');
-ERROR:  duplicate key value violates unique constraint "pg_replication_origin_roname_index"
-DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) already exists.
+ERROR:  could not create object because a conflicting object already exists
+DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) conflicts with existing entry in unique index pg_replica...
+HINT:  Another session might have created an object with the same key concurrently.
 --ensure deletions work (once)
 SELECT pg_replication_origin_create('regress_test_decoding: temp');
  pg_replication_origin_create 
test
[23:37:44.936] 125/343 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[23:37:44.936] 122/343 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
Linux - Debian Bookworm - Meson
core
[23:44:39.248] #0  <unavailable> in ?? ()
core
[23:44:39.248] #0  0x00007fd2938aedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:39.248] #1  0x00007fd29385b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:39.248] #2  0x00007fd293916244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:39.248] #3  0x00007fd29392889c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/syscache-update-pruned.out /tmp/cirrus-ci-build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/syscache-update-pruned.out	2025-07-07 23:32:21.21458...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/syscache-update-pruned.out	2025-07-07 23:38:45...
@@ -46,7 +46,7 @@
 	SELECT FROM injection_points_wakeup('heap_update-before-pin');
  <waiting ...>
 step grant1: <... completed>
-ERROR:  duplicate key value violates unique constraint "pg_class_oid_index"
+ERROR:  could not create object because a conflicting object already exists
 step wakegrant4: <... completed>
 
 starting permutation: snap3 cachefill1 at2 mkrels4 r3 waitprunable4 vac4 grant1 wakeinval4 at4 wakegrant4 inspect4
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/replorigin.out /tmp/cirrus-ci-build/build/testrun/test_deco...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/replorigin.out	2025-07-07 23:32:19.357968061 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/replorigin.out	2025-07-07 23:38:37.345233588 +0000
@@ -39,8 +39,9 @@
 
 -- ensure duplicate creations fail
 SELECT pg_replication_origin_create('regress_test_decoding: regression_slot');
-ERROR:  duplicate key value violates unique constraint "pg_replication_origin_roname_index"
-DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) already exists.
+ERROR:  could not create object because a conflicting object already exists
+DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) conflicts with existing entry in unique index pg_replica...
+HINT:  Another session might have created an object with the same key concurrently.
 --ensure deletions work (once)
 SELECT pg_replication_origin_create('regress_test_decoding: temp');
  pg_replication_origin_create 
test
[23:42:04.665] 112/344 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[23:42:04.665] 125/344 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[23:46:04.673] #0  0x00007efebf4abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:04.673] #1  0x00007efebf45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:04.673] #2  0x00007efebf447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:04.673] #3  0x00007efec06d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:46:04.673] #4  0x00007efec06e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:46:04.673] #5  0x00007efec06c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffd51ac0b6, __in_ch...
[23:46:04.673] #6  0x00007efec06c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736768691488, sp...
[23:46:04.673] #7  0x00007efec06c251c in __asan::__asan_report_load4 (addr=addr@entry=107339822684912) at ../../../../sr...
[23:46:04.673] #8  0x00005589289d5f83 in ProcedureCreate (procedureName=<optimized out>, procNamespace=procNamespace@ent...
[23:46:04.673] #9  0x0000558928b31db3 in CreateFunction (pstate=pstate@entry=0x6190003ce780, stmt=stmt@entry=0x625000008...
core
[23:46:01.256] #0  0x00007f7038cabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:01.256] #1  0x00007f7038c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:01.256] #2  0x00007f7038c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:01.256] #3  0x00007f7039ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:46:01.256] #4  0x00007f7039ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:46:01.256] #5  0x00007f7039ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffb1014646, __in_ch...
[23:46:01.256] #6  0x00007f7039ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736163041968, sp...
[23:46:01.256] #7  0x00007f7039ec251c in __asan::__asan_report_load4 (addr=addr@entry=107339822750960) at ../../../../sr...
[23:46:01.256] #8  0x00005562618a0f83 in ProcedureCreate (procedureName=<optimized out>, procNamespace=procNamespace@ent...
[23:46:01.256] #9  0x00005562619fcdb3 in CreateFunction (pstate=pstate@entry=0x619000425580, stmt=stmt@entry=0x625000008...
core
[23:46:02.988] #0  0x00007fd0084abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:02.988] #1  0x00007fd00845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:02.988] #2  0x00007fd008447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:46:02.988] #3  0x00007fd0096d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:46:02.988] #4  0x00007fd0096e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:46:02.988] #5  0x00007fd0096c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffed316a3e6, __in_ch...
[23:46:02.988] #6  0x00007fd0096c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732439900240, sp...
[23:46:02.988] #7  0x00007fd0096c251c in __asan::__asan_report_load4 (addr=addr@entry=107339822715632) at ../../../../sr...
[23:46:02.988] #8  0x0000563ca88abf83 in ProcedureCreate (procedureName=<optimized out>, procNamespace=procNamespace@ent...
[23:46:02.988] #9  0x0000563ca8a07db3 in CreateFunction (pstate=pstate@entry=0x6190003ac680, stmt=stmt@entry=0x625000008...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/replorigin.out /tmp/cirrus-ci-build/contrib/test_decoding/r...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/replorigin.out	2025-07-07 23:32:21.216264000 +0000
+++ /tmp/cirrus-ci-build/contrib/test_decoding/results/replorigin.out	2025-07-07 23:38:46.963183525 +0000
@@ -39,8 +39,9 @@
 
 -- ensure duplicate creations fail
 SELECT pg_replication_origin_create('regress_test_decoding: regression_slot');
-ERROR:  duplicate key value violates unique constraint "pg_replication_origin_roname_index"
-DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) already exists.
+ERROR:  could not create object because a conflicting object already exists
+DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) conflicts with existing entry in unique index pg_replica...
+HINT:  Another session might have created an object with the same key concurrently.
 --ensure deletions work (once)
 SELECT pg_replication_origin_create('regress_test_decoding: temp');
  pg_replication_origin_create 
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 23:32:23.250122877 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/plpgsql.out	2025-07-07 23:41:00.151085649 +0000
@@ -3549,2308 +3549,7 @@
   end loop;
 end;
 $$ language plpgsql;
-select forc01();
-NOTICE:  1, 1
-NOTICE:  2, 2
-NOTICE:  3, 3
-NOTICE:  4, 4
-NOTICE:  5, 5
-NOTICE:  6, 6
-NOTICE:  7, 7
-NOTICE:  8, 8
-NOTICE:  9, 9
-NOTICE:  10, 10
- forc01 
---------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/syscache-update-pruned.out /tmp/cirrus-ci-build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/syscache-update-pruned.out	2025-07-07 23:32:23.07057...
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/syscache-update-pruned.out	2025-07-07 23:3...
@@ -46,7 +46,7 @@
 	SELECT FROM injection_points_wakeup('heap_update-before-pin');
  <waiting ...>
 step grant1: <... completed>
-ERROR:  duplicate key value violates unique constraint "pg_class_oid_index"
+ERROR:  could not create object because a conflicting object already exists
 step wakegrant4: <... completed>
 
 starting permutation: snap3 cachefill1 at2 mkrels4 r3 waitprunable4 vac4 grant1 wakeinval4 at4 wakegrant4 inspect4
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 23:32:23.250122877 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/plpgsql.out	2025-07-07 23:42:01.363172869 +0000
@@ -3549,2308 +3549,7 @@
   end loop;
 end;
 $$ language plpgsql;
-select forc01();
-NOTICE:  1, 1
-NOTICE:  2, 2
-NOTICE:  3, 3
-NOTICE:  4, 4
-NOTICE:  5, 5
-NOTICE:  6, 6
-NOTICE:  7, 7
-NOTICE:  8, 8
-NOTICE:  9, 9
-NOTICE:  10, 10
- forc01 
---------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/test/regress/results/plpgsq...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 23:32:23.250122877 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/plpgsql.out	2025-07-07 23:37:23.363420628 +0000
@@ -3549,2308 +3549,7 @@
   end loop;
 end;
 $$ language plpgsql;
-select forc01();
-NOTICE:  1, 1
-NOTICE:  2, 2
-NOTICE:  3, 3
-NOTICE:  4, 4
-NOTICE:  5, 5
-NOTICE:  6, 6
-NOTICE:  7, 7
-NOTICE:  8, 8
-NOTICE:  9, 9
-NOTICE:  10, 10
- forc01 
---------
...
sanitizer
SUMMARY: AddressSanitizer: heap-use-after-free /tmp/cirrus-ci-build/src/backend/catalog/pg_proc.c:406 in ProcedureCreate
sanitizer
SUMMARY: AddressSanitizer: heap-use-after-free /tmp/cirrus-ci-build/src/backend/catalog/pg_proc.c:406 in ProcedureCreate
sanitizer
SUMMARY: AddressSanitizer: heap-use-after-free /tmp/cirrus-ci-build/src/backend/catalog/pg_proc.c:406 in ProcedureCreate
tap
[23:41:04.010](126.387s) not ok 5 - regression tests pass
[23:41:25.891](6.490s) not ok 7 - pg_restore to destination instance
[23:41:33.087](7.196s) not ok 8 - dump outputs from original and restored regression databases match
[23:41:40.595](1.779s) not ok 16 - run of pg_upgrade --check for new instance
[23:41:40.595](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[23:41:41.980](1.384s) not ok 18 - run of pg_upgrade for new instance
[23:41:41.980](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[23:41:42.174](0.054s) not ok 20 - check that locales in new cluster match original cluster
[23:41:42.856](0.041s) not ok 22 - old and new dumps match after pg_upgrade
tap
[23:42:02.812](93.683s) not ok 2 - regression tests pass
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/syscache-update-pruned.out /tmp/cirrus-ci-build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/syscache-update-pruned.out	2025-07-07 23:32:24.56105...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/syscache-update-pruned.out	2025-07-07 23:36:42...
@@ -46,7 +46,7 @@
 	SELECT FROM injection_points_wakeup('heap_update-before-pin');
  <waiting ...>
 step grant1: <... completed>
-ERROR:  duplicate key value violates unique constraint "pg_class_oid_index"
+ERROR:  could not create object because a conflicting object already exists
 step wakegrant4: <... completed>
 
 starting permutation: snap3 cachefill1 at2 mkrels4 r3 waitprunable4 vac4 grant1 wakeinval4 at4 wakegrant4 inspect4
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/replorigin.out /tmp/cirrus-ci-build/build/testrun/test_deco...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/replorigin.out	2025-07-07 23:32:23.158574000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/replorigin.out	2025-07-07 23:36:02.650026000 +0000
@@ -39,8 +39,9 @@
 
 -- ensure duplicate creations fail
 SELECT pg_replication_origin_create('regress_test_decoding: regression_slot');
-ERROR:  duplicate key value violates unique constraint "pg_replication_origin_roname_index"
-DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) already exists.
+ERROR:  could not create object because a conflicting object already exists
+DETAIL:  Key (roname)=(regress_test_decoding: regression_slot) conflicts with existing entry in unique index pg_replica...
+HINT:  Another session might have created an object with the same key concurrently.
 --ensure deletions work (once)
 SELECT pg_replication_origin_create('regress_test_decoding: temp');
  pg_replication_origin_create 
test
[23:39:52.518] 112/343 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[23:39:52.518] 151/343 postgresql:injection_points / injection_points/isolation                        ERROR            ...
53/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[22:13:49.352] jsonpath_exec.c:2830:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:13:39.525] jsonpath_exec.c:2830:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:13:08.657] jsonpath_exec.c:2830:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:12:58.986] jsonpath_exec.c:2830:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:14:14.759] jsonpath_exec.c:2830:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
core
[22:28:40.806]   * frame #0: 0x0000000180db95d0 libsystem_kernel.dylib`__pthread_kill + 8
[22:28:40.806]     frame #1: 0x0000000180df1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:28:40.806]     frame #2: 0x0000000180cfea30 libsystem_c.dylib`abort + 180
[22:28:40.806]     frame #3: 0x00000001031ffad8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:28:40.806]     frame #4: 0x0000000103144b58 postgres`jspGetLeftArg(v=0x000000016d07beb8, a=0x000000016d07bcb0) at js...
[22:28:40.806]     frame #5: 0x0000000103148878 postgres`executeItemOptUnwrapTarget at jsonpath_exec.c:2920:5
[22:28:40.806]     frame #6: 0x000000010314886c postgres`executeItemOptUnwrapTarget(cxt=0x000000016d07c128, jsp=0x000000...
[22:28:40.806]     frame #7: 0x000000010314a6a0 postgres`executeAnyItem(cxt=0x000000016d07c128, jsp=0x000000016d07beb8, ...
[22:28:40.806]     frame #8: 0x000000010314a4dc postgres`executeItemUnwrapTargetArray(cxt=<unavailable>, jsp=<unavailabl...
[22:28:40.806]     frame #9: 0x0000000103149c00 postgres`executeNextItem [inlined] executeItem(cxt=0x000000016d07c128, j...
core
[22:25:10.892]   * frame #0: 0x0000000102990b70 dyld`_dyld_start
core
[22:26:03.517]   * frame #0: 0x0000000180db95d0 libsystem_kernel.dylib`__pthread_kill + 8
[22:26:03.517]     frame #1: 0x0000000180df1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:26:03.517]     frame #2: 0x0000000180cfea30 libsystem_c.dylib`abort + 180
[22:26:03.517]     frame #3: 0x0000000105367ad8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:26:03.517]     frame #4: 0x00000001052acb58 postgres`jspGetLeftArg(v=0x000000016af14048, a=0x000000016af13fa8) at js...
[22:26:03.517]     frame #5: 0x00000001052ae088 postgres`printJsonPathItem(buf=0x000000016af140d8, v=0x000000016af14048,...
[22:26:03.517]     frame #6: 0x00000001052ae23c postgres`printJsonPathItem(buf=0x000000016af140d8, v=0x000000016af140b0,...
[22:26:03.517]     frame #7: 0x00000001052ac7a0 postgres`jsonPathToCstring(out=0x000000016af140d8, in=0x0000000128009920...
[22:26:03.517]     frame #8: 0x0000000105370d20 postgres`OutputFunctionCall [inlined] FunctionCall1Coll(flinfo=0x0000000...
[22:26:03.517]     frame #9: 0x0000000105370cf8 postgres`OutputFunctionCall(flinfo=0x000000012801b0d8, val=<unavailable>...
core
[22:26:49.902]   * frame #0: 0x0000000180db95d0 libsystem_kernel.dylib`__pthread_kill + 8
[22:26:49.902]     frame #1: 0x0000000180df1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:26:49.902]     frame #2: 0x0000000180cfea30 libsystem_c.dylib`abort + 180
[22:26:49.902]     frame #3: 0x0000000100ea7ad8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:26:49.902]     frame #4: 0x0000000100decb58 postgres`jspGetLeftArg(v=0x000000016f3d4188, a=0x000000016f3d40e8) at js...
[22:26:49.902]     frame #5: 0x0000000100dee088 postgres`printJsonPathItem(buf=0x000000016f3d4218, v=0x000000016f3d4188,...
[22:26:49.902]     frame #6: 0x0000000100dee23c postgres`printJsonPathItem(buf=0x000000016f3d4218, v=0x000000016f3d41f0,...
[22:26:49.902]     frame #7: 0x0000000100dec7a0 postgres`jsonPathToCstring(out=0x000000016f3d4218, in=0x000000012f014320...
[22:26:49.902]     frame #8: 0x0000000100eb0d20 postgres`OutputFunctionCall [inlined] FunctionCall1Coll(flinfo=0x0000000...
[22:26:49.902]     frame #9: 0x0000000100eb0cf8 postgres`OutputFunctionCall(flinfo=0x000000012e0284c8, val=<unavailable>...
core
[22:27:44.692]   * frame #0: 0x0000000180db95d0 libsystem_kernel.dylib`__pthread_kill + 8
[22:27:44.692]     frame #1: 0x0000000180df1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:27:44.692]     frame #2: 0x0000000180cfea30 libsystem_c.dylib`abort + 180
[22:27:44.692]     frame #3: 0x0000000105367ad8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:27:44.692]     frame #4: 0x00000001052acb58 postgres`jspGetLeftArg(v=0x000000016af13d08, a=0x000000016af13b00) at js...
[22:27:44.692]     frame #5: 0x00000001052b0878 postgres`executeItemOptUnwrapTarget at jsonpath_exec.c:2920:5
[22:27:44.692]     frame #6: 0x00000001052b086c postgres`executeItemOptUnwrapTarget(cxt=0x000000016af13f78, jsp=0x000000...
[22:27:44.692]     frame #7: 0x00000001052b26a0 postgres`executeAnyItem(cxt=0x000000016af13f78, jsp=0x000000016af13d08, ...
[22:27:44.692]     frame #8: 0x00000001052b24dc postgres`executeItemUnwrapTargetArray(cxt=<unavailable>, jsp=<unavailabl...
[22:27:44.692]     frame #9: 0x00000001052b1c00 postgres`executeNextItem [inlined] executeItem(cxt=0x000000016af13f78, j...
core
[22:29:30.805]   * frame #0: 0x0000000180db95d0 libsystem_kernel.dylib`__pthread_kill + 8
[22:29:30.805]     frame #1: 0x0000000180df1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:29:30.805]     frame #2: 0x0000000180cfea30 libsystem_c.dylib`abort + 180
[22:29:30.805]     frame #3: 0x00000001031ffad8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:29:30.805]     frame #4: 0x0000000103144b58 postgres`jspGetLeftArg(v=0x000000016d07c1f8, a=0x000000016d07c158) at js...
[22:29:30.805]     frame #5: 0x0000000103146088 postgres`printJsonPathItem(buf=0x000000016d07c288, v=0x000000016d07c1f8,...
[22:29:30.805]     frame #6: 0x000000010314623c postgres`printJsonPathItem(buf=0x000000016d07c288, v=0x000000016d07c260,...
[22:29:30.805]     frame #7: 0x00000001031447a0 postgres`jsonPathToCstring(out=0x000000016d07c288, in=0x000000011e00eb20...
[22:29:30.805]     frame #8: 0x0000000103208d20 postgres`OutputFunctionCall [inlined] FunctionCall1Coll(flinfo=0x0000000...
[22:29:30.805]     frame #9: 0x0000000103208cf8 postgres`OutputFunctionCall(flinfo=0x000000011e0912c8, val=<unavailable>...
core
[22:24:33.053]   * frame #0: 0x0000000180db95d0 libsystem_kernel.dylib`__pthread_kill + 8
[22:24:33.053]     frame #1: 0x0000000180df1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:24:33.053]     frame #2: 0x0000000180cfea30 libsystem_c.dylib`abort + 180
[22:24:33.053]     frame #3: 0x0000000100ea7ad8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:24:33.053]     frame #4: 0x0000000100decb58 postgres`jspGetLeftArg(v=0x000000016f3d3e48, a=0x000000016f3d3c40) at js...
[22:24:33.053]     frame #5: 0x0000000100df0878 postgres`executeItemOptUnwrapTarget at jsonpath_exec.c:2920:5
[22:24:33.053]     frame #6: 0x0000000100df086c postgres`executeItemOptUnwrapTarget(cxt=0x000000016f3d40b8, jsp=0x000000...
[22:24:33.053]     frame #7: 0x0000000100df26a0 postgres`executeAnyItem(cxt=0x000000016f3d40b8, jsp=0x000000016f3d3e48, ...
[22:24:33.053]     frame #8: 0x0000000100df24dc postgres`executeItemUnwrapTargetArray(cxt=<unavailable>, jsp=<unavailabl...
[22:24:33.053]     frame #9: 0x0000000100df1c00 postgres`executeNextItem [inlined] executeItem(cxt=0x000000016f3d40b8, j...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonpath.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out	2025-07-07 22:15:40
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/json.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/json.out	2025-07-07 22:12:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/json.out	2025-07-07 22:17:17
@@ -1932,837 +1932,10 @@
 select * from json_populate_recordset(row('def',99,null)::jpop,'[{"c":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c"...
 ERROR:  invalid input syntax for type timestamp: "[100,200,300]"
 create type jpop2 as (a int, b json, c int, d int);
-select * from json_populate_recordset(null::jpop2, '[{"a":2,"c":3,"b":{"z":4},"d":6}]') q;
- a |    b    | c | d 
----+---------+---+---
- 2 | {"z":4} | 3 | 6
-(1 row)
-
-select * from json_populate_recordset(null::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q;
-   a    | b |            c             
---------+---+--------------------------
- blurfl |   | 
-        | 3 | Fri Jan 20 10:42:53 2012
-(2 rows)
-
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2025-07-07 22:12:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/jsonb.out	2025-07-07 22:15:41
@@ -3824,2010 +3824,10 @@
 
 -- check some corner cases for indexed nested containment (bug #13756)
 create temp table nestjsonb (j jsonb);
-insert into nestjsonb (j) values ('{"a":[["b",{"x":1}],["b",{"x":2}]],"c":3}');
-insert into nestjsonb (j) values ('[[14,2,3]]');
-insert into nestjsonb (j) values ('[1,[14,2,3]]');
-create index on nestjsonb using gin(j jsonb_path_ops);
-set enable_seqscan = on;
-set enable_bitmapscan = off;
-select * from nestjsonb where j @> '{"a":[[{"x":2}]]}'::jsonb;
-                         j                         
----------------------------------------------------
- {"a": [["b", {"x": 1}], ["b", {"x": 2}]], "c": 3}
-(1 row)
-
-select * from nestjsonb where j @> '{"c":3}';
...
tap
[22:15:44.186](101.449s) not ok 5 - regression tests pass
[22:16:17.602](1.624s) not ok 16 - run of pg_upgrade --check for new instance
[22:16:17.604](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[22:16:18.313](0.709s) not ok 18 - run of pg_upgrade for new instance
[22:16:18.313](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[22:16:18.512](0.062s) not ok 20 - check that locales in new cluster match original cluster
[22:16:19.173](0.034s) not ok 22 - old and new dumps match after pg_upgrade
tap
[22:17:21.295](112.274s) not ok 2 - regression tests pass
test
[22:20:20.616]  34/343 postgresql:regress / regress/regress                                            ERROR           1...
[22:20:20.616]  38/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:20:20.616] 156/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
core
0000003f`4afff8e8 00007fff`20afda3e     ntdll!NtWaitForSingleObject+0x14
0000003f`4afff8f0 00007ff6`2aa7cf0c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`4afff990 00007fff`22094cb0     postgres!pg_timer_thread(
0000003f`4afff9d0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`4afffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`4a7ff4d8 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`4a7ff4e0 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
0000003f`4a7ff7d0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`4a7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`4a3feba0 00007ff6`2ade3ab8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`4a3febe0 00007ff6`2ac9412d     postgres!ExceptionalCondition(
0000003f`4a3fec20 00007ff6`2ac9651c     postgres!jspGetLeftArg(
0000003f`4a3fec50 00007ff6`2ac96809     postgres!printJsonPathItem(
0000003f`4a3fed60 00007ff6`2ac94ae6     postgres!printJsonPathItem(
0000003f`4a3fee70 00007ff6`2ac93604     postgres!jsonPathToCstring(
0000003f`4a3feee0 00007ff6`2adeecbe     postgres!jsonpath_out(
0000003f`4a3fef20 00007ff6`2adf0b1f     postgres!FunctionCall1Coll(
0000003f`4a3fefa0 00007ff6`2a5d2175     postgres!OutputFunctionCall(
0000003f`4a3fefd0 00007ff6`2a89adb9     postgres!printtup(
core
0000003f`4abff5d8 00007fff`20b448fa     ntdll!NtFsControlFile+0x14
0000003f`4abff5e0 00007ff6`2aa7b46b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`4abff650 00007fff`22094cb0     postgres!pg_signal_thread(
0000003f`4abff750 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`4abff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`4b3ff5a8 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`4b3ff5b0 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
0000003f`4b3ff8a0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`4b3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`ecffd5d0 00007ff6`2ade3ab8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`ecffd610 00007ff6`2ac9412d     postgres!ExceptionalCondition(
000000b2`ecffd650 00007ff6`2ac9f0ac     postgres!jspGetLeftArg(
000000b2`ecffd680 00007ff6`2ac9bb36     postgres!executeStringInternalMethod(
000000b2`ecffd7d0 00007ff6`2ac9c98b     postgres!executeItemOptUnwrapTarget(
000000b2`ecffdd40 00007ff6`2ac9bdfc     postgres!executeAnyItem(
000000b2`ecffdde0 00007ff6`2ac9bb0c     postgres!executeItemUnwrapTargetArray(
000000b2`ecffde50 00007ff6`2ac9850e     postgres!executeItemOptUnwrapTarget(
000000b2`ecffe3c0 00007ff6`2ac9bf17     postgres!executeItem(
000000b2`ecffe400 00007ff6`2ac995a3     postgres!executeNextItem(
core
000000b2`edfff578 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`edfff580 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000b2`edfff870 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`edfff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`edbff6d8 00007fff`20afda3e     ntdll!NtWaitForSingleObject+0x14
000000b2`edbff6e0 00007ff6`2aa7cf0c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`edbff780 00007fff`22094cb0     postgres!pg_timer_thread(
000000b2`edbff7c0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`edbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`ed7ffc78 00007fff`20b448fa     ntdll!NtFsControlFile+0x14
000000b2`ed7ffc80 00007ff6`2aa7b46b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`ed7ffcf0 00007fff`22094cb0     postgres!pg_signal_thread(
000000b2`ed7ffdf0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`ed7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`ed3ff4e8 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`ed3ff4f0 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000b2`ed3ff7e0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`ed3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`685ff6f8 00007fff`20b448fa     ntdll!NtFsControlFile+0x14
000000ca`685ff700 00007ff6`2aa7b46b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`685ff770 00007fff`22094cb0     postgres!pg_signal_thread(
000000ca`685ff870 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`685ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`689ffb88 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`689ffb90 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000ca`689ffe80 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`689ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`68dff838 00007fff`20afda3e     ntdll!NtWaitForSingleObject+0x14
000000ca`68dff840 00007ff6`2aa7cf0c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`68dff8e0 00007fff`22094cb0     postgres!pg_timer_thread(
000000ca`68dff920 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`68dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`67dfd940 00007ff6`2ade3ab8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`67dfd980 00007ff6`2ac9412d     postgres!ExceptionalCondition(
000000ca`67dfd9c0 00007ff6`2ac9f0ac     postgres!jspGetLeftArg(
000000ca`67dfd9f0 00007ff6`2ac9bb36     postgres!executeStringInternalMethod(
000000ca`67dfdb40 00007ff6`2ac9c98b     postgres!executeItemOptUnwrapTarget(
000000ca`67dfe0b0 00007ff6`2ac9bdfc     postgres!executeAnyItem(
000000ca`67dfe150 00007ff6`2ac9bb0c     postgres!executeItemUnwrapTargetArray(
000000ca`67dfe1c0 00007ff6`2ac9850e     postgres!executeItemOptUnwrapTarget(
000000ca`67dfe730 00007ff6`2ac9bf17     postgres!executeItem(
000000ca`67dfe770 00007ff6`2ac995a3     postgres!executeNextItem(
core
000000ca`681ff9b8 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`681ff9c0 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000ca`681ffcb0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`681ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a21ffc08 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a21ffc10 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000e0`a21fff00 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a21fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a1dff8e8 00007fff`20b448fa     ntdll!NtFsControlFile+0x14
000000e0`a1dff8f0 00007ff6`2aa7b46b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`a1dff960 00007fff`22094cb0     postgres!pg_signal_thread(
000000e0`a1dffa60 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a1dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a19ff518 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a19ff520 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000e0`a19ff810 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a19ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a15feb90 00007ff6`2ade3ab8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`a15febd0 00007ff6`2ac9412d     postgres!ExceptionalCondition(
000000e0`a15fec10 00007ff6`2ac9651c     postgres!jspGetLeftArg(
000000e0`a15fec40 00007ff6`2ac96809     postgres!printJsonPathItem(
000000e0`a15fed50 00007ff6`2ac94ae6     postgres!printJsonPathItem(
000000e0`a15fee60 00007ff6`2ac93604     postgres!jsonPathToCstring(
000000e0`a15feed0 00007ff6`2adeecbe     postgres!jsonpath_out(
000000e0`a15fef10 00007ff6`2adf0b1f     postgres!FunctionCall1Coll(
000000e0`a15fef90 00007ff6`2a5d2175     postgres!OutputFunctionCall(
000000e0`a15fefc0 00007ff6`2a89adb9     postgres!printtup(
core
000000e0`a25ffc68 00007fff`20afda3e     ntdll!NtWaitForSingleObject+0x14
000000e0`a25ffc70 00007ff6`2aa7cf0c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`a25ffd10 00007fff`22094cb0     postgres!pg_timer_thread(
000000e0`a25ffd50 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a25ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c47ffaf8 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c47ffb00 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
00000096`c47ffdf0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c47ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c4bff5a8 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c4bff5b0 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
00000096`c4bff8a0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c4bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c4fffd78 00007fff`20b448fa     ntdll!NtFsControlFile+0x14
00000096`c4fffd80 00007ff6`2aa7b46b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`c4fffdf0 00007fff`22094cb0     postgres!pg_signal_thread(
00000096`c4fffef0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c4ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c53ffe28 00007fff`20afda3e     ntdll!NtWaitForSingleObject+0x14
00000096`c53ffe30 00007ff6`2aa7cf0c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000096`c53ffed0 00007fff`22094cb0     postgres!pg_timer_thread(
00000096`c53fff10 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c53fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c43fd980 00007ff6`2ade3ab8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`c43fd9c0 00007ff6`2ac9412d     postgres!ExceptionalCondition(
00000096`c43fda00 00007ff6`2ac9f0ac     postgres!jspGetLeftArg(
00000096`c43fda30 00007ff6`2ac9bb36     postgres!executeStringInternalMethod(
00000096`c43fdb80 00007ff6`2ac9c98b     postgres!executeItemOptUnwrapTarget(
00000096`c43fe0f0 00007ff6`2ac9bdfc     postgres!executeAnyItem(
00000096`c43fe190 00007ff6`2ac9bb0c     postgres!executeItemUnwrapTargetArray(
00000096`c43fe200 00007ff6`2ac9850e     postgres!executeItemOptUnwrapTarget(
00000096`c43fe770 00007ff6`2ac9bf17     postgres!executeItem(
00000096`c43fe7b0 00007ff6`2ac995a3     postgres!executeNextItem(
core
000000c7`7c3ff638 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`7c3ff640 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000c7`7c3ff930 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7c3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7c7ffc48 00007fff`20b448fa     ntdll!NtFsControlFile+0x14
000000c7`7c7ffc50 00007ff6`2aa7b46b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`7c7ffcc0 00007fff`22094cb0     postgres!pg_signal_thread(
000000c7`7c7ffdc0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7c7ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7cbffe08 00007fff`20afda3e     ntdll!NtWaitForSingleObject+0x14
000000c7`7cbffe10 00007ff6`2aa7cf0c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c7`7cbffeb0 00007fff`22094cb0     postgres!pg_timer_thread(
000000c7`7cbffef0 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7cbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7cfffa78 00007fff`2304b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`7cfffa80 00007fff`22094cb0     ntdll!TppWorkerThread+0x2df
000000c7`7cfffd70 00007fff`230bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7cfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7bffee50 00007ff6`2ade3ab8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`7bffee90 00007ff6`2ac9412d     postgres!ExceptionalCondition(
000000c7`7bffeed0 00007ff6`2ac9651c     postgres!jspGetLeftArg(
000000c7`7bffef00 00007ff6`2ac96809     postgres!printJsonPathItem(
000000c7`7bfff010 00007ff6`2ac94ae6     postgres!printJsonPathItem(
000000c7`7bfff120 00007ff6`2ac93604     postgres!jsonPathToCstring(
000000c7`7bfff190 00007ff6`2adeecbe     postgres!jsonpath_out(
000000c7`7bfff1d0 00007ff6`2adf0b1f     postgres!FunctionCall1Coll(
000000c7`7bfff250 00007ff6`2a5d2175     postgres!OutputFunctionCall(
000000c7`7bfff280 00007ff6`2a89adb9     postgres!printtup(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonpath.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:17.415867500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out	2025-07-07 22:16:22.057546300 +0000
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonpath.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:17.415867500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonpath.out	2025-07-07 22:18:54.807457000 +0000
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonpath.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:17.415867500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonpath.out	2025-07-07 22:16:22.133010200 +0000
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
tap
[22:21:30.178](0.001s) not ok 4 - connecting to an invalid database: matches
tap
[22:16:41.611](118.828s) not ok 5 - regression tests pass
[22:17:17.966](5.849s) not ok 16 - run of pg_upgrade --check for new instance
[22:17:17.970](0.005s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[22:17:22.407](4.437s) not ok 18 - run of pg_upgrade for new instance
[22:17:22.410](0.001s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[22:17:23.933](0.857s) not ok 20 - check that locales in new cluster match original cluster
[22:17:25.776](0.368s) not ok 22 - old and new dumps match after pg_upgrade
tap
[22:19:11.142](122.145s) not ok 2 - regression tests pass
test
[22:26:39.296]  14/338 postgresql:regress / regress/regress                                            ERROR           1...
[22:26:39.296]  20/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:26:39.296]  64/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[22:26:39.296] 177/338 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
core
[22:21:49.659] #0  0x00007f9e232a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:49.659] #1  0x00007f9e2325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:49.659] #2  0x00007f9e23245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:49.659] #3  0x00005644619db57b in ExceptionalCondition (conditionName=conditionName@entry=0x564461ccf428 "v->type...
[22:21:49.659] #4  0x000056446184bc87 in jspGetLeftArg (v=v@entry=0x7ffdba52eb50, a=a@entry=0x7ffdba52e6d0) at ../src/ba...
[22:21:49.659] #5  0x0000564461850c10 in executeStringInternalMethod (cxt=cxt@entry=0x7ffdba52edc0, jsp=jsp@entry=0x7ffd...
[22:21:49.659] #6  0x0000564461853fe2 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffdba52edc0, jsp=jsp@entry=0x7ffdb...
[22:21:49.659] #7  0x00005644618574ba in executeAnyItem (cxt=cxt@entry=0x7ffdba52edc0, jsp=jsp@entry=0x7ffdba52eb50, jbc...
[22:21:49.659] #8  0x0000564461857537 in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffdba52edc0, jsp=jsp@entry=0x7ff...
[22:21:49.659] #9  0x0000564461854001 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffdba52edc0, jsp=0x7ffdba52eb50, j...
core
[22:21:53.133] #0  0x00007f7bb84a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:53.133] #1  0x00007f7bb845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:53.133] #2  0x00007f7bb8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:53.133] #3  0x00005635d875e57b in ExceptionalCondition (conditionName=conditionName@entry=0x5635d8a52428 "v->type...
[22:21:53.133] #4  0x00005635d85cec87 in jspGetLeftArg (v=v@entry=0x7ffc18f42cc0, a=a@entry=0x7ffc18f42c00) at ../src/ba...
[22:21:53.133] #5  0x00005635d85cfc12 in printJsonPathItem (buf=buf@entry=0x7ffc18f42d50, v=v@entry=0x7ffc18f42cc0, inKe...
[22:21:53.133] #6  0x00005635d85cfea4 in printJsonPathItem (buf=buf@entry=0x7ffc18f42d50, v=v@entry=0x7ffc18f42d20, inKe...
[22:21:53.133] #7  0x00005635d85cff08 in jsonPathToCstring (out=0x7ffc18f42d50, out@entry=0x0, in=0x563605bbe450, estima...
[22:21:53.133] #8  0x00005635d85cffa8 in jsonpath_out (fcinfo=<optimized out>) at ../src/backend/utils/adt/jsonpath.c:13...
[22:21:53.133] #9  0x00005635d876c309 in FunctionCall1Coll (flinfo=0x563605bf65a8, collation=collation@entry=0, arg1=<op...
core
[22:21:52.550] #0  0x00007f9e232a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:52.550] #1  0x00007f9e2325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:52.550] #2  0x00007f9e23245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:52.550] #3  0x00005644619db57b in ExceptionalCondition (conditionName=conditionName@entry=0x564461ccf428 "v->type...
[22:21:52.550] #4  0x000056446184bc87 in jspGetLeftArg (v=v@entry=0x7ffdba52ee70, a=a@entry=0x7ffdba52edb0) at ../src/ba...
[22:21:52.550] #5  0x000056446184cc12 in printJsonPathItem (buf=buf@entry=0x7ffdba52ef00, v=v@entry=0x7ffdba52ee70, inKe...
[22:21:52.550] #6  0x000056446184cea4 in printJsonPathItem (buf=buf@entry=0x7ffdba52ef00, v=v@entry=0x7ffdba52eed0, inKe...
[22:21:52.550] #7  0x000056446184cf08 in jsonPathToCstring (out=0x7ffdba52ef00, out@entry=0x0, in=0x564463799430, estima...
[22:21:52.550] #8  0x000056446184cfa8 in jsonpath_out (fcinfo=<optimized out>) at ../src/backend/utils/adt/jsonpath.c:13...
[22:21:52.550] #9  0x00005644619e9309 in FunctionCall1Coll (flinfo=0x56446387fc48, collation=collation@entry=0, arg1=<op...
core
[22:21:51.975] #0  0x00007f8e9f4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:51.975] #1  0x00007f8e9f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:51.975] #2  0x00007f8e9f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:51.975] #3  0x000055f6cf94e57b in ExceptionalCondition (conditionName=conditionName@entry=0x55f6cfc42428 "v->type...
[22:21:51.975] #4  0x000055f6cf7bec87 in jspGetLeftArg (v=v@entry=0x7ffe0609da50, a=a@entry=0x7ffe0609d5d0) at ../src/ba...
[22:21:51.975] #5  0x000055f6cf7c3c10 in executeStringInternalMethod (cxt=cxt@entry=0x7ffe0609dcc0, jsp=jsp@entry=0x7ffe...
[22:21:51.975] #6  0x000055f6cf7c6fe2 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffe0609dcc0, jsp=jsp@entry=0x7ffe0...
[22:21:51.975] #7  0x000055f6cf7ca4ba in executeAnyItem (cxt=cxt@entry=0x7ffe0609dcc0, jsp=jsp@entry=0x7ffe0609da50, jbc...
[22:21:51.975] #8  0x000055f6cf7ca537 in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffe0609dcc0, jsp=jsp@entry=0x7ff...
[22:21:51.975] #9  0x000055f6cf7c7001 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffe0609dcc0, jsp=0x7ffe0609da50, j...
core
[22:21:51.102] #0  0x00007f7bb84a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:51.102] #1  0x00007f7bb845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:51.102] #2  0x00007f7bb8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:51.102] #3  0x00005635d875e57b in ExceptionalCondition (conditionName=conditionName@entry=0x5635d8a52428 "v->type...
[22:21:51.102] #4  0x00005635d85cec87 in jspGetLeftArg (v=v@entry=0x7ffc18f429a0, a=a@entry=0x7ffc18f42520) at ../src/ba...
[22:21:51.102] #5  0x00005635d85d3c10 in executeStringInternalMethod (cxt=cxt@entry=0x7ffc18f42c10, jsp=jsp@entry=0x7ffc...
[22:21:51.102] #6  0x00005635d85d6fe2 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffc18f42c10, jsp=jsp@entry=0x7ffc1...
[22:21:51.102] #7  0x00005635d85da4ba in executeAnyItem (cxt=cxt@entry=0x7ffc18f42c10, jsp=jsp@entry=0x7ffc18f429a0, jbc...
[22:21:51.102] #8  0x00005635d85da537 in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffc18f42c10, jsp=jsp@entry=0x7ff...
[22:21:51.102] #9  0x00005635d85d7001 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffc18f42c10, jsp=0x7ffc18f429a0, j...
core
[22:21:50.240] #0  0x00007f8e9f4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:50.240] #1  0x00007f8e9f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:50.240] #2  0x00007f8e9f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:21:50.240] #3  0x000055f6cf94e57b in ExceptionalCondition (conditionName=conditionName@entry=0x55f6cfc42428 "v->type...
[22:21:50.240] #4  0x000055f6cf7bec87 in jspGetLeftArg (v=v@entry=0x7ffe0609dd70, a=a@entry=0x7ffe0609dcb0) at ../src/ba...
[22:21:50.240] #5  0x000055f6cf7bfc12 in printJsonPathItem (buf=buf@entry=0x7ffe0609de00, v=v@entry=0x7ffe0609dd70, inKe...
[22:21:50.240] #6  0x000055f6cf7bfea4 in printJsonPathItem (buf=buf@entry=0x7ffe0609de00, v=v@entry=0x7ffe0609ddd0, inKe...
[22:21:50.240] #7  0x000055f6cf7bff08 in jsonPathToCstring (out=0x7ffe0609de00, out@entry=0x0, in=0x55f6d6c0b7d0, estima...
[22:21:50.240] #8  0x000055f6cf7bffa8 in jsonpath_out (fcinfo=<optimized out>) at ../src/backend/utils/adt/jsonpath.c:13...
[22:21:50.240] #9  0x000055f6cf95c309 in FunctionCall1Coll (flinfo=0x55f6d6cf2f88, collation=collation@entry=0, arg1=<op...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:12.548552070 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out	2025-07-07 22:14:43.238384444...
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/json.out	2025-07-07 22:12:12.544555580 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/json.out	2025-07-07 22:15:53.034272250 +...
@@ -1732,1037 +1732,10 @@
 (1 row)
 
 SELECT js FROM json_populate_record(NULL::jsrec, '{"js": "abc"}') q;
-  js   
--------
- "abc"
-(1 row)
-
-SELECT js FROM json_populate_record(NULL::jsrec, '{"js": [123, "123", null, {"key": "value"}]}') q;
-                  js                  
---------------------------------------
- [123, "123", null, {"key": "value"}]
-(1 row)
-
-SELECT js FROM json_populate_record(NULL::jsrec, '{"js": {"a": "bbb", "b": null, "c": 123.45}}') q;
-                  js                  
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:12.548552070 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonpath.out	2025-07-07 22:14:41.134393933 +0000
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
tap
[22:14:45.569](62.878s) not ok 5 - regression tests pass
[22:15:07.281](5.840s) not ok 8 - dump outputs from original and restored regression databases match
[22:15:14.968](1.503s) not ok 16 - run of pg_upgrade --check for new instance
[22:15:14.968](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[22:15:16.162](1.193s) not ok 18 - run of pg_upgrade for new instance
[22:15:16.162](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[22:15:16.565](0.252s) not ok 20 - check that locales in new cluster match original cluster
[22:15:18.496](0.230s) not ok 22 - old and new dumps match after pg_upgrade
tap
[22:15:55.121](63.895s) not ok 2 - regression tests pass
test
[22:19:20.134]  24/344 postgresql:regress / regress/regress                                            ERROR            ...
[22:19:20.134]  27/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:19:20.134]  89/344 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
core
[22:20:21.949] #0  0x00007f30964abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.949] #1  0x00007f309645cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.949] #2  0x00007f3096447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.949] #3  0x0000555739fb5da3 in ExceptionalCondition (conditionName=conditionName@entry=0x55573a3f5a20 "v->type...
[22:20:21.949] #4  0x0000555739dd5604 in jspGetLeftArg (v=v@entry=0x7ffcbf367f10, a=a@entry=0x7ffcbf366f20) at jsonpath....
[22:20:21.949] #5  0x0000555739ddb87e in executeStringInternalMethod (cxt=cxt@entry=0x7ffcbf3687b0, jsp=jsp@entry=0x7ffc...
[22:20:21.949] #6  0x0000555739de008e in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffcbf3687b0, jsp=jsp@entry=0x7ffcb...
[22:20:21.949] #7  0x0000555739de4bce in executeAnyItem (cxt=<optimized out>, jsp=<optimized out>, jbc=<optimized out>, ...
[22:20:21.949] #8  0x0000555739de4c8f in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffcbf3687b0, jsp=jsp@entry=0x7ff...
[22:20:21.949] #9  0x0000555739de00b0 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffcbf3687b0, jsp=0x7ffcbf367f10, j...
core
[22:20:21.498] #0  0x00007f4d626abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.498] #1  0x00007f4d6265cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.498] #2  0x00007f4d62647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.498] #3  0x000055b46a6eeda3 in ExceptionalCondition (conditionName=conditionName@entry=0x55b46ab2ea20 "v->type...
[22:20:21.498] #4  0x000055b46a50e604 in jspGetLeftArg (v=v@entry=0x7ffd1cd3b7c0, a=a@entry=0x7ffd1cd3b650) at jsonpath....
[22:20:21.498] #5  0x000055b46a50fca3 in printJsonPathItem (buf=buf@entry=0x7ffd1cd3b930, v=v@entry=0x7ffd1cd3b7c0, inKe...
[22:20:21.498] #6  0x000055b46a50ff98 in printJsonPathItem (buf=buf@entry=0x7ffd1cd3b930, v=v@entry=0x7ffd1cd3b970, inKe...
[22:20:21.498] #7  0x000055b46a5100da in jsonPathToCstring (out=0x7ffd1cd3b930, out@entry=0x0, in=0x625000008fa0, estima...
[22:20:21.498] #8  0x000055b46a5101f1 in jsonpath_out (fcinfo=<optimized out>) at jsonpath.c:138
[22:20:21.498] #9  0x000055b46a7048ad in FunctionCall1Coll (flinfo=0x6250000539c8, collation=collation@entry=0, arg1=108...
core
[22:20:21.056] #0  0x00007f4d626abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.056] #1  0x00007f4d6265cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.056] #2  0x00007f4d62647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:21.056] #3  0x000055b46a6eeda3 in ExceptionalCondition (conditionName=conditionName@entry=0x55b46ab2ea20 "v->type...
[22:20:21.056] #4  0x000055b46a50e604 in jspGetLeftArg (v=v@entry=0x7ffd1cd3af70, a=a@entry=0x7ffd1cd39f80) at jsonpath....
[22:20:21.056] #5  0x000055b46a51487e in executeStringInternalMethod (cxt=cxt@entry=0x7ffd1cd3b810, jsp=jsp@entry=0x7ffd...
[22:20:21.056] #6  0x000055b46a51908e in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffd1cd3b810, jsp=jsp@entry=0x7ffd1...
[22:20:21.056] #7  0x000055b46a51dbce in executeAnyItem (cxt=<optimized out>, jsp=<optimized out>, jbc=<optimized out>, ...
[22:20:21.056] #8  0x000055b46a51dc8f in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffd1cd3b810, jsp=jsp@entry=0x7ff...
[22:20:21.056] #9  0x000055b46a5190b0 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffd1cd3b810, jsp=0x7ffd1cd3af70, j...
core
[22:20:20.606] #0  0x00007f30964abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:20.606] #1  0x00007f309645cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:20.606] #2  0x00007f3096447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:20.606] #3  0x0000555739fb5da3 in ExceptionalCondition (conditionName=conditionName@entry=0x55573a3f5a20 "v->type...
[22:20:20.606] #4  0x0000555739dd5604 in jspGetLeftArg (v=v@entry=0x7ffcbf368760, a=a@entry=0x7ffcbf3685f0) at jsonpath....
[22:20:20.606] #5  0x0000555739dd6ca3 in printJsonPathItem (buf=buf@entry=0x7ffcbf3688d0, v=v@entry=0x7ffcbf368760, inKe...
[22:20:20.606] #6  0x0000555739dd6f98 in printJsonPathItem (buf=buf@entry=0x7ffcbf3688d0, v=v@entry=0x7ffcbf368910, inKe...
[22:20:20.606] #7  0x0000555739dd70da in jsonPathToCstring (out=0x7ffcbf3688d0, out@entry=0x0, in=0x625000008fa0, estima...
[22:20:20.606] #8  0x0000555739dd71f1 in jsonpath_out (fcinfo=<optimized out>) at jsonpath.c:138
[22:20:20.606] #9  0x0000555739fcb8ad in FunctionCall1Coll (flinfo=0x6250000539c8, collation=collation@entry=0, arg1=108...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:14.064442402 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/jsonpath.out	2025-07-07 22:17:27.952952435 +0000
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/src/test/regress/results/jsonp...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out	2025-07-07 22:12:14.064442402 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/jsonpath.out	2025-07-07 22:15:23.597029445 +0000
@@ -436,998 +436,7 @@
 (1 row)
 
 select '$.replace("hello","bye")'::jsonpath;
-         jsonpath         
---------------------------
- $.replace("hello","bye")
-(1 row)
-
-select '$.lower()'::jsonpath;
- jsonpath  
------------
- $.lower()
-(1 row)
-
-select '$.upper()'::jsonpath;
- jsonpath  
...
tap
[22:17:29.572](93.474s) not ok 5 - regression tests pass
[22:17:47.866](1.092s) not ok 16 - run of pg_upgrade --check for new instance
[22:17:47.867](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[22:17:48.658](0.791s) not ok 18 - run of pg_upgrade for new instance
[22:17:48.658](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[22:17:48.844](0.048s) not ok 20 - check that locales in new cluster match original cluster
[22:17:49.409](0.034s) not ok 22 - old and new dumps match after pg_upgrade
FreeBSD - Meson
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
assertion
TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =...
core
[22:20:59.840] #0  0x000000082c5b91ba in thr_kill () from /lib/libc.so.7
[22:20:59.840] #1  0x000000082c5325d4 in raise () from /lib/libc.so.7
[22:20:59.840] #2  0x000000082c5e5b59 in abort () from /lib/libc.so.7
[22:20:59.840] #3  0x0000000000ad7425 in ExceptionalCondition (conditionName=0x398b6c "v->type == jpiAnd || v->type == j...
[22:20:59.840] #4  0x0000000000a0605f in jspGetLeftArg (v=v@entry=0x8210d8300, a=a@entry=0x8210d8270) at ../src/backend/...
[22:20:59.840] #5  0x0000000000a075f7 in printJsonPathItem (buf=buf@entry=0x8210d8390, v=v@entry=0x8210d8300, inKey=true...
[22:20:59.840] #6  0x0000000000a077a3 in printJsonPathItem (buf=buf@entry=0x8210d8390, v=v@entry=0x8210d8368, inKey=<opt...
[22:20:59.840] #7  0x0000000000a05c6d in jsonPathToCstring (out=0x8210d8390, in=<optimized out>, estimated_len=<optimize...
[22:20:59.840] #8  0x0000000000ae22d3 in FunctionCall1Coll (flinfo=0xb0d2d82ce08, collation=0, arg1=6) at ../src/backend...
[22:20:59.840] #9  OutputFunctionCall (flinfo=0xb0d2d82ce08, val=6) at ../src/backend/utils/fmgr/fmgr.c:1685
core
[22:20:59.544] #0  0x000000082ae061ba in thr_kill () from /lib/libc.so.7
[22:20:59.544] #1  0x000000082ad7f5d4 in raise () from /lib/libc.so.7
[22:20:59.544] #2  0x000000082ae32b59 in abort () from /lib/libc.so.7
[22:20:59.544] #3  0x0000000000ad7425 in ExceptionalCondition (conditionName=0x398b6c "v->type == jpiAnd || v->type == j...
[22:20:59.544] #4  0x0000000000a0605f in jspGetLeftArg (v=v@entry=0x820e9cdf0, a=a@entry=0x820e9cd60) at ../src/backend/...
[22:20:59.544] #5  0x0000000000a075f7 in printJsonPathItem (buf=buf@entry=0x820e9ce80, v=v@entry=0x820e9cdf0, inKey=true...
[22:20:59.544] #6  0x0000000000a077a3 in printJsonPathItem (buf=buf@entry=0x820e9ce80, v=v@entry=0x820e9ce58, inKey=<opt...
[22:20:59.544] #7  0x0000000000a05c6d in jsonPathToCstring (out=0x820e9ce80, in=<optimized out>, estimated_len=<optimize...
[22:20:59.544] #8  0x0000000000ae22d3 in FunctionCall1Coll (flinfo=0x4a911875d58, collation=0, arg1=6) at ../src/backend...
[22:20:59.544] #9  OutputFunctionCall (flinfo=0x4a911875d58, val=6) at ../src/backend/utils/fmgr/fmgr.c:1685
core
[22:20:59.261] #0  0x00000008289c51ba in thr_kill () from /lib/libc.so.7
[22:20:59.261] #1  0x000000082893e5d4 in raise () from /lib/libc.so.7
[22:20:59.261] #2  0x00000008289f1b59 in abort () from /lib/libc.so.7
[22:20:59.261] #3  0x0000000000ad7425 in ExceptionalCondition (conditionName=0x398b6c "v->type == jpiAnd || v->type == j...
[22:20:59.261] #4  0x0000000000a0605f in jspGetLeftArg (v=v@entry=0x8217ddcb0, a=a@entry=0x8217ddc20) at ../src/backend/...
[22:20:59.261] #5  0x0000000000a075f7 in printJsonPathItem (buf=buf@entry=0x8217ddd40, v=v@entry=0x8217ddcb0, inKey=true...
[22:20:59.261] #6  0x0000000000a077a3 in printJsonPathItem (buf=buf@entry=0x8217ddd40, v=v@entry=0x8217ddd18, inKey=<opt...
[22:20:59.261] #7  0x0000000000a05c6d in jsonPathToCstring (out=0x8217ddd40, in=<optimized out>, estimated_len=<optimize...
[22:20:59.261] #8  0x0000000000ae22d3 in FunctionCall1Coll (flinfo=0x26d3e424ed58, collation=0, arg1=6) at ../src/backen...
[22:20:59.261] #9  OutputFunctionCall (flinfo=0x26d3e424ed58, val=6) at ../src/backend/utils/fmgr/fmgr.c:1685
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/json.out	2025-07-07 22:12:13.214332000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/json.out	2025-07-07 22:15:24.699925000 +00...
@@ -981,1788 +981,10 @@
 ERROR:  cannot get array length of a scalar
 -- each
 select json_each('{"f1":[1,2,3],"f2":{"f3":1},"f4":null}');
-     json_each     
--------------------
- (f1,"[1,2,3]")
- (f2,"{""f3"":1}")
- (f4,null)
-(3 rows)
-
-select * from json_each('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":99,"f6":"stringy"}') q;
- key |   value   
------+-----------
- f1  | [1,2,3]
- f2  | {"f3":1}
- f4  | null
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/json.out	2025-07-07 22:12:13.214332000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/json.out	2025-07-07 22:16:34.416193000 +...
@@ -1184,1585 +1184,10 @@
 (1 row)
 
 select '{"a": {"b":{"c": "foo"}}}'::json #> array['a', ''];
- ?column? 
-----------
- 
-(1 row)
-
-select '{"a": {"b":{"c": "foo"}}}'::json #> array['a','b'];
-   ?column?   
---------------
- {"c": "foo"}
-(1 row)
-
-select '{"a": {"b":{"c": "foo"}}}'::json #> array['a','b','c'];
- ?column? 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/json.out	2025-07-07 22:12:13.214332000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/json.out	2025-07-07 22:15:23.345953000 +0000
@@ -999,1770 +999,10 @@
 (5 rows)
 
 select json_each_text('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":"null"}');
-  json_each_text   
--------------------
- (f1,"[1,2,3]")
- (f2,"{""f3"":1}")
- (f4,)
- (f5,null)
-(4 rows)
-
-select * from json_each_text('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":99,"f6":"stringy"}') q;
- key |  value   
------+----------
- f1  | [1,2,3]
- f2  | {"f3":1}
...
tap
[22:15:25.808](147.557s) not ok 5 - regression tests pass
[22:16:06.670](0.844s) not ok 16 - run of pg_upgrade --check for new instance
[22:16:06.671](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[22:16:07.119](0.448s) not ok 18 - run of pg_upgrade for new instance
[22:16:07.119](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[22:16:07.261](0.027s) not ok 20 - check that locales in new cluster match original cluster
[22:16:07.981](0.030s) not ok 22 - old and new dumps match after pg_upgrade
tap
[22:16:35.774](173.623s) not ok 2 - regression tests pass
test
[22:18:24.056] 116/343 postgresql:regress / regress/regress                                            ERROR           1...
[22:18:24.056] 121/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:18:24.056] 207/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/5382 Adding compression of temporary files
macOS - Sonoma - Meson
core
[22:13:55.198]   * frame #0: 0x0000000102d40b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash_pglz.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash_pglz.out	2025-07-07 22:04:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/join_hash_pglz.out	2025-07-07 22:07:45
@@ -252,21 +252,14 @@
 (9 rows)
 
 select count(*) from simple r join simple s using (id);
- count 
--------
- 20000
-(1 row)
-
+ERROR:  could not read from temporary file: read only 8176 of 11669 bytes
+CONTEXT:  parallel worker
 select original > 1 as initially_multibatch, final > original as increased_batches
   from hash_join_batches(
 $$
   select count(*) from simple r join simple s using (id);
 $$);
- initially_multibatch | increased_batches 
...
tap
[22:07:45.448](77.505s) not ok 2 - regression tests pass
test
[22:10:00.579] 125/343 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out	2025-07-07 22:05:12.629732276 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join_hash_pglz.out	2025-07-07 22:08:18.628655914 +0000
@@ -252,21 +252,14 @@
 (9 rows)
 
 select count(*) from simple r join simple s using (id);
- count 
--------
- 20000
-(1 row)
-
+ERROR:  could not read from temporary file: read only 8176 of 16991 bytes
+CONTEXT:  parallel worker
 select original > 1 as initially_multibatch, final > original as increased_batches
   from hash_join_batches(
 $$
   select count(*) from simple r join simple s using (id);
 $$);
- initially_multibatch | increased_batches 
...
test
[22:12:47.752]  35/344 postgresql:regress / regress/regress                                            ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("batchno > hashtable->curbatch"), File: "nodeHashjoin.c", Line: 493, PID: 29334
core
[22:14:07.143] #0  0x00007f5a382abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:14:07.143] #1  0x00007f5a3825cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:14:07.143] #2  0x00007f5a38247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:14:07.143] #3  0x000055ea4531b54d in ExceptionalCondition (conditionName=conditionName@entry=0x55ea45615720 "batchno...
[22:14:07.143] #4  0x000055ea44b27853 in ExecHashJoinImpl (parallel=false, pstate=<optimized out>) at nodeHashjoin.c:493
[22:14:07.143] #5  ExecHashJoin (pstate=<optimized out>) at nodeHashjoin.c:690
[22:14:07.143] #6  0x000055ea44ad1c94 in ExecProcNodeInstr (node=0x6250000554b0) at execProcnode.c:485
[22:14:07.143] #7  0x000055ea44ab9cda in ExecProcNode (node=node@entry=0x6250000554b0) at ../../../src/include/executor/...
[22:14:07.143] #8  0x000055ea44ab9ec3 in ExecutePlan (queryDesc=queryDesc@entry=0x6290000324d8, operation=operation@entr...
[22:14:07.143] #9  0x000055ea44abbd6b in standard_ExecutorRun (queryDesc=0x6290000324d8, direction=ForwardScanDirection,...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out	2025-07-07 22:05:14.532847304 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/join_hash_pglz.out	2025-07-07 22:09:21.604365209 +0000
@@ -606,561 +606,10 @@
     left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss
     on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1;
 $$);
- multibatch 
-------------
- t
-(1 row)
-
-rollback to settings;
--- single-batch with rescan, parallel-oblivious
-savepoint settings;
-set enable_parallel_hash = off;
-set parallel_leader_participation = off;
-set min_parallel_table_scan_size = 0;
-set parallel_setup_cost = 0;
-set parallel_tuple_cost = 0;
...
53/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[21:52:40.689] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable]
compiler
[21:52:33.781] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable]
compiler
[21:52:04.526] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable]
compiler
[21:52:04.526] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l...
compiler
[21:51:58.288] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable]
compiler
[21:51:58.288] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l...
compiler
[21:53:02.649] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable]
compiler
[21:53:02.649] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l...
53/4984 Serverside SNI for SSL connections
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:01:22.008](0.063s) not ok 33 - connect with correct server CA cert file sslmode=require
[22:01:22.009](0.000s) not ok 34 - connect with correct server CA cert file sslmode=require: no stderr
[22:01:22.087](0.000s) not ok 36 - connect fails since the passphrase protected key cannot be reloaded: matches
test
[22:01:45.178] 336/339 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
53/5814 Add enable_groupagg GUC parameter to control GroupAggregate usage
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join_hash.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/join_hash.out	2025-07-07 21:39:19.419677200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out	2025-07-07 21:42:44.056973300 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join_hash.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/join_hash.out	2025-07-07 21:39:19.419677200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/join_hash.out	2025-07-07 21:45:43.146270500 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join_hash.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/join_hash.out	2025-07-07 21:39:19.419677200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/join_hash.out	2025-07-07 21:42:39.579871500 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
tap
[21:44:04.869](135.221s) not ok 5 - regression tests pass
tap
[21:46:57.042](145.596s) not ok 2 - regression tests pass
test
[21:54:52.492]   8/338 postgresql:regress / regress/regress                                            ERROR           1...
[21:54:52.492]  21/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[21:54:52.492]  69/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash.out	2025-07-07 21:39:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out	2025-07-07 21:41:39
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash.out	2025-07-07 21:39:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/join_hash.out	2025-07-07 21:43:15
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash.out	2025-07-07 21:39:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/join_hash.out	2025-07-07 21:41:41
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
tap
[21:42:21.531](73.608s) not ok 5 - regression tests pass
tap
[21:44:14.403](107.170s) not ok 2 - regression tests pass
test
[21:46:16.838]  12/343 postgresql:regress / regress/regress                                            ERROR            ...
[21:46:16.838]  30/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:46:16.838] 132/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out	2025-07-07 21:39:13.883214316 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out	2025-07-07 21:41:43.69884267...
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out	2025-07-07 21:39:13.883214316 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/join_hash.out	2025-07-07 21:42:58.690838...
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out	2025-07-07 21:39:13.883214316 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join_hash.out	2025-07-07 21:41:41.866842577 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
tap
[21:42:27.543](78.804s) not ok 5 - regression tests pass
tap
[21:43:42.968](79.018s) not ok 2 - regression tests pass
test
[21:46:58.569]  13/344 postgresql:regress / regress/regress                                            ERROR            ...
[21:46:58.569]  34/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:46:58.569] 104/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
FreeBSD - Meson
core
[21:48:27.215] #0  0x000000082b69275a in _sigprocmask () from /lib/libc.so.7
[21:48:27.215] #1  0x000000082b6cfa7f in _system () from /lib/libc.so.7
[21:48:27.215] #2  0x000000082a5a98a3 in ?? () from /lib/libthr.so.3
[21:48:27.215] #3  0x0000000000687ec7 in RestoreArchivedFile (path=path@entry=0x82105a1e0 "pg_wal/00000002", '0' <repeat...
[21:48:27.215] #4  0x000000000066ed38 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[21:48:27.215] #5  0x000000000066edf8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[21:48:27.215] #6  0x00000000006933ab in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[21:48:27.215] #7  0x000000000068f543 in WaitForWALToBecomeAvailable (RecPtr=67209584, tliRecPtr=67209560, replayTLI=2, ...
[21:48:27.215] #8  XLogPageRead (xlogreader=0x27c24401d130, targetPagePtr=67207168, reqLen=2416, targetRecPtr=67209560, ...
[21:48:27.215] #9  0x000000000069630a in ReadPageInternal (state=state@entry=0x27c24401d130, pageptr=67207168, reqLen=24...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out	2025-07-07 21:39:15.497142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/aggregates.out	2025-07-07 21:41:00.4710500...
@@ -3612,8 +3612,8 @@
 ) AS sub
 GROUP BY c1
 ORDER BY c1;
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                                                  QUERY PLAN                                                   
+---------------------------------------------------------------------------------------------------------------
  GroupAggregate
    Group Key: sub.c1
    ->  Sort
@@ -3622,7 +3622,7 @@
                ->  HashAggregate
                      Group Key: test_groupagg.c1, test_groupagg.c2
                      ->  Seq Scan on test_groupagg
- Settings: max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
+ Settings: debug_parallel_query = 'regress', max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out	2025-07-07 21:39:15.497142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/aggregates.out	2025-07-07 21:42:02.36372...
@@ -3612,8 +3612,8 @@
 ) AS sub
 GROUP BY c1
 ORDER BY c1;
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                                                  QUERY PLAN                                                   
+---------------------------------------------------------------------------------------------------------------
  GroupAggregate
    Group Key: sub.c1
    ->  Sort
@@ -3622,7 +3622,7 @@
                ->  HashAggregate
                      Group Key: test_groupagg.c1, test_groupagg.c2
                      ->  Seq Scan on test_groupagg
- Settings: max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
+ Settings: debug_parallel_query = 'regress', max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out	2025-07-07 21:39:15.497142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/aggregates.out	2025-07-07 21:40:58.695848000 +0000
@@ -3612,8 +3612,8 @@
 ) AS sub
 GROUP BY c1
 ORDER BY c1;
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                                                  QUERY PLAN                                                   
+---------------------------------------------------------------------------------------------------------------
  GroupAggregate
    Group Key: sub.c1
    ->  Sort
@@ -3622,7 +3622,7 @@
                ->  HashAggregate
                      Group Key: test_groupagg.c1, test_groupagg.c2
                      ->  Seq Scan on test_groupagg
- Settings: max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
+ Settings: debug_parallel_query = 'regress', max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
...
tap
[21:43:23.261](198.643s) not ok 5 - regression tests pass
tap
[21:44:31.918](224.629s) not ok 2 - regression tests pass
test
[21:46:01.912]  39/343 postgresql:regress / regress/regress                                            ERROR           2...
[21:46:01.912] 180/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
[21:46:01.912] 248/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-07-07 21:39:13.341716608 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/join.out	2025-07-07 21:44:03.491615204 +0000
@@ -4813,9 +4813,12 @@
  Nested Loop Left Join
    Filter: ((COALESCE(tenk1.unique1, '-1'::integer) + int8_tbl.q1) = 122)
    ->  Seq Scan on int8_tbl
-   ->  Index Scan using tenk1_unique2 on tenk1
-         Index Cond: (unique2 = int8_tbl.q2)
-(5 rows)
+   ->  Memoize
+         Cache Key: int8_tbl.q2
+         Cache Mode: logical
+         ->  Index Scan using tenk1_unique2 on tenk1
+               Index Cond: (unique2 = int8_tbl.q2)
+(8 rows)
 
 select * from
 (
@@ -4868,9 +4871,12 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/regress/results/join.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-07-07 21:39:13.341716608 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/join.out	2025-07-07 21:41:34.691141161 +0000
@@ -4813,9 +4813,12 @@
  Nested Loop Left Join
    Filter: ((COALESCE(tenk1.unique1, '-1'::integer) + int8_tbl.q1) = 122)
    ->  Seq Scan on int8_tbl
-   ->  Index Scan using tenk1_unique2 on tenk1
-         Index Cond: (unique2 = int8_tbl.q2)
-(5 rows)
+   ->  Memoize
+         Cache Key: int8_tbl.q2
+         Cache Mode: logical
+         ->  Index Scan using tenk1_unique2 on tenk1
+               Index Cond: (unique2 = int8_tbl.q2)
+(8 rows)
 
 select * from
 (
@@ -4868,9 +4871,12 @@
...
tap
[21:45:22.543](117.943s) not ok 5 - regression tests pass
53/5751 Disable parallel query by default
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/deadlock-parallel.out C:/cirrus/build/testrun/isolati...
--- C:/cirrus/src/test/isolation/expected/deadlock-parallel.out	2025-07-07 21:35:15.178391300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-07 21:38:19.241284600 +0000
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out C:/cirrus/build/testrun/pg_ove...
--- C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-07 21:35:11.526821900 +0000
+++ C:/cirrus/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-07 21:43:12.185155200 +0000
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:15.865421400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-07 21:39:15.671457300 +00...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plpgsql.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:15.834919000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-07 21:39:35.511309100 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:15.865421400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-07 21:42:09.628997400 +...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plpgsql.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:15.834919000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-07 21:42:35.368735900 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:15.865421400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out	2025-07-07 21:39:12.453682600 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plpgsql.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:15.834919000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/plpgsql.out	2025-07-07 21:39:30.807687300 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[21:40:00.253](134.388s) not ok 5 - regression tests pass
tap
[21:42:55.430](146.858s) not ok 2 - regression tests pass
test
[21:50:09.656]  14/338 postgresql:regress / regress/regress                                            ERROR           1...
[21:50:09.656]   6/338 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:50:09.656]  23/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[21:50:09.656]  88/338 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[21:50:09.656]  71/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/deadlock-parallel.out /Users/admin/pgsql/build/testrun/isolation...
--- /Users/admin/pgsql/src/test/isolation/expected/deadlock-parallel.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-07 21:36:42
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /Users/admin/pgsql/contrib/pg_overexplain/expected/pg_overexplain.out /Users/admin/pgsql/build/testrun/pg_overe...
--- /Users/admin/pgsql/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-07 21:35:10
+++ /Users/admin/pgsql/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-07 21:38:17
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-07 21:36:59
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plpgsql.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-07 21:37:06
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-07 21:38:05
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plpgsql.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r...
--- /Users/admin/pgsql/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-07 21:38:17
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/select_parallel.out	2025-07-07 21:37:02
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plpgsql.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/plpgsql.out	2025-07-07 21:37:09
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[21:37:15.652](48.090s) not ok 5 - regression tests pass
tap
[21:38:28.897](69.991s) not ok 2 - regression tests pass
test
[21:41:20.731]  18/343 postgresql:regress / regress/regress                                            ERROR            ...
[21:41:20.731]  10/343 postgresql:isolation / isolation/isolation                                      ERROR            ...
[21:41:20.731]  89/343 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[21:41:20.731]  29/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:41:20.731] 123/343 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/build/testrun/isola...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2025-07-07 21:35:12.168684400 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-07 21:36:58.096982491 +...
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/build/testrun/pg_o...
--- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-07 21:35:10.416601212 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-07 21:39:08.613181697 +...
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:12.401142131 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-07 21:37:32.98...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:12.385110563 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-07 21:37:47.933043897 ...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:12.401142131 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-07 21:38:52....
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:12.385110563 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-07 21:39:09.98917168...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:12.401142131 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2025-07-07 21:37:33.820969786 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:12.385110563 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plpgsql.out	2025-07-07 21:37:48.737048877 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[21:37:59.646](80.202s) not ok 5 - regression tests pass
tap
[21:39:22.214](85.358s) not ok 2 - regression tests pass
test
[21:42:38.709]   7/344 postgresql:isolation / isolation/isolation                                      ERROR            ...
[21:42:38.709]  24/344 postgresql:regress / regress/regress                                            ERROR            ...
[21:42:38.709]  34/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:42:38.709]  90/344 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[21:42:38.709] 109/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/contrib/pg_overexp...
--- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-07 21:35:10.689268038 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_overexplain/results/pg_overexplain.out	2025-07-07 21:41:08.629333321 +0000
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:12.670658639 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out	2025-07-07 21:42:38.681027625 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:12.654677418 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/plpgsql.out	2025-07-07 21:42:53.956971747 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/src/test/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2025-07-07 21:35:12.438930944 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/deadlock-parallel.out	2025-07-07 21:39:18.281511369 +0000
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/recovery/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:12.670658639 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/select_parallel.out	2025-07-07 21:44:12.705065570 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:12.654677418 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/plpgsql.out	2025-07-07 21:44:26.505066646 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:12.670658639 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out	2025-07-07 21:40:07.057483793 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/test/regress/results/plpgsq...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:12.654677418 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/plpgsql.out	2025-07-07 21:40:34.713426450 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[21:43:04.209](106.670s) not ok 5 - regression tests pass
tap
[21:44:38.093](70.222s) not ok 2 - regression tests pass
FreeBSD - Meson
core
[21:42:52.958] #0  0x00003ae3034cae90 in ?? ()
[21:42:52.958] #1  0x0000000000000003 in ?? ()
[21:42:52.958] #2  0x00001707385683c0 in ?? ()
[21:42:52.958] #3  0x00001707385683c3 in ?? ()
[21:42:52.958] #4  0x00001707385683c6 in ?? ()
[21:42:52.958] #5  0x0000000000000000 in ?? ()
[21:42:53.241] #0  0x000000082e83f75a in _sigprocmask () from /lib/libc.so.7
core
[21:42:53.285] #0  0x000000082e83f75a in _sigprocmask () from /lib/libc.so.7
[21:42:53.285] #1  0x000000082e87ca7f in _system () from /lib/libc.so.7
[21:42:53.285] #2  0x000000082d2db8a3 in ?? () from /lib/libthr.so.3
[21:42:53.285] #3  0x0000000000687ec7 in RestoreArchivedFile (path=path@entry=0x821bb71e0 "pg_wal/00000002", '0' <repeat...
[21:42:53.285] #4  0x000000000066ed38 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[21:42:53.285] #5  0x000000000066edf8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[21:42:53.285] #6  0x00000000006933ab in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10...
[21:42:53.285] #7  0x000000000068f543 in WaitForWALToBecomeAvailable (RecPtr=105224160, tliRecPtr=105224136, replayTLI=2...
[21:42:53.285] #8  XLogPageRead (xlogreader=0x1ebfff01d130, targetPagePtr=105218048, reqLen=6112, targetRecPtr=105224136...
[21:42:53.285] #9  0x000000000069630a in ReadPageInternal (state=state@entry=0x1ebfff01d130, pageptr=105218048, reqLen=6...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/build/testrun/isola...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2025-07-07 21:35:14.578349000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-07 21:36:18.083622000 +...
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/build/testrun/pg_o...
--- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-07 21:35:13.149072000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-07 21:37:41.061828000 +...
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:14.766102000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-07 21:36:39.37...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:14.751091000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-07 21:36:55.101371000 ...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:14.766102000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-07 21:37:47....
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:14.751091000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-07 21:38:10.91045200...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-07 21:35:14.766102000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2025-07-07 21:36:36.653947000 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-07 21:35:14.751091000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plpgsql.out	2025-07-07 21:36:51.213173000 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[21:37:12.534](72.734s) not ok 5 - regression tests pass
tap
[21:38:29.531](102.483s) not ok 2 - regression tests pass
test
[21:40:23.214]  24/343 postgresql:regress / regress/regress                                            ERROR            ...
[21:40:23.214]  12/343 postgresql:isolation / isolation/isolation                                      ERROR            ...
[21:40:23.214]  91/343 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[21:40:23.214]  47/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:40:23.214] 171/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/5773 Disallow concurrent ALTER DOMAIN and DROP DOMAIN
CompilerWarnings
compiler
[21:32:11.215] typecmds.c:3086:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:11.215] typecmds.c:2639:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:11.215] typecmds.c:2768:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:11.215] typecmds.c:2866:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:11.215] typecmds.c:2977:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:04.390] typecmds.c:2768:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:04.390] typecmds.c:2639:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:04.390] typecmds.c:3086:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:04.390] typecmds.c:2977:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:32:04.390] typecmds.c:2866:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[21:31:34.503] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio...
compiler
[21:31:27.391] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio...
compiler
[21:32:33.878] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio...
53/5669 Use CLOCK_MONOTONIC_COARSE for instr_time for explain analyze
FreeBSD - Meson
core
[21:34:37.587] #0  0x000000082afd575a in _sigprocmask () from /lib/libc.so.7
[21:34:37.587] #1  0x000000082b012a7f in _system () from /lib/libc.so.7
[21:34:37.587] #2  0x000000082a4548a3 in ?? () from /lib/libthr.so.3
[21:34:37.587] #3  0x0000000000687ec7 in RestoreArchivedFile (path=path@entry=0x8218541e0 "pg_wal/00000002", '0' <repeat...
[21:34:37.587] #4  0x000000000066ed38 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[21:34:37.587] #5  0x000000000066edf8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[21:34:37.587] #6  0x00000000006933ab in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[21:34:37.587] #7  0x000000000068f543 in WaitForWALToBecomeAvailable (RecPtr=67209584, tliRecPtr=67209560, replayTLI=2, ...
[21:34:37.587] #8  XLogPageRead (xlogreader=0x25134e41d130, targetPagePtr=67207168, reqLen=2416, targetRecPtr=67209560, ...
[21:34:37.587] #9  0x000000000069630a in ReadPageInternal (state=state@entry=0x25134e41d130, pageptr=67207168, reqLen=24...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out /tmp/cirrus-ci-build/build/testrun...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-07-07 21:23:59.987910000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/entry_timestamp.out	2025-07-07 21:27:49.922969...
@@ -45,7 +45,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                0 |                0 |                            0 |                     0
+     2 |                0 |                1 |                            0 |                     0
 (1 row)
 
 -- Perform single min/max reset
@@ -147,7 +147,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_exec_zero | minmax_ts_after_ref | stats_since_after_ref 
 -------+------------------+---------------------+-----------------------
-     2 |                1 |                   2 |                     0
+     2 |                2 |                   2 |                     0
 (1 row)
 
...
test
[21:32:08.448]  95/343 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out /tmp/cirrus-ci-build/contrib/pg_st...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-07-07 21:24:00.185217150 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/entry_timestamp.out	2025-07-07 21:31:37.283022005 +0000
@@ -45,7 +45,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                0 |                0 |                            0 |                     0
+     2 |                0 |                2 |                            0 |                     0
 (1 row)
 
 -- Perform single min/max reset
@@ -71,7 +71,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                1 |                1 |                            1 |                     0
+     2 |                1 |                2 |                            1 |                     0
 (1 row)
 
...
Linux - Debian Bookworm - Meson
core
[21:36:44.606] #0  <unavailable> in ?? ()
core
[21:36:44.606] #0  0x00007f4abad3edd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.606] #1  0x00007f4abaceb239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.606] #2  0x00007f4abaceb497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.606] #3  0x000055a4a386e5f3 in ?? ()
[21:36:44.606] #4  0x000055a4a3868369 in ?? ()
[21:36:44.606] #5  0x000055a4a386720f in ?? ()
[21:36:44.606] #6  0x000055a4a3867c3b in ?? ()
[21:36:44.606] #7  0x000055a4a386566f in ?? ()
[21:36:44.606] #8  0x00007f4abacd624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.606] #9  0x00007f4abacd6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:44.484] #0  0x00007f4abad3edd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.484] #1  0x00007f4abaceb239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.484] #2  0x00007f4abaceb497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.484] #3  0x000055a4a386e5c1 in ?? ()
[21:36:44.484] #4  0x000055a4a3868369 in ?? ()
[21:36:44.484] #5  0x000055a4a386720f in ?? ()
[21:36:44.484] #6  0x000055a4a3867c3b in ?? ()
[21:36:44.484] #7  0x000055a4a386566f in ?? ()
[21:36:44.484] #8  0x00007f4abacd624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:44.484] #9  0x00007f4abacd6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out /tmp/cirrus-ci-build/build/testrun...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-07-07 21:23:59.777989865 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/entry_timestamp.out	2025-07-07 21:30:54.005291...
@@ -45,7 +45,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                0 |                0 |                            0 |                     0
+     2 |                0 |                2 |                            0 |                     0
 (1 row)
 
 -- Perform single min/max reset
@@ -71,7 +71,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                1 |                1 |                            1 |                     0
+     2 |                1 |                2 |                            1 |                     0
 (1 row)
 
...
test
[21:34:14.951]  96/344 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
53/5447 log_min_messages per backend type
macOS - Sonoma - Meson
core
[21:30:36.993]   * frame #0: 0x00000001052ed9e0 postgres`pg_strcasecmp(s1=0x0000000000000000, s2="checkpointer") at pgst...
[21:30:36.993]     frame #1: 0x0000000104fa7ca4 postgres`check_log_min_messages(newval=<unavailable>, extra=0x000000016a...
[21:30:36.993]     frame #2: 0x00000001052c20f8 postgres`call_string_check_hook(conf=0x000000010569c8e0, newval=0x000000...
[21:30:36.993]     frame #3: 0x00000001052c19fc postgres`parse_and_validate_value(record=0x000000010569c8e0, value=<unav...
[21:30:36.993]     frame #4: 0x00000001052c0b80 postgres`set_config_with_handle(name=<unavailable>, handle=<unavailable>...
[21:30:36.993]     frame #5: 0x00000001052bd258 postgres`set_config_option(name="log_min_messages", value="checkpointer:...
[21:30:36.993]     frame #6: 0x00000001052c518c postgres`ExecSetVariableStmt(stmt=0x0000000121809e68, isTopLevel=<unavai...
[21:30:36.993]     frame #7: 0x0000000105172a38 postgres`standard_ProcessUtility(pstmt=0x0000000121809f18, queryString="...
[21:30:36.993]     frame #8: 0x0000000105172804 postgres`ProcessUtility(pstmt=<unavailable>, queryString=<unavailable>, ...
[21:30:36.993]     frame #9: 0x0000000105172460 postgres`PortalRunUtility(portal=0x000000012282fd00, pstmt=0x00000001218...
core
[21:28:56.456]   * frame #0: 0x00000001029cd9e0 postgres`pg_strcasecmp(s1=0x0000000000000000, s2="checkpointer") at pgst...
[21:28:56.456]     frame #1: 0x0000000102687ca4 postgres`check_log_min_messages(newval=<unavailable>, extra=0x000000016d...
[21:28:56.456]     frame #2: 0x00000001029a20f8 postgres`call_string_check_hook(conf=0x0000000102d7c8e0, newval=0x000000...
[21:28:56.456]     frame #3: 0x00000001029a19fc postgres`parse_and_validate_value(record=0x0000000102d7c8e0, value=<unav...
[21:28:56.456]     frame #4: 0x00000001029a0b80 postgres`set_config_with_handle(name=<unavailable>, handle=<unavailable>...
[21:28:56.456]     frame #5: 0x000000010299d258 postgres`set_config_option(name="log_min_messages", value="checkpointer:...
[21:28:56.456]     frame #6: 0x00000001029a518c postgres`ExecSetVariableStmt(stmt=0x0000000126815468, isTopLevel=<unavai...
[21:28:56.456]     frame #7: 0x0000000102852a38 postgres`standard_ProcessUtility(pstmt=0x0000000126815518, queryString="...
[21:28:56.456]     frame #8: 0x0000000102852804 postgres`ProcessUtility(pstmt=<unavailable>, queryString=<unavailable>, ...
[21:28:56.456]     frame #9: 0x0000000102852460 postgres`PortalRunUtility(portal=0x0000000115835300, pstmt=0x00000001268...
core
[21:27:57.717]   * frame #0: 0x00000001032d19e0 postgres`pg_strcasecmp(s1=0x0000000000000000, s2="checkpointer") at pgst...
[21:27:57.717]     frame #1: 0x0000000102f8bca4 postgres`check_log_min_messages(newval=<unavailable>, extra=0x000000016c...
[21:27:57.717]     frame #2: 0x00000001032a60f8 postgres`call_string_check_hook(conf=0x00000001036808e0, newval=0x000000...
[21:27:57.717]     frame #3: 0x00000001032a59fc postgres`parse_and_validate_value(record=0x00000001036808e0, value=<unav...
[21:27:57.717]     frame #4: 0x00000001032a4b80 postgres`set_config_with_handle(name=<unavailable>, handle=<unavailable>...
[21:27:57.717]     frame #5: 0x00000001032a1258 postgres`set_config_option(name="log_min_messages", value="checkpointer:...
[21:27:57.717]     frame #6: 0x00000001032a918c postgres`ExecSetVariableStmt(stmt=0x000000015480c268, isTopLevel=<unavai...
[21:27:57.717]     frame #7: 0x0000000103156a38 postgres`standard_ProcessUtility(pstmt=0x000000015480c318, queryString="...
[21:27:57.717]     frame #8: 0x0000000103a04334 pg_stat_statements.dylib`pgss_ProcessUtility(pstmt=0x000000015480c318, q...
[21:27:57.717]     frame #9: 0x0000000103156460 postgres`PortalRunUtility(portal=0x000000015302ff00, pstmt=0x00000001548...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/foreign_key.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-07-07 21:19:04
@@ -294,3115 +294,10 @@
 DROP TABLE PKTABLE CASCADE;
 NOTICE:  drop cascades to constraint constrname2 on table fktable
 DROP TABLE FKTABLE;
---
--- First test, check with no on delete or on update
---
-CREATE TABLE PKTABLE ( ptest1 int PRIMARY KEY, ptest2 text );
-CREATE TABLE FKTABLE ( ftest1 int REFERENCES PKTABLE MATCH FULL, ftest2 int );
--- Insert test data into PKTABLE
-INSERT INTO PKTABLE VALUES (1, 'Test1');
-INSERT INTO PKTABLE VALUES (2, 'Test2');
-INSERT INTO PKTABLE VALUES (3, 'Test3');
-INSERT INTO PKTABLE VALUES (4, 'Test4');
-INSERT INTO PKTABLE VALUES (5, 'Test5');
--- Insert successful rows into FK TABLE
-INSERT INTO FKTABLE VALUES (1, 2);
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/foreign_key.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-07-07 21:21:00
@@ -929,2480 +929,10 @@
 ERROR:  insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey"
 DETAIL:  Key (ftest1)=(43) is not present in table "pktable".
 DROP TABLE FKTABLE;
-DROP TABLE PKTABLE;
--- Two columns, two tables
-CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, PRIMARY KEY(ptest1, ptest2));
--- This should fail, because we just chose really odd types
-CREATE TABLE FKTABLE (ftest1 cidr, ftest2 timestamp, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable);
-ERROR:  foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented
-DETAIL:  Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: ...
--- Again, so should this...
-CREATE TABLE FKTABLE (ftest1 cidr, ftest2 timestamp, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable(ptest1, ptest2));
-ERROR:  foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented
-DETAIL:  Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: ...
--- This fails because we mixed up the column ordering
-CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest2, ftest1) REFERENCES pktable);
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/guc.out /Users/admin/pgsql/build/testrun/regress/regress/results/g...
--- /Users/admin/pgsql/src/test/regress/expected/guc.out	2025-07-07 21:14:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/guc.out	2025-07-07 21:19:04
@@ -929,35 +929,7 @@
 (1 row)
 
 SET log_min_messages TO 'checkpointer:debug2, autovacuum:debug1';  --fail
-ERROR:  invalid value for parameter "log_min_messages": "checkpointer:debug2, autovacuum:debug1"
-DETAIL:  Generic log level was not defined.
-SET log_min_messages TO 'debug1, backend:error, fatal';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "debug1, backend:error, fatal"
-DETAIL:  Generic log level was already assigned.
-SET log_min_messages TO 'backend:error, foo:fatal, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, foo:fatal, archiver:debug1"
-DETAIL:  Unrecognized backend type: "foo".
-SET log_min_messages TO 'backend:error, checkpointer:bar, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, checkpointer:bar, archiver:debug1"
-DETAIL:  Unrecognized log level: "bar".
-SET log_min_messages TO 'backend:error, checkpointer:debug3, fatal, archiver:debug2, autovacuum:debug1, walsender:debug...
-SHOW log_min_messages;
...
tap
[21:19:09.150](82.335s) not ok 5 - regression tests pass
[21:19:46.564](2.068s) not ok 16 - run of pg_upgrade --check for new instance
[21:19:46.566](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[21:19:47.799](1.233s) not ok 18 - run of pg_upgrade for new instance
[21:19:47.800](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:19:48.173](0.103s) not ok 20 - check that locales in new cluster match original cluster
[21:19:50.319](0.071s) not ok 22 - old and new dumps match after pg_upgrade
tap
[21:21:03.577](109.906s) not ok 2 - regression tests pass
test
[21:23:53.119]  26/343 postgresql:regress / regress/regress                                            ERROR            ...
[21:23:53.119]  28/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:23:53.119] 118/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000005`605ff5d8 00007ff9`d720b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`605ff5e0 00007ff9`d6284cb0     ntdll!TppWorkerThread+0x2df
00000005`605ff8d0 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`605ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`5f5fe2f0 00007ff7`5ccc20c9     postgres!pg_strcasecmp(
00000005`5f5fe330 00007ff7`5d261f8a     postgres!check_log_min_messages(
00000005`5f5fe440 00007ff7`5d263a69     postgres!call_string_check_hook(
00000005`5f5fe5b0 00007ff7`5d25aa36     postgres!parse_and_validate_value(
00000005`5f5fe6b0 00007ff7`5d259289     postgres!set_config_with_handle(
00000005`5f5fe810 00007ff7`5d2651cb     postgres!set_config_option(
00000005`5f5fe880 00007ff7`5cff78d1     postgres!ExecSetVariableStmt(
00000005`5f5fe980 00007ff9`c30134b9     postgres!standard_ProcessUtility(
00000005`5f5feb50 00007ff7`5cff6e9f     pg_stat_statements!pgss_ProcessUtility(
00000005`5f5fefb0 00007ff7`5cff5ecd     postgres!ProcessUtility(
core
00000005`5f9ff818 00007ff9`d720b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`5f9ff820 00007ff9`d6284cb0     ntdll!TppWorkerThread+0x2df
00000005`5f9ffb10 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`5f9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`5fdff998 00007ff9`d49b48fa     ntdll!NtFsControlFile+0x14
00000005`5fdff9a0 00007ff7`5cecba0b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`5fdffa10 00007ff9`d6284cb0     postgres!pg_signal_thread(
00000005`5fdffb10 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`5fdffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`601ff718 00007ff9`d496da3e     ntdll!NtWaitForSingleObject+0x14
00000005`601ff720 00007ff7`5cecd4ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000005`601ff7c0 00007ff9`d6284cb0     postgres!pg_timer_thread(
00000005`601ff800 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`601ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`afdff758 00007ff9`d720b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`afdff760 00007ff9`d6284cb0     ntdll!TppWorkerThread+0x2df
000000f1`afdffa50 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`afdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`af5ff898 00007ff9`d49b48fa     ntdll!NtFsControlFile+0x14
000000f1`af5ff8a0 00007ff7`5cecba0b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`af5ff910 00007ff9`d6284cb0     postgres!pg_signal_thread(
000000f1`af5ffa10 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`af5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`af1ffb88 00007ff9`d720b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`af1ffb90 00007ff9`d6284cb0     ntdll!TppWorkerThread+0x2df
000000f1`af1ffe80 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`af1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`aedfea90 00007ff7`5ccc20c9     postgres!pg_strcasecmp(
000000f1`aedfead0 00007ff7`5d261f8a     postgres!check_log_min_messages(
000000f1`aedfebe0 00007ff7`5d263a69     postgres!call_string_check_hook(
000000f1`aedfed50 00007ff7`5d25aa36     postgres!parse_and_validate_value(
000000f1`aedfee50 00007ff7`5d259289     postgres!set_config_with_handle(
000000f1`aedfefb0 00007ff7`5d2651cb     postgres!set_config_option(
000000f1`aedff020 00007ff7`5cff78d1     postgres!ExecSetVariableStmt(
000000f1`aedff120 00007ff7`5cff6ee9     postgres!standard_ProcessUtility(
000000f1`aedff2f0 00007ff7`5cff5ecd     postgres!ProcessUtility(
000000f1`aedff340 00007ff7`5cff6222     postgres!PortalRunUtility(
core
000000f1`af9ff768 00007ff9`d496da3e     ntdll!NtWaitForSingleObject+0x14
000000f1`af9ff770 00007ff7`5cecd4ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f1`af9ff810 00007ff9`d6284cb0     postgres!pg_timer_thread(
000000f1`af9ff850 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`af9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`8dffe720 00007ff7`5ccc20c9     postgres!pg_strcasecmp(
000000f8`8dffe760 00007ff7`5d261f8a     postgres!check_log_min_messages(
000000f8`8dffe870 00007ff7`5d263a69     postgres!call_string_check_hook(
000000f8`8dffe9e0 00007ff7`5d25aa36     postgres!parse_and_validate_value(
000000f8`8dffeae0 00007ff7`5d259289     postgres!set_config_with_handle(
000000f8`8dffec40 00007ff7`5d2651cb     postgres!set_config_option(
000000f8`8dffecb0 00007ff7`5cff78d1     postgres!ExecSetVariableStmt(
000000f8`8dffedb0 00007ff7`5cff6ee9     postgres!standard_ProcessUtility(
000000f8`8dffef80 00007ff7`5cff5ecd     postgres!ProcessUtility(
000000f8`8dffefd0 00007ff7`5cff6222     postgres!PortalRunUtility(
core
000000f8`8e3ff598 00007ff9`d720b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`8e3ff5a0 00007ff9`d6284cb0     ntdll!TppWorkerThread+0x2df
000000f8`8e3ff890 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`8e3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`8e7ff5c8 00007ff9`d49b48fa     ntdll!NtFsControlFile+0x14
000000f8`8e7ff5d0 00007ff7`5cecba0b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`8e7ff640 00007ff9`d6284cb0     postgres!pg_signal_thread(
000000f8`8e7ff740 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`8e7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`8ebffbb8 00007ff9`d720b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`8ebffbc0 00007ff9`d6284cb0     ntdll!TppWorkerThread+0x2df
000000f8`8ebffeb0 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`8ebffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`8efffab8 00007ff9`d496da3e     ntdll!NtWaitForSingleObject+0x14
000000f8`8efffac0 00007ff7`5cecd4ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f8`8efffb60 00007ff9`d6284cb0     postgres!pg_timer_thread(
000000f8`8efffba0 00007ff9`d727edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`8efffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/guc.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgra...
--- C:/cirrus/src/test/regress/expected/guc.out	2025-07-07 21:14:56.236475300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out	2025-07-07 21:19:16.626634800 +0000
@@ -929,35 +929,7 @@
 (1 row)
 
 SET log_min_messages TO 'checkpointer:debug2, autovacuum:debug1';  --fail
-ERROR:  invalid value for parameter "log_min_messages": "checkpointer:debug2, autovacuum:debug1"
-DETAIL:  Generic log level was not defined.
-SET log_min_messages TO 'debug1, backend:error, fatal';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "debug1, backend:error, fatal"
-DETAIL:  Generic log level was already assigned.
-SET log_min_messages TO 'backend:error, foo:fatal, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, foo:fatal, archiver:debug1"
-DETAIL:  Unrecognized backend type: "foo".
-SET log_min_messages TO 'backend:error, checkpointer:bar, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, checkpointer:bar, archiver:debug1"
-DETAIL:  Unrecognized log level: "bar".
-SET log_min_messages TO 'backend:error, checkpointer:debug3, fatal, archiver:debug2, autovacuum:debug1, walsender:debug...
-SHOW log_min_messages;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/foreign_key.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:56.226308100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-07-07 21:22:02.482599800 +0000
@@ -3327,82 +3327,10 @@
   CREATE TABLE fk_r   ( id int PRIMARY KEY, p_id int NOT NULL, p_jd int NOT NULL,
        FOREIGN KEY (p_id, p_jd) REFERENCES fk_p (id, jd)
   ) PARTITION BY list (id);
-SET search_path TO fkpart12;
-ALTER TABLE fk_p_1_2 DROP COLUMN x, DROP COLUMN y;
-ALTER TABLE fk_p_1 ATTACH PARTITION fk_p_1_2 FOR VALUES IN (2);
-ALTER TABLE fk_r_1 DROP COLUMN x;
-INSERT INTO fk_p VALUES (1, 1);
-ALTER TABLE fk_r ATTACH PARTITION fk_r_1 FOR VALUES IN (1);
-ALTER TABLE fk_r ATTACH PARTITION fk_r_2 FOR VALUES IN (2);
-\d fk_r_2
-        Partitioned table "fkpart12.fk_r_2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- id     | integer |           | not null | 
- p_id   | integer |           | not null | 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/guc.out C:/cirrus/build/testrun/regress/regress/results...
--- C:/cirrus/src/test/regress/expected/guc.out	2025-07-07 21:14:56.236475300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/guc.out	2025-07-07 21:19:16.782904700 +0000
@@ -929,35 +929,7 @@
 (1 row)
 
 SET log_min_messages TO 'checkpointer:debug2, autovacuum:debug1';  --fail
-ERROR:  invalid value for parameter "log_min_messages": "checkpointer:debug2, autovacuum:debug1"
-DETAIL:  Generic log level was not defined.
-SET log_min_messages TO 'debug1, backend:error, fatal';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "debug1, backend:error, fatal"
-DETAIL:  Generic log level was already assigned.
-SET log_min_messages TO 'backend:error, foo:fatal, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, foo:fatal, archiver:debug1"
-DETAIL:  Unrecognized backend type: "foo".
-SET log_min_messages TO 'backend:error, checkpointer:bar, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, checkpointer:bar, archiver:debug1"
-DETAIL:  Unrecognized log level: "bar".
-SET log_min_messages TO 'backend:error, checkpointer:debug3, fatal, archiver:debug2, autovacuum:debug1, walsender:debug...
-SHOW log_min_messages;
...
tap
[21:19:48.896](139.095s) not ok 5 - regression tests pass
[21:20:26.001](5.807s) not ok 16 - run of pg_upgrade --check for new instance
[21:20:26.003](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[21:20:29.516](3.510s) not ok 18 - run of pg_upgrade for new instance
[21:20:29.517](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:20:30.906](0.277s) not ok 20 - check that locales in new cluster match original cluster
[21:20:33.539](0.375s) not ok 22 - old and new dumps match after pg_upgrade
tap
[21:22:15.273](127.362s) not ok 2 - regression tests pass
test
[21:29:53.088]  14/338 postgresql:regress / regress/regress                                            ERROR           1...
[21:29:53.088]  25/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:29:53.088]  68/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Meson
core
[21:27:03.357] #0  0x00007f9cb7acddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.357] #1  0x00007f9cb7a7a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.357] #2  0x00007f9cb7a7a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.357] #3  0x000055f3e3bf15c1 in ?? ()
[21:27:03.357] #4  0x000055f3e3beb369 in ?? ()
[21:27:03.357] #5  0x000055f3e3bea20f in ?? ()
[21:27:03.357] #6  0x000055f3e3beac3b in ?? ()
[21:27:03.357] #7  0x000055f3e3be866f in ?? ()
[21:27:03.357] #8  0x00007f9cb7a6524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.357] #9  0x00007f9cb7a65305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:27:03.238] #0  <unavailable> in ?? ()
core
[21:27:03.238] #0  0x00007f9cb7acddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.238] #1  0x00007f9cb7a7a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.238] #2  0x00007f9cb7a7a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.238] #3  0x000055f3e3bf15f3 in ?? ()
[21:27:03.238] #4  0x000055f3e3beb369 in ?? ()
[21:27:03.238] #5  0x000055f3e3bea20f in ?? ()
[21:27:03.238] #6  0x000055f3e3beac3b in ?? ()
[21:27:03.238] #7  0x000055f3e3be866f in ?? ()
[21:27:03.238] #8  0x00007f9cb7a6524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.238] #9  0x00007f9cb7a65305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:26:58.833] #0  <unavailable> in ?? ()
core
[21:26:58.833] #0  0x00007fdaed0aedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:26:58.833] #1  0x00007fdaed05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:26:58.833] #2  0x00007fdaed116244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:26:58.833] #3  0x00007fdaed12889c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:26:59.314] #0  0x00007fbad9ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:27:00.226] #0  0x00007fbad9ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:00.226] #1  0x00007fbad9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:00.226] #2  0x00007fbad9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:00.226] #3  0x00007fbad9e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:27:00.226] #4  0x00007fbad9e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:27:00.226] #5  0x00007fbad9e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5572ca44d680,...
[21:27:00.226] #6  0x00005572c99489a5 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=<optimiz...
[21:27:00.226] #7  0x00005572c91c0e48 in check_log_min_messages (newval=<optimized out>, extra=0x7fff13383ad0, source=<o...
[21:27:00.226] #8  0x00005572c98e3ef3 in call_string_check_hook (conf=conf@entry=0x5572ca40e770 <ConfigureNamesString+28...
[21:27:00.226] #9  0x00005572c98e979e in parse_and_validate_value (record=record@entry=0x5572ca40e770 <ConfigureNamesStr...
core
[21:27:01.663] #0  0x00007f03c22a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:01.663] #1  0x00007f03c225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:01.663] #2  0x00007f03c2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:01.663] #3  0x00007f03c241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:27:01.663] #4  0x00007f03c242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:27:01.663] #5  0x00007f03c240d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55cc6e5c1680,...
[21:27:01.663] #6  0x000055cc6dabc9a5 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=<optimiz...
[21:27:01.663] #7  0x000055cc6d334e48 in check_log_min_messages (newval=<optimized out>, extra=0x7ffc3ac7be90, source=<o...
[21:27:01.663] #8  0x000055cc6da57ef3 in call_string_check_hook (conf=conf@entry=0x55cc6e582770 <ConfigureNamesString+28...
[21:27:01.663] #9  0x000055cc6da5d79e in parse_and_validate_value (record=record@entry=0x55cc6e582770 <ConfigureNamesStr...
core
[21:27:03.088] #0  0x00007fe2284a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.088] #1  0x00007fe22845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.088] #2  0x00007fe228445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:03.088] #3  0x00007fe22861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:27:03.088] #4  0x00007fe22862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:27:03.088] #5  0x00007fe22860d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56435b139680,...
[21:27:03.088] #6  0x000056435a6349a5 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=<optimiz...
[21:27:03.088] #7  0x0000564359eace48 in check_log_min_messages (newval=<optimized out>, extra=0x7ffcc8e3cac0, source=<o...
[21:27:03.088] #8  0x000056435a5cfef3 in call_string_check_hook (conf=conf@entry=0x56435b0fa770 <ConfigureNamesString+28...
[21:27:03.088] #9  0x000056435a5d579e in parse_and_validate_value (record=record@entry=0x56435b0fa770 <ConfigureNamesStr...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:53.086026149 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-07-07 21:20:01.513375...
@@ -2016,1393 +2016,10 @@
 (2 rows)
 
 UPDATE fk_notpartitioned_pk SET a = a + 1 WHERE a = 2502;
-SELECT tableoid::regclass, a, b FROM fk_partitioned_fk WHERE b IS NULL ORDER BY a;
-      tableoid       |  a   | b 
----------------------+------+---
- fk_partitioned_fk_3 | 2502 |  
- fk_partitioned_fk_1 |      |  
- fk_partitioned_fk_1 |      |  
-(3 rows)
-
--- ON DELETE SET NULL
-INSERT INTO fk_partitioned_fk VALUES (2503, 2503);
-SELECT count(*) FROM fk_partitioned_fk WHERE a IS NULL;
- count 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:53.086026149 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-07-07 21:21:06.2013...
@@ -957,2452 +957,10 @@
 DROP TABLE FKTABLE;
 -- As does this
 CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable(ptest1, ptest2));
-DROP TABLE FKTABLE;
-DROP TABLE PKTABLE;
--- Two columns, same table
--- Make sure this still works...
-CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest3...
-ptest4) REFERENCES pktable(ptest1, ptest2));
-DROP TABLE PKTABLE;
--- And this,
-CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest3...
-ptest4) REFERENCES pktable);
-DROP TABLE PKTABLE;
--- This shouldn't (mixed up columns)
-CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest3...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:53.086026149 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/foreign_key.out	2025-07-07 21:19:59.361377471 +0000
@@ -1740,1669 +1740,10 @@
 DETAIL:  Key (a, b)=(2500, 2502) is still referenced from table "fk_partitioned_fk".
 -- check psql behavior
 \d fk_notpartitioned_pk
-        Table "public.fk_notpartitioned_pk"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           | not null | 
- b      | integer |           | not null | 
-Indexes:
-    "fk_notpartitioned_pk_pkey" PRIMARY KEY, btree (a, b)
-Referenced by:
-    TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_p...
-
--- Check the exsting FK trigger
-SELECT conname, tgrelid::regclass as tgrel, regexp_replace(tgname, '[0-9]+', 'N') as tgname, tgtype
-FROM pg_trigger t JOIN pg_constraint c ON (t.tgconstraint = c.oid)
...
tap
[21:20:03.635](58.915s) not ok 5 - regression tests pass
[21:20:15.483](5.227s) not ok 7 - pg_restore to destination instance
[21:20:19.788](4.305s) not ok 8 - dump outputs from original and restored regression databases match
[21:20:28.555](2.338s) not ok 16 - run of pg_upgrade --check for new instance
[21:20:28.555](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[21:20:29.910](1.355s) not ok 18 - run of pg_upgrade for new instance
[21:20:29.911](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:20:30.303](0.083s) not ok 20 - check that locales in new cluster match original cluster
[21:20:31.698](0.142s) not ok 22 - old and new dumps match after pg_upgrade
tap
[21:21:08.436](57.778s) not ok 2 - regression tests pass
test
[21:24:29.845]  24/344 postgresql:regress / regress/regress                                            ERROR            ...
[21:24:29.845]  25/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:24:29.845]  81/344 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[21:24:48.184] #0  0x00007f5a3c0abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:48.184] #1  0x00007f5a3c05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:48.184] #2  0x00007f5a3c047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:48.184] #3  0x00007f5a3d2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:24:48.184] #4  0x00007f5a3d2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:24:48.184] #5  0x00007f5a3d2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f5a3ba36f4e, __in_ch...
[21:24:48.184] #6  0x00007f5a3d2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[21:24:48.184] #7  0x00007f5a3d2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f5a3ba37bf0, cont...
[21:24:48.184] #8  <signal handler called>
[21:24:48.184] #9  0x000055bbcda82490 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=s2@entry...
core
[21:24:48.729] #0  0x00007fb0d5cabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:48.729] #1  0x00007fb0d5c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:48.729] #2  0x00007fb0d5c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:48.729] #3  0x00007fb0d6ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:24:48.729] #4  0x00007fb0d6ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:24:48.729] #5  0x00007fb0d6ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb0d5629f4e, __in_ch...
[21:24:48.729] #6  0x00007fb0d6ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[21:24:48.729] #7  0x00007fb0d6ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb0d562abf0, cont...
[21:24:48.729] #8  <signal handler called>
[21:24:48.729] #9  0x000055ce0f3ab490 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=s2@entry...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:52.501829959 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/foreign_key.out	2025-07-07 21:22:12.576844240 +0000
@@ -1833,1576 +1833,10 @@
 -- Attaching a child table with the same valid foreign key constraint.
 CREATE TABLE fk_partitioned_fk_1 (a int, b int);
 ALTER TABLE fk_partitioned_fk_1 ADD FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk;
-ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_1 FOR VALUES FROM (0,0) TO (1000,1000);
--- Child constraint will remain valid.
-SELECT conname, convalidated, conrelid::regclass FROM pg_constraint
-WHERE conrelid::regclass::text like 'fk_partitioned_fk%' ORDER BY oid::regclass::text;
-           conname            | convalidated |      conrelid       
-------------------------------+--------------+---------------------
- fk_partitioned_fk_a_b_fkey   | f            | fk_partitioned_fk
- fk_partitioned_fk_1_a_b_fkey | t            | fk_partitioned_fk_1
-(2 rows)
-
--- Validate the constraint
-ALTER TABLE fk_partitioned_fk VALIDATE CONSTRAINT fk_partitioned_fk_a_b_fkey;
--- All constraints are now valid.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/test/regress/results/fo...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:52.501829959 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/foreign_key.out	2025-07-07 21:20:33.608770737 +0000
@@ -1099,2310 +1099,10 @@
 DETAIL:  Key columns "ptest2" of the referencing table and "ptest1" of the referenced table are of incompatible types: ...
 create table pktable(ptest1 inet, ptest2 inet, primary key(base1, ptest1), foreign key(base2, ptest2) references
                                              pktable(ptest1, base1)) inherits (pktable_base);
-ERROR:  foreign key constraint "pktable_base2_ptest2_fkey" cannot be implemented
-DETAIL:  Key columns "base2" of the referencing table and "ptest1" of the referenced table are of incompatible types: i...
-create table pktable(ptest1 inet, ptest2 inet, primary key(base1, ptest1), foreign key(ptest2, base2) references
-                                             pktable(base1, ptest1)) inherits (pktable_base);
-ERROR:  foreign key constraint "pktable_ptest2_base2_fkey" cannot be implemented
-DETAIL:  Key columns "ptest2" of the referencing table and "base1" of the referenced table are of incompatible types: i...
-create table pktable(ptest1 inet, ptest2 inet, primary key(base1, ptest1), foreign key(ptest2, base2) references
-                                             pktable(base1, ptest1)) inherits (pktable_base);
-ERROR:  foreign key constraint "pktable_ptest2_base2_fkey" cannot be implemented
-DETAIL:  Key columns "ptest2" of the referencing table and "base1" of the referenced table are of incompatible types: i...
-drop table pktable;
-ERROR:  table "pktable" does not exist
-drop table pktable_base;
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/port/pgstrcasecmp.c:40 in pg_strcasecmp
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/port/pgstrcasecmp.c:40 in pg_strcasecmp
tap
[21:22:13.433](106.537s) not ok 5 - regression tests pass
[21:22:23.905](3.370s) not ok 7 - pg_restore to destination instance
[21:22:27.183](3.277s) not ok 8 - dump outputs from original and restored regression databases match
[21:22:32.275](1.155s) not ok 16 - run of pg_upgrade --check for new instance
[21:22:32.276](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[21:22:33.111](0.835s) not ok 18 - run of pg_upgrade for new instance
[21:22:33.111](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:22:33.304](0.052s) not ok 20 - check that locales in new cluster match original cluster
[21:22:33.915](0.034s) not ok 22 - old and new dumps match after pg_upgrade
FreeBSD - Meson
core
[21:24:32.581] #0  pg_strcasecmp (s1=<optimized out>, s2=<optimized out>, s2@entry=0x2ed768a18c98 "checkpointer") at ../...
[21:24:32.581] #1  0x0000000000774eac in check_log_min_messages (newval=<optimized out>, extra=0x8217cf168, source=<opti...
[21:24:32.581] #2  0x0000000000af4ff4 in call_string_check_hook (conf=conf@entry=0xbf5cd0 <ConfigureNamesString+2800>, n...
[21:24:32.581] #3  0x0000000000af48a9 in parse_and_validate_value (record=record@entry=0xbf5cd0 <ConfigureNamesString+28...
[21:24:32.581] #4  0x0000000000af3a36 in set_config_with_handle (name=<optimized out>, handle=handle@entry=0x0, value=va...
[21:24:32.581] #5  0x0000000000aefd52 in set_config_option (name=<optimized out>, value=0x2ed768a18838 "checkpointer:deb...
[21:24:32.581] #6  0x0000000000af8a4e in ExecSetVariableStmt (stmt=stmt@entry=0x2ed768225d78, isTopLevel=<optimized out>...
[21:24:32.581] #7  0x000000000097ae6c in standard_ProcessUtility (pstmt=0x2ed768225468, queryString=0x2ed768224100 "SET ...
[21:24:32.581] #8  0x000000000097a818 in ProcessUtility (pstmt=0x0, queryString=0x0, readOnlyTree=<optimized out>, conte...
[21:24:32.581] #9  0x000000000097a34c in PortalRunUtility (portal=0x2ed768361100, pstmt=0x2ed768225468, isTopLevel=<opti...
core
[21:24:32.887] #0  pg_strcasecmp (s1=<optimized out>, s2=<optimized out>, s2@entry=0x2cfde2c1d498 "checkpointer") at ../...
[21:24:32.887] #1  0x0000000000774eac in check_log_min_messages (newval=<optimized out>, extra=0x8215c1c28, source=<opti...
[21:24:32.887] #2  0x0000000000af4ff4 in call_string_check_hook (conf=conf@entry=0xbf5cd0 <ConfigureNamesString+2800>, n...
[21:24:32.887] #3  0x0000000000af48a9 in parse_and_validate_value (record=record@entry=0xbf5cd0 <ConfigureNamesString+28...
[21:24:32.887] #4  0x0000000000af3a36 in set_config_with_handle (name=<optimized out>, handle=handle@entry=0x0, value=va...
[21:24:32.887] #5  0x0000000000aefd52 in set_config_option (name=<optimized out>, value=0x2cfde2c1d038 "checkpointer:deb...
[21:24:32.887] #6  0x0000000000af8a4e in ExecSetVariableStmt (stmt=stmt@entry=0x2cfde2425d78, isTopLevel=<optimized out>...
[21:24:32.887] #7  0x000000000097ae6c in standard_ProcessUtility (pstmt=0x2cfde2425468, queryString=0x2cfde2424100 "SET ...
[21:24:32.887] #8  0x000000000097a818 in ProcessUtility (pstmt=0x0, queryString=0x0, readOnlyTree=<optimized out>, conte...
[21:24:32.887] #9  0x000000000097a34c in PortalRunUtility (portal=0x2cfde250d100, pstmt=0x2cfde2425468, isTopLevel=<opti...
core
[21:24:33.161] #0  0x000000082c44b75a in _sigprocmask () from /lib/libc.so.7
[21:24:33.161] #1  0x000000082c488a7f in _system () from /lib/libc.so.7
[21:24:33.161] #2  0x000000082b2f78a3 in ?? () from /lib/libthr.so.3
[21:24:33.161] #3  0x000000000069759b in shell_archive_file (state=<optimized out>, file=0x820c40790 "00000001", '0' <re...
[21:24:33.161] #4  0x00000000008bf2dc in pgarch_archiveXlog (xlog=xlog@entry=0x820c40790 "00000001", '0' <repeats 15 tim...
[21:24:33.161] #5  0x00000000008bed34 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:475
[21:24:33.161] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:349
[21:24:33.161] #7  0x00000000008be60d in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[21:24:33.161] #8  0x00000000008be36b in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[21:24:33.161] #9  0x00000000008c1147 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
core
[21:24:33.472] #0  pg_strcasecmp (s1=<optimized out>, s2=<optimized out>, s2@entry=0x1e9eb53f4c98 "checkpointer") at ../...
[21:24:33.472] #1  0x0000000000774eac in check_log_min_messages (newval=<optimized out>, extra=0x8217d8bb8, source=<opti...
[21:24:33.472] #2  0x0000000000af4ff4 in call_string_check_hook (conf=conf@entry=0xbf5cd0 <ConfigureNamesString+2800>, n...
[21:24:33.472] #3  0x0000000000af48a9 in parse_and_validate_value (record=record@entry=0xbf5cd0 <ConfigureNamesString+28...
[21:24:33.472] #4  0x0000000000af3a36 in set_config_with_handle (name=<optimized out>, handle=handle@entry=0x0, value=va...
[21:24:33.472] #5  0x0000000000aefd52 in set_config_option (name=<optimized out>, value=0x1e9eb53f4838 "checkpointer:deb...
[21:24:33.472] #6  0x0000000000af8a4e in ExecSetVariableStmt (stmt=stmt@entry=0x1e9eb5225fd8, isTopLevel=<optimized out>...
[21:24:33.472] #7  0x000000000097ae6c in standard_ProcessUtility (pstmt=pstmt@entry=0x1e9eb5225468, queryString=queryStr...
[21:24:33.472] #8  0x000000083706b00c in pgss_ProcessUtility (pstmt=0x1e9eb5225468, queryString=0x1e9eb5224100 "SET log_...
[21:24:33.472] #9  0x000000000097a34c in PortalRunUtility (portal=0x1e9eb530b100, pstmt=0x1e9eb5225468, isTopLevel=<opti...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:52.460150000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-07-07 21:18:54.523521...
@@ -1191,2218 +1191,10 @@
 	id		INT4 PRIMARY KEY,
 	fk		INT4 REFERENCES pktable DEFERRABLE INITIALLY DEFERRED
 );
-BEGIN;
--- no error here
-INSERT INTO fktable VALUES (100, 200);
--- error here on commit
-COMMIT;
-ERROR:  insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey"
-DETAIL:  Key (fk)=(200) is not present in table "pktable".
-DROP TABLE pktable, fktable;
--- test notice about expensive referential integrity checks,
--- where the index cannot be used because of type incompatibilities.
-CREATE TEMP TABLE pktable (
-        id1     INT4 PRIMARY KEY,
-        id2     VARCHAR(4) UNIQUE,
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:52.460150000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-07-07 21:19:56.4481...
@@ -801,2608 +801,10 @@
 DELETE FROM PKTABLE where ptest2=-1 and ptest3=5;
 -- Show PKTABLE and FKTABLE
 SELECT * from PKTABLE;
- ptest1 | ptest2 | ptest3 | ptest4 
---------+--------+--------+--------
-      0 |     -1 |     -2 | test1
-      2 |     10 |      5 | test4
-      1 |      2 |      3 | test2
-(3 rows)
-
-SELECT * from FKTABLE;
- ftest1 | ftest2 | ftest3 | ftest4 
---------+--------+--------+--------
-        |      2 |      3 |      2
-      2 |        |      3 |      3
-        |      2 |      7 |      4
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-07-07 21:14:52.460150000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/foreign_key.out	2025-07-07 21:18:49.896562000 +0000
@@ -1536,1873 +1536,10 @@
 -- Test interaction of foreign-key optimization with rules (bug #14219)
 --
 create temp table t1 (a integer primary key, b text);
-create temp table t2 (a integer primary key, b integer references t1);
-create rule r1 as on delete to t1 do delete from t2 where t2.b = old.a;
-explain (costs off) delete from t1 where a = 1;
-                 QUERY PLAN                 
---------------------------------------------
- Delete on t2
-   ->  Nested Loop
-         ->  Index Scan using t1_pkey on t1
-               Index Cond: (a = 1)
-         ->  Seq Scan on t2
-               Filter: (b = 1)
- 
- Delete on t1
...
tap
[21:18:55.895](144.543s) not ok 5 - regression tests pass
[21:19:11.199](4.954s) not ok 7 - pg_restore to destination instance
[21:19:23.465](12.265s) not ok 8 - dump outputs from original and restored regression databases match
[21:19:36.240](0.963s) not ok 16 - run of pg_upgrade --check for new instance
[21:19:36.240](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[21:19:37.096](0.855s) not ok 18 - run of pg_upgrade for new instance
[21:19:37.097](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:19:37.382](0.139s) not ok 20 - check that locales in new cluster match original cluster
[21:19:38.812](0.027s) not ok 22 - old and new dumps match after pg_upgrade
tap
[21:19:57.517](162.349s) not ok 2 - regression tests pass
test
[21:21:59.089] 104/343 postgresql:regress / regress/regress                                            ERROR           1...
[21:21:59.089] 112/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:21:59.089] 188/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/5644 Add arbitrary xid and mxid to pg_resetwal
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:19:50.937](0.000s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
tap
[21:16:59.038](20.281s) not ok 18 - run of pg_upgrade for new instance
[21:16:59.039](0.001s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:17:03.100](0.119s) not ok 22 - old and new dumps match after pg_upgrade
test
[21:26:09.389]  38/338 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[21:26:09.389] 146/338 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
Linux - Debian Bookworm - Meson
core
[21:20:52.982] #0  0x00007f3ae899fbd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:52.982] #1  0x0000555953f16cc0 in ?? ()
[21:20:52.982] #2  0x0000555953f16efa in ?? ()
[21:20:52.982] #3  0x0000555953f18630 in ?? ()
[21:20:52.982] #4  0x0000555953f12371 in ?? ()
[21:20:52.982] #5  0x0000555953f1120f in ?? ()
[21:20:52.982] #6  0x0000555953f11c3b in ?? ()
[21:20:52.982] #7  0x0000555953f0f66f in ?? ()
[21:20:52.982] #8  0x00007f3ae88f324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:52.982] #9  0x00007f3ae88f3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:14:38.669](7.094s) not ok 18 - run of pg_upgrade for new instance
[21:14:38.669](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:14:39.840](0.081s) not ok 22 - old and new dumps match after pg_upgrade
test
[21:18:26.230]  59/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
tap
[21:14:29.656](9.941s) not ok 18 - run of pg_upgrade for new instance
[21:14:29.661](0.002s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:14:31.009](0.079s) not ok 22 - old and new dumps match after pg_upgrade
test
[21:18:33.061]  57/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
FreeBSD - Meson
core
[21:20:57.767] #0  0x00004a8981f89e90 in ?? ()
[21:20:57.767] #1  0x0000000000000000 in ?? ()
tap
[21:16:52.586](18.253s) not ok 18 - run of pg_upgrade for new instance
[21:16:52.586](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:16:54.049](0.036s) not ok 22 - old and new dumps match after pg_upgrade
test
[21:18:14.267] 269/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
Linux - Debian Bookworm - Autoconf
tap
[21:14:19.297](12.734s) Bail out!  command "pg_resetwal -D /tmp/cirrus-ci-build/src/bin/pg_resetwal/tmp_check/t_003_adva...
53/5880 Adding wait events statistics
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:48:15.648] ../src/backend/utils/activity/pgstat_waitevent.c(97): warning C4146: unary minus operator applied to unsi...
53/5319 Changing shared_buffers without restart
CompilerWarnings
compiler
[17:50:42.811] shmem.c:702:3: error: variable 'shm_total_page_count' is uninitialized when used here [-Werror,-Wuninitia...
compiler
[17:48:49.289] shmem.c:702:3: error: variable 'shm_total_page_count' is uninitialized when used here [-Werror,-Wuninitia...
compiler
[17:46:45.520] shmem.c:702:38: error: ‘shm_total_page_count’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:44:58.383] shmem.c:702:38: error: ‘shm_total_page_count’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:53:08.050] ../../../src/include/storage/pg_shmem.h:66:9: error: unknown type name ‘pg_atomic_uint32’
compiler
[17:53:08.050] ../../../src/include/storage/pg_shmem.h:69:9: error: unknown type name ‘pg_atomic_uint64’
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:44:17.969] c:\cirrus\src\include\storage/pg_shmem.h(69): error C2059: syntax error: ';'
compiler
[17:44:17.969] c:\cirrus\src\include\storage/pg_shmem.h(73): error C2143: syntax error: missing '{' before '*'
compiler
[17:44:17.969] c:\cirrus\src\include\storage/pg_shmem.h(71): error C2059: syntax error: '}'
compiler
[17:44:17.792] c:\cirrus\src\include\storage/pg_shmem.h(66): error C2061: syntax error: identifier 'pg_atomic_uint32'
compiler
[17:44:17.792] c:\cirrus\src\include\storage/pg_shmem.h(68): error C2370: 'Barrier': redefinition; different storage cla...
compiler
[17:44:17.792] c:\cirrus\src\include\storage/pg_shmem.h(69): error C2061: syntax error: identifier 'Generation'
Linux - Debian Bookworm - Meson
core
[17:49:31.133] #0  0x00007f734d0a9eec in ?? ()
[17:49:31.592] #0  0x00007f88072a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:49:33.613] #0  0x00007f74f10a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:33.613] #1  0x00007f74f105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:33.613] #2  0x00007f74f1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:33.613] #3  0x000056503e5cadf0 in ExceptionalCondition (conditionName=conditionName@entry=0x56503e8b0b30 "!IsTran...
[17:49:33.613] #4  0x000056503e35c060 in pgstat_report_stat (force=force@entry=true) at ../src/backend/utils/activity/pg...
[17:49:33.613] #5  0x000056503e35c3b9 in pgstat_shutdown_hook (code=<optimized out>, arg=<optimized out>) at ../src/back...
[17:49:33.613] #6  0x000056503e2c143d in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:245
[17:49:33.613] #7  0x000056503e2c16e8 in proc_exit_prepare (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:200
[17:49:33.613] #8  0x000056503e2c18a6 in proc_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:113
[17:49:33.613] #9  0x000056503e5cff41 in errfinish (filename=filename@entry=0x56503e811e38 "../src/backend/access/transa...
core
[17:49:33.072] #0  0x00007f74f10a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:33.072] #1  0x00007f74f105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:33.072] #2  0x00007f74f1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:33.072] #3  0x00007f74f121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:33.072] #4  0x00007f74f122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:33.072] #5  0x00007f74f120db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56503ef6fde0, In...
[17:49:33.072] #6  0x000056503e2c32c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:33.072] #7  0x000056503e1c0ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:33.072] #8  0x000056503e1c1596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:33.073] #9  0x000056503e1c2fe7 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56506c653640) at ../src/ba...
core
[17:49:32.523] #0  0x00007fa3854a9eec in ?? ()
[17:49:33.037] #0  0x00007f74f10a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:49:32.387] #0  0x00007f1edd4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:32.387] #1  0x00007f1edd45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:32.387] #2  0x00007f1edd445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:32.387] #3  0x00007f1edd61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:32.387] #4  0x00007f1edd62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:32.387] #5  0x00007f1edd60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f947885de0, In...
[17:49:32.387] #6  0x000055f946bd92c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:32.387] #7  0x000055f946ad6ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:32.387] #8  0x000055f946ad7596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:32.387] #9  0x000055f946ad8fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f984cce5e0) at ../src/ba...
core
[17:49:31.899] #0  0x00007f4c5cca9eec in ?? ()
[17:49:32.353] #0  0x00007f1edd4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:49:31.766] #0  0x00007f90d60a9eec in ?? ()
[17:49:31.899] #0  0x00007f4c5cca9eec in ?? ()
core
[17:49:31.622] #0  0x00007f88072a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:31.622] #1  0x00007f880725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:31.622] #2  0x00007f8807245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:31.622] #3  0x00007f880741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:31.622] #4  0x00007f880742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:31.622] #5  0x00007f880740db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5622ce51ade0, In...
[17:49:31.622] #6  0x00005622cd86e2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:31.622] #7  0x00005622cd76bac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:31.622] #8  0x00005622cd76c596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:31.622] #9  0x00005622cd76dfe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56230e174640) at ../src/ba...
core
[17:49:30.990] #0  0x00007fce200a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:30.990] #1  0x00007fce2005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:30.990] #2  0x00007fce20045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:30.990] #3  0x00007fce2021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:30.990] #4  0x00007fce2022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:30.990] #5  0x00007fce2020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560b766d4de0, In...
[17:49:30.990] #6  0x0000560b75a282c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:30.990] #7  0x0000560b75925ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:30.990] #8  0x0000560b75926596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:30.990] #9  0x0000560b75927fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560b86d435e0) at ../src/ba...
core
[17:49:30.400] #0  0x00007f59f58a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:30.400] #1  0x00007f59f585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:30.400] #2  0x00007f59f5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:30.400] #3  0x00007f59f5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:30.400] #4  0x00007f59f5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:30.400] #5  0x00007f59f5a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555f16d9ede0, In...
[17:49:30.400] #6  0x0000555f160f22c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:30.400] #7  0x0000555f15fefac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:30.400] #8  0x0000555f15ff0596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:30.400] #9  0x0000555f15ff1fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555f53e285e0) at ../src/ba...
core
[17:49:29.883] #0  0x00007f3dc56a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:29.883] #1  0x00007f3dc565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:29.883] #2  0x00007f3dc5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:29.883] #3  0x00007f3dc581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:29.883] #4  0x00007f3dc582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:29.883] #5  0x00007f3dc580db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5568717edde0, In...
[17:49:29.883] #6  0x0000556870b412c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:29.883] #7  0x0000556870a3eac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:29.883] #8  0x0000556870a3f596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:29.884] #9  0x0000556870a40fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5568a7d615d0) at ../src/ba...
core
[17:49:29.268] #0  0x00007f9467ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:29.268] #1  0x00007f9467e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:29.268] #2  0x00007f9467e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:29.268] #3  0x0000557c23f06df0 in ExceptionalCondition (conditionName=conditionName@entry=0x557c241ecb30 "!IsTran...
[17:49:29.268] #4  0x0000557c23c98060 in pgstat_report_stat (force=force@entry=true) at ../src/backend/utils/activity/pg...
[17:49:29.268] #5  0x0000557c23c983b9 in pgstat_shutdown_hook (code=<optimized out>, arg=<optimized out>) at ../src/back...
[17:49:29.268] #6  0x0000557c23bfd43d in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:245
[17:49:29.268] #7  0x0000557c23bfd6e8 in proc_exit_prepare (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:200
[17:49:29.268] #8  0x0000557c23bfd8a6 in proc_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:113
[17:49:29.268] #9  0x0000557c23f0bf41 in errfinish (filename=filename@entry=0x557c2414de38 "../src/backend/access/transa...
core
[17:49:28.724] #0  0x00007effc26a9eec in ?? ()
[17:49:29.202] #0  0x00007f9467ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:49:28.583] #0  0x00007f0f3b4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:28.583] #1  0x00007f0f3b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:28.583] #2  0x00007f0f3b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:28.583] #3  0x00007f0f3b61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:28.583] #4  0x00007f0f3b62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:28.583] #5  0x00007f0f3b60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563f69ed9de0, In...
[17:49:28.583] #6  0x0000563f6922d2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:28.583] #7  0x0000563f6912aac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:28.583] #8  0x0000563f6912b596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:28.584] #9  0x0000563f6912cfe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563f81a385b0) at ../src/ba...
core
[17:49:27.984] #0  0x00007fd9054a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:27.984] #1  0x00007fd90545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:27.984] #2  0x00007fd905445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:27.984] #3  0x00007fd90561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:27.984] #4  0x00007fd90562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:27.984] #5  0x00007fd90560db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d0dc689de0, In...
[17:49:27.984] #6  0x000055d0db9dd2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:27.984] #7  0x000055d0db8daac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:27.984] #8  0x000055d0db8db596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:27.985] #9  0x000055d0db8dcfe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d0e97005d0) at ../src/ba...
core
[17:49:27.465] #0  0x00007f214c6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:27.465] #1  0x00007f214c65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:27.465] #2  0x00007f214c645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:27.465] #3  0x00007f214c81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:27.465] #4  0x00007f214c82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:27.465] #5  0x00007f214c80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56530d47ede0, In...
[17:49:27.465] #6  0x000056530c7d22c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:27.465] #7  0x000056530c6cfac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:27.465] #8  0x000056530c6d0596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:27.465] #9  0x000056530c6d1fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56533b63e5e0) at ../src/ba...
core
[17:49:26.971] #0  0x00007ff19d2a9eec in ?? ()
[17:49:27.432] #0  0x00007f214c6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:49:26.831] #0  0x00007f3fae2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:26.831] #1  0x00007f3fae25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:26.831] #2  0x00007f3fae245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:26.831] #3  0x00007f3fae41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:26.831] #4  0x00007f3fae42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:26.831] #5  0x00007f3fae40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562da4694de0, In...
[17:49:26.831] #6  0x0000562da39e82c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:26.831] #7  0x0000562da38e5ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:26.831] #8  0x0000562da38e6596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:26.831] #9  0x0000562da38e7fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562da5ff95b0) at ../src/ba...
core
[17:49:26.283] #0  0x00007fd937ea9eec in ?? ()
[17:49:26.798] #0  0x00007f3fae2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:49:26.144] #0  0x00007f9467ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:26.144] #1  0x00007f9467e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:26.144] #2  0x00007f9467e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:26.144] #3  0x00007f946801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:26.144] #4  0x00007f946802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:26.144] #5  0x00007f946800db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557c248abde0, In...
[17:49:26.144] #6  0x0000557c23bff2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:26.144] #7  0x0000557c23afcac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:26.144] #8  0x0000557c23afd596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:26.144] #9  0x0000557c23afefe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557c393435b0) at ../src/ba...
core
[17:49:25.583] #0  0x00007f128faa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:25.583] #1  0x00007f128fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:25.583] #2  0x00007f128fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:25.583] #3  0x0000564afd054df0 in ExceptionalCondition (conditionName=conditionName@entry=0x564afd33ab30 "!IsTran...
[17:49:25.583] #4  0x0000564afcde6060 in pgstat_report_stat (force=force@entry=true) at ../src/backend/utils/activity/pg...
[17:49:25.583] #5  0x0000564afcde63b9 in pgstat_shutdown_hook (code=<optimized out>, arg=<optimized out>) at ../src/back...
[17:49:25.583] #6  0x0000564afcd4b43d in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:245
[17:49:25.583] #7  0x0000564afcd4b6e8 in proc_exit_prepare (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:200
[17:49:25.583] #8  0x0000564afcd4b8a6 in proc_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:113
[17:49:25.583] #9  0x0000564afd059f41 in errfinish (filename=filename@entry=0x564afd29be38 "../src/backend/access/transa...
core
[17:49:23.997] #0  0x00007fba900a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:23.997] #1  0x00007fba9005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:23.997] #2  0x00007fba90045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:23.997] #3  0x00007fba9021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:23.997] #4  0x00007fba9022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:23.997] #5  0x00007fba9020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5648c2510de0, In...
[17:49:23.997] #6  0x00005648c18642c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:23.997] #7  0x00005648c1761ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:23.997] #8  0x00005648c1762596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:23.998] #9  0x00005648c1763fe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5648fe83a5e0) at ../src/ba...
core
[17:49:23.480] #0  0x00007ff66c2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:23.480] #1  0x00007ff66c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:23.480] #2  0x00007ff66c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:23.480] #3  0x00007ff66c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:23.480] #4  0x00007ff66c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:23.480] #5  0x00007ff66c40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56357ce08de0, In...
[17:49:23.480] #6  0x000056357c15c2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:23.480] #7  0x000056357c059ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:23.480] #8  0x000056357c05a596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:23.480] #9  0x000056357c05bfe7 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56359abfb5e0) at ../src/ba...
core
[17:49:22.989] #0  0x00007f8fe9ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:22.989] #1  0x00007f8fe9e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:22.989] #2  0x00007f8fe9e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:22.989] #3  0x00007f8fea01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:22.989] #4  0x00007f8fea02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:22.989] #5  0x00007f8fea00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cd17c28de0, In...
[17:49:22.989] #6  0x000055cd16f7c2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:22.989] #7  0x000055cd16e79ac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:22.989] #8  0x000055cd16e7a596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:22.989] #9  0x000055cd16e7bfe7 in PostmasterMain (argc=argc@entry=16, argv=argv@entry=0x55cd3cfb95b0) at ../src/b...
core
[17:49:22.487] #0  0x00007f128faa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:22.487] #1  0x00007f128fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:22.487] #2  0x00007f128fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:49:22.487] #3  0x00007f128fc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:49:22.487] #4  0x00007f128fc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:49:22.487] #5  0x00007f128fc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564afd9f9de0, In...
[17:49:22.487] #6  0x0000564afcd4d2c7 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac...
[17:49:22.487] #7  0x0000564afcc4aac0 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870
[17:49:22.487] #8  0x0000564afcc4b596 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696
[17:49:22.488] #9  0x0000564afcc4cfe7 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564b0dd81640) at ../src/ba...
test
[17:48:55.913]   5/344 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[17:48:55.913]   6/344 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[17:48:55.913]   7/344 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[17:48:55.913]   8/344 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[17:48:55.913]  10/344 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[17:48:55.913]  11/344 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[17:48:55.913]   9/344 postgresql:regress / regress/regress                                            ERROR            ...
[17:48:55.913]  12/344 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[17:48:55.913]  13/344 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[17:48:55.913]  15/344 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[17:48:55.913]  16/344 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[17:48:55.913]  17/344 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:48:55.913]  21/344 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[17:48:55.913]  23/344 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[17:48:55.913]  24/344 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[17:48:55.913]  25/344 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[17:48:55.913]  18/344 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[17:48:55.913]  26/344 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[17:48:55.913]  27/344 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[17:48:55.913]  28/344 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[17:48:55.913]  29/344 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[17:48:55.913]  30/344 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[17:48:55.913]  19/344 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[17:48:55.913]  31/344 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[17:48:55.913]  32/344 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numa.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/numa.out	2025-07-07 17:43:08.626234002 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/numa.out	2025-07-07 17:49:54.429897771 +0000
@@ -6,8 +6,4 @@
 -- switch to superuser
 \c -
 SELECT COUNT(*) >= 0 AS ok FROM pg_shmem_allocations_numa;
- ok 
-----
- t
-(1 row)
-
+ERROR:  invalid memory alloc request size 864765899839712
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numa.out /tmp/cirrus-ci-build/src/test/regress/results/numa.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/numa.out	2025-07-07 17:43:08.626234002 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/numa.out	2025-07-07 17:48:53.353922408 +0000
@@ -6,8 +6,4 @@
 -- switch to superuser
 \c -
 SELECT COUNT(*) >= 0 AS ok FROM pg_shmem_allocations_numa;
- ok 
-----
- t
-(1 row)
-
+ERROR:  invalid memory alloc request size 864765899885808
tap
[17:47:45.262](0.781s) Bail out!  pg_ctl start failed
tap
[17:50:01.065](109.265s) not ok 5 - regression tests pass
55/5892 parallel safety of correlated subquery (was: parallel_safe)
Linux - Debian Bookworm - Meson
core
[17:21:50.512] #0  0x00007f970b6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:50.512] #1  0x00007f970b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:50.512] #2  0x00007f970b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:50.512] #3  0x00007f970b81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:50.512] #4  0x00007f970b82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:50.512] #5  0x00007f970b80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558b30a56a3...
[17:21:50.512] #6  0x0000558b2fcb93b3 in max_parallel_hazard_walker (node=0x558b53411708, context=0x7ffd4baef790) at ../...
[17:21:50.512] #7  0x0000558b2fbe49f0 in expression_tree_walker_impl (node=0x558b53411788, walker=0x558b2fcb9091 <max_pa...
[17:21:50.512] #8  0x0000558b2fbe3947 in expression_tree_walker_impl (node=node@entry=0x558b534117d8, walker=walker@entr...
[17:21:50.512] #9  0x0000558b2fcb919a in max_parallel_hazard_walker (node=0x558b534117d8, context=0x7ffd4baef790) at ../...
core
[17:21:51.064] #0  0x00007f586bea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:51.064] #1  0x00007f586be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:51.064] #2  0x00007f586be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:51.064] #3  0x00007f586c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:51.064] #4  0x00007f586c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:51.064] #5  0x00007f586c00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55df18f42a3...
[17:21:51.064] #6  0x000055df181a53b3 in max_parallel_hazard_walker (node=0x55df4f9a4a30, context=0x7ffd7d9a3980) at ../...
[17:21:51.064] #7  0x000055df180d09f0 in expression_tree_walker_impl (node=0x55df4f9a4ab0, walker=0x55df181a5091 <max_pa...
[17:21:51.064] #8  0x000055df180cf947 in expression_tree_walker_impl (node=node@entry=0x55df4f9a4b70, walker=walker@entr...
[17:21:51.064] #9  0x000055df181a519a in max_parallel_hazard_walker (node=0x55df4f9a4b70, context=0x7ffd7d9a3980) at ../...
core
[17:21:51.762] #0  0x00007fc4556a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:51.762] #1  0x00007fc45565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:51.762] #2  0x00007fc455645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:51.762] #3  0x00007fc45581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:51.762] #4  0x00007fc45582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:51.762] #5  0x00007fc45580dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562442797a3...
[17:21:51.762] #6  0x00005624419fa3b3 in max_parallel_hazard_walker (node=0x56246413e948, context=0x7ffca36c5a00) at ../...
[17:21:51.762] #7  0x0000562441924bdd in expression_tree_walker_impl (node=node@entry=0x56246413fd98, walker=walker@entr...
[17:21:51.762] #8  0x00005624419fa19a in max_parallel_hazard_walker (node=0x56246413fd98, context=0x7ffca36c5a00) at ../...
[17:21:51.762] #9  0x00005624419259f0 in expression_tree_walker_impl (node=0x56246413e9c8, walker=0x5624419fa091 <max_pa...
core
[17:21:52.455] #0  0x00007f4811aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:52.455] #1  0x00007f4811a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:52.455] #2  0x00007f4811a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:52.455] #3  0x00007f4811c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:52.455] #4  0x00007f4811c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:52.455] #5  0x00007f4811c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5580d0051a3...
[17:21:52.455] #6  0x00005580cf2b43b3 in max_parallel_hazard_walker (node=0x5580d7bf0bf8, context=0x7ffc3e6d7e70) at ../...
[17:21:52.455] #7  0x00005580cf1debdd in expression_tree_walker_impl (node=node@entry=0x5580d7bf2048, walker=walker@entr...
[17:21:52.455] #8  0x00005580cf2b419a in max_parallel_hazard_walker (node=0x5580d7bf2048, context=0x7ffc3e6d7e70) at ../...
[17:21:52.455] #9  0x00005580cf1df9f0 in expression_tree_walker_impl (node=0x5580d7bf0c78, walker=0x5580cf2b4091 <max_pa...
core
[17:21:56.063] #0  0x00007f2c3aea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:56.063] #1  0x00007f2c3ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:56.063] #2  0x00007f2c3ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:56.063] #3  0x00007f2c3b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:56.063] #4  0x00007f2c3b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:56.063] #5  0x00007f2c3b00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55eb7472fa3...
[17:21:56.063] #6  0x000055eb739923b3 in max_parallel_hazard_walker (node=0x55eb89042678, context=0x7ffcb08b4d90) at ../...
[17:21:56.063] #7  0x000055eb738bd9f0 in expression_tree_walker_impl (node=0x55eb890426f8, walker=0x55eb73992091 <max_pa...
[17:21:56.063] #8  0x000055eb738bc947 in expression_tree_walker_impl (node=node@entry=0x55eb89042748, walker=walker@entr...
[17:21:56.063] #9  0x000055eb7399219a in max_parallel_hazard_walker (node=0x55eb89042748, context=0x7ffcb08b4d90) at ../...
core
[17:21:55.518] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:55.518] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:55.518] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:55.518] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:55.518] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:55.518] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:55.518] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec225428, context=0x7ffd9b358ac0) at ../...
[17:21:55.518] #7  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec2254a8, walker=0x557ade4fd091 <max_pa...
[17:21:55.518] #8  0x0000557ade427947 in expression_tree_walker_impl (node=node@entry=0x557aec2254f8, walker=walker@entr...
[17:21:55.518] #9  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec2254f8, context=0x7ffd9b358ac0) at ../...
core
[17:21:53.997] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:53.997] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:53.997] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:53.997] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:53.997] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:53.997] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:53.997] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec2735d8, context=0x7ffd9b358ef0) at ../...
[17:21:53.997] #7  0x0000557ade427bdd in expression_tree_walker_impl (node=node@entry=0x557aec274a28, walker=walker@entr...
[17:21:53.997] #8  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec274a28, context=0x7ffd9b358ef0) at ../...
[17:21:53.997] #9  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec273658, walker=0x557ade4fd091 <max_pa...
core
[17:21:53.468] #0  0x00007f7a384a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:53.468] #1  0x00007f7a3845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:53.468] #2  0x00007f7a38445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:53.468] #3  0x00007f7a3861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:53.468] #4  0x00007f7a3862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:53.468] #5  0x00007f7a3860dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5614cbbc6a3...
[17:21:53.468] #6  0x00005614cae293b3 in max_parallel_hazard_walker (node=0x5614dc04c270, context=0x7ffe6fcfa100) at ../...
[17:21:53.468] #7  0x00005614cad549f0 in expression_tree_walker_impl (node=0x5614dc04c2f0, walker=0x5614cae29091 <max_pa...
[17:21:53.468] #8  0x00005614cad53947 in expression_tree_walker_impl (node=node@entry=0x5614dc04c3d0, walker=walker@entr...
[17:21:53.468] #9  0x00005614cae2919a in max_parallel_hazard_walker (node=0x5614dc04c3d0, context=0x7ffe6fcfa100) at ../...
core
[17:21:52.955] #0  0x00007efe74aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:52.955] #1  0x00007efe74a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:52.955] #2  0x00007efe74a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:52.955] #3  0x00007efe74c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:52.955] #4  0x00007efe74c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:52.955] #5  0x00007efe74c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f5c42cca3...
[17:21:52.955] #6  0x000055f5c352f3b3 in max_parallel_hazard_walker (node=0x55f5eb8a93c8, context=0x7ffd7a064670) at ../...
[17:21:52.955] #7  0x000055f5c345a9f0 in expression_tree_walker_impl (node=0x55f5eb8a9448, walker=0x55f5c352f091 <max_pa...
[17:21:52.955] #8  0x000055f5c3459947 in expression_tree_walker_impl (node=node@entry=0x55f5eb8a9498, walker=walker@entr...
[17:21:52.955] #9  0x000055f5c352f19a in max_parallel_hazard_walker (node=0x55f5eb8a9498, context=0x7ffd7a064670) at ../...
core
[17:21:44.822] #0  0x00007f7588aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:44.822] #1  0x00007f7588a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:44.822] #2  0x00007f7588a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:44.822] #3  0x00007f7588c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:44.822] #4  0x00007f7588c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:44.822] #5  0x00007f7588c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5611f863ca3...
[17:21:44.822] #6  0x00005611f789f3b3 in max_parallel_hazard_walker (node=0x5611fcee3668, context=0x7ffe51ac1690) at ../...
[17:21:44.822] #7  0x00005611f77ca9f0 in expression_tree_walker_impl (node=0x5611fcee36e8, walker=0x5611f789f091 <max_pa...
[17:21:44.822] #8  0x00005611f77c9947 in expression_tree_walker_impl (node=node@entry=0x5611fcee3738, walker=walker@entr...
[17:21:44.822] #9  0x00005611f789f19a in max_parallel_hazard_walker (node=0x5611fcee3738, context=0x7ffe51ac1690) at ../...
core
[17:21:45.344] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:45.344] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:45.344] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:45.344] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:45.344] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:45.344] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:45.344] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec118890, context=0x7ffd9b358ef0) at ../...
[17:21:45.344] #7  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec118910, walker=0x557ade4fd091 <max_pa...
[17:21:45.344] #8  0x0000557ade427947 in expression_tree_walker_impl (node=node@entry=0x557aec118ec0, walker=walker@entr...
[17:21:45.344] #9  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec118ec0, context=0x7ffd9b358ef0) at ../...
core
[17:21:45.900] #0  0x00007f6ba16a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:45.900] #1  0x00007f6ba165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:45.900] #2  0x00007f6ba1645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:45.900] #3  0x00007f6ba181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:45.900] #4  0x00007f6ba182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:45.900] #5  0x00007f6ba180dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558c9b4a7a3...
[17:21:45.900] #6  0x0000558c9a70a3b3 in max_parallel_hazard_walker (node=0x558cae7650c8, context=0x7ffdc9497f30) at ../...
[17:21:45.900] #7  0x0000558c9a634bdd in expression_tree_walker_impl (node=node@entry=0x558cae766518, walker=walker@entr...
[17:21:45.900] #8  0x0000558c9a70a19a in max_parallel_hazard_walker (node=0x558cae766518, context=0x7ffdc9497f30) at ../...
[17:21:45.900] #9  0x0000558c9a6359f0 in expression_tree_walker_impl (node=0x558cae765148, walker=0x558c9a70a091 <max_pa...
core
[17:21:46.409] #0  0x00007f1fce0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:46.409] #1  0x00007f1fce05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:46.409] #2  0x00007f1fce045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:46.409] #3  0x00007f1fce21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:46.409] #4  0x00007f1fce22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:46.409] #5  0x00007f1fce20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55931fc32a3...
[17:21:46.409] #6  0x000055931ee953b3 in max_parallel_hazard_walker (node=0x55933d816678, context=0x7fff686e6930) at ../...
[17:21:46.409] #7  0x000055931edc09f0 in expression_tree_walker_impl (node=0x55933d8166f8, walker=0x55931ee95091 <max_pa...
[17:21:46.409] #8  0x000055931edbf947 in expression_tree_walker_impl (node=node@entry=0x55933d816748, walker=walker@entr...
[17:21:46.409] #9  0x000055931ee9519a in max_parallel_hazard_walker (node=0x55933d816748, context=0x7fff686e6930) at ../...
core
[17:21:46.918] #0  0x00007fbda84a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:46.918] #1  0x00007fbda845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:46.918] #2  0x00007fbda8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:46.918] #3  0x00007fbda861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:46.918] #4  0x00007fbda862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:46.918] #5  0x00007fbda860dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55da931a9a3...
[17:21:46.918] #6  0x000055da9240c3b3 in max_parallel_hazard_walker (node=0x55dabf073678, context=0x7fff19a05930) at ../...
[17:21:46.918] #7  0x000055da923379f0 in expression_tree_walker_impl (node=0x55dabf0736f8, walker=0x55da9240c091 <max_pa...
[17:21:46.918] #8  0x000055da92336947 in expression_tree_walker_impl (node=node@entry=0x55dabf073748, walker=walker@entr...
[17:21:46.918] #9  0x000055da9240c19a in max_parallel_hazard_walker (node=0x55dabf073748, context=0x7fff19a05930) at ../...
core
[17:21:47.422] #0  0x00007fc4556a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:47.422] #1  0x00007fc45565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:47.422] #2  0x00007fc455645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:47.422] #3  0x00007fc45581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:47.422] #4  0x00007fc45582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:47.422] #5  0x00007fc45580dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562442797a3...
[17:21:47.422] #6  0x00005624419fa3b3 in max_parallel_hazard_walker (node=0x5624641796d8, context=0x7ffca36c5a00) at ../...
[17:21:47.422] #7  0x0000562441924bdd in expression_tree_walker_impl (node=node@entry=0x56246417ab28, walker=walker@entr...
[17:21:47.422] #8  0x00005624419fa19a in max_parallel_hazard_walker (node=0x56246417ab28, context=0x7ffca36c5a00) at ../...
[17:21:47.422] #9  0x00005624419259f0 in expression_tree_walker_impl (node=0x562464179758, walker=0x5624419fa091 <max_pa...
core
[17:21:47.919] #0  0x00007fdf2a8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:47.919] #1  0x00007fdf2a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:47.919] #2  0x00007fdf2a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:47.919] #3  0x00007fdf2aa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:47.919] #4  0x00007fdf2aa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:47.919] #5  0x00007fdf2aa0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e7d84e6a3...
[17:21:47.919] #6  0x000055e7d77493b3 in max_parallel_hazard_walker (node=0x55e81399a960, context=0x7ffc02570b90) at ../...
[17:21:47.919] #7  0x000055e7d7673bdd in expression_tree_walker_impl (node=node@entry=0x55e81399bad0, walker=walker@entr...
[17:21:47.919] #8  0x000055e7d774919a in max_parallel_hazard_walker (node=0x55e81399bad0, context=0x7ffc02570b90) at ../...
[17:21:47.919] #9  0x000055e7d76749f0 in expression_tree_walker_impl (node=0x55e81399a9e0, walker=0x55e7d7749091 <max_pa...
core
[17:21:44.321] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:44.321] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:44.321] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:44.321] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:44.321] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:44.321] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:44.321] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec21db48, context=0x7ffd9b358ef0) at ../...
[17:21:44.321] #7  0x0000557ade427bdd in expression_tree_walker_impl (node=node@entry=0x557aec21ef98, walker=walker@entr...
[17:21:44.321] #8  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec21ef98, context=0x7ffd9b358ef0) at ../...
[17:21:44.321] #9  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec21dbc8, walker=0x557ade4fd091 <max_pa...
core
[17:21:48.418] #0  0x00007f0456aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:48.418] #1  0x00007f0456a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:48.418] #2  0x00007f0456a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:48.418] #3  0x00007f0456c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:48.418] #4  0x00007f0456c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:48.418] #5  0x00007f0456c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559339a27a3...
[17:21:48.418] #6  0x0000559338c8a3b3 in max_parallel_hazard_walker (node=0x55933a44f268, context=0x7fffbcfdb6b0) at ../...
[17:21:48.418] #7  0x0000559338bb59f0 in expression_tree_walker_impl (node=0x55933a44f2e8, walker=0x559338c8a091 <max_pa...
[17:21:48.418] #8  0x0000559338bb4947 in expression_tree_walker_impl (node=node@entry=0x55933a44f338, walker=walker@entr...
[17:21:48.418] #9  0x0000559338c8a19a in max_parallel_hazard_walker (node=0x55933a44f338, context=0x7fffbcfdb6b0) at ../...
core
[17:21:48.927] #0  0x00007f540f8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:48.927] #1  0x00007f540f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:48.927] #2  0x00007f540f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:48.927] #3  0x00007f540fa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:48.927] #4  0x00007f540fa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:48.927] #5  0x00007f540fa0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b79ff7aa3...
[17:21:48.927] #6  0x000055b79f1dd3b3 in max_parallel_hazard_walker (node=0x55b7c6c58668, context=0x7fff335c7020) at ../...
[17:21:48.927] #7  0x000055b79f1089f0 in expression_tree_walker_impl (node=0x55b7c6c586e8, walker=0x55b79f1dd091 <max_pa...
[17:21:48.927] #8  0x000055b79f107947 in expression_tree_walker_impl (node=node@entry=0x55b7c6c58738, walker=walker@entr...
[17:21:48.927] #9  0x000055b79f1dd19a in max_parallel_hazard_walker (node=0x55b7c6c58738, context=0x7fff335c7020) at ../...
core
[17:21:49.441] #0  0x00007faccbca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:49.441] #1  0x00007faccbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:49.441] #2  0x00007faccbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:49.441] #3  0x00007faccbe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:49.441] #4  0x00007faccbe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:49.441] #5  0x00007faccbe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5609adf46a3...
[17:21:49.441] #6  0x00005609ad1a93b3 in max_parallel_hazard_walker (node=0x5609e7b02548, context=0x7ffff7df9ba0) at ../...
[17:21:49.441] #7  0x00005609ad0d49f0 in expression_tree_walker_impl (node=0x5609e7b025c8, walker=0x5609ad1a9091 <max_pa...
[17:21:49.441] #8  0x00005609ad0d3947 in expression_tree_walker_impl (node=node@entry=0x5609e7b02618, walker=walker@entr...
[17:21:49.441] #9  0x00005609ad1a919a in max_parallel_hazard_walker (node=0x5609e7b02618, context=0x7ffff7df9ba0) at ../...
core
[17:21:49.985] #0  0x00007fdb2eca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:49.985] #1  0x00007fdb2ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:49.985] #2  0x00007fdb2ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:49.985] #3  0x00007fdb2ee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:49.985] #4  0x00007fdb2ee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:49.985] #5  0x00007fdb2ee0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555f4e524a3...
[17:21:49.985] #6  0x0000555f4d7873b3 in max_parallel_hazard_walker (node=0x555f86b80ba8, context=0x7fff46ccceb0) at ../...
[17:21:49.985] #7  0x0000555f4d6b1bdd in expression_tree_walker_impl (node=node@entry=0x555f86b80c78, walker=walker@entr...
[17:21:49.985] #8  0x0000555f4d78719a in max_parallel_hazard_walker (node=0x555f86b80c78, context=0x7fff46ccceb0) at ../...
[17:21:49.985] #9  0x0000555f4d6b29f0 in expression_tree_walker_impl (node=0x555f86b80c28, walker=0x555f4d787091 <max_pa...
core
[17:21:41.296] #0  0x00007f3f5eaa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:41.296] #1  0x00007f3f5ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:41.296] #2  0x00007f3f5ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:41.296] #3  0x00007f3f5ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:41.296] #4  0x00007f3f5ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:41.296] #5  0x00007f3f5ec0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5563cce27a3...
[17:21:41.296] #6  0x00005563cc08a3b3 in max_parallel_hazard_walker (node=0x5564066e1678, context=0x7ffc185e7d80) at ../...
[17:21:41.296] #7  0x00005563cbfb59f0 in expression_tree_walker_impl (node=0x5564066e16f8, walker=0x5563cc08a091 <max_pa...
[17:21:41.296] #8  0x00005563cbfb4947 in expression_tree_walker_impl (node=node@entry=0x5564066e1748, walker=walker@entr...
[17:21:41.296] #9  0x00005563cc08a19a in max_parallel_hazard_walker (node=0x5564066e1748, context=0x7ffc185e7d80) at ../...
core
[17:21:41.832] #0  0x00007fa6bc0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:41.832] #1  0x00007fa6bc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:41.832] #2  0x00007fa6bc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:41.832] #3  0x00007fa6bc21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:41.832] #4  0x00007fa6bc22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:41.832] #5  0x00007fa6bc20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5583940cfa3...
[17:21:41.832] #6  0x00005583933323b3 in max_parallel_hazard_walker (node=0x5583950fe108, context=0x7ffc49558130) at ../...
[17:21:41.832] #7  0x000055839325cbdd in expression_tree_walker_impl (node=node@entry=0x5583950ff558, walker=walker@entr...
[17:21:41.832] #8  0x000055839333219a in max_parallel_hazard_walker (node=0x5583950ff558, context=0x7ffc49558130) at ../...
[17:21:41.832] #9  0x000055839325d9f0 in expression_tree_walker_impl (node=0x5583950fe188, walker=0x558393332091 <max_pa...
core
[17:21:42.513] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:42.513] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:42.513] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:42.513] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:42.513] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:42.513] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:42.513] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec21f648, context=0x7ffd9b358ef0) at ../...
[17:21:42.513] #7  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec21f6c8, walker=0x557ade4fd091 <max_pa...
[17:21:42.513] #8  0x0000557ade427947 in expression_tree_walker_impl (node=node@entry=0x557aec21f718, walker=walker@entr...
[17:21:42.513] #9  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec21f718, context=0x7ffd9b358ef0) at ../...
core
[17:21:43.063] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:43.063] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:43.063] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:43.063] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:43.063] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:43.063] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:43.063] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec219ad8, context=0x7ffd9b358ef0) at ../...
[17:21:43.063] #7  0x0000557ade427bdd in expression_tree_walker_impl (node=node@entry=0x557aec21af28, walker=walker@entr...
[17:21:43.063] #8  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec21af28, context=0x7ffd9b358ef0) at ../...
[17:21:43.063] #9  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec219b58, walker=0x557ade4fd091 <max_pa...
core
[17:21:43.624] #0  0x00007f4811aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:43.624] #1  0x00007f4811a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:43.624] #2  0x00007f4811a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:43.624] #3  0x00007f4811c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:43.624] #4  0x00007f4811c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:43.624] #5  0x00007f4811c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5580d0051a3...
[17:21:43.624] #6  0x00005580cf2b43b3 in max_parallel_hazard_walker (node=0x5580d7c3c8c8, context=0x7ffc3e6d7e70) at ../...
[17:21:43.624] #7  0x00005580cf1debdd in expression_tree_walker_impl (node=node@entry=0x5580d7c3dd18, walker=walker@entr...
[17:21:43.624] #8  0x00005580cf2b419a in max_parallel_hazard_walker (node=0x5580d7c3dd18, context=0x7ffc3e6d7e70) at ../...
[17:21:43.624] #9  0x00005580cf1df9f0 in expression_tree_walker_impl (node=0x5580d7c3c948, walker=0x5580cf2b4091 <max_pa...
core
[17:21:38.447] #0  0x00007f38c84a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:38.447] #1  0x00007f38c845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:38.447] #2  0x00007f38c8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:38.447] #3  0x00007f38c861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:38.447] #4  0x00007f38c862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:38.447] #5  0x00007f38c860dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b9b5370a3...
[17:21:38.447] #6  0x000055b9b45d33b3 in max_parallel_hazard_walker (node=0x55b9bc99e678, context=0x7fffd8e1de30) at ../...
[17:21:38.447] #7  0x000055b9b44fe9f0 in expression_tree_walker_impl (node=0x55b9bc99e6f8, walker=0x55b9b45d3091 <max_pa...
[17:21:38.447] #8  0x000055b9b44fd947 in expression_tree_walker_impl (node=node@entry=0x55b9bc99e748, walker=walker@entr...
[17:21:38.447] #9  0x000055b9b45d319a in max_parallel_hazard_walker (node=0x55b9bc99e748, context=0x7fffd8e1de30) at ../...
core
[17:21:38.987] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:38.987] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:38.987] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:38.987] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:38.987] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:38.987] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:38.987] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec234408, context=0x7ffd9b358ef0) at ../...
[17:21:38.987] #7  0x0000557ade427bdd in expression_tree_walker_impl (node=node@entry=0x557aec235858, walker=walker@entr...
[17:21:38.987] #8  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec235858, context=0x7ffd9b358ef0) at ../...
[17:21:38.987] #9  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec234488, walker=0x557ade4fd091 <max_pa...
core
[17:21:39.711] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:39.711] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:39.711] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:39.711] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:39.711] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:39.711] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:39.711] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec4619d8, context=0x7ffd9b358ef0) at ../...
[17:21:39.711] #7  0x0000557ade427bdd in expression_tree_walker_impl (node=node@entry=0x557aec461aa8, walker=walker@entr...
[17:21:39.711] #8  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec461aa8, context=0x7ffd9b358ef0) at ../...
[17:21:39.711] #9  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec461a58, walker=0x557ade4fd091 <max_pa...
core
[17:21:40.261] #0  0x00007f8b72aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:40.261] #1  0x00007f8b72a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:40.261] #2  0x00007f8b72a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:40.261] #3  0x00007f8b72c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:40.261] #4  0x00007f8b72c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:40.261] #5  0x00007f8b72c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5602a4011a3...
[17:21:40.261] #6  0x00005602a32743b3 in max_parallel_hazard_walker (node=0x5602a89f6bc8, context=0x7ffd05dbf160) at ../...
[17:21:40.261] #7  0x00005602a319ebdd in expression_tree_walker_impl (node=node@entry=0x5602a89f8018, walker=walker@entr...
[17:21:40.261] #8  0x00005602a327419a in max_parallel_hazard_walker (node=0x5602a89f8018, context=0x7ffd05dbf160) at ../...
[17:21:40.261] #9  0x00005602a319f9f0 in expression_tree_walker_impl (node=0x5602a89f6c48, walker=0x5602a3274091 <max_pa...
core
[17:21:40.781] #0  0x00007fadeb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:40.781] #1  0x00007fadeb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:40.781] #2  0x00007fadeb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:21:40.781] #3  0x00007fadeb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:21:40.781] #4  0x00007fadeb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:21:40.781] #5  0x00007fadeb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557adf29aa3...
[17:21:40.781] #6  0x0000557ade4fd3b3 in max_parallel_hazard_walker (node=0x557aec26b288, context=0x7ffd9b358ef0) at ../...
[17:21:40.781] #7  0x0000557ade427bdd in expression_tree_walker_impl (node=node@entry=0x557aec26c6d8, walker=walker@entr...
[17:21:40.781] #8  0x0000557ade4fd19a in max_parallel_hazard_walker (node=0x557aec26c6d8, context=0x7ffd9b358ef0) at ../...
[17:21:40.781] #9  0x0000557ade4289f0 in expression_tree_walker_impl (node=0x557aec26b308, walker=0x557ade4fd091 <max_pa...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2025-07-07 17:09:25.052174597 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2025-07-07 17:15:26.206602884 +00...
@@ -9,84 +9,7 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 \d temporal_rng
-              Table "public.temporal_rng"
-  Column  |   Type    | Collation | Nullable | Default 
-----------+-----------+-----------+----------+---------
- id       | integer   |           | not null | 
- valid_at | daterange |           | not null | 
-Indexes:
-    "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
-
-SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng_pk';
-            pg_get_constraintdef             
----------------------------------------------
- PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out /tmp/cirrus-ci-build/build/testrun/earthd...
--- /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out	2025-07-07 17:09:25.068185602 +0000
+++ /tmp/cirrus-ci-build/build/testrun/earthdistance/regress/results/earthdistance.out	2025-07-07 17:15:27.026602587 +00...
@@ -1053,46 +1053,7 @@
 drop extension cube cascade;
 NOTICE:  drop cascades to column f1 of table foo
 \d foo
-                Table "public.foo"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f2     | integer |           |          | 
-
--- list what's installed
-\dT public.*
-     List of data types
- Schema | Name | Description 
---------+------+-------------
-(0 rows)
-
-\df public.*
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out	2025-07-07 17:09:27.001471704 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/bit.out	2025-07-07 17:14:12.462645439 +000...
@@ -772,79 +772,7 @@
   b4 bit varying(5) DEFAULT B'0101'
 );
 \d bit_defaults
-                     Table "public.bit_defaults"
- Column |      Type      | Collation | Nullable |       Default       
---------+----------------+-----------+----------+---------------------
- b1     | bit(4)         |           |          | '1001'::"bit"
- b2     | bit(4)         |           |          | '0101'::"bit"
- b3     | bit varying(5) |           |          | '1001'::bit varying
- b4     | bit varying(5) |           |          | '0101'::"bit"
-
-INSERT INTO bit_defaults DEFAULT VALUES;
-TABLE bit_defaults;
-  b1  |  b2  |  b3  |  b4  
-------+------+------+------
- 1001 | 0101 | 1001 | 0101
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2025-07-07 17:09:25.160248884 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-07-07 17:15:40.270598128 +0000
@@ -409,12184 +409,7 @@
 
 -- subquery
 SELECT * FROM ft1 t1 WHERE t1.c3 IN (SELECT c3 FROM ft2 t2 WHERE c1 <= 10) ORDER BY c1;
- c1 | c2 |  c3   |              c4              |            c5            | c6 |     c7     | c8  
-----+----+-------+------------------------------+--------------------------+----+------------+-----
-  1 |  1 | 00001 | Fri Jan 02 00:00:00 1970 PST | Fri Jan 02 00:00:00 1970 | 1  | 1          | foo
-  2 |  2 | 00002 | Sat Jan 03 00:00:00 1970 PST | Sat Jan 03 00:00:00 1970 | 2  | 2          | foo
-  3 |  3 | 00003 | Sun Jan 04 00:00:00 1970 PST | Sun Jan 04 00:00:00 1970 | 3  | 3          | foo
-  4 |  4 | 00004 | Mon Jan 05 00:00:00 1970 PST | Mon Jan 05 00:00:00 1970 | 4  | 4          | foo
-  5 |  5 | 00005 | Tue Jan 06 00:00:00 1970 PST | Tue Jan 06 00:00:00 1970 | 5  | 5          | foo
-  6 |  6 | 00006 | Wed Jan 07 00:00:00 1970 PST | Wed Jan 07 00:00:00 1970 | 6  | 6          | foo
-  7 |  7 | 00007 | Thu Jan 08 00:00:00 1970 PST | Thu Jan 08 00:00:00 1970 | 7  | 7          | foo
-  8 |  8 | 00008 | Fri Jan 09 00:00:00 1970 PST | Fri Jan 09 00:00:00 1970 | 8  | 8          | foo
-  9 |  9 | 00009 | Sat Jan 10 00:00:00 1970 PST | Sat Jan 10 00:00:00 1970 | 9  | 9          | foo
- 10 |  0 | 00010 | Sun Jan 11 00:00:00 1970 PST | Sun Jan 11 00:00:00 1970 | 0  | 0          | foo
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out	2025-07-07 17:09:27.001471704 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/bit.out	2025-07-07 17:14:54.038616899 +0...
@@ -772,79 +772,7 @@
   b4 bit varying(5) DEFAULT B'0101'
 );
 \d bit_defaults
-                     Table "public.bit_defaults"
- Column |      Type      | Collation | Nullable |       Default       
---------+----------------+-----------+----------+---------------------
- b1     | bit(4)         |           |          | '1001'::"bit"
- b2     | bit(4)         |           |          | '0101'::"bit"
- b3     | bit varying(5) |           |          | '1001'::bit varying
- b4     | bit varying(5) |           |          | '0101'::"bit"
-
-INSERT INTO bit_defaults DEFAULT VALUES;
-TABLE bit_defaults;
-  b1  |  b2  |  b3  |  b4  
-------+------+------+------
- 1001 | 0101 | 1001 | 0101
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out	2025-07-07 17:09:27.001471704 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/bit.out	2025-07-07 17:14:10.714647016 +0000
@@ -772,79 +772,7 @@
   b4 bit varying(5) DEFAULT B'0101'
 );
 \d bit_defaults
-                     Table "public.bit_defaults"
- Column |      Type      | Collation | Nullable |       Default       
---------+----------------+-----------+----------+---------------------
- b1     | bit(4)         |           |          | '1001'::"bit"
- b2     | bit(4)         |           |          | '0101'::"bit"
- b3     | bit varying(5) |           |          | '1001'::bit varying
- b4     | bit varying(5) |           |          | '0101'::"bit"
-
-INSERT INTO bit_defaults DEFAULT VALUES;
-TABLE bit_defaults;
-  b1  |  b2  |  b3  |  b4  
-------+------+------+------
- 1001 | 0101 | 1001 | 0101
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/partition.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/...
--- /tmp/cirrus-ci-build/contrib/seg/expected/partition.out	2025-07-07 17:09:25.168254387 +0000
+++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/partition.out	2025-07-07 17:15:41.350597789 +0000
@@ -24,31 +24,7 @@
 create table pt34 partition of pt for values in (3,4);
 insert into pt values(4, '-1 .. 1'::seg, 'foo');
 \d+ pt
-                                Partitioned table "public.pt"
-  Column  |  Type   | Collation | Nullable | Default | Storage  | Stats target | Description 
-----------+---------+-----------+----------+---------+----------+--------------+-------------
- category | integer |           |          |         | plain    |              | 
- sdata    | seg     |           |          |         | plain    |              | 
- tdata    | text    |           |          |         | extended |              | 
-Partition key: LIST (category)
-Indexes:
-    "pti1" btree ((mydouble(category) + 1))
-    "pti2" btree (sdata)
-    "pti3" btree (tdata COLLATE mycollation)
-Partitions: pt12 FOR VALUES IN (1, 2),
-            pt34 FOR VALUES IN (3, 4)
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out /tmp/cirrus-ci-build/build/testrun/test_decoding/re...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out	2025-07-07 17:09:25.184265393 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/ddl.out	2025-07-07 17:15:44.734596750 +0000
@@ -484,374 +484,7 @@
 WITH (user_catalog_table = true)
 ;
 \d+ replication_metadata
-                                                 Table "public.replication_metadata"
-  Column  |  Type   | Collation | Nullable |                     Default                      | Storage  | Stats target...
-----------+---------+-----------+----------+--------------------------------------------------+----------+-------------...
- id       | integer |           | not null | nextval('replication_metadata_id_seq'::regclass) | plain    |             ...
- relation | name    |           | not null |                                                  | plain    |             ...
- options  | text[]  |           |          |                                                  | extended |             ...
-Indexes:
-    "replication_metadata_pkey" PRIMARY KEY, btree (id)
-Not-null constraints:
-    "replication_metadata_id_not_null" NOT NULL "id"
-    "replication_metadata_relation_not_null" NOT NULL "relation"
-Options: user_catalog_table=true
-
...
tap
[17:14:23.375](13.926s) not ok 5 - regression tests pass
[17:14:37.203](1.774s) not ok 16 - run of pg_upgrade --check for new instance
[17:14:37.204](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[17:14:37.391](0.187s) not ok 18 - run of pg_upgrade for new instance
[17:14:37.391](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:14:37.592](0.040s) not ok 20 - check that locales in new cluster match original cluster
[17:14:38.075](0.037s) not ok 22 - old and new dumps match after pg_upgrade
tap
[17:14:13.819](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou...
[17:14:16.128](0.001s) not ok 6 - run of pg_upgrade of old cluster with slots having unconsumed WAL records stdout /(?^:...
tap
[17:14:19.713](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient max_active_replication_origin...
[17:14:23.311](0.001s) not ok 5 - run of pg_upgrade --check for old instance with relation in 'd' datasync(invalid) stat...
tap
[17:14:18.639](6.083s) not ok 13 - run of pg_upgrade
[17:14:18.644](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches
tap
[17:14:19.553](11.031s) not ok 1 - pg_upgrade with transfer mode --clone: stdout matches
[17:14:27.902](5.879s) not ok 3 - pg_upgrade with transfer mode --copy: stdout matches
[17:14:34.665](4.728s) not ok 5 - pg_upgrade with transfer mode --copy-file-range: stdout matches
[17:14:39.980](3.783s) not ok 7 - pg_upgrade with transfer mode --link: stdout matches
[17:14:45.887](4.245s) not ok 9 - pg_upgrade with transfer mode --swap: stdout matches
tap
[17:15:00.750](9.848s) not ok 2 - regression tests pass
test
[17:18:52.830]   6/344 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[17:18:52.830]   7/344 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[17:18:52.830]   9/344 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[17:18:52.830]   5/344 postgresql:regress / regress/regress                                            ERROR            ...
[17:18:52.830]  12/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:18:52.830]   8/344 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[17:18:52.830]  39/344 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:18:52.830]  71/344 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[17:18:52.830]  72/344 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[17:18:52.830] 101/344 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[17:18:52.830] 103/344 postgresql:seg / seg/regress                                                    ERROR            ...
[17:18:52.830] 111/344 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[17:18:52.830] 290/344 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[17:18:52.830] 295/344 postgresql:subscription / subscription/030_origin                               ERROR            ...
53/5829 VCI (columnar store extension)
CompilerWarnings
compiler
[15:43:39.284] ../../contrib/vci/include/vci_ros.h:745:9: error: result of comparison of constant 65536 with expression ...
compiler
[15:40:37.924] executor/vci_planner_preanalyze.c:55:7: error: no previous extern declaration for non-static variable 'is...
compiler
[15:37:12.893] ../../src/include/varatt.h:226:35: error: array subscript ‘varattrib_4b[0]’ is partly outside array bound...
compiler
[15:34:06.736] ../../src/include/varatt.h:226:35: error: array subscript ‘varattrib_4b[0]’ is partly outside array bound...
compiler
[15:48:49.134] vci_shmem.c:91:21: error: unused variable ‘addr’ [-Werror=unused-variable]
compiler
[15:48:49.134] vci_shmem.c:92:25: error: unused variable ‘size’ [-Werror=unused-variable]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[15:32:26.207] storage_vci_ros_daemon.c.obj : error LNK2019: unresolved external symbol vci_init_tablespace2dev referenc...
compiler
[15:32:26.207] storage_vci_memory_entry.c.obj : error LNK2019: unresolved external symbol vci_find_devloadinfo reference...
compiler
[15:32:26.207] storage_vci_ros_daemon.c.obj : error LNK2019: unresolved external symbol vci_fini_tablespace2dev referenc...
compiler
[15:32:26.207] storage_vci_memory_entry.c.obj : error LNK2019: unresolved external symbol vci_convert_tablespace_to_devn...
compiler
[15:32:25.276] ../contrib/vci/storage/vci_ros_command.c(513): warning C4146: unary minus operator applied to unsigned ty...
compiler
[15:32:26.207] storage_vci_memory_entry.c.obj : error LNK2019: unresolved external symbol vci_IsLowIOLoad referenced in ...
Linux - Debian Bookworm - Meson
core
[15:42:35.273] #0  0x00007f8523ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:35.273] #1  0x00007f8523c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:35.273] #2  0x00007f8523c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:35.273] #3  0x00007f8523e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:35.273] #4  0x00007f8523e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:35.273] #5  0x00007f8523e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5629e5a7335...
[15:42:35.273] #6  0x00005629e59ab6ad in addBoundaryDependencies (dobjs=0x562a249b3950, numObjs=4866, boundaryObjs=bound...
[15:42:35.273] #7  0x00005629e59df914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[15:42:34.537] #0  0x00007ff692ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.537] #1  0x00007ff692e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.537] #2  0x00007ff692e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.537] #3  0x00007ff69301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:34.537] #4  0x00007ff69302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:34.537] #5  0x00007ff69300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56046fbb935...
[15:42:34.537] #6  0x000056046faf16ad in addBoundaryDependencies (dobjs=0x560485cc72a0, numObjs=4023, boundaryObjs=bound...
[15:42:34.537] #7  0x000056046fb25914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:34.753] #0  0x00007f98050a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:34.773] #0  0x00007f98050a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.773] #1  0x00007f980505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.773] #2  0x00007f9805045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.773] #3  0x00007f980521e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:34.773] #4  0x00007f980522aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:34.773] #5  0x00007f980520dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55802331635...
[15:42:34.773] #6  0x000055802324e6ad in addBoundaryDependencies (dobjs=0x55806149a490, numObjs=4026, boundaryObjs=bound...
[15:42:34.773] #7  0x0000558023282914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:35.002] #0  0x00007f40b28a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:28.584] #0  0x00007ffbc84a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.584] #1  0x00007ffbc845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.584] #2  0x00007ffbc8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.584] #3  0x00007ffbc861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:28.584] #4  0x00007ffbc862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:28.584] #5  0x00007ffbc860dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a33b7bb35...
[15:42:28.584] #6  0x000055a33b6f36ad in addBoundaryDependencies (dobjs=0x55a347e3af90, numObjs=4028, boundaryObjs=bound...
[15:42:28.584] #7  0x000055a33b727914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:28.814] #0  0x00007fefc4aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:28.337] #0  0x00007fe83b4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.337] #1  0x00007fe83b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.337] #2  0x00007fe83b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.337] #3  0x00007fe83b61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:28.337] #4  0x00007fe83b62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:28.337] #5  0x00007fe83b60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55cf3838435...
[15:42:28.337] #6  0x000055cf382bc6ad in addBoundaryDependencies (dobjs=0x55cf56236490, numObjs=4026, boundaryObjs=bound...
[15:42:28.337] #7  0x000055cf382f0914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:28.565] #0  0x00007ffbc84a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:28.085] #0  0x00007f7526ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.085] #1  0x00007f7526e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.085] #2  0x00007f7526e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.085] #3  0x00007f752701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:28.085] #4  0x00007f752702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:28.085] #5  0x00007f752700dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562e8217635...
[15:42:28.085] #6  0x0000562e820ae6ad in addBoundaryDependencies (dobjs=0x562eb536ffc0, numObjs=4023, boundaryObjs=bound...
[15:42:28.085] #7  0x0000562e820e2914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:28.317] #0  0x00007fe83b4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:27.841] #0  0x00007f9ed12a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.841] #1  0x00007f9ed125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.841] #2  0x00007f9ed1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.841] #3  0x00007f9ed141e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:27.841] #4  0x00007f9ed142aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:27.841] #5  0x00007f9ed140dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5646e832935...
[15:42:27.841] #6  0x00005646e82616ad in addBoundaryDependencies (dobjs=0x5647216a1d10, numObjs=4023, boundaryObjs=bound...
[15:42:27.841] #7  0x00005646e8295914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:28.064] #0  0x00007f7526ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:27.585] #0  0x00007f6ae7aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.585] #1  0x00007f6ae7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.585] #2  0x00007f6ae7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.585] #3  0x00007f6ae7c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:27.585] #4  0x00007f6ae7c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:27.585] #5  0x00007f6ae7c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a7cb2c035...
[15:42:27.585] #6  0x000055a7cb1f86ad in addBoundaryDependencies (dobjs=0x55a7f637a490, numObjs=4026, boundaryObjs=bound...
[15:42:27.585] #7  0x000055a7cb22c914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:27.821] #0  0x00007f9ed12a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:27.345] #0  0x00007f15932a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.345] #1  0x00007f159325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.345] #2  0x00007f1593245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.345] #3  0x00007f159341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:27.345] #4  0x00007f159342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:27.345] #5  0x00007f159340dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562ff924835...
[15:42:27.345] #6  0x0000562ff91806ad in addBoundaryDependencies (dobjs=0x56301ae71dc0, numObjs=4099, boundaryObjs=bound...
[15:42:27.345] #7  0x0000562ff91b4914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:27.565] #0  0x00007f6ae7aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:27.096] #0  0x00007f3849872dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.096] #1  0x00007f384981f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.096] #2  0x00007f384981f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.096] #3  0x000055a5de16d5c1 in ?? ()
[15:42:27.096] #4  0x000055a5de167369 in ?? ()
[15:42:27.096] #5  0x000055a5de16620f in ?? ()
[15:42:27.096] #6  0x000055a5de166c3b in ?? ()
[15:42:27.096] #7  0x000055a5de16466f in ?? ()
[15:42:27.096] #8  0x00007f384980a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:27.096] #9  0x00007f384980a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:33.812] #0  <unavailable> in ?? ()
core
[15:42:26.740] #0  0x00007f4643ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.740] #1  0x00007f4643c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.740] #2  0x00007f4643c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.740] #3  0x00007f4643e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:26.740] #4  0x00007f4643e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:26.740] #5  0x00007f4643e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55adf089a35...
[15:42:26.740] #6  0x000055adf07d26ad in addBoundaryDependencies (dobjs=0x55ae26e7c1d0, numObjs=4023, boundaryObjs=bound...
[15:42:26.740] #7  0x000055adf0806914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:26.966] #0  0x00007f261aea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:26.496] #0  0x00007f00dc2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.496] #1  0x00007f00dc25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.496] #2  0x00007f00dc245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.496] #3  0x00007f00dc41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:26.496] #4  0x00007f00dc42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:26.496] #5  0x00007f00dc40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56203af8535...
[15:42:26.496] #6  0x000056203aebd6ad in addBoundaryDependencies (dobjs=0x562048bb1490, numObjs=4026, boundaryObjs=bound...
[15:42:26.496] #7  0x000056203aef1914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:26.721] #0  0x00007f4643ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:26.241] #0  0x00007f989e8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.241] #1  0x00007f989e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.241] #2  0x00007f989e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.241] #3  0x00007f989ea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:26.241] #4  0x00007f989ea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:26.241] #5  0x00007f989ea0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ffa264b35...
[15:42:26.241] #6  0x000055ffa25836ad in addBoundaryDependencies (dobjs=0x55ffddc7efe0, numObjs=4023, boundaryObjs=bound...
[15:42:26.241] #7  0x000055ffa25b7914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:26.476] #0  0x00007f00dc2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:25.995] #0  0x00007efc0cca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.995] #1  0x00007efc0cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.995] #2  0x00007efc0cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.995] #3  0x00007efc0ce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:25.995] #4  0x00007efc0ce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:25.995] #5  0x00007efc0ce0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b86ab7035...
[15:42:25.995] #6  0x000055b86aaa86ad in addBoundaryDependencies (dobjs=0x55b86b325f20, numObjs=4498, boundaryObjs=bound...
[15:42:25.995] #7  0x000055b86aadc914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:26.221] #0  0x00007f989e8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:25.748] #0  0x00007fd87c8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.748] #1  0x00007fd87c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.748] #2  0x00007fd87c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.748] #3  0x00007fd87ca1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:25.748] #4  0x00007fd87ca2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:25.748] #5  0x00007fd87ca0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e6d7b5735...
[15:42:25.748] #6  0x000055e6d7a8f6ad in addBoundaryDependencies (dobjs=0x55e7068bc640, numObjs=4035, boundaryObjs=bound...
[15:42:25.748] #7  0x000055e6d7ac3914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:25.975] #0  0x00007efc0cca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:25.509] #0  0x00007fa63a0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.509] #1  0x00007fa63a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.509] #2  0x00007fa63a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.509] #3  0x00007fa63a21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:25.509] #4  0x00007fa63a22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:25.509] #5  0x00007fa63a20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ad4f99d35...
[15:42:25.509] #6  0x000055ad4f8d56ad in addBoundaryDependencies (dobjs=0x55ad5e5ad230, numObjs=7687, boundaryObjs=bound...
[15:42:25.509] #7  0x000055ad4f909914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:25.728] #0  0x00007fd87c8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:25.273] #0  0x00007f5b990a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.273] #1  0x00007f5b9905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.273] #2  0x00007f5b99045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.273] #3  0x00007f5b9921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:25.273] #4  0x00007f5b9922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:25.273] #5  0x00007f5b9920dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55aad86e935...
[15:42:25.273] #6  0x000055aad86216ad in addBoundaryDependencies (dobjs=0x55aad8a5b640, numObjs=4036, boundaryObjs=bound...
[15:42:25.273] #7  0x000055aad8655914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:25.489] #0  0x00007fa63a0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:25.007] #0  0x00007f35914a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.007] #1  0x00007f359145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.007] #2  0x00007f3591445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:25.007] #3  0x00007f359161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:25.007] #4  0x00007f359162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:25.007] #5  0x00007f359160dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f8f415e35...
[15:42:25.007] #6  0x000055f8f40966ad in addBoundaryDependencies (dobjs=0x55f9125e4e60, numObjs=4078, boundaryObjs=bound...
[15:42:25.007] #7  0x000055f8f40ca914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:25.253] #0  0x00007f5b990a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:26.986] #0  0x00007f261aea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.986] #1  0x00007f261ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.986] #2  0x00007f261ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:26.986] #3  0x00007f261b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:26.986] #4  0x00007f261b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:26.986] #5  0x00007f261b00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ef5963235...
[15:42:26.986] #6  0x000055ef5956a6ad in addBoundaryDependencies (dobjs=0x55ef96280ca0, numObjs=4023, boundaryObjs=bound...
[15:42:26.986] #7  0x000055ef5959e914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:27.093] #0  0x00007f3849872dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:33.812] #0  0x00007f3849872dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.812] #1  0x00007f384981f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.812] #2  0x00007f384981f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.812] #3  0x000055a5de16d5f3 in ?? ()
[15:42:33.812] #4  0x000055a5de167369 in ?? ()
[15:42:33.812] #5  0x000055a5de16620f in ?? ()
[15:42:33.812] #6  0x000055a5de166c3b in ?? ()
[15:42:33.812] #7  0x000055a5de16466f in ?? ()
[15:42:33.812] #8  0x00007f384980a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.812] #9  0x00007f384980a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:34.056] #0  0x00007fc3b60a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.056] #1  0x00007fc3b605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.056] #2  0x00007fc3b6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.056] #3  0x00007fc3b621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:34.056] #4  0x00007fc3b622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:34.056] #5  0x00007fc3b620dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563bc51d835...
[15:42:34.056] #6  0x0000563bc51106ad in addBoundaryDependencies (dobjs=0x563c00fa3490, numObjs=4026, boundaryObjs=bound...
[15:42:34.056] #7  0x0000563bc5144914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:34.277] #0  0x00007f93fd6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:33.704] #0  0x00007fb169ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.704] #1  0x00007fb169e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.704] #2  0x00007fb169e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.704] #3  0x00007fb16a01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:33.704] #4  0x00007fb16a02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:33.704] #5  0x00007fb16a00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d3ef50535...
[15:42:33.704] #6  0x000055d3ef43d6ad in addBoundaryDependencies (dobjs=0x55d425882fc0, numObjs=4023, boundaryObjs=bound...
[15:42:33.704] #7  0x000055d3ef471914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:33.811] #0  0x00007f3849872dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:33.461] #0  0x00007f544f8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.461] #1  0x00007f544f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.461] #2  0x00007f544f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.461] #3  0x00007f544fa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:33.461] #4  0x00007f544fa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:33.461] #5  0x00007f544fa0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5651f8a5b35...
[15:42:33.461] #6  0x00005651f89936ad in addBoundaryDependencies (dobjs=0x56521b5e4490, numObjs=4026, boundaryObjs=bound...
[15:42:33.461] #7  0x00005651f89c7914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:33.685] #0  0x00007fb169ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:33.213] #0  0x00007fc58e6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.213] #1  0x00007fc58e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.213] #2  0x00007fc58e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:33.213] #3  0x00007fc58e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:33.213] #4  0x00007fc58e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:33.213] #5  0x00007fc58e80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5570dede435...
[15:42:33.213] #6  0x00005570ded1c6ad in addBoundaryDependencies (dobjs=0x5570e6aaa1c0, numObjs=4023, boundaryObjs=bound...
[15:42:33.213] #7  0x00005570ded50914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:33.442] #0  0x00007f544f8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:32.957] #0  0x00007fd3dd2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.957] #1  0x00007fd3dd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.957] #2  0x00007fd3dd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.957] #3  0x00007fd3dd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:32.957] #4  0x00007fd3dd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:32.957] #5  0x00007fd3dd40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556fc544b35...
[15:42:32.957] #6  0x0000556fc53836ad in addBoundaryDependencies (dobjs=0x557003ac3fe0, numObjs=4023, boundaryObjs=bound...
[15:42:32.957] #7  0x0000556fc53b7914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:33.193] #0  0x00007fc58e6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:32.693] #0  0x00007f0e418a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.693] #1  0x00007f0e4185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.693] #2  0x00007f0e41845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.693] #3  0x00007f0e41a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:32.693] #4  0x00007f0e41a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:32.693] #5  0x00007f0e41a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560b4dab835...
[15:42:32.693] #6  0x0000560b4d9f06ad in addBoundaryDependencies (dobjs=0x560b65cb4bd0, numObjs=9682, boundaryObjs=bound...
[15:42:32.693] #7  0x0000560b4da24914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:32.937] #0  0x00007fd3dd2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:32.425] #0  0x00007f6ee6aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.425] #1  0x00007f6ee6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.425] #2  0x00007f6ee6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.425] #3  0x00007f6ee6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:32.425] #4  0x00007f6ee6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:32.425] #5  0x00007f6ee6c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557a52b7f35...
[15:42:32.425] #6  0x0000557a52ab76ad in addBoundaryDependencies (dobjs=0x557a5dde2fe0, numObjs=4023, boundaryObjs=bound...
[15:42:32.425] #7  0x0000557a52aeb914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:32.673] #0  0x00007f0e418a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:32.167] #0  0x00007fd41b2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.167] #1  0x00007fd41b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.167] #2  0x00007fd41b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:32.167] #3  0x00007fd41b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:32.167] #4  0x00007fd41b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:32.167] #5  0x00007fd41b40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564f5763135...
[15:42:32.167] #6  0x0000564f575696ad in addBoundaryDependencies (dobjs=0x564f6ba8a3a0, numObjs=4023, boundaryObjs=bound...
[15:42:32.167] #7  0x0000564f5759d914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:32.406] #0  0x00007f6ee6aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:31.916] #0  0x00007fcb882a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:31.916] #1  0x00007fcb8825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:31.916] #2  0x00007fcb88245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:31.916] #3  0x00007fcb8841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:31.916] #4  0x00007fcb8842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:31.916] #5  0x00007fcb8840dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a84122635...
[15:42:31.916] #6  0x000055a84115e6ad in addBoundaryDependencies (dobjs=0x55a8573ddca0, numObjs=4023, boundaryObjs=bound...
[15:42:31.916] #7  0x000055a841192914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:32.145] #0  0x00007fd41b2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:34.297] #0  0x00007f93fd6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.297] #1  0x00007f93fd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.297] #2  0x00007f93fd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:34.297] #3  0x00007f93fd81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:34.297] #4  0x00007f93fd82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:34.297] #5  0x00007f93fd80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5629ea31e35...
[15:42:34.297] #6  0x00005629ea2566ad in addBoundaryDependencies (dobjs=0x562a20a5d460, numObjs=4065, boundaryObjs=bound...
[15:42:34.297] #7  0x00005629ea28a914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:34.517] #0  0x00007ff692ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:31.650] #0  0x00007f44c40a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:31.650] #1  0x00007f44c405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:31.650] #2  0x00007f44c4045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:31.650] #3  0x00007f44c421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:31.650] #4  0x00007f44c422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:31.650] #5  0x00007f44c420d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f44c176f880,...
[15:42:31.650] #6  0x00007f44c170040a in InitializeTidCridUpdateList (relOid=<optimized out>) at ../contrib/vci/storage/...
[15:42:31.650] #7  0x00007f44c1702a14 in vci_InitializeTidCridUpdateLists (info=info@entry=0x56153caf1498) at ../contrib...
[15:42:31.650] #8  0x00007f44c16e7045 in vci_inner_build (heapRel=0x7f44b7c7c598, indexRel=indexRel@entry=0x7f44b7a460a8...
[15:42:31.650] #9  0x00007f44c16e719e in vci_build (heapRel=<optimized out>, indexRel=0x7f44b7a460a8, indexInfo=<optimiz...
core
[15:42:30.310] #0  0x00007f6481aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:30.310] #1  0x00007f6481a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:30.310] #2  0x00007f6481a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:30.310] #3  0x00007f6481c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:30.310] #4  0x00007f6481c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:30.310] #5  0x00007f6481c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556c59c4a35...
[15:42:30.310] #6  0x0000556c59b826ad in addBoundaryDependencies (dobjs=0x556c647fd230, numObjs=7687, boundaryObjs=bound...
[15:42:30.310] #7  0x0000556c59bb6914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:30.775] #0  0x00007f44c40a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:30.065] #0  0x00007f34ab6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:30.065] #1  0x00007f34ab65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:30.065] #2  0x00007f34ab645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:30.065] #3  0x00007f34ab81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:30.065] #4  0x00007f34ab82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:30.065] #5  0x00007f34ab80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a4b4fb835...
[15:42:30.065] #6  0x000055a4b4ef06ad in addBoundaryDependencies (dobjs=0x55a4cc94dc40, numObjs=4023, boundaryObjs=bound...
[15:42:30.065] #7  0x000055a4b4f24914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:30.291] #0  0x00007f6481aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:29.825] #0  0x00007fc1fc0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.825] #1  0x00007fc1fc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.825] #2  0x00007fc1fc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.825] #3  0x00007fc1fc21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:29.825] #4  0x00007fc1fc22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:29.825] #5  0x00007fc1fc20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fb16f9135...
[15:42:29.825] #6  0x000055fb16ec96ad in addBoundaryDependencies (dobjs=0x55fb1ed8f490, numObjs=4026, boundaryObjs=bound...
[15:42:29.825] #7  0x000055fb16efd914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:30.045] #0  0x00007f34ab6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:29.576] #0  0x00007f70a7aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.576] #1  0x00007f70a7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.576] #2  0x00007f70a7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.576] #3  0x00007f70a7c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:29.576] #4  0x00007f70a7c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:29.576] #5  0x00007f70a7c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f64247635...
[15:42:29.576] #6  0x000055f6423ae6ad in addBoundaryDependencies (dobjs=0x55f665de2dc0, numObjs=4099, boundaryObjs=bound...
[15:42:29.576] #7  0x000055f6423e2914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:29.805] #0  0x00007fc1fc0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:29.317] #0  0x00007f918cea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.317] #1  0x00007f918ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.317] #2  0x00007f918ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.317] #3  0x00007f918d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:29.317] #4  0x00007f918d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:29.317] #5  0x00007f918d00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5586ffdfd35...
[15:42:29.317] #6  0x00005586ffd356ad in addBoundaryDependencies (dobjs=0x55872bac6c50, numObjs=9682, boundaryObjs=bound...
[15:42:29.317] #7  0x00005586ffd69914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:29.557] #0  0x00007f70a7aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:29.073] #0  0x00007f5e8a6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.073] #1  0x00007f5e8a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.073] #2  0x00007f5e8a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:29.073] #3  0x00007f5e8a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:29.073] #4  0x00007f5e8a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:29.073] #5  0x00007f5e8a80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556e6f57735...
[15:42:29.073] #6  0x0000556e6f4af6ad in addBoundaryDependencies (dobjs=0x556e9a794d10, numObjs=4023, boundaryObjs=bound...
[15:42:29.073] #7  0x0000556e6f4e3914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:29.298] #0  0x00007f918cea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:28.833] #0  0x00007fefc4aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.833] #1  0x00007fefc4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.833] #2  0x00007fefc4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:28.833] #3  0x00007fefc4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:28.833] #4  0x00007fefc4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:28.833] #5  0x00007fefc4c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55de79e5635...
[15:42:28.833] #6  0x000055de79d8e6ad in addBoundaryDependencies (dobjs=0x55de81d0b490, numObjs=4026, boundaryObjs=bound...
[15:42:28.833] #7  0x000055de79dc2914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:29.053] #0  0x00007f5e8a6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:42:35.022] #0  0x00007f40b28a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:35.022] #1  0x00007f40b285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:35.022] #2  0x00007f40b2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:42:35.022] #3  0x00007f40b2a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:42:35.022] #4  0x00007f40b2a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:42:35.022] #5  0x00007f40b2a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55cc6ab6435...
[15:42:35.022] #6  0x000055cc6aa9c6ad in addBoundaryDependencies (dobjs=0x55cc6f362490, numObjs=4026, boundaryObjs=bound...
[15:42:35.022] #7  0x000055cc6aad0914 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[15:42:35.253] #0  0x00007f8523ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/vci/expected/vci.out /tmp/cirrus-ci-build/build/testrun/vci/regress/results/vci.ou...
--- /tmp/cirrus-ci-build/contrib/vci/expected/vci.out	2025-07-07 15:30:12.404024491 +0000
+++ /tmp/cirrus-ci-build/build/testrun/vci/regress/results/vci.out	2025-07-07 15:37:05.147901917 +0000
@@ -88,39 +88,7 @@
 INSERT INTO testtable (key, cond, c01a, c01b, c02, c03, c05, c06, c07, c08, c09, c10, c13, c15, c16, c17, c18, c19, c20...
 -- Create an index which uses VCI index access method
 CREATE INDEX testindex ON testtable USING vci (key, cond, c01a, c01b, c02, c03, c05, c06, c07, c08, c09, c10, c13, c15,...
--- We expect VCI plans are chosen here
-EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF)
-SELECT key, count(*) AS count_star, count(c05) AS count_c05 FROM testtable WHERE NOT cond = 0 GROUP BY key ORDER BY key...
-                                           QUERY PLAN                                           
-------------------------------------------------------------------------------------------------
- Sort (actual rows=14.00 loops=1)
-   Sort Key: key
-   Sort Method: quicksort  Memory: 25kB
-   ->  Custom Scan (VCI HashAggregate) (actual rows=14.00 loops=1)
-         Group Key: key
-         ->  Custom Scan (VCI Scan) using testindex on testtable (actual rows=10221.00 loops=1)
-               Filter: (cond <> 0)
-               Rows Removed by Filter: 476
...
tap
[15:37:38.158](2.900s) not ok 4 - dump from PITR 1
[15:37:38.788](0.630s) not ok 5 - dump from PITR 2
tap
[15:37:49.913](0.333s) not ok 19 - pg_dump: option -n pg_catalog
[15:37:50.282](0.368s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[15:37:50.988](0.394s) not ok 37 - binary_upgrade: pg_dump runs
[15:37:51.006](0.017s) not ok 38 - binary_upgrade: pg_restore runs
tap
[15:37:49.018](0.000s) not ok 2 - correctly fails to dump a foreign table from a dummy FDW: matches
[15:37:49.312](0.293s) not ok 3 - dump foreign server with no tables
tap
[15:37:49.209](2.793s) not ok 1 - parallel dump
[15:37:49.225](0.016s) not ok 2 - parallel restore
[15:37:49.466](0.240s) not ok 3 - parallel dump as inserts
[15:37:49.479](0.013s) not ok 4 - parallel restore as inserts
tap
[15:37:50.725](3.976s) not ok 1 - filter file without patterns
tap
[15:37:54.596](2.572s) not ok 3 - excluding_databases: pg_dumpall runs
[15:37:54.641](0.044s) not ok 4 - should dump excluding_databases
[15:37:57.190](2.539s) not ok 6 - format_custom: pg_dumpall runs
[15:37:57.249](0.059s) not ok 7 - should dump format_custom
[15:37:59.599](2.336s) not ok 8 - format_directory: pg_dumpall runs
[15:37:59.625](0.026s) not ok 9 - should dump format_directory
[15:38:01.974](2.339s) not ok 10 - format_tar: pg_dumpall runs
[15:38:02.027](0.053s) not ok 11 - should dump format_tar
[15:38:04.418](2.372s) not ok 12 - restore_grants: pg_dumpall runs
[15:38:04.454](0.035s) not ok 13 - should dump restore_grants
[15:38:06.887](2.423s) not ok 14 - restore_roles: pg_dumpall runs
[15:38:09.739](2.787s) not ok 16 - restore_tablespace: pg_dumpall runs
tap
[15:37:51.941](0.438s) not ok 7 - parallel dump
[15:37:52.114](0.172s) not ok 8 - parallel restore
[15:37:52.177](0.063s) not ok 9 - parallel restore with create
[15:37:52.458](0.280s) not ok 10 - take full dump
tap
[15:36:09.087](3.572s) not ok 6 - pg_dump on source instance
[15:36:09.104](0.016s) not ok 7 - pg_restore to destination instance
tap
[15:34:54.221](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou...
[15:35:01.838](5.671s) not ok 10 - run of pg_upgrade of old cluster
[15:35:02.038](0.200s) not ok 11 - check the slot exists on new cluster
tap
[15:35:04.949](2.408s) not ok 9 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[15:35:04.949](0.000s) not ok 10 - pg_upgrade_output.d/ removed after successful pg_upgrade
[15:35:05.383](0.433s) not ok 11 - check that the subscription's running status and failover are preserved
[15:35:05.434](0.051s) not ok 12 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[15:34:55.980](1.990s) not ok 13 - run of pg_upgrade
[15:34:55.994](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches
tap
[15:34:55.750](6.162s) not ok 1 - pg_upgrade with transfer mode --clone: stdout matches
[15:35:04.378](5.948s) not ok 3 - pg_upgrade with transfer mode --copy: stdout matches
[15:35:15.548](7.846s) not ok 5 - pg_upgrade with transfer mode --copy-file-range: stdout matches
[15:35:23.757](4.325s) not ok 7 - pg_upgrade with transfer mode --link: stdout matches
[15:35:31.092](5.553s) not ok 9 - pg_upgrade with transfer mode --swap: stdout matches
tap
[15:37:02.935](0.615s) not ok 3 - dump primary server
[15:37:03.312](0.376s) not ok 4 - dump standby server
[15:37:04.481](1.168s) not ok 6 - dump catalogs of primary server
[15:37:04.945](0.463s) not ok 7 - dump catalogs of standby server
[15:37:04.945](0.000s) not ok 8 - compare primary and standby catalog dumps
tap
[15:39:37.189](2.358s) not ok 1 - binary_upgrade: pg_dump runs
test
[15:39:46.664]   7/345 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[15:39:46.664]   5/345 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[15:39:46.664]  10/345 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[15:39:46.664]   6/345 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[15:39:46.664]  42/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:39:46.664] 108/345 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:39:46.664] 111/345 postgresql:vci / vci/regress                                                    ERROR            ...
[15:39:46.664] 168/345 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[15:39:46.664] 185/345 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[15:39:46.664] 186/345 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[15:39:46.664] 189/345 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[15:39:46.664] 187/345 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[15:39:46.664] 190/345 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[15:39:46.664] 194/345 postgresql:pg_dump / pg_dump/006_pg_dumpall                                     ERROR            ...
[15:39:46.664] 333/345 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
53/5770 Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 3...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
core
0000005a`63dffd58 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
0000005a`63dffd60 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`63dffdd0 00007ffa`aecd4cb0     postgres!pg_signal_thread(
0000005a`63dffed0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`63dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`635ff570 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`635ff5b0 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
0000005a`635ff5f0 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
0000005a`635ff660 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
0000005a`635ff6c0 00007ff6`9fbe5571     postgres!CreateRestartPoint(
0000005a`635ff830 00007ff6`9fbe6e87     postgres!CheckpointerMain(
0000005a`635ff9c0 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
0000005a`635ffa40 00007ff6`a00ceef9     postgres!main(
0000005a`635ffa80 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`635ffad0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000005a`639ff5f8 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`639ff600 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000005a`639ff8f0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`639ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`641ff788 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`641ff790 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000005a`641ffa80 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`641ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b2fff7f8 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`b2fff800 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
00000064`b2fffaf0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`b2fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b37ffc48 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
00000064`b37ffc50 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`b37ffcc0 00007ffa`aecd4cb0     postgres!pg_signal_thread(
00000064`b37ffdc0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`b37ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b33ff578 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`b33ff580 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
00000064`b33ff870 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`b33ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b2bff340 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`b2bff380 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
00000064`b2bff3c0 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
00000064`b2bff430 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000064`b2bff490 00007ff6`9fbe5571     postgres!CreateRestartPoint(
00000064`b2bff600 00007ff6`9fbe6e87     postgres!CheckpointerMain(
00000064`b2bff790 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
00000064`b2bff810 00007ff6`a00ceef9     postgres!main(
00000064`b2bff850 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`b2bff8a0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000009e`18bff9e8 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
0000009e`18bff9f0 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`18bffa60 00007ffa`aecd4cb0     postgres!pg_signal_thread(
0000009e`18bffb60 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`18bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`187ff748 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`187ff750 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000009e`187ffa40 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`187ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`18fffb68 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`18fffb70 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000009e`18fffe60 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`18fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`183ff8a0 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`183ff8e0 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
0000009e`183ff920 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
0000009e`183ff990 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
0000009e`183ff9f0 00007ff6`9fbe5571     postgres!CreateRestartPoint(
0000009e`183ffb60 00007ff6`9fbe6e87     postgres!CheckpointerMain(
0000009e`183ffcf0 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
0000009e`183ffd70 00007ff6`a00ceef9     postgres!main(
0000009e`183ffdb0 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`183ffe00 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a2`dbdff390 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`dbdff3d0 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
000000a2`dbdff410 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
000000a2`dbdff480 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
000000a2`dbdff4e0 00007ff6`9fbe5571     postgres!CreateRestartPoint(
000000a2`dbdff650 00007ff6`9fbe6e87     postgres!CheckpointerMain(
000000a2`dbdff7e0 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
000000a2`dbdff860 00007ff6`a00ceef9     postgres!main(
000000a2`dbdff8a0 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`dbdff8f0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a2`dc1ff738 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`dc1ff740 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000a2`dc1ffa30 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`dc1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`dc5ff638 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
000000a2`dc5ff640 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`dc5ff6b0 00007ffa`aecd4cb0     postgres!pg_signal_thread(
000000a2`dc5ff7b0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`dc5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`dc9ff918 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`dc9ff920 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000a2`dc9ffc10 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`dc9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c29ffb88 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
000000ad`c29ffb90 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`c29ffc00 00007ffa`aecd4cb0     postgres!pg_signal_thread(
000000ad`c29ffd00 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c29ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c21ff540 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`c21ff580 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
000000ad`c21ff5c0 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
000000ad`c21ff630 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
000000ad`c21ff690 00007ff6`9fbe5571     postgres!CreateRestartPoint(
000000ad`c21ff800 00007ff6`9fbe6e87     postgres!CheckpointerMain(
000000ad`c21ff990 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
000000ad`c21ffa10 00007ff6`a00ceef9     postgres!main(
000000ad`c21ffa50 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`c21ffaa0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ad`c25ffaa8 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c25ffab0 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c25ffda0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c25ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c2dff838 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c2dff840 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c2dffb30 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c2dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[03:46:46.213](0.791s) not ok 3 - backup with no detail: pg_basebackup
[03:46:46.220](0.007s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:46:46.249](0.024s) Bail out!  command "C:/Program Files/Git/usr/bin/gzip.EXE -d C:\cirrus\build\testrun\basebackup_t...
tap
[03:57:55.173](315.531s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/contrib/bloom/t/001_wal.pl line 22.
tap
[03:55:19.890](345.945s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/modules/brin/t/02_wal_consistency.pl line 73.
tap
[03:34:46.148](3.023s) Bail out!  pg_ctl start failed
tap
[03:37:21.944](159.380s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_basebackup/020_pg_receivewal\dat...
tap
[03:35:29.359](11.207s) Bail out!  pg_ctl start failed
tap
[03:35:08.513](4.839s) Bail out!  pg_ctl start failed
tap
[03:36:04.430](5.167s) Bail out!  pg_ctl start failed
tap
[03:36:30.535](5.600s) Bail out!  pg_ctl start failed
tap
[03:43:17.060](364.486s) # poll_query_until timed out executing this query:
[03:43:17.064](0.004s) not ok 9 - promoted standby is not in recovery
[03:45:34.046](133.411s) not ok 11 - pg_ctl promote of standby runs
[03:45:34.114](0.068s) not ok 12 - promoted standby is not in recovery
tap
[03:42:02.582](140.631s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/001_basic\data/t_001_basi...
tap
[03:42:05.056](142.850s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/002_databases\data/t_002_...
tap
[03:42:01.775](139.165s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/003_extrafiles\data/t_003...
tap
[03:44:22.144](139.576s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/004_pg_xlog_symlink\data/...
tap
[03:44:39.784](153.072s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/007_standby_source\data/t...
tap
[03:45:01.692](169.605s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/008_min_recovery_point\da...
tap
[03:46:42.624](139.748s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/009_growing_files\data/t_...
tap
[03:46:43.705](140.400s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/010_keep_recycled_wals\da...
tap
[03:45:26.125](2.424s) not ok 1 - server side backup, compression none
[03:45:26.128](0.003s) not ok 2 - found expected backup files, compression none
[03:45:26.156](0.027s) not ok 3 - verify backup, compression none
tap
[03:45:29.224](2.438s) not ok 1 - backup done, compression none
[03:45:29.280](0.056s) not ok 2 - backup verified, compression method "none"
tap
[03:45:29.744](2.074s) not ok 1 - client side backup, compression none
tap
[03:45:36.319](0.115s) not ok 4 - got exactly one new WAL summary
[03:45:36.342](0.000s) not ok 6 - stdout shows block 0 modified
[03:45:36.343](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:20:56.500](351.677s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/001_stream_rep.pl line 90.
tap
[03:18:55.800](429.527s) not ok 1 - promotion of standby with pg_promote
tap
[03:15:15.937](134.933s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/005_replay_delay\data/t_00...
tap
[03:21:23.022](340.294s) # poll_query_until timed out executing this query:
[03:21:23.024](0.003s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:18:59.305](356.149s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/008_fsm_truncation\data/t_...
tap
[03:27:37.458](727.130s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/015_promotion_pages.pl line 64.
tap
[03:23:55.274](389.447s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/016_min_consistency.pl line 81.
tap
[03:22:17.836](134.452s) Bail out!  pg_ctl start failed
tap
[03:31:53.534](365.542s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:20:24.182](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:27:20.623](334.079s) Bail out!  aborting wait: program timed out
tap
[03:23:51.161](146.947s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/025_stuck_on_old_timeline\...
tap
[03:23:59.312](146.169s) Bail out!  pg_ctl start failed
tap
[03:29:59.062](369.478s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:31:33.634](367.390s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/030_stats_cleanup_replica.pl line 51.
tap
[03:30:39.422](373.487s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/032_relfilenode_reuse.pl line 83.
tap
[03:28:40.466](33.590s) Bail out!  pg_ctl start failed
tap
[03:29:57.847](0.712s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:39:03.237](442.207s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/040_standby_failover_slots_sync.pl line 280.
tap
[03:31:30.544](65.802s) not ok 1 - restartpoint has started
[03:33:44.994](134.450s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/041_checkpoint_at_promote\...
tap
[03:30:53.255](8.053s) Bail out!  pg_ctl start failed
tap
[03:41:22.851](418.131s) # poll_query_until timed out executing this query:
[03:47:05.077](342.226s) # poll_query_until timed out executing this query:
tap
[03:53:55.141](134.024s) Bail out!  pg_ctl start failed
test
[03:57:55.624]  15/338 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:57:55.624]  19/338 postgresql:recovery / recovery/004_timeline_switch                              ERROR           4...
[03:57:55.624]  21/338 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           3...
[03:57:55.624]  23/338 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:57:55.624]  24/338 postgresql:recovery / recovery/001_stream_rep                                   ERROR           6...
[03:57:55.624]  27/338 postgresql:recovery / recovery/007_sync_rep                                     ERROR           5...
[03:57:55.624]  29/338 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           2...
[03:57:55.624]  30/338 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:57:55.624]  31/338 postgresql:recovery / recovery/016_min_consistency                              ERROR           3...
[03:57:55.624]  32/338 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR           1...
[03:57:55.624]  35/338 postgresql:recovery / recovery/021_row_visibility                               ERROR           4...
[03:57:55.624]  36/338 postgresql:recovery / recovery/015_promotion_pages                              ERROR           7...
[03:57:55.624]  40/338 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:57:55.624]  42/338 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:57:55.624]  43/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           4...
[03:57:55.624]  44/338 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:57:55.624]  45/338 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           3...
[03:57:55.624]  46/338 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:57:55.624]  51/338 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           4...
[03:57:55.624]  55/338 postgresql:recovery / recovery/019_replslot_limit                               ERROR           7...
[03:57:55.624]  50/338 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:57:55.624] 157/338 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:57:55.624] 160/338 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:57:55.624] 164/338 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:57:55.624] 166/338 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:57:55.624] 173/338 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:57:55.624] 180/338 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           5...
[03:57:55.624] 186/338 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:57:55.624] 187/338 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:57:55.624] 188/338 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:57:55.624] 192/338 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:57:55.624]  39/338 postgresql:recovery / recovery/035_standby_logical_decoding                     TIMEOUT        10...
[03:57:55.624] 193/338 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:57:55.624] 198/338 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:57:55.624] 203/338 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:57:55.624] 205/338 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:57:55.624] 206/338 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:57:55.624] 191/338 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           5...
[03:57:55.624] 209/338 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:57:55.624] 235/338 postgresql:recovery / recovery/039_end_of_wal                                   TIMEOUT        10...
[03:57:55.624] 237/338 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:57:55.624] 238/338 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:57:55.624] 241/338 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:57:55.624] 261/338 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           9...
[03:57:55.624] 162/338 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                TIMEOUT        10...
[03:57:55.624] 336/338 postgresql:test_misc / test_misc/004_io_direct                                  ERROR           1...
[03:57:55.624] 337/338 postgresql:brin / brin/02_wal_consistency                                       ERROR           3...
[03:57:55.624] 338/338 postgresql:bloom / bloom/001_wal                                                ERROR           6...
CompilerWarnings
compiler
[03:10:28.136] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:28.136] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:28.136] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:28.136] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:09:32.688] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:32.688] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:32.688] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:32.688] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
core
[03:46:04.834]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:46:04.834]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:46:04.834]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:46:04.834]     frame #3: 0x0000000100d905ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:46:04.834]     frame #4: 0x0000000100c2d108 postgres`ComputeXidHorizons(h=0x000000016f4ecd38) at procarray.c:1759:3
[03:46:04.834]     frame #5: 0x0000000100c2d20c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:46:04.834]     frame #6: 0x00000001009d0ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:46:04.834]     frame #7: 0x0000000100baca28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:46:04.834]     frame #8: 0x0000000100badc10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:46:04.834]     frame #9: 0x0000000100bb0838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:46:53.911]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:46:53.911]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:46:53.911]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:46:53.911]     frame #3: 0x0000000104e405ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:46:53.911]     frame #4: 0x0000000104cdd108 postgres`ComputeXidHorizons(h=0x000000016b43cd18) at procarray.c:1759:3
[03:46:53.911]     frame #5: 0x0000000104cdd20c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:46:53.911]     frame #6: 0x0000000104a80ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:46:53.911]     frame #7: 0x0000000104c5ca28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:46:53.911]     frame #8: 0x0000000104c5dc10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:46:53.911]     frame #9: 0x0000000104c60838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:47:43.338]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:47:43.338]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:47:43.338]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:47:43.338]     frame #3: 0x00000001027ec5ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:47:43.338]     frame #4: 0x0000000102689108 postgres`ComputeXidHorizons(h=0x000000016da90d38) at procarray.c:1759:3
[03:47:43.338]     frame #5: 0x000000010268920c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:47:43.338]     frame #6: 0x000000010242cee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:47:43.338]     frame #7: 0x0000000102608a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:47:43.338]     frame #8: 0x0000000102609c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:47:43.338]     frame #9: 0x000000010260c838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:48:28.687]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:48:28.687]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:48:28.687]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:48:28.687]     frame #3: 0x00000001049605ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:48:28.687]     frame #4: 0x00000001047fd108 postgres`ComputeXidHorizons(h=0x000000016b91ccc8) at procarray.c:1759:3
[03:48:28.687]     frame #5: 0x00000001047fd20c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:48:28.687]     frame #6: 0x00000001045a0ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:48:28.687]     frame #7: 0x000000010477ca28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:48:28.687]     frame #8: 0x000000010477dc10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=2...
[03:48:28.687]     frame #9: 0x0000000104780838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:49:31.605]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:49:31.605]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:49:31.605]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:49:31.605]     frame #3: 0x000000010489e484 postgres`errfinish.cold.2 at elog.c:600:3
[03:49:31.605]     frame #4: 0x00000001047352e8 postgres`errfinish(filename=<unavailable>, lineno=<unavailable>, funcnam...
[03:49:31.605]     frame #5: 0x000000010481d0dc postgres`InitWalRecovery.cold.19 at xlogrecovery.c:800:4
[03:49:31.605]     frame #6: 0x000000010437e3bc postgres`InitWalRecovery(ControlFile=0x000000010a715280, wasShutdown_ptr...
[03:49:31.605]     frame #7: 0x0000000104372a6c postgres`StartupXLOG at xlog.c:5752:2
[03:49:31.605]     frame #8: 0x00000001045578a4 postgres`StartupProcessMain(startup_data=<unavailable>, startup_data_len...
[03:49:31.605]     frame #9: 0x0000000104551c10 postgres`postmaster_child_launch(child_type=B_STARTUP, child_slot=262, s...
core
[03:49:00.821]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:49:00.821]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:49:00.821]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:49:00.821]     frame #3: 0x00000001005c85ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:49:00.821]     frame #4: 0x0000000100465108 postgres`ComputeXidHorizons(h=0x000000016fcb4d08) at procarray.c:1759:3
[03:49:00.821]     frame #5: 0x000000010046520c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:49:00.821]     frame #6: 0x0000000100208ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:49:00.821]     frame #7: 0x00000001003e4a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:49:00.821]     frame #8: 0x00000001003e5c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:49:00.821]     frame #9: 0x00000001003e8838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:45:13.230]   * frame #0: 0x0000000102414b70 dyld`_dyld_start
panic
2025-07-06 03:19:44.306 UTC startup[51597] PANIC:  could not locate a valid checkpoint record at 0/2088308
tap
[03:30:58.016](0.798s) not ok 3 - backup with no detail: pg_basebackup
[03:30:58.016](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:30:58.028](0.012s) Bail out!  command "/usr/bin/gzip -d /Users/admin/pgsql/build/testrun/basebackup_to_shell/001_bas...
tap
[03:40:14.607](229.886s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/contrib/bloom/t/001_wal.pl line 22.
tap
[03:25:32.424](21.215s) Bail out!  pg_ctl start failed
tap
[03:27:26.359](138.788s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/020_pg_recei...
tap
[03:27:55.771](159.192s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/040_pg_creat...
tap
[03:25:44.709](14.045s) Bail out!  pg_ctl start failed
tap
[03:26:07.924](9.612s) Bail out!  pg_ctl start failed
tap
[03:26:41.700](11.355s) Bail out!  pg_ctl start failed
tap
[03:31:21.221](255.606s) # poll_query_until timed out executing this query:
[03:31:21.225](0.003s) not ok 9 - promoted standby is not in recovery
[03:33:30.268](126.043s) not ok 11 - pg_ctl promote of standby runs
[03:33:30.310](0.041s) not ok 12 - promoted standby is not in recovery
tap
[03:29:41.651](134.623s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/001_basic/data/t...
tap
[03:29:49.335](141.668s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/002_databases/da...
tap
[03:29:59.353](136.212s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/003_extrafiles/d...
tap
[03:30:10.537](133.850s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/004_pg_xlog_syml...
tap
[03:30:24.353](144.389s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/007_standby_sour...
tap
[03:31:10.922](185.427s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/008_min_recovery...
tap
[03:30:26.916](134.420s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/009_growing_file...
tap
[03:31:55.124](132.716s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/010_keep_recycle...
tap
[03:30:18.555](1.834s) not ok 1 - server side backup, compression none
[03:30:18.556](0.001s) not ok 2 - found expected backup files, compression none
[03:30:18.574](0.018s) not ok 3 - verify backup, compression none
[03:30:20.995](2.420s) not ok 4 - server side backup, compression gzip
[03:30:20.996](0.001s) not ok 5 - found expected backup files, compression gzip
[03:30:21.013](0.017s) not ok 6 - verify backup, compression gzip
[03:30:21.260](0.247s) not ok 7 - server side backup, compression lz4
[03:30:21.262](0.001s) not ok 8 - found expected backup files, compression lz4
[03:30:21.290](0.028s) not ok 9 - verify backup, compression lz4
[03:30:22.320](1.030s) not ok 10 - server side backup, compression lz4
[03:30:22.320](0.000s) not ok 11 - found expected backup files, compression lz4
[03:30:22.333](0.013s) not ok 12 - verify backup, compression lz4
[03:30:22.982](0.649s) not ok 13 - server side backup, compression zstd
[03:30:22.983](0.001s) not ok 14 - found expected backup files, compression zstd
[03:30:23.000](0.017s) not ok 15 - verify backup, compression zstd
[03:30:23.341](0.340s) not ok 16 - server side backup, compression zstd
[03:30:23.341](0.000s) not ok 17 - found expected backup files, compression zstd
[03:30:23.353](0.012s) not ok 18 - verify backup, compression zstd
tap
[03:30:22.711](3.575s) not ok 1 - backup done, compression none
[03:30:22.749](0.038s) not ok 2 - backup verified, compression method "none"
[03:30:25.013](2.264s) not ok 3 - backup done, compression gzip
[03:30:25.046](0.032s) not ok 4 - backup verified, compression method "gzip"
[03:30:26.423](1.377s) not ok 5 - backup done, compression lz4
[03:30:26.502](0.079s) not ok 6 - backup verified, compression method "lz4"
[03:30:27.966](1.463s) not ok 7 - backup done, compression zstd
[03:30:28.001](0.035s) not ok 8 - backup verified, compression method "zstd"
[03:30:28.695](0.693s) not ok 9 - backup done, compression parallel zstd
[03:30:28.719](0.024s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:30:26.922](2.954s) not ok 1 - client side backup, compression none
tap
[03:30:30.469](0.026s) not ok 4 - got exactly one new WAL summary
[03:30:30.479](0.000s) not ok 6 - stdout shows block 0 modified
[03:30:30.479](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:13:16.799](125.645s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/005_replay_delay/...
tap
[03:14:26.676](166.383s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/008_fsm_truncatio...
tap
[03:17:02.601](274.812s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/015_promotion_pag...
tap
[03:20:54.427](487.213s) Bail out!  pg_ctl start failed
tap
[03:15:35.058](126.525s) Bail out!  pg_ctl start failed
tap
[03:18:58.803](266.109s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:22:17.915](277.639s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:16:46.789](133.981s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/025_stuck_on_old_...
tap
[03:21:40.206](275.912s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:26:11.005](454.495s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/030_stats_cleanup_replica.pl line 135.
tap
[03:28:11.860](310.240s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:19:34.109](0.350s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:20:03.665](24.764s) Bail out!  pg_ctl start failed
tap
[03:21:28.760](13.518s) not ok 1 - restartpoint has started
[03:25:18.729](229.968s) not ok 2 - restart point has completed
tap
[03:21:36.590](16.958s) Bail out!  pg_ctl start failed
test
[03:40:15.007]  21/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:40:15.007]  26/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:40:15.007]  29/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           1...
[03:40:15.007]  33/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:40:15.007]  34/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:40:15.007]  38/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           3...
[03:40:15.007]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:40:15.007]  42/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:40:15.007]  43/343 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:40:15.007]  44/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           2...
[03:40:15.007]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:40:15.007]  47/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:40:15.007]  52/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           4...
[03:40:15.007]  61/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
[03:40:15.007]  45/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:40:15.007] 164/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:40:15.007] 165/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:40:15.007] 168/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:40:15.007] 169/343 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           5...
[03:40:15.007] 172/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:40:15.007] 185/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:40:15.007] 188/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:40:15.007] 193/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:40:15.007] 194/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:40:15.007] 195/343 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:40:15.007] 199/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:40:15.007] 201/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:40:15.007] 205/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:40:15.007] 208/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:40:15.007] 210/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:40:15.007] 209/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:40:15.007] 207/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:40:15.007] 215/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:40:15.007] 243/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:40:15.007] 253/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:40:15.007] 289/343 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:40:15.007] 266/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           3...
[03:40:15.007] 343/343 postgresql:bloom / bloom/001_wal                                                ERROR           5...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
core
[03:43:30.649] #0  0x00007f4ac3ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.649] #1  0x00007f4ac3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.649] #2  0x00007f4ac3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.649] #3  0x0000558a51d68b97 in ExceptionalCondition (conditionName=conditionName@entry=0x558a5203c495 "Transac...
[03:43:30.649] #4  0x0000558a51a6394e in ComputeXidHorizons (h=h@entry=0x7ffef5c23810) at ../src/backend/storage/ipc/pro...
[03:43:30.649] #5  0x0000558a51a68b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:30.649] #6  0x0000558a514a2bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:30.649] #7  0x0000558a51959023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:30.649] #8  0x0000558a5195984b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:30.649] #9  0x0000558a5195efe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:30.781] #0  0x00007f05414b6bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.781] #1  0x00005615887abcc0 in ?? ()
[03:43:30.781] #2  0x00005615887abefa in ?? ()
[03:43:30.781] #3  0x00005615887ad630 in ?? ()
[03:43:30.781] #4  0x00005615887a7371 in ?? ()
[03:43:30.781] #5  0x00005615887a620f in ?? ()
[03:43:30.781] #6  0x00005615887a6c3b in ?? ()
[03:43:30.781] #7  0x00005615887a466f in ?? ()
[03:43:30.781] #8  0x00007f054140a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.781] #9  0x00007f054140a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:43:30.898] #0  0x00007fda714dcda9 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #1  0x00007fda714de075 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #2  0x00007fda714d8261 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #3  0x00007fda714ee3c1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #4  0x00007fda714d85ca in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #5  0x00007fda714f3a4a in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #6  0x00007fda714f02ff in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #7  0x00007fda714f1c7c in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #8  0x00007fda714f0b28 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #9  0x0000000000000003 in ?? ()
core
[03:43:31.379] #0  0x00007fdafeaa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.379] #1  0x00007fdafea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.379] #2  0x00007fdafea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.379] #3  0x000055d703ed4b97 in ExceptionalCondition (conditionName=conditionName@entry=0x55d7041a8495 "Transac...
[03:43:31.379] #4  0x000055d703bcf94e in ComputeXidHorizons (h=h@entry=0x7ffc22ec98f0) at ../src/backend/storage/ipc/pro...
[03:43:31.379] #5  0x000055d703bd4b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:31.379] #6  0x000055d70360ebbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:31.379] #7  0x000055d703ac5023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:31.379] #8  0x000055d703ac584b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:31.379] #9  0x000055d703acafe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:31.878] #0  0x00007fa654ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.878] #1  0x00007fa654e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.878] #2  0x00007fa654e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.878] #3  0x00005622d3292b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5622d3566495 "Transac...
[03:43:31.878] #4  0x00005622d2f8d94e in ComputeXidHorizons (h=h@entry=0x7ffea2eb1b50) at ../src/backend/storage/ipc/pro...
[03:43:31.878] #5  0x00005622d2f92b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:31.878] #6  0x00005622d29ccbbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:31.878] #7  0x00005622d2e83023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:31.878] #8  0x00005622d2e8384b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:31.878] #9  0x00005622d2e88fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:29.175] #0  0x00007f72fb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.175] #1  0x00007f72fb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.175] #2  0x00007f72fb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.175] #3  0x0000555865408b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5558656dc495 "Transac...
[03:43:29.175] #4  0x000055586510394e in ComputeXidHorizons (h=h@entry=0x7ffc09b286d0) at ../src/backend/storage/ipc/pro...
[03:43:29.175] #5  0x0000555865108b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:29.175] #6  0x0000555864b42bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:29.175] #7  0x0000555864ff9023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:29.175] #8  0x0000555864ff984b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:29.175] #9  0x0000555864ffefe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:29.672] #0  0x00007f9e34ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.672] #1  0x00007f9e34c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.672] #2  0x00007f9e34c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.672] #3  0x0000557bcecd1d13 in errfinish (filename=filename@entry=0x557bcef1c460 "../src/backend/access/transa...
[03:43:29.672] #4  0x0000557bce42331f in InitWalRecovery (ControlFile=<optimized out>, wasShutdown_ptr=wasShutdown_ptr@e...
[03:43:29.672] #5  0x0000557bce410e72 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:43:29.672] #6  0x0000557bce8c71cd in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:43:29.672] #7  0x0000557bce8bd84b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:43:29.672] #8  0x0000557bce8c2fe1 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:43:29.672] #9  0x0000557bce8c6b7b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557c0b379700) at ../src/ba...
core
[03:43:30.161] #0  0x00007fcc88aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.161] #1  0x00007fcc88a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.161] #2  0x00007fcc88a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.161] #3  0x00005568da4bfb97 in ExceptionalCondition (conditionName=conditionName@entry=0x5568da793495 "Transac...
[03:43:30.161] #4  0x00005568da1ba94e in ComputeXidHorizons (h=h@entry=0x7fff73642b20) at ../src/backend/storage/ipc/pro...
[03:43:30.161] #5  0x00005568da1bfb47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:30.161] #6  0x00005568d9bf9bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:30.161] #7  0x00005568da0b0023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:30.161] #8  0x00005568da0b084b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:30.161] #9  0x00005568da0b5fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
panic
2025-07-06 03:18:03.759 UTC startup[62854] PANIC:  could not locate a valid checkpoint record at 0/2046160
tap
[03:32:05.346](0.741s) not ok 3 - backup with no detail: pg_basebackup
[03:32:05.347](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:32:05.352](0.005s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:38:47.552](240.837s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:26:27.955](2.363s) Bail out!  pg_ctl start failed
tap
[03:28:43.937](134.870s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:35:40.984](475.182s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/bin/pg_basebackup/t/040_pg_createsubscriber.pl line 331.
tap
[03:26:48.622](1.457s) Bail out!  pg_ctl start failed
tap
[03:27:06.453](2.345s) Bail out!  pg_ctl start failed
tap
[03:27:22.968](1.664s) Bail out!  pg_ctl start failed
tap
[03:32:18.663](283.165s) # poll_query_until timed out executing this query:
[03:32:18.664](0.001s) not ok 9 - promoted standby is not in recovery
tap
[03:30:36.898](129.845s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:30:49.435](131.120s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/...
tap
[03:30:54.789](129.698s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:31:01.504](129.819s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:31:33.072](130.287s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:33:04.666](155.031s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:32:40.438](123.164s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:31:11.506](0.661s) not ok 4 - server side backup, compression gzip
[03:31:11.507](0.001s) not ok 5 - found expected backup files, compression gzip
[03:31:11.522](0.014s) not ok 6 - verify backup, compression gzip
[03:31:11.675](0.154s) not ok 7 - server side backup, compression lz4
[03:31:11.676](0.001s) not ok 8 - found expected backup files, compression lz4
[03:31:11.703](0.026s) not ok 9 - verify backup, compression lz4
[03:31:12.355](0.652s) not ok 10 - server side backup, compression lz4
[03:31:12.356](0.001s) not ok 11 - found expected backup files, compression lz4
[03:31:12.364](0.008s) not ok 12 - verify backup, compression lz4
[03:31:12.881](0.516s) not ok 13 - server side backup, compression zstd
[03:31:12.882](0.001s) not ok 14 - found expected backup files, compression zstd
[03:31:12.893](0.010s) not ok 15 - verify backup, compression zstd
[03:31:13.389](0.497s) not ok 16 - server side backup, compression zstd
[03:31:13.391](0.001s) not ok 17 - found expected backup files, compression zstd
[03:31:13.415](0.024s) not ok 18 - verify backup, compression zstd
tap
[03:31:13.242](2.462s) not ok 1 - backup done, compression none
[03:31:13.268](0.025s) not ok 2 - backup verified, compression method "none"
[03:31:14.364](1.096s) not ok 3 - backup done, compression gzip
[03:31:14.404](0.040s) not ok 4 - backup verified, compression method "gzip"
[03:31:15.135](0.729s) not ok 5 - backup done, compression lz4
[03:31:15.153](0.018s) not ok 6 - backup verified, compression method "lz4"
[03:31:15.765](0.612s) not ok 7 - backup done, compression zstd
[03:31:15.793](0.026s) not ok 8 - backup verified, compression method "zstd"
[03:31:16.145](0.351s) not ok 9 - backup done, compression parallel zstd
[03:31:16.174](0.028s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:31:15.222](3.158s) not ok 1 - client side backup, compression none
tap
[03:31:19.372](0.067s) not ok 4 - got exactly one new WAL summary
[03:31:19.394](0.000s) not ok 6 - stdout shows block 0 modified
[03:31:19.395](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:12:46.027](120.574s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:15:44.583](237.940s) # poll_query_until timed out executing this query:
[03:15:44.584](0.000s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:13:41.625](154.363s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:15:56.794](264.198s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:19:32.213](463.294s) Bail out!  pg_ctl start failed
tap
[03:17:30.242](120.621s) Bail out!  pg_ctl start failed
tap
[03:16:43.373](243.214s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:21:38.569](277.011s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:15:59.452](123.562s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:21:27.376](276.146s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:27:14.361](331.438s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/030_stats_cleanup_replica.pl line 62.
tap
[03:22:59.832](296.273s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 132.
tap
[03:27:55.600](338.854s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:25:17.403](313.541s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 510.
tap
[03:17:57.146](0.331s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:18:01.383](0.390s) not ok 2 - xl_tot_len short
[03:18:05.062](3.679s) Bail out!  pg_ctl start failed
tap
[03:30:29.053](608.863s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 435.
tap
[03:20:02.697](16.961s) not ok 1 - restartpoint has started
[03:23:57.954](235.256s) not ok 2 - restart point has completed
tap
[03:21:34.259](0.730s) Bail out!  pg_ctl start failed
tap
[03:39:13.711](225.305s) # poll_query_until timed out executing this query:
tap
[03:39:37.362](222.395s) # poll_query_until timed out executing this query:
test
[03:39:37.675]  22/344 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:39:37.675]  24/344 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:39:37.675]  28/344 postgresql:recovery / recovery/007_sync_rep                                     ERROR           2...
[03:39:37.675]  30/344 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:39:37.675]  31/344 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:39:37.675]  34/344 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:39:37.675]  38/344 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:39:37.675]  41/344 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:39:37.675]  42/344 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:39:37.675]  43/344 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:39:37.675]  45/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:39:37.675]  46/344 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:39:37.675]  47/344 postgresql:recovery / recovery/021_row_visibility                               ERROR           5...
[03:39:37.675]  57/344 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
[03:39:37.675]  44/344 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:39:37.675] 104/344 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           1...
[03:39:37.675] 112/344 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
[03:39:37.675] 157/344 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:39:37.675] 163/344 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:39:37.675] 167/344 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:39:37.675] 169/344 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           6...
[03:39:37.675] 170/344 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:39:37.675] 180/344 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:39:37.675] 187/344 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:39:37.675] 192/344 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           7...
[03:39:37.675] 193/344 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:39:37.675] 194/344 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:39:37.675] 195/344 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:39:37.675] 200/344 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:39:37.675] 206/344 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:39:37.675] 209/344 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:39:37.675] 208/344 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:39:37.675] 212/344 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:39:37.675] 220/344 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:39:37.675] 244/344 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:39:37.675] 253/344 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:39:37.675] 267/344 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:39:37.675] 279/344 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:39:37.675] 322/344 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           5...
[03:39:37.675] 342/344 postgresql:bloom / bloom/001_wal                                                ERROR           4...
[03:39:37.675] 343/344 postgresql:subscription / subscription/026_stats                                ERROR           3...
[03:39:37.675] 344/344 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           3...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "procarray.c", Line: 1759, PID: 24826
core
[03:23:57.119] #0  0x00007fe3c10abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:23:57.119] #1  0x00007fe3c105cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:23:57.119] #2  0x00007fe3c1047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:23:57.119] #3  0x000055b0d790b803 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0d7cdb660 "Transac...
[03:23:57.119] #4  0x000055b0d7571cca in ComputeXidHorizons (h=h@entry=0x7fff8899d370) at procarray.c:1759
[03:23:57.119] #5  0x000055b0d7577186 in GetOldestTransactionIdConsideredRunning () at procarray.c:2038
[03:23:57.119] #6  0x000055b0d6d69d1e in CreateRestartPoint (flags=flags@entry=0) at xlog.c:8016
[03:23:57.119] #7  0x000055b0d741cc3b in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:23:57.119] #8  0x000055b0d741d722 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:23:57.119] #9  0x000055b0d7423bcb in StartChildProcess (type=type@entry=B_CHECKPOINTER) at postmaster.c:3973
tap
[03:10:07.658](1.115s) not ok 3 - backup with no detail: pg_basebackup
[03:10:07.659](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:10:07.670](0.011s) Bail out!  command "gzip -d /tmp/cirrus-ci-build/contrib/basebackup_to_shell/tmp_check/tmp_test_d...
tap
[03:17:20.864](262.860s) # poll_query_until timed out executing this query:
timed out waiting for catchup at t/001_wal.pl line 22.
tap
[03:12:14.533](2.542s) Bail out!  pg_ctl start failed
tap
[03:21:49.545](120.335s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/src/test/recovery/tmp_check/t_005_repl...
tap
[03:21:10.615](236.953s) # poll_query_until timed out executing this query:
FreeBSD - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("end_of_summary_lsn >= current_lsn"), File: "../src/backend/postmaster/walsummarizer.c", Line: 423, ...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 4...
core
[03:38:27.493] #0  0x000000082cabf1ba in thr_kill () from /lib/libc.so.7
[03:38:27.493] #1  0x000000082ca385d4 in raise () from /lib/libc.so.7
[03:38:27.493] #2  0x000000082caebb59 in abort () from /lib/libc.so.7
[03:38:27.493] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:27.493] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x8218fc2c8) at ../src/backend/storage/ipc/procar...
[03:38:27.493] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:27.493] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:27.493] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:27.493] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:27.493] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:26.387] #0  0x0000115d61901fda in copy_file_range () from /lib/libc.so.7
[03:38:26.387] #1  0x000011553fd52412 in ?? ()
[03:38:26.387] #2  0x000011553fd51e1b in ?? ()
[03:38:26.387] #3  0x000011553fd516e3 in ?? ()
[03:38:26.387] #4  0x0000115d6184ec3a in __libc_start1 () from /lib/libc.so.7
[03:38:26.387] #5  0x000011553fd512dd in ?? ()
[03:38:26.889] #0  0x000000082a5a61ba in thr_kill () from /lib/libc.so.7
core
[03:38:26.935] #0  0x000000082a5a61ba in thr_kill () from /lib/libc.so.7
[03:38:26.935] #1  0x000000082a51f5d4 in raise () from /lib/libc.so.7
[03:38:26.935] #2  0x000000082a5d2b59 in abort () from /lib/libc.so.7
[03:38:26.935] #3  0x0000000000ad7ac4 in errfinish (filename=<optimized out>, lineno=<optimized out>, funcname=<optimize...
[03:38:26.935] #4  0x000000000068eaa0 in InitWalRecovery (ControlFile=0x8323fff80, wasShutdown_ptr=wasShutdown_ptr@entry...
[03:38:26.935] #5  0x0000000000680e1b in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:38:26.935] #6  0x00000000008c418b in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:38:26.935] #7  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:38:26.935] #8  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:38:26.935] #9  0x00000000008c03f2 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cf0dd0) at ../src/backe...
core
[03:38:27.217] #0  0x000000082b5be1ba in thr_kill () from /lib/libc.so.7
[03:38:27.217] #1  0x000000082b5375d4 in raise () from /lib/libc.so.7
[03:38:27.217] #2  0x000000082b5eab59 in abort () from /lib/libc.so.7
[03:38:27.217] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:27.217] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821375d48) at ../src/backend/storage/ipc/procar...
[03:38:27.217] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:27.217] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:27.217] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:27.217] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:27.217] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:27.769] #0  0x000000082c00f1ba in thr_kill () from /lib/libc.so.7
[03:38:27.769] #1  0x000000082bf885d4 in raise () from /lib/libc.so.7
[03:38:27.769] #2  0x000000082c03bb59 in abort () from /lib/libc.so.7
[03:38:27.769] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:27.769] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x82193f6b8) at ../src/backend/storage/ipc/procar...
[03:38:27.769] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:27.769] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:27.769] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:27.769] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:27.769] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:28.043] #0  0x000000082b8b31ba in thr_kill () from /lib/libc.so.7
[03:38:28.043] #1  0x000000082b82c5d4 in raise () from /lib/libc.so.7
[03:38:28.043] #2  0x000000082b8dfb59 in abort () from /lib/libc.so.7
[03:38:28.043] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:28.043] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821bb5038) at ../src/backend/storage/ipc/procar...
[03:38:28.043] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:28.043] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:28.043] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:28.043] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:28.043] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:28.321] #0  0x000000082bdf21ba in thr_kill () from /lib/libc.so.7
[03:38:28.321] #1  0x000000082bd6b5d4 in raise () from /lib/libc.so.7
[03:38:28.321] #2  0x000000082be1eb59 in abort () from /lib/libc.so.7
[03:38:28.321] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x345987 "end_of_summary_lsn >= current_lsn...
[03:38:28.321] #4  0x00000000008c6c3a in WalSummarizerMain (startup_data=<optimized out>, startup_data_len=<optimized ou...
[03:38:28.321] #5  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_WAL_SUMMARIZER, child_sl...
[03:38:28.321] #6  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_WAL_SUMMARIZER) at ../src/backend/postmast...
[03:38:28.321] #7  0x00000000008c2907 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[03:38:28.321] #8  ServerLoop () at ../src/backend/postmaster/postmaster.c:1717
[03:38:28.322] #9  0x00000000008c042a in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821abbe48) at ../src/backe...
panic
2025-07-06 03:19:43.246 UTC startup[31062] PANIC:  could not locate a valid checkpoint record at 0/24504F0
tap
[03:28:17.201](0.197s) not ok 3 - backup with no detail: pg_basebackup
[03:28:17.203](0.001s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:28:17.208](0.004s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:34:12.512](208.617s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:24:13.248](0.476s) Bail out!  pg_ctl start failed
tap
[03:26:23.227](129.551s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:26:18.519](121.511s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_cre...
tap
[03:24:20.720](0.369s) Bail out!  pg_ctl start failed
tap
[03:24:24.376](0.375s) Bail out!  pg_ctl start failed
tap
[03:24:31.515](1.652s) not ok 2 - incremental backup from node2
tap
[03:28:17.465](213.038s) # poll_query_until timed out executing this query:
[03:28:17.466](0.001s) not ok 9 - promoted standby is not in recovery
tap
[03:27:26.209](123.364s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:28:07.049](122.129s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:28:21.077](122.111s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:28:29.306](123.165s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:28:51.217](137.322s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:28:51.180](122.300s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:27:25.363](1.771s) not ok 1 - server side backup, compression none
[03:27:25.364](0.001s) not ok 2 - found expected backup files, compression none
[03:27:25.370](0.005s) not ok 3 - verify backup, compression none
[03:27:25.916](0.546s) not ok 4 - server side backup, compression gzip
[03:27:25.918](0.001s) not ok 5 - found expected backup files, compression gzip
[03:27:25.924](0.006s) not ok 6 - verify backup, compression gzip
[03:27:25.993](0.069s) not ok 7 - server side backup, compression lz4
[03:27:25.994](0.001s) not ok 8 - found expected backup files, compression lz4
[03:27:26.000](0.006s) not ok 9 - verify backup, compression lz4
[03:27:26.375](0.374s) not ok 10 - server side backup, compression lz4
[03:27:26.376](0.001s) not ok 11 - found expected backup files, compression lz4
[03:27:26.383](0.006s) not ok 12 - verify backup, compression lz4
[03:27:26.608](0.224s) not ok 13 - server side backup, compression zstd
[03:27:26.610](0.001s) not ok 14 - found expected backup files, compression zstd
[03:27:26.617](0.007s) not ok 15 - verify backup, compression zstd
[03:27:26.739](0.121s) not ok 16 - server side backup, compression zstd
[03:27:26.741](0.001s) not ok 17 - found expected backup files, compression zstd
[03:27:26.748](0.007s) not ok 18 - verify backup, compression zstd
tap
[03:27:28.492](1.858s) not ok 1 - backup done, compression none
[03:27:28.500](0.008s) not ok 2 - backup verified, compression method "none"
[03:27:28.919](0.418s) not ok 3 - backup done, compression gzip
[03:27:28.928](0.009s) not ok 4 - backup verified, compression method "gzip"
[03:27:29.289](0.361s) not ok 5 - backup done, compression lz4
[03:27:29.298](0.008s) not ok 6 - backup verified, compression method "lz4"
[03:27:29.627](0.329s) not ok 7 - backup done, compression zstd
[03:27:29.637](0.009s) not ok 8 - backup verified, compression method "zstd"
[03:27:29.723](0.085s) not ok 9 - backup done, compression parallel zstd
[03:27:29.733](0.009s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:27:28.996](1.909s) not ok 1 - client side backup, compression none
tap
[03:27:34.378](0.031s) not ok 4 - got exactly one new WAL summary
[03:27:34.387](0.001s) not ok 6 - stdout shows block 0 modified
[03:27:34.388](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:19:20.654](221.437s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 422.
tap
[03:11:35.044](120.565s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:13:58.596](217.415s) # poll_query_until timed out executing this query:
[03:13:58.597](0.001s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:12:39.351](159.882s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:15:52.090](282.340s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:15:56.844](264.316s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/016_min_consistency.pl line 102.
tap
[03:18:02.563](385.388s) Bail out!  pg_ctl start failed
tap
[03:17:46.086](120.576s) Bail out!  pg_ctl start failed
tap
[03:16:20.719](211.478s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:14:01.126](0.001s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:19:19.823](215.754s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:17:59.865](122.264s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:21:39.427](221.275s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:22:56.388](222.731s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/030_stats_cleanup_replica.pl line 62.
tap
[03:23:19.487](223.955s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 132.
tap
[03:22:41.148](221.912s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:23:22.646](221.970s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 484.
tap
[03:19:27.626](0.310s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:19:43.427](13.075s) Bail out!  pg_ctl start failed
tap
[03:24:52.528](219.737s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 402.
tap
[03:19:48.123](0.505s) not ok 1 - restartpoint has started
[03:22:50.376](182.252s) not ok 2 - restart point has completed
tap
[03:21:42.938](0.270s) Bail out!  pg_ctl start failed
tap
[03:26:30.579](206.789s) # poll_query_until timed out executing this query:
tap
[03:34:33.846](203.019s) # poll_query_until timed out executing this query:
test
[03:34:34.165]  19/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:34:34.165]  21/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:34:34.165]  22/343 postgresql:recovery / recovery/007_sync_rep                                     ERROR           2...
[03:34:34.165]  23/343 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:34:34.165]  24/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:34:34.165]  26/343 postgresql:recovery / recovery/016_min_consistency                              ERROR           2...
[03:34:34.165]  29/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:34:34.165]  33/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:34:34.165]  34/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:34:34.165]  35/343 postgresql:recovery / recovery/017_shm                                          ERROR           3...
[03:34:34.165]  38/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           3...
[03:34:34.165]  39/343 postgresql:recovery / recovery/001_stream_rep                                   ERROR           6...
[03:34:34.165]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:34:34.165]  43/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:34:34.165]  45/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:34:34.165]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:34:34.165]  51/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           2...
[03:34:34.165]  44/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           1...
[03:34:34.165]  56/343 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           3...
[03:34:34.165]  77/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:34:34.165]  81/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           3...
[03:34:34.165] 157/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:34:34.165] 164/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:34:34.165] 166/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:34:34.165] 168/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:34:34.165] 179/343 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           3...
[03:34:34.165] 188/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:34:34.165] 189/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:34:34.165] 193/343 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:34:34.165] 194/343 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           2...
[03:34:34.165] 206/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:34:34.165] 205/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:34:34.165] 208/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:34:34.165] 207/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:34:34.165] 212/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:34:34.165] 234/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:34:34.165] 242/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:34:34.165] 243/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:34:34.165] 247/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:34:34.165] 257/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:34:34.165] 277/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:34:34.165] 278/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:34:34.165] 342/343 postgresql:bloom / bloom/001_wal                                                ERROR           3...
[03:34:34.165] 343/343 postgresql:subscription / subscription/026_stats                                ERROR           3...
53/5627 Fix oldest LSN calculation for WAL segments removal when slots are advancing during checkpoint
CompilerWarnings
compiler
[03:02:54.323] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:54.323] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:54.323] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:54.323] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:18.608] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:18.608] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:18.608] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:18.608] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 5...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("end_of_summary_lsn >= current_lsn"), File: "../src/backend/postmaster/walsummarizer.c", Line: 423, ...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 3...
core
00000093`f0dff4e0 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`f0dff520 00007ff7`714edeab     postgres!ExceptionalCondition(
00000093`f0dff560 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
00000093`f0dff5d0 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000093`f0dff630 00007ff7`71415571     postgres!CreateRestartPoint(
00000093`f0dff7a0 00007ff7`71416e87     postgres!CheckpointerMain(
00000093`f0dff930 00007ff7`712cab19     postgres!SubPostmasterMain(
00000093`f0dff9b0 00007ff7`718feef9     postgres!main(
00000093`f0dff9f0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`f0dffa40 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000093`f11ffb98 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`f11ffba0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000093`f11ffe90 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`f11ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`f19ff948 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`f19ff950 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000093`f19ffc40 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`f19ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`f15ffd78 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000093`f15ffd80 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`f15ffdf0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000093`f15ffef0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`f15fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8b3ff3a0 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`8b3ff3e0 00007ff7`714edeab     postgres!ExceptionalCondition(
0000001c`8b3ff420 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
0000001c`8b3ff490 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
0000001c`8b3ff4f0 00007ff7`71415571     postgres!CreateRestartPoint(
0000001c`8b3ff660 00007ff7`71416e87     postgres!CheckpointerMain(
0000001c`8b3ff7f0 00007ff7`712cab19     postgres!SubPostmasterMain(
0000001c`8b3ff870 00007ff7`718feef9     postgres!main(
0000001c`8b3ff8b0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`8b3ff900 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000001c`8bfff8d8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8bfff8e0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
0000001c`8bfffbd0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8bfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8bbffa68 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
0000001c`8bbffa70 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`8bbffae0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
0000001c`8bbffbe0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8bbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8b7ff7d8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8b7ff7e0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
0000001c`8b7ffad0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8b7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eefff828 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eefff830 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000017`eefffb20 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eefffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ee3ff8e0 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`ee3ff920 00007ff7`714edeab     postgres!ExceptionalCondition(
00000017`ee3ff960 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
00000017`ee3ff9d0 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000017`ee3ffa30 00007ff7`71415571     postgres!CreateRestartPoint(
00000017`ee3ffba0 00007ff7`71416e87     postgres!CheckpointerMain(
00000017`ee3ffd30 00007ff7`712cab19     postgres!SubPostmasterMain(
00000017`ee3ffdb0 00007ff7`718feef9     postgres!main(
00000017`ee3ffdf0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`ee3ffe40 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000017`ee7ffa08 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ee7ffa10 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000017`ee7ffd00 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ee7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eebffb28 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000017`eebffb30 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`eebffba0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000017`eebffca0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eebffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d75ff9d8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d75ff9e0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000054`d75ffcd0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d75ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d79ffbe8 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000054`d79ffbf0 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`d79ffc60 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000054`d79ffd60 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d79ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d7dff9f8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d7dffa00 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000054`d7dffcf0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d7dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d71ff350 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`d71ff390 00007ff7`714edeab     postgres!ExceptionalCondition(
00000054`d71ff3d0 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
00000054`d71ff440 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000054`d71ff4a0 00007ff7`71415571     postgres!CreateRestartPoint(
00000054`d71ff610 00007ff7`71416e87     postgres!CheckpointerMain(
00000054`d71ff7a0 00007ff7`712cab19     postgres!SubPostmasterMain(
00000054`d71ff820 00007ff7`718feef9     postgres!main(
00000054`d71ff860 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`d71ff8b0 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000056`255ff1b0 00007ff7`717736c6     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`255ff1f0 00007ff7`71085c1f     postgres!errfinish(
00000056`255ff250 00007ff7`7106fff8     postgres!InitWalRecovery(
00000056`255ff460 00007ff7`71420911     postgres!StartupXLOG(void)+0x4c8 [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000056`255ff600 00007ff7`71416e87     postgres!StartupProcessMain(
00000056`255ff630 00007ff7`712cab19     postgres!SubPostmasterMain(
00000056`255ff6b0 00007ff7`718feef9     postgres!main(
00000056`255ff6f0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`255ff740 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`255ff7b0 00007ff7`718fef6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`261ff528 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`261ff530 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000056`261ff820 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`261ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`25dffca8 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000056`25dffcb0 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`25dffd20 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000056`25dffe20 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`25dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`259ff4f8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`259ff500 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000056`259ff7f0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`259ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3dbff458 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`3dbff460 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
000000f9`3dbff750 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`3dbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3d7ffc58 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
000000f9`3d7ffc60 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`3d7ffcd0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
000000f9`3d7ffdd0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`3d7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3d3ff8b8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`3d3ff8c0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
000000f9`3d3ffbb0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`3d3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3cfff790 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`3cfff7d0 00007ff7`714235ec     postgres!ExceptionalCondition(
000000f9`3cfff810 00007ff7`71416e87     postgres!WalSummarizerMain(
000000f9`3cfff9a0 00007ff7`712cab19     postgres!SubPostmasterMain(
000000f9`3cfffa20 00007ff7`718feef9     postgres!main(
000000f9`3cfffa60 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`3cfffab0 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`3cfffb20 00007ff7`718fef6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f9`3cfffb50 00007ffd`0dd04cb0     postgres!mainCRTStartup(
000000f9`3cfffb80 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
panic
2025-07-06 03:29:34.363 GMT startup[6648] PANIC:  could not locate a valid checkpoint record at 0/2F861F8
tap
[03:40:35.183](1.269s) not ok 3 - backup with no detail: pg_basebackup
[03:40:35.187](0.003s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:40:35.218](0.029s) Bail out!  command "C:/Program Files/Git/usr/bin/gzip.EXE -d C:\cirrus\build\testrun\basebackup_t...
tap
[03:51:44.252](316.755s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/contrib/bloom/t/001_wal.pl line 22.
tap
[03:49:15.678](347.000s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/modules/brin/t/02_wal_consistency.pl line 73.
tap
[03:46:35.506](135.481s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/commit_ts/003_standby_2\data/t_003_...
tap
[03:29:04.926](2.651s) Bail out!  pg_ctl start failed
tap
[03:31:36.868](155.086s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_basebackup/020_pg_receivewal\dat...
tap
[03:29:46.128](10.854s) Bail out!  pg_ctl start failed
tap
[03:30:52.896](4.272s) Bail out!  pg_ctl start failed
tap
[03:31:48.500](5.836s) Bail out!  pg_ctl start failed
tap
[03:31:59.823](9.986s) not ok 2 - incremental backup from node2
tap
[03:38:07.145](350.226s) # poll_query_until timed out executing this query:
[03:38:07.147](0.002s) not ok 9 - promoted standby is not in recovery
[03:40:24.493](134.039s) not ok 11 - pg_ctl promote of standby runs
[03:40:24.625](0.132s) not ok 12 - promoted standby is not in recovery
tap
[03:36:02.574](142.341s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/001_basic\data/t_001_basi...
tap
[03:36:07.598](144.744s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/002_databases\data/t_002_...
tap
[03:36:18.976](138.616s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/003_extrafiles\data/t_003...
tap
[03:38:21.712](138.393s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/004_pg_xlog_symlink\data/...
tap
[03:38:47.752](151.792s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/007_standby_source\data/t...
tap
[03:39:09.388](169.662s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/008_min_recovery_point\da...
tap
[03:40:11.356](139.208s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/009_growing_files\data/t_...
tap
[03:40:42.069](139.601s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/010_keep_recycled_wals\da...
tap
[03:39:29.124](2.047s) not ok 1 - server side backup, compression none
[03:39:29.129](0.003s) not ok 2 - found expected backup files, compression none
[03:39:29.154](0.024s) not ok 3 - verify backup, compression none
tap
[03:39:32.243](2.438s) not ok 1 - backup done, compression none
[03:39:32.303](0.059s) not ok 2 - backup verified, compression method "none"
tap
[03:39:34.703](2.066s) not ok 1 - client side backup, compression none
tap
[03:39:39.912](0.068s) not ok 4 - got exactly one new WAL summary
[03:39:39.958](0.000s) not ok 6 - stdout shows block 0 modified
[03:39:39.959](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:14:41.198](351.467s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/001_stream_rep.pl line 90.
tap
[03:12:26.687](442.329s) not ok 1 - promotion of standby with pg_promote
tap
[03:08:43.537](134.323s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/005_replay_delay\data/t_00...
tap
[03:14:27.498](333.989s) # poll_query_until timed out executing this query:
[03:14:27.501](0.003s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:12:22.515](357.055s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/008_fsm_truncation\data/t_...
tap
[03:20:49.936](711.680s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/015_promotion_pages.pl line 64.
tap
[03:17:17.350](380.119s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/016_min_consistency.pl line 81.
tap
[03:15:43.346](134.352s) Bail out!  pg_ctl start failed
tap
[03:24:48.186](354.893s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:13:44.902](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:21:06.533](355.944s) Bail out!  aborting wait: program timed out
tap
[03:17:10.394](148.019s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/025_stuck_on_old_timeline\...
tap
[03:17:28.034](146.128s) Bail out!  pg_ctl start failed
tap
[03:23:15.506](363.513s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:30:43.309](721.745s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/030_stats_cleanup_replica.pl line 135.
tap
[03:23:52.585](370.850s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/032_relfilenode_reuse.pl line 83.
tap
[03:22:06.144](33.552s) Bail out!  pg_ctl start failed
tap
[03:22:56.351](0.717s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:29:35.518](395.084s) Bail out!  pg_ctl start failed
tap
[03:32:10.508](426.024s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/040_standby_failover_slots_sync.pl line 280.
tap
[03:24:38.164](61.477s) not ok 1 - restartpoint has started
[03:26:52.422](134.257s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/041_checkpoint_at_promote\...
tap
[03:24:06.564](8.437s) Bail out!  pg_ctl start failed
tap
[03:34:51.480](425.465s) # poll_query_until timed out executing this query:
[03:40:19.995](328.515s) # poll_query_until timed out executing this query:
tap
[03:47:50.614](134.401s) Bail out!  pg_ctl start failed
test
[03:51:44.694]  15/338 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:51:44.694]  19/338 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           3...
[03:51:44.694]  21/338 postgresql:recovery / recovery/004_timeline_switch                              ERROR           4...
[03:51:44.694]  23/338 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:51:44.694]  24/338 postgresql:recovery / recovery/007_sync_rep                                     ERROR           4...
[03:51:44.694]  26/338 postgresql:recovery / recovery/001_stream_rep                                   ERROR           6...
[03:51:44.694]  29/338 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           2...
[03:51:44.694]  30/338 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:51:44.694]  31/338 postgresql:recovery / recovery/016_min_consistency                              ERROR           3...
[03:51:44.694]  33/338 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR           1...
[03:51:44.694]  35/338 postgresql:recovery / recovery/015_promotion_pages                              ERROR           7...
[03:51:44.694]  36/338 postgresql:recovery / recovery/021_row_visibility                               ERROR           4...
[03:51:44.694]  40/338 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:51:44.694]  42/338 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:51:44.694]  43/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           4...
[03:51:44.694]  44/338 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:51:44.694]  45/338 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           3...
[03:51:44.694]  46/338 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:51:44.694]  51/338 postgresql:recovery / recovery/019_replslot_limit                               ERROR           7...
[03:51:44.694]  47/338 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:51:44.694] 155/338 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:51:44.694] 161/338 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           7...
[03:51:44.694] 162/338 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:51:44.694] 165/338 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:51:44.694] 167/338 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:51:44.694] 169/338 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:51:44.694] 174/338 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           5...
[03:51:44.694] 187/338 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:51:44.694] 188/338 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:51:44.694] 191/338 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:51:44.694]  39/338 postgresql:recovery / recovery/035_standby_logical_decoding                     TIMEOUT        10...
[03:51:44.694] 193/338 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:51:44.694] 194/338 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:51:44.694] 199/338 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:51:44.694] 204/338 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:51:44.694] 206/338 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:51:44.694] 207/338 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:51:44.694] 159/338 postgresql:recovery / recovery/039_end_of_wal                                   TIMEOUT        10...
[03:51:44.694] 210/338 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:51:44.694] 223/338 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:51:44.694] 192/338 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           4...
[03:51:44.694] 237/338 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           9...
[03:51:44.694] 239/338 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:51:44.694] 244/338 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:51:44.694] 160/338 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                TIMEOUT        10...
[03:51:44.694] 335/338 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR           1...
[03:51:44.694] 336/338 postgresql:test_misc / test_misc/004_io_direct                                  ERROR           1...
[03:51:44.694] 337/338 postgresql:brin / brin/02_wal_consistency                                       ERROR           3...
[03:51:44.694] 338/338 postgresql:bloom / bloom/001_wal                                                ERROR           6...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 9...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
core
[03:39:51.319]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:39:51.319]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:39:51.319]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:39:51.319]     frame #3: 0x00000001006f85ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:39:51.319]     frame #4: 0x0000000100595108 postgres`ComputeXidHorizons(h=0x000000016fb84d18) at procarray.c:1759:3
[03:39:51.319]     frame #5: 0x000000010059520c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:39:51.319]     frame #6: 0x0000000100338ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:39:51.319]     frame #7: 0x0000000100514a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:39:51.319]     frame #8: 0x0000000100515c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:39:51.319]     frame #9: 0x0000000100518838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:39:23.354]   * frame #0: 0x000000018dfa9994 libsystem_kernel.dylib`read + 8
[03:39:23.354]     frame #1: 0x000000019ac48d54 libcopyfile.dylib`copyfile_internal + 6600
[03:39:23.354]     frame #2: 0x000000019ac4a33c libcopyfile.dylib`fcopyfile + 416
[03:39:23.354]     frame #3: 0x0000000100a41780 cp`___lldb_unnamed_symbol72 + 864
[03:39:23.354]     frame #4: 0x0000000100a43128 cp`___lldb_unnamed_symbol83 + 1420
[03:39:23.354]     frame #5: 0x0000000100a42a5c cp`___lldb_unnamed_symbol79 + 1132
[03:39:23.354]     frame #6: 0x000000018dc5f154 dyld`start + 2476
core
[03:38:59.004]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:38:59.004]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:38:59.004]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:38:59.004]     frame #3: 0x00000001033e45ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:38:59.004]     frame #4: 0x0000000103281108 postgres`ComputeXidHorizons(h=0x000000016ce98d18) at procarray.c:1759:3
[03:38:59.004]     frame #5: 0x000000010328120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:38:59.004]     frame #6: 0x0000000103024ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:38:59.004]     frame #7: 0x0000000103200a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:38:59.004]     frame #8: 0x0000000103201c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:38:59.004]     frame #9: 0x0000000103204838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:38:33.074]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:38:33.074]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:38:33.074]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:38:33.074]     frame #3: 0x0000000104d645ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:38:33.074]     frame #4: 0x0000000104c01108 postgres`ComputeXidHorizons(h=0x000000016b518cb8) at procarray.c:1759:3
[03:38:33.074]     frame #5: 0x0000000104c0120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:38:33.074]     frame #6: 0x00000001049a4ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:38:33.074]     frame #7: 0x0000000104b80a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:38:33.074]     frame #8: 0x0000000104b81c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=4...
[03:38:33.074]     frame #9: 0x0000000104b84838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:37:59.986]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:37:59.986]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:37:59.986]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:37:59.986]     frame #3: 0x0000000104cc85ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:37:59.986]     frame #4: 0x0000000104b65108 postgres`ComputeXidHorizons(h=0x000000016b5b4ce8) at procarray.c:1759:3
[03:37:59.986]     frame #5: 0x0000000104b6520c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:37:59.986]     frame #6: 0x0000000104908ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:37:59.986]     frame #7: 0x0000000104ae4a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:37:59.986]     frame #8: 0x0000000104ae5c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:37:59.986]     frame #9: 0x0000000104ae8838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:37:26.825]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:37:26.825]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:37:26.825]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:37:26.825]     frame #3: 0x00000001009545ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:37:26.825]     frame #4: 0x00000001007f1108 postgres`ComputeXidHorizons(h=0x000000016f928cb8) at procarray.c:1759:3
[03:37:26.825]     frame #5: 0x00000001007f120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:37:26.825]     frame #6: 0x0000000100594ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:37:26.825]     frame #7: 0x0000000100770a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:37:26.825]     frame #8: 0x0000000100771c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=2...
[03:37:26.825]     frame #9: 0x0000000100774838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:40:45.669]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:40:45.669]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:40:45.669]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:40:45.669]     frame #3: 0x0000000104a045ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:40:45.669]     frame #4: 0x00000001048a1108 postgres`ComputeXidHorizons(h=0x000000016b878cf8) at procarray.c:1759:3
[03:40:45.669]     frame #5: 0x00000001048a120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:40:45.669]     frame #6: 0x0000000104644ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:40:45.669]     frame #7: 0x0000000104820a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:40:45.669]     frame #8: 0x0000000104821c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:40:45.669]     frame #9: 0x0000000104824838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:40:19.214]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:40:19.214]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:40:19.214]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:40:19.214]     frame #3: 0x0000000105506484 postgres`errfinish.cold.2 at elog.c:600:3
[03:40:19.214]     frame #4: 0x000000010539d2e8 postgres`errfinish(filename=<unavailable>, lineno=<unavailable>, funcnam...
[03:40:19.214]     frame #5: 0x00000001054850dc postgres`InitWalRecovery.cold.19 at xlogrecovery.c:800:4
[03:40:19.214]     frame #6: 0x0000000104fe63bc postgres`InitWalRecovery(ControlFile=0x000000010b37d280, wasShutdown_ptr...
[03:40:19.214]     frame #7: 0x0000000104fdaa6c postgres`StartupXLOG at xlog.c:5752:2
[03:40:19.214]     frame #8: 0x00000001051bf8a4 postgres`StartupProcessMain(startup_data=<unavailable>, startup_data_len...
[03:40:19.214]     frame #9: 0x00000001051b9c10 postgres`postmaster_child_launch(child_type=B_STARTUP, child_slot=262, s...
panic
2025-07-06 03:13:57.791 UTC startup[68777] PANIC:  could not locate a valid checkpoint record at 0/2D8E0C0
tap
[03:24:12.696](1.124s) not ok 3 - backup with no detail: pg_basebackup
[03:24:12.697](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:24:12.707](0.010s) Bail out!  command "/usr/bin/gzip -d /Users/admin/pgsql/build/testrun/basebackup_to_shell/001_bas...
tap
[03:32:05.599](236.094s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/contrib/bloom/t/001_wal.pl line 22.
tap
[03:18:22.082](15.346s) Bail out!  pg_ctl start failed
tap
[03:20:21.210](135.856s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/020_pg_recei...
tap
[03:20:54.376](162.039s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/040_pg_creat...
tap
[03:18:36.251](11.215s) Bail out!  pg_ctl start failed
tap
[03:18:55.605](8.027s) Bail out!  pg_ctl start failed
tap
[03:19:25.264](8.404s) Bail out!  pg_ctl start failed
tap
[03:24:30.816](266.357s) # poll_query_until timed out executing this query:
[03:24:30.820](0.004s) not ok 9 - promoted standby is not in recovery
[03:26:42.094](126.128s) not ok 11 - pg_ctl promote of standby runs
[03:26:42.154](0.060s) not ok 12 - promoted standby is not in recovery
tap
[03:22:40.789](136.347s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/001_basic/data/t...
tap
[03:22:47.806](142.147s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/002_databases/da...
tap
[03:22:58.344](135.511s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/003_extrafiles/d...
tap
[03:23:10.632](134.960s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/004_pg_xlog_syml...
tap
[03:23:33.856](146.461s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/007_standby_sour...
tap
[03:24:04.900](173.188s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/008_min_recovery...
tap
[03:23:49.486](133.026s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/009_growing_file...
tap
[03:24:55.821](134.253s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/010_keep_recycle...
tap
[03:23:25.130](3.248s) not ok 4 - server side backup, compression gzip
[03:23:25.132](0.001s) not ok 5 - found expected backup files, compression gzip
[03:23:25.154](0.021s) not ok 6 - verify backup, compression gzip
[03:23:25.415](0.260s) not ok 7 - server side backup, compression lz4
[03:23:25.417](0.001s) not ok 8 - found expected backup files, compression lz4
[03:23:25.435](0.017s) not ok 9 - verify backup, compression lz4
[03:23:26.655](1.220s) not ok 10 - server side backup, compression lz4
[03:23:26.657](0.002s) not ok 11 - found expected backup files, compression lz4
[03:23:26.674](0.016s) not ok 12 - verify backup, compression lz4
[03:23:27.261](0.587s) not ok 13 - server side backup, compression zstd
[03:23:27.264](0.001s) not ok 14 - found expected backup files, compression zstd
[03:23:27.280](0.015s) not ok 15 - verify backup, compression zstd
[03:23:27.654](0.374s) not ok 16 - server side backup, compression zstd
[03:23:27.656](0.001s) not ok 17 - found expected backup files, compression zstd
[03:23:27.681](0.024s) not ok 18 - verify backup, compression zstd
tap
[03:23:30.614](4.554s) not ok 1 - backup done, compression none
[03:23:30.645](0.031s) not ok 2 - backup verified, compression method "none"
[03:23:33.980](3.334s) not ok 3 - backup done, compression gzip
[03:23:34.015](0.034s) not ok 4 - backup verified, compression method "gzip"
[03:23:35.932](1.917s) not ok 5 - backup done, compression lz4
[03:23:35.963](0.030s) not ok 6 - backup verified, compression method "lz4"
[03:23:37.112](1.148s) not ok 7 - backup done, compression zstd
[03:23:37.157](0.045s) not ok 8 - backup verified, compression method "zstd"
[03:23:38.154](0.997s) not ok 9 - backup done, compression parallel zstd
[03:23:38.185](0.031s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:23:32.660](3.792s) not ok 1 - client side backup, compression none
tap
[03:23:40.126](0.030s) not ok 4 - got exactly one new WAL summary
[03:23:40.144](0.001s) not ok 6 - stdout shows block 0 modified
[03:23:40.144](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:05:09.392](124.789s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/005_replay_delay/...
tap
[03:06:13.854](165.500s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/008_fsm_truncatio...
tap
[03:08:14.028](127.813s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/009_twophase/data...
tap
[03:08:31.928](275.709s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/015_promotion_pag...
tap
[03:09:11.828](313.436s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/016_min_consistency.pl line 102.
tap
[03:11:42.509](461.326s) Bail out!  pg_ctl start failed
tap
[03:10:26.951](126.349s) Bail out!  pg_ctl start failed
tap
[03:09:16.258](249.639s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:11:50.630](269.658s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/021_row_visibility.pl line 140.
tap
[03:08:33.028](129.463s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/025_stuck_on_old_...
tap
[03:14:44.736](286.408s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:21:35.611](310.494s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/030_stats_cleanup_replica.pl line 84.
tap
[03:20:09.861](312.036s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:17:51.240](57.874s) Bail out!  pg_ctl restart failed
tap
[03:11:15.226](0.369s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:14:39.577](200.289s) Bail out!  pg_ctl start failed
tap
[03:12:14.331](6.303s) not ok 1 - restartpoint has started
[03:15:32.209](197.878s) not ok 2 - restart point has completed
tap
[03:14:39.519](31.429s) Bail out!  pg_ctl start failed
test
[03:32:06.024]  22/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:32:06.024]  24/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:32:06.024]  28/343 postgresql:recovery / recovery/009_twophase                                     ERROR           2...
[03:32:06.024]  29/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:32:06.024]  30/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:32:06.024]  33/343 postgresql:recovery / recovery/016_min_consistency                              ERROR           3...
[03:32:06.024]  34/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:32:06.024]  36/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:32:06.024]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:32:06.024]  42/343 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:32:06.024]  43/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           3...
[03:32:06.024]  47/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR           2...
[03:32:06.024]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:32:06.024]  49/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:32:06.024]  44/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:32:06.024]  75/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
[03:32:06.024] 149/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
[03:32:06.024] 163/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:32:06.024] 164/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:32:06.024] 167/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:32:06.024] 169/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:32:06.024] 182/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:32:06.024] 184/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:32:06.024] 188/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:32:06.024] 193/343 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           7...
[03:32:06.024] 194/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:32:06.024] 195/343 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:32:06.024] 199/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:32:06.024] 201/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:32:06.024] 205/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:32:06.024] 208/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:32:06.024] 209/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:32:06.024] 207/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:32:06.024] 214/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:32:06.024] 221/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:32:06.024] 236/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:32:06.024] 242/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:32:06.024] 275/343 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:32:06.024] 261/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           4...
[03:32:06.024] 343/343 postgresql:bloom / bloom/001_wal                                                ERROR           4...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
core
[03:36:46.678] #0  0x00007fb884aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.678] #1  0x00007fb884a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.678] #2  0x00007fb884a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.678] #3  0x00005616a56b2b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5616a5986495 "Transac...
[03:36:46.678] #4  0x00005616a53ad94e in ComputeXidHorizons (h=h@entry=0x7ffcc7757c70) at ../src/backend/storage/ipc/pro...
[03:36:46.678] #5  0x00005616a53b2b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:46.678] #6  0x00005616a4decbbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:46.678] #7  0x00005616a52a3023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:46.678] #8  0x00005616a52a384b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:46.678] #9  0x00005616a52a8fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:47.182] #0  0x00007f74302a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.182] #1  0x00007f743025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.182] #2  0x00007f7430245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.182] #3  0x00005568526e9b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5568529bd495 "Transac...
[03:36:47.182] #4  0x00005568523e494e in ComputeXidHorizons (h=h@entry=0x7ffc4b4f9950) at ../src/backend/storage/ipc/pro...
[03:36:47.182] #5  0x00005568523e9b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:47.182] #6  0x0000556851e23bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:47.182] #7  0x00005568522da023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:47.182] #8  0x00005568522da84b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:47.182] #9  0x00005568522dffe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:47.671] #0  0x00007f27144a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.671] #1  0x00007f271445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.671] #2  0x00007f2714445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.671] #3  0x000055f5c516ab97 in ExceptionalCondition (conditionName=conditionName@entry=0x55f5c543e495 "Transac...
[03:36:47.671] #4  0x000055f5c4e6594e in ComputeXidHorizons (h=h@entry=0x7fff0efb57d0) at ../src/backend/storage/ipc/pro...
[03:36:47.671] #5  0x000055f5c4e6ab47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:47.671] #6  0x000055f5c48a4bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:47.671] #7  0x000055f5c4d5b023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:47.671] #8  0x000055f5c4d5b84b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:47.671] #9  0x000055f5c4d60fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:48.189] #0  0x00007f4cb04a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.189] #1  0x00007f4cb045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.189] #2  0x00007f4cb0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.189] #3  0x0000557646e49b97 in ExceptionalCondition (conditionName=conditionName@entry=0x55764711d495 "Transac...
[03:36:48.189] #4  0x0000557646b4494e in ComputeXidHorizons (h=h@entry=0x7ffd900c0010) at ../src/backend/storage/ipc/pro...
[03:36:48.189] #5  0x0000557646b49b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:48.189] #6  0x0000557646583bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:48.189] #7  0x0000557646a3a023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:48.189] #8  0x0000557646a3a84b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:48.189] #9  0x0000557646a3ffe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:48.324] #0  0x00007fcc5cf89bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.324] #1  0x00005625efbbdcc0 in ?? ()
[03:36:48.324] #2  0x00005625efbbdefa in ?? ()
[03:36:48.324] #3  0x00005625efbbf630 in ?? ()
[03:36:48.324] #4  0x00005625efbb9371 in ?? ()
[03:36:48.324] #5  0x00005625efbb820f in ?? ()
[03:36:48.324] #6  0x00005625efbb8c3b in ?? ()
[03:36:48.324] #7  0x00005625efbb666f in ?? ()
[03:36:48.324] #8  0x00007fcc5cedd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.324] #9  0x00007fcc5cedd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:36:45.551] #0  0x00007f5d01ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:45.551] #1  0x00007f5d01c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:45.551] #2  0x00007f5d01c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:45.551] #3  0x000056007e599d13 in errfinish (filename=filename@entry=0x56007e7e4460 "../src/backend/access/transa...
[03:36:45.551] #4  0x000056007dceb31f in InitWalRecovery (ControlFile=<optimized out>, wasShutdown_ptr=wasShutdown_ptr@e...
[03:36:45.551] #5  0x000056007dcd8e72 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:36:45.551] #6  0x000056007e18f1cd in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:36:45.551] #7  0x000056007e18584b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:36:45.551] #8  0x000056007e18afe1 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:36:45.551] #9  0x000056007e18eb7b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560099c7b6a0) at ../src/ba...
core
[03:36:46.038] #0  0x00007f32842a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.038] #1  0x00007f328425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.038] #2  0x00007f3284245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.038] #3  0x0000556b43fd5b97 in ExceptionalCondition (conditionName=conditionName@entry=0x556b442a9495 "Transac...
[03:36:46.038] #4  0x0000556b43cd094e in ComputeXidHorizons (h=h@entry=0x7fff74ce80d0) at ../src/backend/storage/ipc/pro...
[03:36:46.038] #5  0x0000556b43cd5b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:46.038] #6  0x0000556b4370fbbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:46.038] #7  0x0000556b43bc6023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:46.038] #8  0x0000556b43bc684b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:46.038] #9  0x0000556b43bcbfe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:46.185] #0  0x00007fe81156a7f3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.185] #1  0x0000556bd3ea0291 in ?? ()
[03:36:46.185] #2  0x0000556bd3ea4671 in ?? ()
[03:36:46.185] #3  0x0000556bd3ea5577 in ?? ()
[03:36:46.185] #4  0x0000556bd3e9f5bc in ?? ()
[03:36:46.185] #5  0x0000556bd3e9deda in ?? ()
[03:36:46.185] #6  0x00007fe81149524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.185] #7  0x00007fe811495305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.185] #8  0x0000556bd3e9e171 in ?? ()
[03:36:46.653] #0  0x00007fb884aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
panic
2025-07-06 03:14:03.917 UTC startup[73040] PANIC:  could not locate a valid checkpoint record at 0/2004C68
tap
[03:26:37.321](0.562s) not ok 3 - backup with no detail: pg_basebackup
[03:26:37.322](0.001s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:26:37.334](0.011s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:32:59.636](222.638s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:22:06.339](2.630s) Bail out!  pg_ctl start failed
tap
[03:24:22.454](135.116s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:24:16.048](126.211s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_cre...
tap
[03:22:14.082](1.853s) Bail out!  pg_ctl start failed
tap
[03:22:23.350](3.760s) Bail out!  pg_ctl start failed
tap
[03:22:37.756](1.789s) Bail out!  pg_ctl start failed
tap
[03:27:09.619](263.881s) # poll_query_until timed out executing this query:
[03:27:09.620](0.000s) not ok 9 - promoted standby is not in recovery
tap
[03:25:20.621](128.015s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:25:24.397](130.406s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/...
tap
[03:25:54.572](127.197s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:26:00.850](123.875s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:26:30.234](129.825s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:26:27.965](125.001s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:26:29.160](123.250s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:27:23.699](122.770s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recyc...
tap
[03:25:50.444](1.695s) not ok 1 - server side backup, compression none
[03:25:50.445](0.001s) not ok 2 - found expected backup files, compression none
[03:25:50.454](0.009s) not ok 3 - verify backup, compression none
[03:25:51.078](0.624s) not ok 4 - server side backup, compression gzip
[03:25:51.079](0.001s) not ok 5 - found expected backup files, compression gzip
[03:25:51.095](0.016s) not ok 6 - verify backup, compression gzip
[03:25:51.222](0.127s) not ok 7 - server side backup, compression lz4
[03:25:51.223](0.001s) not ok 8 - found expected backup files, compression lz4
[03:25:51.232](0.009s) not ok 9 - verify backup, compression lz4
[03:25:51.565](0.333s) not ok 10 - server side backup, compression lz4
[03:25:51.566](0.001s) not ok 11 - found expected backup files, compression lz4
[03:25:51.574](0.007s) not ok 12 - verify backup, compression lz4
[03:25:51.736](0.161s) not ok 13 - server side backup, compression zstd
[03:25:51.736](0.001s) not ok 14 - found expected backup files, compression zstd
[03:25:51.744](0.008s) not ok 15 - verify backup, compression zstd
[03:25:51.918](0.173s) not ok 16 - server side backup, compression zstd
[03:25:51.919](0.001s) not ok 17 - found expected backup files, compression zstd
[03:25:51.926](0.007s) not ok 18 - verify backup, compression zstd
tap
[03:25:53.936](1.728s) not ok 1 - backup done, compression none
[03:25:53.947](0.010s) not ok 2 - backup verified, compression method "none"
[03:25:54.530](0.583s) not ok 3 - backup done, compression gzip
[03:25:54.543](0.013s) not ok 4 - backup verified, compression method "gzip"
[03:25:55.008](0.465s) not ok 5 - backup done, compression lz4
[03:25:55.023](0.014s) not ok 6 - backup verified, compression method "lz4"
[03:25:55.509](0.486s) not ok 7 - backup done, compression zstd
[03:25:55.528](0.019s) not ok 8 - backup verified, compression method "zstd"
[03:25:55.801](0.273s) not ok 9 - backup done, compression parallel zstd
[03:25:55.814](0.013s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:25:57.004](2.032s) not ok 1 - client side backup, compression none
tap
[03:26:02.192](0.077s) not ok 4 - got exactly one new WAL summary
[03:26:02.221](0.000s) not ok 6 - stdout shows block 0 modified
[03:26:02.222](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:06:46.999](120.561s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:07:37.929](153.398s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:10:12.191](271.623s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:13:24.840](445.775s) Bail out!  pg_ctl start failed
tap
[03:11:36.361](120.551s) Bail out!  pg_ctl start failed
tap
[03:11:01.656](238.155s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:07:22.708](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:16:34.693](273.126s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:09:52.529](122.606s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:15:34.141](266.474s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:19:10.199](284.112s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/030_stats_cleanup_replica.pl line 62.
tap
[03:21:37.852](315.217s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:21:30.479](315.724s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 510.
tap
[03:13:58.363](0.775s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:14:05.430](1.944s) Bail out!  pg_ctl start failed
tap
[03:24:25.313](517.749s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 435.
tap
[03:15:55.555](10.506s) not ok 1 - restartpoint has started
[03:19:31.050](215.494s) not ok 2 - restart point has completed
tap
[03:16:40.291](0.598s) Bail out!  pg_ctl start failed
test
[03:32:59.961]  21/344 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:32:59.961]  23/344 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:32:59.961]  24/344 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:32:59.961]  28/344 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:32:59.961]  30/344 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:32:59.961]  34/344 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:32:59.961]  35/344 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:32:59.961]  38/344 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:32:59.961]  41/344 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:32:59.961]  42/344 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:32:59.961]  43/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:32:59.961]  45/344 postgresql:recovery / recovery/021_row_visibility                               ERROR           5...
[03:32:59.961]  46/344 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:32:59.961]  50/344 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:32:59.961]  73/344 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           5...
[03:32:59.961]  44/344 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:32:59.961] 132/344 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           5...
[03:32:59.961] 134/344 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           2...
[03:32:59.961] 140/344 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:32:59.961] 149/344 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:32:59.961] 160/344 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:32:59.961] 165/344 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:32:59.961] 168/344 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:32:59.961] 174/344 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:32:59.961] 189/344 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:32:59.961] 192/344 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:32:59.961] 193/344 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           6...
[03:32:59.961] 194/344 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:32:59.961] 195/344 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:32:59.961] 205/344 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:32:59.961] 207/344 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:32:59.961] 206/344 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:32:59.961] 208/344 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:32:59.961] 212/344 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:32:59.961] 213/344 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:32:59.961] 232/344 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:32:59.961] 234/344 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:32:59.961] 236/344 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:32:59.961] 242/344 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:32:59.961] 270/344 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:32:59.961] 279/344 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:32:59.961] 344/344 postgresql:bloom / bloom/001_wal                                                ERROR           3...
FreeBSD - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 5...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 5...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("end_of_summary_lsn >= current_lsn"), File: "../src/backend/postmaster/walsummarizer.c", Line: 423, ...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 2...
core
[03:29:57.315] #0  0x00000f08e29b4fda in copy_file_range () from /lib/libc.so.7
[03:29:57.315] #1  0x00000f00bfe0e412 in ?? ()
[03:29:57.315] #2  0x00000f00bfe0de1b in ?? ()
[03:29:57.315] #3  0x00000f00bfe0d6e3 in ?? ()
[03:29:57.315] #4  0x00000f08e2901c3a in __libc_start1 () from /lib/libc.so.7
[03:29:57.315] #5  0x00000f00bfe0d2dd in ?? ()
[03:29:57.632] #0  0x000000082c6dc1ba in thr_kill () from /lib/libc.so.7
core
[03:29:57.665] #0  0x000000082c6dc1ba in thr_kill () from /lib/libc.so.7
[03:29:57.665] #1  0x000000082c6555d4 in raise () from /lib/libc.so.7
[03:29:57.665] #2  0x000000082c708b59 in abort () from /lib/libc.so.7
[03:29:57.665] #3  0x0000000000ad7ac4 in errfinish (filename=<optimized out>, lineno=<optimized out>, funcname=<optimize...
[03:29:57.665] #4  0x000000000068eaa0 in InitWalRecovery (ControlFile=0x835cdbf80, wasShutdown_ptr=wasShutdown_ptr@entry...
[03:29:57.665] #5  0x0000000000680e1b in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:29:57.665] #6  0x00000000008c418b in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:29:57.665] #7  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:29:57.665] #8  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:29:57.665] #9  0x00000000008c03f2 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d87390) at ../src/backe...
core
[03:29:57.930] #0  0x000000082ccbf1ba in thr_kill () from /lib/libc.so.7
[03:29:57.930] #1  0x000000082cc385d4 in raise () from /lib/libc.so.7
[03:29:57.930] #2  0x000000082ccebb59 in abort () from /lib/libc.so.7
[03:29:57.930] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:57.930] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x820d0c838) at ../src/backend/storage/ipc/procar...
[03:29:57.930] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:57.930] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:57.930] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:57.930] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:57.930] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.194] #0  0x000000082a2b41ba in thr_kill () from /lib/libc.so.7
[03:29:58.194] #1  0x000000082a22d5d4 in raise () from /lib/libc.so.7
[03:29:58.194] #2  0x000000082a2e0b59 in abort () from /lib/libc.so.7
[03:29:58.194] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:58.194] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x8217fd808) at ../src/backend/storage/ipc/procar...
[03:29:58.194] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:58.194] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:58.194] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:58.194] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:58.194] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.455] #0  0x000000082c4e31ba in thr_kill () from /lib/libc.so.7
[03:29:58.455] #1  0x000000082c45c5d4 in raise () from /lib/libc.so.7
[03:29:58.455] #2  0x000000082c50fb59 in abort () from /lib/libc.so.7
[03:29:58.455] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:58.455] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821ad6728) at ../src/backend/storage/ipc/procar...
[03:29:58.455] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:58.455] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:58.455] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:58.455] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:58.455] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.715] #0  0x000000082e2d81ba in thr_kill () from /lib/libc.so.7
[03:29:58.715] #1  0x000000082e2515d4 in raise () from /lib/libc.so.7
[03:29:58.715] #2  0x000000082e304b59 in abort () from /lib/libc.so.7
[03:29:58.715] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:58.715] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821505048) at ../src/backend/storage/ipc/procar...
[03:29:58.715] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:58.715] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:58.715] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:58.715] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:58.715] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.970] #0  0x000000082af331ba in thr_kill () from /lib/libc.so.7
[03:29:58.970] #1  0x000000082aeac5d4 in raise () from /lib/libc.so.7
[03:29:58.970] #2  0x000000082af5fb59 in abort () from /lib/libc.so.7
[03:29:58.970] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x345987 "end_of_summary_lsn >= current_lsn...
[03:29:58.970] #4  0x00000000008c6c3a in WalSummarizerMain (startup_data=<optimized out>, startup_data_len=<optimized ou...
[03:29:58.970] #5  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_WAL_SUMMARIZER, child_sl...
[03:29:58.970] #6  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_WAL_SUMMARIZER) at ../src/backend/postmast...
[03:29:58.970] #7  0x00000000008c2907 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[03:29:58.970] #8  ServerLoop () at ../src/backend/postmaster/postmaster.c:1717
[03:29:58.970] #9  0x00000000008c042a in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218956f0) at ../src/backe...
panic
2025-07-06 03:11:07.999 UTC startup[20969] PANIC:  could not locate a valid checkpoint record at 0/25FE288
tap
[03:20:04.369](0.170s) not ok 3 - backup with no detail: pg_basebackup
[03:20:04.370](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:20:04.373](0.002s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:25:59.693](203.695s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:15:51.564](0.479s) Bail out!  pg_ctl start failed
tap
[03:17:54.789](122.256s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:17:57.487](121.512s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_cre...
tap
[03:16:00.635](0.381s) Bail out!  pg_ctl start failed
tap
[03:16:07.022](0.382s) Bail out!  pg_ctl start failed
tap
[03:16:15.158](1.878s) not ok 2 - incremental backup from node2
tap
[03:19:48.523](206.629s) # poll_query_until timed out executing this query:
[03:19:48.527](0.005s) not ok 9 - promoted standby is not in recovery
tap
[03:19:07.606](123.433s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:19:22.387](122.532s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/...
tap
[03:19:23.196](122.153s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:19:31.595](122.038s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:20:00.617](122.955s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:20:14.075](136.124s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:21:10.321](122.377s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:19:34.508](1.705s) not ok 1 - server side backup, compression none
[03:19:34.509](0.001s) not ok 2 - found expected backup files, compression none
[03:19:34.514](0.004s) not ok 3 - verify backup, compression none
[03:19:35.077](0.563s) not ok 4 - server side backup, compression gzip
[03:19:35.079](0.001s) not ok 5 - found expected backup files, compression gzip
[03:19:35.085](0.005s) not ok 6 - verify backup, compression gzip
[03:19:35.158](0.073s) not ok 7 - server side backup, compression lz4
[03:19:35.160](0.001s) not ok 8 - found expected backup files, compression lz4
[03:19:35.165](0.005s) not ok 9 - verify backup, compression lz4
[03:19:35.484](0.318s) not ok 10 - server side backup, compression lz4
[03:19:35.485](0.001s) not ok 11 - found expected backup files, compression lz4
[03:19:35.492](0.006s) not ok 12 - verify backup, compression lz4
[03:19:35.645](0.153s) not ok 13 - server side backup, compression zstd
[03:19:35.646](0.001s) not ok 14 - found expected backup files, compression zstd
[03:19:35.653](0.006s) not ok 15 - verify backup, compression zstd
[03:19:35.753](0.100s) not ok 16 - server side backup, compression zstd
[03:19:35.754](0.001s) not ok 17 - found expected backup files, compression zstd
[03:19:35.761](0.006s) not ok 18 - verify backup, compression zstd
tap
[03:19:35.139](1.671s) not ok 1 - backup done, compression none
[03:19:35.146](0.007s) not ok 2 - backup verified, compression method "none"
[03:19:35.569](0.423s) not ok 3 - backup done, compression gzip
[03:19:35.576](0.006s) not ok 4 - backup verified, compression method "gzip"
[03:19:35.868](0.292s) not ok 5 - backup done, compression lz4
[03:19:35.875](0.006s) not ok 6 - backup verified, compression method "lz4"
[03:19:36.122](0.247s) not ok 7 - backup done, compression zstd
[03:19:36.129](0.007s) not ok 8 - backup verified, compression method "zstd"
[03:19:36.213](0.083s) not ok 9 - backup done, compression parallel zstd
[03:19:36.219](0.006s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:19:36.446](1.828s) not ok 1 - client side backup, compression none
tap
[03:19:38.763](0.018s) not ok 4 - got exactly one new WAL summary
[03:19:38.769](0.001s) not ok 6 - stdout shows block 0 modified
[03:19:38.771](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:04:36.836](120.559s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:06:53.674](210.622s) # poll_query_until timed out executing this query:
[03:06:53.675](0.001s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:05:48.154](157.739s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:09:09.094](305.470s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:08:32.936](255.544s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/016_min_consistency.pl line 102.
tap
[03:10:58.932](380.210s) Bail out!  pg_ctl start failed
tap
[03:10:17.746](120.583s) Bail out!  pg_ctl start failed
tap
[03:09:51.391](206.490s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:06:55.975](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:12:23.844](212.336s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:10:23.662](122.085s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:14:06.988](214.475s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:14:43.905](215.446s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 298.
tap
[03:14:29.417](215.380s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:16:52.454](216.000s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 510.
tap
[03:10:50.001](0.408s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:11:08.284](15.876s) Bail out!  pg_ctl start failed
tap
[03:16:00.178](216.297s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 402.
tap
[03:11:12.739](1.350s) not ok 1 - restartpoint has started
[03:14:18.882](186.143s) not ok 2 - restart point has completed
tap
[03:12:27.259](0.356s) Bail out!  pg_ctl start failed
tap
[03:16:56.013](204.020s) # poll_query_until timed out executing this query:
tap
[03:26:10.667](198.619s) # poll_query_until timed out executing this query:
test
[03:26:10.984]  19/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:26:10.984]  21/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:26:10.984]  22/343 postgresql:recovery / recovery/007_sync_rep                                     ERROR           2...
[03:26:10.984]  23/343 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:26:10.984]  28/343 postgresql:recovery / recovery/016_min_consistency                              ERROR           2...
[03:26:10.984]  29/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           3...
[03:26:10.984]  33/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:26:10.984]  35/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:26:10.984]  36/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:26:10.984]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:26:10.984]  42/343 postgresql:recovery / recovery/017_shm                                          ERROR           3...
[03:26:10.984]  43/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:26:10.984]  45/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           3...
[03:26:10.984]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:26:10.984]  51/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
[03:26:10.984]  44/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           1...
[03:26:10.984]  61/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           2...
[03:26:10.984]  75/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           2...
[03:26:10.984] 156/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:26:10.984] 163/343 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           3...
[03:26:10.984] 164/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:26:10.984] 166/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:26:10.984] 168/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:26:10.984] 182/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           3...
[03:26:10.984] 183/343 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           2...
[03:26:10.984] 189/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:26:10.984] 191/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:26:10.984] 193/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:26:10.984] 194/343 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:26:10.984] 195/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:26:10.984] 203/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:26:10.984] 207/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:26:10.984] 208/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:26:10.984] 209/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:26:10.984] 212/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:26:10.984] 220/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:26:10.984] 237/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:26:10.984] 244/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:26:10.984] 259/343 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:26:10.984] 261/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:26:10.984] 295/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:26:10.984] 342/343 postgresql:bloom / bloom/001_wal                                                ERROR           3...
[03:26:10.984] 343/343 postgresql:subscription / subscription/026_stats                                ERROR           3...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "procarray.c", Line: 1759, PID: 26612
core
[03:18:44.173] #0  0x00007f7a4ccabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:18:44.173] #1  0x00007f7a4cc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:18:44.173] #2  0x00007f7a4cc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:18:44.173] #3  0x000055d2deebe803 in ExceptionalCondition (conditionName=conditionName@entry=0x55d2df28e660 "Transac...
[03:18:44.173] #4  0x000055d2deb24cca in ComputeXidHorizons (h=h@entry=0x7ffe03bd25e0) at procarray.c:1759
[03:18:44.173] #5  0x000055d2deb2a186 in GetOldestTransactionIdConsideredRunning () at procarray.c:2038
[03:18:44.173] #6  0x000055d2de31cd1e in CreateRestartPoint (flags=flags@entry=0) at xlog.c:8016
[03:18:44.173] #7  0x000055d2de9cfc3b in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:18:44.173] #8  0x000055d2de9d0722 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:18:44.173] #9  0x000055d2de9d6bcb in StartChildProcess (type=type@entry=B_CHECKPOINTER) at postmaster.c:3973
tap
[03:04:07.179](1.111s) not ok 3 - backup with no detail: pg_basebackup
[03:04:07.180](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:04:07.205](0.024s) Bail out!  command "gzip -d /tmp/cirrus-ci-build/contrib/basebackup_to_shell/tmp_check/tmp_test_X...
tap
[03:05:43.904](2.811s) Bail out!  pg_ctl start failed
tap
[03:14:28.907](120.316s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/src/test/recovery/tmp_check/t_005_repl...
tap
[03:14:09.415](233.603s) # poll_query_until timed out executing this query:
55/5885 Decouple C++ support in Meson's PGXS from LLVM enablement
Linux - Debian Bookworm - Meson
tap
[04:00:36.367](0.042s) Bail out!  pg_config failed: 
tap
[04:00:36.432](0.042s) Bail out!  pg_config failed: 
tap
[04:00:36.455](0.053s) Bail out!  pg_config failed: 
tap
[04:00:36.469](0.042s) Bail out!  pg_config failed: 
tap
[04:00:36.507](0.051s) Bail out!  pg_config failed: 
tap
[04:00:36.519](0.029s) Bail out!  pg_config failed: 
tap
[04:00:36.965](0.028s) Bail out!  pg_config failed: 
tap
[04:00:37.107](0.039s) Bail out!  pg_config failed: 
tap
[04:00:37.189](0.035s) Bail out!  pg_config failed: 
tap
[04:00:37.192](0.037s) Bail out!  pg_config failed: 
tap
[04:00:37.271](0.036s) Bail out!  pg_config failed: 
tap
[04:00:37.307](0.043s) Bail out!  pg_config failed: 
tap
[04:00:36.581](0.044s) Bail out!  pg_config failed: 
tap
[04:00:36.624](0.023s) Bail out!  pg_config failed: 
tap
[04:00:36.548](0.035s) Bail out!  pg_config failed: 
tap
[04:00:38.835](0.138s) Bail out!  pg_config failed: 
tap
[04:00:38.843](0.138s) Bail out!  pg_config failed: 
tap
[04:00:38.899](0.148s) Bail out!  pg_config failed: 
tap
[04:00:39.035](0.151s) Bail out!  pg_config failed: 
tap
[04:00:39.004](0.122s) Bail out!  pg_config failed: 
tap
[04:00:39.085](0.036s) Bail out!  pg_config failed: 
tap
[04:00:36.759](0.140s) Bail out!  pg_config failed: 
tap
[04:00:40.283](0.019s) Bail out!  pg_config failed: 
tap
[04:00:39.111](0.037s) Bail out!  pg_config failed: 
tap
[04:00:32.031](0.013s) Bail out!  pg_config failed: 
tap
[04:00:39.256](0.015s) Bail out!  pg_config failed: 
tap
[04:00:40.282](0.007s) Bail out!  pg_config failed: 
tap
[04:00:40.316](0.006s) Bail out!  pg_config failed: 
tap
[04:00:39.111](0.038s) Bail out!  pg_config failed: 
tap
[04:00:33.033](0.121s) Bail out!  pg_config failed: 
tap
[04:00:33.058](0.155s) Bail out!  pg_config failed: 
tap
[04:00:33.089](0.149s) Bail out!  pg_config failed: 
tap
[04:00:33.108](0.133s) Bail out!  pg_config failed: 
tap
[04:00:39.245](0.049s) Bail out!  pg_config failed: 
tap
[04:00:33.175](0.030s) Bail out!  pg_config failed: 
tap
[04:00:33.221](0.030s) Bail out!  pg_config failed: 
tap
[04:00:33.398](0.066s) Bail out!  pg_config failed: 
tap
[04:00:33.411](0.050s) Bail out!  pg_config failed: 
tap
[04:00:33.378](0.019s) Bail out!  pg_config failed: 
tap
[04:00:33.652](0.038s) Bail out!  pg_config failed: 
tap
[04:00:33.711](0.022s) Bail out!  pg_config failed: 
tap
[04:00:33.635](0.006s) Bail out!  pg_config failed: 
tap
[04:00:33.811](0.036s) Bail out!  pg_config failed: 
tap
[04:00:33.782](0.007s) Bail out!  pg_config failed: 
tap
[04:00:33.878](0.019s) Bail out!  pg_config failed: 
tap
[04:00:33.951](0.017s) Bail out!  pg_config failed: 
tap
[04:00:33.898](0.008s) Bail out!  pg_config failed: 
tap
[04:00:33.952](0.030s) Bail out!  pg_config failed: 
tap
[04:00:34.017](0.049s) Bail out!  pg_config failed: 
tap
[04:00:34.236](0.018s) Bail out!  pg_config failed: 
tap
[04:00:34.337](0.021s) Bail out!  pg_config failed: 
tap
[04:00:34.378](0.042s) Bail out!  pg_config failed: 
tap
[04:00:34.408](0.042s) Bail out!  pg_config failed: 
tap
[04:00:34.439](0.046s) Bail out!  pg_config failed: 
tap
[04:00:34.507](0.034s) Bail out!  pg_config failed: 
tap
[04:00:36.713](0.049s) Bail out!  pg_config failed: 
tap
[04:00:34.566](0.041s) Bail out!  pg_config failed: 
tap
[04:00:34.543](0.100s) Bail out!  pg_config failed: 
tap
[04:00:34.641](0.085s) Bail out!  pg_config failed: 
tap
[04:00:34.708](0.119s) Bail out!  pg_config failed: 
tap
[04:00:34.711](0.130s) Bail out!  pg_config failed: 
tap
[04:00:34.743](0.133s) Bail out!  pg_config failed: 
tap
[04:00:34.840](0.110s) Bail out!  pg_config failed: 
tap
[04:00:34.819](0.038s) Bail out!  pg_config failed: 
tap
[04:00:34.938](0.109s) Bail out!  pg_config failed: 
tap
[04:00:34.955](0.148s) Bail out!  pg_config failed: 
tap
[04:00:36.807](0.042s) Bail out!  pg_config failed: 
tap
[04:00:30.012](0.016s) Bail out!  pg_config failed: 
tap
[04:00:30.048](0.054s) Bail out!  pg_config failed: 
tap
[04:00:30.022](0.070s) Bail out!  pg_config failed: 
tap
[04:00:30.020](0.045s) Bail out!  pg_config failed: 
tap
[04:00:30.098](0.027s) Bail out!  pg_config failed: 
tap
[04:00:35.055](0.018s) Bail out!  pg_config failed: 
tap
[04:00:35.143](0.039s) Bail out!  pg_config failed: 
tap
[04:00:35.088](0.036s) Bail out!  pg_config failed: 
tap
[04:00:35.183](0.048s) Bail out!  pg_config failed: 
tap
[04:00:35.268](0.031s) Bail out!  pg_config failed: 
tap
[04:00:35.335](0.046s) Bail out!  pg_config failed: 
tap
[04:00:35.414](0.046s) Bail out!  pg_config failed: 
tap
[04:00:35.363](0.043s) Bail out!  pg_config failed: 
tap
[04:00:36.945](0.051s) Bail out!  pg_config failed: 
tap
[04:00:36.923](0.059s) Bail out!  pg_config failed: 
tap
[04:00:35.468](0.039s) Bail out!  pg_config failed: 
tap
[04:00:35.563](0.039s) Bail out!  pg_config failed: 
tap
[04:00:35.598](0.049s) Bail out!  pg_config failed: 
tap
[04:00:36.968](0.154s) Bail out!  pg_config failed: 
tap
[04:00:37.386](0.037s) Bail out!  pg_config failed: 
tap
[04:00:37.405](0.046s) Bail out!  pg_config failed: 
tap
[04:00:35.748](0.055s) Bail out!  pg_config failed: 
tap
[04:00:30.171](0.043s) Bail out!  pg_config failed: 
tap
[04:00:30.174](0.044s) Bail out!  pg_config failed: 
tap
[04:00:30.238](0.047s) Bail out!  pg_config failed: 
tap
[04:00:30.303](0.048s) Bail out!  pg_config failed: 
tap
[04:00:30.299](0.031s) Bail out!  pg_config failed: 
tap
[04:00:30.399](0.045s) Bail out!  pg_config failed: 
tap
[04:00:30.403](0.044s) Bail out!  pg_config failed: 
tap
[04:00:30.427](0.039s) Bail out!  pg_config failed: 
tap
[04:00:30.513](0.045s) Bail out!  pg_config failed: 
tap
[04:00:30.500](0.036s) Bail out!  pg_config failed: 
tap
[04:00:30.473](0.027s) Bail out!  pg_config failed: 
tap
[04:00:30.542](0.044s) Bail out!  pg_config failed: 
tap
[04:00:30.673](0.042s) Bail out!  pg_config failed: 
tap
[04:00:30.691](0.046s) Bail out!  pg_config failed: 
tap
[04:00:30.753](0.039s) Bail out!  pg_config failed: 
tap
[04:00:30.788](0.066s) Bail out!  pg_config failed: 
tap
[04:00:30.773](0.045s) Bail out!  pg_config failed: 
tap
[04:00:30.817](0.130s) Bail out!  pg_config failed: 
tap
[04:00:30.868](0.059s) Bail out!  pg_config failed: 
tap
[04:00:30.904](0.057s) Bail out!  pg_config failed: 
tap
[04:00:30.972](0.039s) Bail out!  pg_config failed: 
tap
[04:00:31.003](0.049s) Bail out!  pg_config failed: 
tap
[04:00:31.043](0.038s) Bail out!  pg_config failed: 
tap
[04:00:31.049](0.033s) Bail out!  pg_config failed: 
tap
[04:00:31.098](0.041s) Bail out!  pg_config failed: 
tap
[04:00:31.221](0.041s) Bail out!  pg_config failed: 
tap
[04:00:31.267](0.079s) Bail out!  pg_config failed: 
tap
[04:00:31.254](0.043s) Bail out!  pg_config failed: 
tap
[04:00:31.444](0.036s) Bail out!  pg_config failed: 
tap
[04:00:31.269](0.027s) Bail out!  pg_config failed: 
tap
[04:00:31.376](0.021s) Bail out!  pg_config failed: 
tap
[04:00:31.387](0.059s) Bail out!  pg_config failed: 
tap
[04:00:31.407](0.057s) Bail out!  pg_config failed: 
tap
[04:00:31.568](0.049s) Bail out!  pg_config failed: 
tap
[04:00:31.427](0.018s) Bail out!  pg_config failed: 
tap
[04:00:31.490](0.033s) Bail out!  pg_config failed: 
tap
[04:00:31.559](0.037s) Bail out!  pg_config failed: 
tap
[04:00:31.679](0.043s) Bail out!  pg_config failed: 
tap
[04:00:31.737](0.043s) Bail out!  pg_config failed: 
tap
[04:00:31.799](0.045s) Bail out!  pg_config failed: 
tap
[04:00:31.829](0.046s) Bail out!  pg_config failed: 
tap
[04:00:31.843](0.128s) Bail out!  pg_config failed: 
tap
[04:00:31.864](0.029s) Bail out!  pg_config failed: 
tap
[04:00:31.875](0.031s) Bail out!  pg_config failed: 
tap
[04:00:31.878](0.021s) Bail out!  pg_config failed: 
tap
[04:00:35.831](0.035s) Bail out!  pg_config failed: 
tap
[04:00:36.083](0.042s) Bail out!  pg_config failed: 
tap
[04:00:36.123](0.028s) Bail out!  pg_config failed: 
tap
[04:00:36.179](0.052s) Bail out!  pg_config failed: 
tap
[04:00:36.160](0.025s) Bail out!  pg_config failed: 
tap
[04:00:39.277](0.110s) Bail out!  pg_config failed: 
tap
[04:00:37.491](0.056s) Bail out!  pg_config failed: 
tap
[04:00:37.527](0.043s) Bail out!  pg_config failed: 
tap
[04:00:37.518](0.045s) Bail out!  pg_config failed: 
tap
[04:00:37.568](0.043s) Bail out!  pg_config failed: 
tap
[04:00:37.578](0.018s) Bail out!  pg_config failed: 
tap
[04:00:37.645](0.040s) Bail out!  pg_config failed: 
tap
[04:00:37.670](0.024s) Bail out!  pg_config failed: 
tap
[04:00:37.753](0.065s) Bail out!  pg_config failed: 
tap
[04:00:37.720](0.018s) Bail out!  pg_config failed: 
tap
[04:00:37.863](0.043s) Bail out!  pg_config failed: 
tap
[04:00:37.879](0.046s) Bail out!  pg_config failed: 
tap
[04:00:37.922](0.043s) Bail out!  pg_config failed: 
tap
[04:00:37.890](0.047s) Bail out!  pg_config failed: 
tap
[04:00:37.975](0.038s) Bail out!  pg_config failed: 
tap
[04:00:37.951](0.050s) Bail out!  pg_config failed: 
tap
[04:00:38.025](0.044s) Bail out!  pg_config failed: 
tap
[04:00:38.103](0.065s) Bail out!  pg_config failed: 
tap
[04:00:38.192](0.045s) Bail out!  pg_config failed: 
tap
[04:00:38.092](0.018s) Bail out!  pg_config failed: 
tap
[04:00:38.179](0.035s) Bail out!  pg_config failed: 
tap
[04:00:38.319](0.059s) Bail out!  pg_config failed: 
tap
[04:00:38.255](0.048s) Bail out!  pg_config failed: 
tap
[04:00:38.318](0.048s) Bail out!  pg_config failed: 
tap
[04:00:38.281](0.035s) Bail out!  pg_config failed: 
tap
[04:00:38.415](0.054s) Bail out!  pg_config failed: 
tap
[04:00:38.428](0.038s) Bail out!  pg_config failed: 
tap
[04:00:38.439](0.043s) Bail out!  pg_config failed: 
tap
[04:00:38.456](0.023s) Bail out!  pg_config failed: 
tap
[04:00:38.535](0.038s) Bail out!  pg_config failed: 
tap
[04:00:38.567](0.040s) Bail out!  pg_config failed: 
tap
[04:00:38.590](0.028s) Bail out!  pg_config failed: 
tap
[04:00:38.689](0.049s) Bail out!  pg_config failed: 
tap
[04:00:38.757](0.042s) Bail out!  pg_config failed: 
tap
[04:00:38.791](0.041s) Bail out!  pg_config failed: 
tap
[04:00:38.804](0.049s) Bail out!  pg_config failed: 
tap
[04:00:38.829](0.039s) Bail out!  pg_config failed: 
tap
[04:00:39.302](0.035s) Bail out!  pg_config failed: 
tap
[04:00:39.423](0.044s) Bail out!  pg_config failed: 
tap
[04:00:39.403](0.039s) Bail out!  pg_config failed: 
tap
[04:00:36.943](0.042s) Bail out!  pg_config failed: 
tap
[04:00:39.477](0.127s) Bail out!  pg_config failed: 
tap
[04:00:39.456](0.054s) Bail out!  pg_config failed: 
tap
[04:00:39.756](0.039s) Bail out!  pg_config failed: 
tap
[04:00:39.761](0.043s) Bail out!  pg_config failed: 
tap
[04:00:39.788](0.037s) Bail out!  pg_config failed: 
tap
[04:00:39.763](0.054s) Bail out!  pg_config failed: 
tap
[04:00:39.813](0.030s) Bail out!  pg_config failed: 
tap
[04:00:39.833](0.047s) Bail out!  pg_config failed: 
tap
[04:00:39.907](0.054s) Bail out!  pg_config failed: 
tap
[04:00:39.875](0.022s) Bail out!  pg_config failed: 
tap
[04:00:40.017](0.052s) Bail out!  pg_config failed: 
tap
[04:00:40.123](0.063s) Bail out!  pg_config failed: 
test
[04:00:40.326]   1/344 postgresql:setup / tmp_install                                                  FAIL             ...
[04:00:40.326]   2/344 postgresql:setup / install_test_files                                           FAIL             ...
[04:00:40.326]   3/344 postgresql:setup / initdb_cache                                                 FAIL             ...
[04:00:40.326]   4/344 postgresql:regress / regress/regress                                            ERROR            ...
[04:00:40.326]   5/344 postgresql:isolation / isolation/isolation                                      ERROR            ...
[04:00:40.326]   6/344 postgresql:pg_upgrade / pg_upgrade/001_basic                                    ERROR            ...
[04:00:40.326]   7/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:00:40.326]   8/344 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[04:00:40.326]   9/344 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[04:00:40.326]  10/344 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[04:00:40.326]  11/344 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[04:00:40.326]  12/344 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[04:00:40.326]  13/344 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[04:00:40.326]  14/344 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[04:00:40.326]  15/344 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[04:00:40.326]  16/344 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[04:00:40.326]  17/344 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[04:00:40.326]  18/344 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[04:00:40.326]  19/344 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[04:00:40.326]  20/344 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[04:00:40.326]  21/344 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[04:00:40.326]  22/344 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[04:00:40.326]  23/344 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[04:00:40.326]  24/344 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[04:00:40.326]  25/344 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[04:00:40.326]  26/344 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[04:00:40.326]  27/344 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[04:00:40.326]  28/344 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[04:00:40.326]  29/344 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[04:00:40.326]  30/344 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[04:00:40.326]  31/344 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[04:00:40.326]  32/344 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[04:00:40.326]  33/344 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[04:00:40.326]  34/344 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[04:00:40.326]  35/344 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[04:00:40.326]  36/344 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[04:00:40.326]  37/344 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:00:40.326]  38/344 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[04:00:40.326]  39/344 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[04:00:40.326]  40/344 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[04:00:40.326]  41/344 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[04:00:40.326]  42/344 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[04:00:40.326]  43/344 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[04:00:40.326]  44/344 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[04:00:40.326]  45/344 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[04:00:40.326]  46/344 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[04:00:40.326]  47/344 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[04:00:40.326]  48/344 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[04:00:40.326]  49/344 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[04:00:40.326]  50/344 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[04:00:40.326]  51/344 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[04:00:40.326]  52/344 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[04:00:40.326]  55/344 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[04:00:40.327]  53/344 postgresql:recovery / recovery/043_no_contrecord_switch                         ERROR            ...
[04:00:40.327]  54/344 postgresql:recovery / recovery/044_invalidate_inactive_slots                    ERROR            ...
[04:00:40.327]  56/344 postgresql:recovery / recovery/045_archive_restartpoint                         ERROR            ...
[04:00:40.327]  57/344 postgresql:recovery / recovery/047_checkpoint_physical_slot                     ERROR            ...
[04:00:40.327]  58/344 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR            ...
[04:00:40.327]  59/344 postgresql:plperl / plperl/regress                                              ERROR            ...
[04:00:40.327]  60/344 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[04:00:40.327]  61/344 postgresql:plpython / plpython/regress                                          ERROR            ...
[04:00:40.327]  62/344 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[04:00:40.327]  63/344 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[04:00:40.327]  64/344 postgresql:bloom / bloom/regress                                                ERROR            ...
[04:00:40.327]  65/344 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[04:00:40.327]  66/344 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[04:00:40.327]  67/344 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[04:00:40.327]  68/344 postgresql:citext / citext/regress                                              ERROR            ...
[04:00:40.327]  69/344 postgresql:cube / cube/regress                                                  ERROR            ...
[04:00:40.327]  70/344 postgresql:dblink / dblink/regress                                              ERROR            ...
[04:00:40.327]  72/344 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[04:00:40.327]  73/344 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[04:00:40.327]  71/344 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[04:00:40.327]  74/344 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[04:00:40.327]  75/344 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[04:00:40.327]  76/344 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[04:00:40.327]  77/344 postgresql:hstore / hstore/regress                                              ERROR            ...
[04:00:40.327]  78/344 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[04:00:40.327]  79/344 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[04:00:40.327]  80/344 postgresql:intarray / intarray/regress                                          ERROR            ...
[04:00:40.327]  81/344 postgresql:isn / isn/regress                                                    ERROR            ...
[04:00:40.327]  82/344 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[04:00:40.327]  83/344 postgresql:lo / lo/regress                                                      ERROR            ...
[04:00:40.327]  84/344 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[04:00:40.327]  85/344 postgresql:ltree / ltree/regress                                                ERROR            ...
[04:00:40.327]  86/344 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[04:00:40.327]  87/344 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[04:00:40.327]  88/344 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[04:00:40.327]  89/344 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[04:00:40.327]  90/344 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[04:00:40.327]  91/344 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[04:00:40.327]  92/344 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[04:00:40.327]  93/344 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[04:00:40.327]  94/344 postgresql:pg_prewarm / pg_prewarm/regress                                      ERROR            ...
[04:00:40.327]  95/344 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[04:00:40.327]  96/344 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:00:40.327]  97/344 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[04:00:40.327]  98/344 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[04:00:40.327]  99/344 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[04:00:40.327] 100/344 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[04:00:40.327] 101/344 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[04:00:40.327] 102/344 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[04:00:40.327] 103/344 postgresql:seg / seg/regress                                                    ERROR            ...
[04:00:40.327] 104/344 postgresql:spi / spi/regress                                                    ERROR            ...
[04:00:40.327] 105/344 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[04:00:40.327] 106/344 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[04:00:40.327] 107/344 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[04:00:40.327] 108/344 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[04:00:40.327] 109/344 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[04:00:40.327] 110/344 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[04:00:40.327] 111/344 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[04:00:40.327] 112/344 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR            ...
[04:00:40.327] 113/344 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[04:00:40.327] 114/344 postgresql:brin / brin/isolation                                                ERROR            ...
[04:00:40.327] 115/344 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[04:00:40.328] 116/344 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[04:00:40.328] 117/344 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[04:00:40.328] 118/344 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[04:00:40.328] 119/344 postgresql:gin / gin/regress                                                    ERROR            ...
[04:00:40.328] 120/344 postgresql:injection_points / injection_points/regress                          ERROR            ...
[04:00:40.328] 121/344 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[04:00:40.328] 122/344 postgresql:plsample / plsample/regress                                          ERROR            ...
[04:00:40.328] 123/344 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[04:00:40.328] 124/344 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[04:00:40.328] 125/344 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[04:00:40.328] 126/344 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[04:00:40.328] 127/344 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[04:00:40.328] 128/344 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[04:00:40.328] 129/344 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[04:00:40.328] 130/344 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[04:00:40.328] 131/344 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[04:00:40.328] 132/344 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[04:00:40.328] 133/344 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[04:00:40.328] 134/344 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[04:00:40.328] 135/344 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[04:00:40.328] 136/344 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[04:00:40.328] 137/344 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[04:00:40.328] 138/344 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[04:00:40.328] 139/344 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[04:00:40.328] 140/344 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[04:00:40.328] 141/344 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[04:00:40.328] 142/344 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[04:00:40.328] 143/344 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[04:00:40.328] 144/344 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[04:00:40.328] 145/344 postgresql:typcache / typcache/regress                                          ERROR            ...
[04:00:40.328] 146/344 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[04:00:40.328] 147/344 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[04:00:40.328] 148/344 postgresql:libpq / libpq/002_api                                                ERROR            ...
[04:00:40.328] 149/344 postgresql:libpq / libpq/001_uri                                                ERROR            ...
[04:00:40.328] 151/344 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[04:00:40.328] 150/344 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[04:00:40.328] 152/344 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[04:00:40.328] 153/344 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[04:00:40.328] 154/344 postgresql:libpq / libpq/006_service                                            ERROR            ...
[04:00:40.328] 155/344 postgresql:pg_amcheck / pg_amcheck/001_basic                                    ERROR            ...
[04:00:40.328] 156/344 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[04:00:40.328] 157/344 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[04:00:40.328] 158/344 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[04:00:40.328] 159/344 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[04:00:40.328] 160/344 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[04:00:40.328] 161/344 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[04:00:40.328] 163/344 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup          ERROR            ...
[04:00:40.328] 162/344 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[04:00:40.328] 164/344 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[04:00:40.328] 165/344 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[04:00:40.328] 166/344 postgresql:pg_checksums / pg_checksums/001_basic                                ERROR            ...
[04:00:40.328] 167/344 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[04:00:40.328] 168/344 postgresql:pg_combinebackup / pg_combinebackup/001_basic                        ERROR            ...
[04:00:40.328] 169/344 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[04:00:40.328] 170/344 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[04:00:40.328] 171/344 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[04:00:40.328] 172/344 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[04:00:40.328] 173/344 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[04:00:40.328] 174/344 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[04:00:40.328] 176/344 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[04:00:40.329] 175/344 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[04:00:40.329] 178/344 postgresql:pg_config / pg_config/001_pg_config                                  ERROR            ...
[04:00:40.329] 179/344 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[04:00:40.329] 177/344 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink                     ERROR            ...
[04:00:40.329] 180/344 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[04:00:40.329] 181/344 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[04:00:40.329] 182/344 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[04:00:40.329] 183/344 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[04:00:40.329] 184/344 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[04:00:40.329] 185/344 postgresql:pg_dump / pg_dump/001_basic                                          ERROR            ...
[04:00:40.329] 186/344 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[04:00:40.329] 187/344 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[04:00:40.329] 188/344 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[04:00:40.329] 189/344 postgresql:pg_dump / pg_dump/006_pg_dumpall                                     ERROR            ...
[04:00:40.329] 190/344 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[04:00:40.329] 191/344 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[04:00:40.329] 192/344 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[04:00:40.329] 193/344 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[04:00:40.329] 194/344 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[04:00:40.329] 196/344 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[04:00:40.329] 195/344 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[04:00:40.329] 197/344 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[04:00:40.329] 198/344 postgresql:pg_rewind / pg_rewind/006_options                                    ERROR            ...
[04:00:40.329] 199/344 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[04:00:40.329] 200/344 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[04:00:40.329] 201/344 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[04:00:40.329] 202/344 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[04:00:40.329] 203/344 postgresql:pg_test_fsync / pg_test_fsync/001_basic                              ERROR            ...
[04:00:40.329] 205/344 postgresql:pg_test_timing / pg_test_timing/001_basic                            ERROR            ...
[04:00:40.329] 206/344 postgresql:pg_verifybackup / pg_verifybackup/001_basic                          ERROR            ...
[04:00:40.329] 204/344 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[04:00:40.329] 207/344 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[04:00:40.329] 208/344 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[04:00:40.329] 209/344 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[04:00:40.329] 210/344 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest                   ERROR            ...
[04:00:40.329] 211/344 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[04:00:40.329] 212/344 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[04:00:40.329] 213/344 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[04:00:40.329] 214/344 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[04:00:40.329] 215/344 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[04:00:40.329] 216/344 postgresql:pg_walsummary / pg_walsummary/001_basic                              ERROR            ...
[04:00:40.329] 217/344 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[04:00:40.329] 218/344 postgresql:pgbench / pgbench/002_pgbench_no_server                              ERROR            ...
[04:00:40.329] 219/344 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[04:00:40.329] 220/344 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[04:00:40.329] 221/344 postgresql:psql / psql/001_basic                                                ERROR            ...
[04:00:40.329] 222/344 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[04:00:40.329] 224/344 postgresql:psql / psql/020_cancel                                               ERROR            ...
[04:00:40.329] 225/344 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[04:00:40.329] 226/344 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[04:00:40.329] 227/344 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[04:00:40.329] 228/344 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[04:00:40.329] 229/344 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[04:00:40.329] 230/344 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[04:00:40.329] 231/344 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[04:00:40.329] 232/344 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[04:00:40.329] 233/344 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[04:00:40.329] 234/344 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[04:00:40.329] 235/344 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[04:00:40.329] 237/344 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg                                    ERROR            ...
[04:00:40.329] 236/344 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[04:00:40.329] 238/344 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix                           ERROR            ...
[04:00:40.329] 239/344 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent                      ERROR            ...
[04:00:40.329] 240/344 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[04:00:40.329] 241/344 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[04:00:40.329] 242/344 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[04:00:40.329] 243/344 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[04:00:40.329] 244/344 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[04:00:40.329] 245/344 postgresql:amcheck / amcheck/006_verify_gin                                     ERROR            ...
[04:00:40.329] 246/344 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[04:00:40.329] 247/344 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[04:00:40.329] 248/344 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[04:00:40.329] 249/344 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[04:00:40.329] 250/344 postgresql:dblink / dblink/001_auth_scram                                       ERROR            ...
[04:00:40.329] 251/344 postgresql:oid2name / oid2name/001_basic                                        ERROR            ...
[04:00:40.329] 252/344 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[04:00:40.329] 253/344 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[04:00:40.329] 254/344 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[04:00:40.329] 255/344 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[04:00:40.329] 257/344 postgresql:authentication / authentication/001_password                         ERROR            ...
[04:00:40.329] 258/344 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[04:00:40.329] 259/344 postgresql:vacuumlo / vacuumlo/001_basic                                        ERROR            ...
[04:00:40.329] 260/344 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[04:00:40.329] 262/344 postgresql:authentication / authentication/003_peer                             ERROR            ...
[04:00:40.329] 263/344 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[04:00:40.329] 264/344 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[04:00:40.329] 266/344 postgresql:postmaster / postmaster/001_basic                                    ERROR            ...
[04:00:40.329] 265/344 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
[04:00:40.329] 267/344 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
[04:00:40.329] 268/344 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
[04:00:40.329] 269/344 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[04:00:40.329] 270/344 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[04:00:40.329] 271/344 postgresql:subscription / subscription/002_types                                ERROR            ...
[04:00:40.329] 272/344 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[04:00:40.329] 273/344 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[04:00:40.329] 274/344 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[04:00:40.329] 275/344 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[04:00:40.329] 276/344 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[04:00:40.329] 277/344 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[04:00:40.329] 278/344 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[04:00:40.329] 279/344 postgresql:subscription / subscription/011_generated                            ERROR            ...
[04:00:40.329] 280/344 postgresql:subscription / subscription/013_partition                            ERROR            ...
[04:00:40.329] 281/344 postgresql:subscription / subscription/012_collation                            ERROR            ...
[04:00:40.329] 282/344 postgresql:subscription / subscription/015_stream                               ERROR            ...
[04:00:40.329] 283/344 postgresql:subscription / subscription/014_binary                               ERROR            ...
[04:00:40.329] 284/344 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[04:00:40.329] 285/344 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[04:00:40.329] 286/344 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[04:00:40.329] 287/344 postgresql:subscription / subscription/020_messages                             ERROR            ...
[04:00:40.330] 288/344 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[04:00:40.330] 289/344 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[04:00:40.330] 290/344 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[04:00:40.330] 291/344 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[04:00:40.330] 292/344 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[04:00:40.330] 293/344 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[04:00:40.330] 294/344 postgresql:subscription / subscription/026_stats                                ERROR            ...
[04:00:40.330] 295/344 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[04:00:40.330] 296/344 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[04:00:40.330] 297/344 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[04:00:40.330] 298/344 postgresql:subscription / subscription/030_origin                               ERROR            ...
[04:00:40.330] 299/344 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[04:00:40.330] 300/344 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[04:00:40.330] 301/344 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[04:00:40.330] 302/344 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[04:00:40.330] 303/344 postgresql:subscription / subscription/035_conflicts                            ERROR            ...
[04:00:40.330] 304/344 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[04:00:40.330] 306/344 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[04:00:40.330] 305/344 postgresql:brin / brin/01_workitems                                             ERROR            ...
[04:00:40.330] 307/344 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[04:00:40.330] 308/344 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[04:00:40.330] 309/344 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[04:00:40.330] 310/344 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[04:00:40.330] 311/344 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[04:00:40.330] 312/344 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[04:00:40.330] 314/344 postgresql:oauth_validator / oauth_validator/001_server                         ERROR            ...
[04:00:40.330] 313/344 postgresql:oauth_validator / oauth_validator/002_client                         ERROR            ...
[04:00:40.330] 315/344 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[04:00:40.330] 316/344 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[04:00:40.330] 317/344 postgresql:test_aio / test_aio/001_aio                                          ERROR            ...
[04:00:40.330] 318/344 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[04:00:40.330] 319/344 postgresql:test_aio / test_aio/002_io_workers                                   ERROR            ...
[04:00:40.330] 320/344 postgresql:test_extensions / test_extensions/001_extension_control_path         ERROR            ...
[04:00:40.330] 321/344 postgresql:test_escape / test_escape/001_test_escape                            ERROR            ...
[04:00:40.330] 322/344 postgresql:test_json_parser / test_json_parser/002_inline                       ERROR            ...
[04:00:40.330] 323/344 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental ERROR            ...
[04:00:40.330] 324/344 postgresql:test_json_parser / test_json_parser/003_test_semantic                ERROR            ...
[04:00:40.330] 325/344 postgresql:test_json_parser / test_json_parser/004_test_parser_perf             ERROR            ...
[04:00:40.330] 327/344 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[04:00:40.330] 328/344 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[04:00:40.330] 326/344 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[04:00:40.330] 329/344 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[04:00:40.330] 330/344 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[04:00:40.330] 331/344 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[04:00:40.330] 332/344 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[04:00:40.330] 333/344 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[04:00:40.330] 334/344 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[04:00:40.330] 337/344 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[04:00:40.330] 339/344 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[04:00:40.330] 340/344 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[04:00:40.330] 341/344 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[04:00:40.330] 342/344 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[04:00:40.330] 343/344 postgresql:icu / icu/010_database                                               ERROR            ...
[04:00:40.347] 344/344 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
53/5725 domain over virtual generated column
Windows - Server 2019, VS 2019 - Meson & ninja
test
[03:19:31.215] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot                      TIMEOUT        10...
53/5542 Fix buffer pinning logic in [SP-]Gist
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:39:30.046] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.606] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.488] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.488] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.379] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.379] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.299] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.173] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.173] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.173] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.051] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:29.051] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.628] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.563] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.563] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.481] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.481] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.417] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.417] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.292] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.292] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.194] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.194] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.194] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:28.141] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.956] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.956] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.859] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.859] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.774] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.774] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.774] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.620] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.620] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.278] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.159] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.159] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.159] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.068] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.068] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.005] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:27.005] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:26.894] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:26.894] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:26.761] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:26.653] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:26.171] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:26.171] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:25.892] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:25.474] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:24.782] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:23.923] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:23.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:23.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:23.460] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:21.901] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.918] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:23.757] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:22.680] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:20.873] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:19.001] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:18.068] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:18.068] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:17.832] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:17.643] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:17.643] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:17.354] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:16.619] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:16.619] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:16.504] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:16.133] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:15.234] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:13.673] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:12.207] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:10.753] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.999] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.647] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.385] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.385] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.288] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.288] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.231] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.231] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.231] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.092] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.092] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.043] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:09.043] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.852] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.852] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.852] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.700] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.700] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.572] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.572] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.572] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.495] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:08.311] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:07.166] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:06.992] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:06.592] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:05.116] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.863] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.863] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.753] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.753] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.654] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.654] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.414] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.414] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.222] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.222] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.119] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:40:04.119] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:52.243] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:52.207] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:51.778] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:51.315] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:50.836] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:50.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:50.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:50.355] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:50.355] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:50.177] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.435] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.435] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.338] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.338] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.264] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:49.264] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:47.338] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:45.439] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:44.217] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:43.830] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:43.333] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:43.200] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:42.984] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:42.787] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:42.575] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:42.408] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:42.294] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:41.457] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:41.007] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:40.971] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:40.305] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:40.184] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:37.345] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:37.234] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:37.096] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.938] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.756] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.580] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.580] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.543] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.320] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:36.320] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.760] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.629] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.430] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.430] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.367] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.367] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.232] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:35.028] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:34.830] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:34.627] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:34.627] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:34.573] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.918] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.845] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.600] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.400] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.108] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.108] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.061] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:33.061] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.822] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.822] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.687] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.457] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.457] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.299] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:32.127] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.888] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.513] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.337] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.337] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.138] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.138] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.094] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:31.094] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[18:39:30.207] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
53/4351 Index Prefetching
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:30:03.830] ../src/backend/access/index/indexam.c(2010): warning C4047: 'return': 'bool' differs in levels of indirec...
compiler
[17:30:03.830] ../src/backend/access/index/indexam.c(1997): warning C4047: 'return': 'bool' differs in levels of indirec...
53/4529 CREATE SUBSCRIPTION ... SERVER
macOS - Sonoma - Meson
tap
[23:14:26.050](0.000s) not ok 426 - pgbench script error: gset bad name stderr /(?^:error storing into variable bad name...
test
[23:15:30.439] 229/339 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...