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.

51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[12:09:05.950] #0  0x00003ad9f639e23a in copy_file_range () from /lib/libc.so.7
[12:09:05.950] #1  0x00003ad1d3d673e0 in ?? ()
[12:09:05.950] #2  0x00003ad1d3d6701e in ?? ()
[12:09:05.950] #3  0x00003ad1d3d668ad in ?? ()
[12:09:05.950] #4  0x00003ad1d3d6633d in ?? ()
[12:09:05.950] #5  0x00003ad9f51aa408 in ?? ()
[12:09:05.950] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:37.909878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2025-01-20 12:03:38.605732...
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39641 |            |             0 |       39641 | pktable_pkey
+ 39637 |            |             0 |       39637 | pktable
+ 39650 |            |             0 |       39650 | fktable
+ 40279 |            |             0 |       40279 | pg_toast_40268_index
+ 40278 |            |             0 |       40278 | pg_toast_40268
+ 40268 |            |             0 |       40275 | foo
+ 40603 |            |             0 |       40603 | old_oids
+ 40625 |            |             0 |       40625 | pg_toast_40622
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:37.909878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2025-01-20 12:04:21.9866...
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39776 |            |             0 |       39776 | pktable_pkey
+ 39772 |            |             0 |       39772 | pktable
+ 39779 |            |             0 |       39779 | fktable
+ 40285 |            |             0 |       40290 | foo
+ 40294 |            |             0 |       40294 | pg_toast_40285_index
+ 40293 |            |             0 |       40293 | pg_toast_40285
+ 40539 |            |             0 |       40539 | old_oids
+ 40574 |            |             0 |       40574 | pg_toast_40571
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:37.909878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2025-01-20 12:03:35.064464000 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39803 |            |             0 |       39803 | pktable_pkey
+ 39799 |            |             0 |       39799 | pktable
+ 39805 |            |             0 |       39805 | fktable
+ 40318 |            |             0 |       40318 | pg_toast_40309_index
+ 40317 |            |             0 |       40317 | pg_toast_40309
+ 40309 |            |             0 |       40314 | foo
+ 40582 |            |             0 |       40582 | old_oids
+ 40634 |            |             0 |       40634 | pg_toast_40631
...
tap
[12:03:48.331](72.580s) not ok 5 - regression tests pass
tap
[12:04:32.731](80.229s) not ok 2 - regression tests pass
test
[12:06:35.842]  42/318 postgresql:regress / regress/regress                                            ERROR            ...
[12:06:35.842]  95/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:06:35.842] 154/318 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:31.672549741 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2025-01-20 12:08:19.092073720 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39987 |            |             0 |       39987 | pktable_pkey
+ 39983 |            |             0 |       39983 | pktable
+ 39989 |            |             0 |       39989 | fktable
+ 40511 |            |             0 |       40516 | foo
+ 40520 |            |             0 |       40520 | pg_toast_40511_index
+ 40519 |            |             0 |       40519 | pg_toast_40511
+ 40749 |            |             0 |       40749 | old_oids
+ 40766 |            |             0 |       40766 | pg_toast_40763
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:31.672549741 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2025-01-20 12:09:31.422152681 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39895 |            |             0 |       39895 | pktable_pkey
+ 39891 |            |             0 |       39891 | pktable
+ 39897 |            |             0 |       39897 | fktable
+ 40399 |            |             0 |       40405 | foo
+ 40410 |            |             0 |       40410 | pg_toast_40399_index
+ 40409 |            |             0 |       40409 | pg_toast_40399
+ 40644 |            |             0 |       40644 | old_oids
+ 40666 |            |             0 |       40666 | pg_toast_40663
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:31.672549741 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2025-01-20 12:05:40.495571083 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39984 |            |             0 |       39984 | pktable_pkey
+ 39980 |            |             0 |       39980 | pktable
+ 39987 |            |             0 |       39987 | fktable
+ 40510 |            |             0 |       40515 | foo
+ 40519 |            |             0 |       40519 | pg_toast_40510_index
+ 40518 |            |             0 |       40518 | pg_toast_40510
+ 40748 |            |             0 |       40748 | old_oids
+ 40765 |            |             0 |       40765 | pg_toast_40762
...
tap
[12:08:27.724](109.146s) not ok 5 - regression tests pass
tap
[12:09:38.862](67.064s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:33.788338946 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2025-01-20 12:05:48.335847...
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39770 |            |             0 |       39770 | pktable_pkey
+ 39766 |            |             0 |       39766 | pktable
+ 39772 |            |             0 |       39772 | fktable
+ 40284 |            |             0 |       40289 | foo
+ 40293 |            |             0 |       40293 | pg_toast_40284_index
+ 40292 |            |             0 |       40292 | pg_toast_40284
+ 40525 |            |             0 |       40525 | old_oids
+ 40545 |            |             0 |       40545 | pg_toast_40542
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:33.788338946 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2025-01-20 12:06:24.5318...
@@ -3498,9 +3498,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39791 |            |             0 |       39791 | pg_toast_39786
+ 39792 |            |             0 |       39792 | pg_toast_39786_index
+ 39786 |            |             0 |       39786 | users
+ 39785 |            |             0 |       39785 | users_id_seq
+ 39976 |            |             0 |       39976 | foo
+ 40227 |            |             0 |       40227 | forc_test
+ 40745 |            |             0 |       40745 | pg_toast_40742
+ 40746 |            |             0 |       40746 | pg_toast_40742_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2025-01-20 12:01:33.788338946 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2025-01-20 12:05:43.019848064 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39772 |            |             0 |       39772 | pktable_pkey
+ 39768 |            |             0 |       39768 | pktable
+ 39774 |            |             0 |       39774 | fktable
+ 40266 |            |             0 |       40274 | foo
+ 40278 |            |             0 |       40278 | pg_toast_40266_index
+ 40277 |            |             0 |       40277 | pg_toast_40266
+ 40495 |            |             0 |       40495 | old_oids
+ 40515 |            |             0 |       40515 | pg_toast_40512
...
tap
[12:05:55.828](77.717s) not ok 5 - regression tests pass
tap
[12:06:32.100](80.167s) not ok 2 - regression tests pass
test
[12:08:14.074]  45/318 postgresql:regress / regress/regress                                            ERROR            ...
[12:08:14.074] 139/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:08:14.074] 159/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2025-01-20 12:01:07
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2025-01-20 12:03:12
@@ -3498,9 +3498,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39847 |            |             0 |       39847 | users_id_seq
+ 39856 |            |             0 |       39856 | pg_toast_39848
+ 39857 |            |             0 |       39857 | pg_toast_39848_index
+ 39848 |            |             0 |       39848 | users
+ 39953 |            |             0 |       39953 | foo
+ 40281 |            |             0 |       40281 | forc_test
+ 40811 |            |             0 |       40811 | pg_toast_40808
+ 40812 |            |             0 |       40812 | pg_toast_40808_index
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2025-01-20 12:01:07
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2025-01-20 12:04:13
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39717 |            |             0 |       39717 | pktable_pkey
+ 39713 |            |             0 |       39713 | pktable
+ 39719 |            |             0 |       39719 | fktable
+ 40183 |            |             0 |       40189 | foo
+ 40193 |            |             0 |       40193 | pg_toast_40183_index
+ 40192 |            |             0 |       40192 | pg_toast_40183
+ 40513 |            |             0 |       40513 | old_oids
+ 40530 |            |             0 |       40530 | pg_toast_40527
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2025-01-20 12:01:07
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2025-01-20 12:03:15
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39694 |            |             0 |       39694 | pktable_pkey
+ 39690 |            |             0 |       39690 | pktable
+ 39696 |            |             0 |       39696 | fktable
+ 40282 |            |             0 |       40287 | foo
+ 40291 |            |             0 |       40291 | pg_toast_40282_index
+ 40290 |            |             0 |       40290 | pg_toast_40282
+ 40508 |            |             0 |       40508 | old_oids
+ 40525 |            |             0 |       40525 | pg_toast_40522
...
tap
[12:03:18.797](43.866s) not ok 5 - regression tests pass
tap
[12:04:20.949](61.657s) not ok 2 - regression tests pass
test
[12:06:07.955]  30/318 postgresql:regress / regress/regress                                            ERROR            ...
[12:06:07.955]  48/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:06:07.955] 153/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2025-01-20 12:01:37.097317700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2025-01-20 12:05:18.175597000 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38496 |            |             0 |       38496 | pktable_pkey
+ 38491 |            |             0 |       38491 | pktable
+ 38501 |            |             0 |       38501 | fktable
+ 39800 |            |             0 |       39816 | foo
+ 39824 |            |             0 |       39824 | pg_toast_39800_index
+ 39822 |            |             0 |       39822 | pg_toast_39800
+ 40123 |            |             0 |       40123 | old_oids
+ 40140 |            |             0 |       40140 | pg_toast_40137
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2025-01-20 12:01:37.097317700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2025-01-20 12:07:49.601488800 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39186 |            |             0 |       39186 | pktable_pkey
+ 39178 |            |             0 |       39178 | pktable
+ 39188 |            |             0 |       39188 | fktable
+ 39883 |            |             0 |       39888 | foo
+ 39892 |            |             0 |       39892 | pg_toast_39883_index
+ 39891 |            |             0 |       39891 | pg_toast_39883
+ 40142 |            |             0 |       40142 | old_oids
+ 40161 |            |             0 |       40161 | pg_toast_40158
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2025-01-20 12:01:37.097317700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2025-01-20 12:05:11.695114500 +0000
@@ -3498,9 +3498,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38118 |            |             0 |       38118 | pktable_pkey
+ 38114 |            |             0 |       38114 | pktable
+ 38122 |            |             0 |       38122 | fktable
+ 39707 |            |             0 |       39726 | foo
+ 39734 |            |             0 |       39734 | pg_toast_39707_index
+ 39732 |            |             0 |       39732 | pg_toast_39707
+ 40113 |            |             0 |       40113 | old_oids
+ 40132 |            |             0 |       40132 | pg_toast_40129
...
tap
[12:05:35.782](121.061s) not ok 5 - regression tests pass
tap
[12:08:07.898](144.451s) not ok 2 - regression tests pass
test
[12:15:11.641]  22/313 postgresql:regress / regress/regress                                            ERROR           1...
[12:15:11.641]  42/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:15:11.641] 112/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
macOS - Sonoma - Meson
tap
[11:48:35.547](0.000s) not ok 377 - pgbench script error: setshell no such command stderr /(?^:could not read result )/
test
[11:49:28.879] 221/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5473 Proposal: Progressive explain
CompilerWarnings
compiler
[10:55:47.713] explain.c:6270:27: error: variable 'found' is used uninitialized whenever 'for' loop exits because its co...
compiler
[10:55:47.713] explain.c:6185:36: error: omitting the parameter name in a function definition is a C2x extension [-Werro...
compiler
[10:55:04.754] explain.c:6185:36: error: omitting the parameter name in a function definition is a C2x extension [-Werro...
compiler
[10:55:04.754] explain.c:6270:27: error: variable 'found' is used uninitialized whenever 'for' loop exits because its co...
compiler
[10:52:22.409] explain.c:6185:36: warning: omitting the parameter name in a function definition is a C2x extension [-Wc2...
compiler
[10:49:52.775] explain.c:6185:36: warning: omitting the parameter name in a function definition is a C2x extension [-Wc2...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:32.706237000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2025-01-20 10:51:04.606247000 +0...
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:32.662281000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out	2025-01-20 10:51:09.709392000 +000...
@@ -883,10 +883,14 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:32.706237000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2025-01-20 10:51:52.331584000 ...
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:32.662281000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/guc.out	2025-01-20 10:52:02.867642000 +0...
@@ -883,10 +883,14 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:32.706237000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2025-01-20 10:51:04.455225000 +0000
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:32.662281000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/guc.out	2025-01-20 10:51:11.208840000 +0000
@@ -883,10 +883,14 @@
...
tap
[10:51:38.299](66.445s) not ok 5 - regression tests pass
tap
[10:52:31.306](79.802s) not ok 2 - regression tests pass
tap
[10:54:21.897](1.680s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:54:32.935]  27/318 postgresql:regress / regress/regress                                            ERROR            ...
[10:54:32.935]  95/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:54:32.935] 155/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:54:32.935] 248/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[10:54:32.935] 298/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:31.902049275 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/rules.out	2025-01-20 10:55:34.928579827 +0000
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:31.854038754 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/guc.out	2025-01-20 10:55:57.888591833 +0000
@@ -883,10 +883,14 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/regress/results/rules.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:31.902049275 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/rules.out	2025-01-20 10:53:56.572641944 +0000
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/src/test/regress/results/guc.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:31.854038754 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/guc.out	2025-01-20 10:54:22.220625125 +0000
@@ -883,10 +883,14 @@
...
tap
[10:56:20.727](127.988s) not ok 5 - regression tests pass
tap
[10:55:47.670](0.778s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:32.566674989 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2025-01-20 10:53:57.812451753 +0...
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:32.514664994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out	2025-01-20 10:54:14.588494837 +000...
@@ -883,10 +883,14 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:32.566674989 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2025-01-20 10:54:41.936579848 ...
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:32.514664994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/guc.out	2025-01-20 10:54:54.620623887 +0...
@@ -883,10 +883,14 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2025-01-20 10:48:32.566674989 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2025-01-20 10:53:52.772440540 +0000
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out	2025-01-20 10:48:32.514664994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/guc.out	2025-01-20 10:54:08.120477258 +0000
@@ -883,10 +883,14 @@
...
tap
[10:54:37.815](75.993s) not ok 5 - regression tests pass
tap
[10:55:12.729](77.411s) not ok 2 - regression tests pass
tap
[10:56:40.487](0.407s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:56:53.185]  31/318 postgresql:regress / regress/regress                                            ERROR            ...
[10:56:53.185] 137/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:56:53.185] 157/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:56:53.185] 297/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2025-01-20 10:48:16
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2025-01-20 10:51:00
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /Users/admin/pgsql/src/test/regress/expected/guc.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/guc.out	2025-01-20 10:48:16
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out	2025-01-20 10:51:03
@@ -883,10 +883,14 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2025-01-20 10:48:16
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/rules.out	2025-01-20 10:51:41
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
diff -U3 /Users/admin/pgsql/src/test/regress/expected/guc.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/guc.out	2025-01-20 10:48:16
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/guc.out	2025-01-20 10:51:48
@@ -883,10 +883,14 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2025-01-20 10:48:16
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/rules.out	2025-01-20 10:51:01
@@ -2036,6 +2036,12 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_explain| SELECT pid,
+    last_explain,
+    explain_count,
+    total_explain_time,
+    explain
+   FROM pg_stat_progress_explain(true) pg_stat_progress_explain(pid, last_explain, explain_count, total_explain_time, e...
 pg_stat_progress_vacuum| SELECT s.pid,
     s.datid,
     d.datname,
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-01-20 10:48:16
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/guc.out	2025-01-20 10:51:07
@@ -883,10 +883,14 @@
...
tap
[10:51:13.069](38.087s) not ok 5 - regression tests pass
tap
[10:52:01.278](44.946s) not ok 2 - regression tests pass
tap
[10:53:39.126](0.822s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:53:51.997]  28/318 postgresql:regress / regress/regress                                            ERROR            ...
[10:53:51.997]  44/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:53:51.997] 146/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:53:51.997] 297/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:49:34.419] ../src/backend/commands/explain.c(6186): error C2055: expected formal parameter list, not a type list
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:03:05.084719000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2025-01-20 10:05:21.550148000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:03:05.084719000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2025-01-20 10:06:14.218496000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:03:05.084719000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2025-01-20 10:05:18.700179000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[10:05:42.461](74.138s) not ok 5 - regression tests pass
tap
[10:06:32.291](85.111s) not ok 2 - regression tests pass
test
[10:08:33.195]  44/318 postgresql:regress / regress/regress                                            ERROR            ...
[10:08:33.195] 101/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:08:33.195] 158/318 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[10:15:55.486] #0  0x00007f91501177da in fstatat64 () from /lib/x86_64-linux-gnu/libc.so.6
[10:15:55.486] #1  0x000055ebf67dd4eb in ?? ()
[10:15:55.486] #2  0x000055ebf67cb5fb in ?? ()
[10:15:55.486] #3  0x00007f915004724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:15:55.486] #4  0x00007f9150047305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[10:15:55.486] #5  0x000055ebf67cb781 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:02:59.415504029 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2025-01-20 10:10:48.744353356 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:02:59.415504029 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2025-01-20 10:12:16.783970987 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:02:59.415504029 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2025-01-20 10:08:26.852110059 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[10:10:57.443](118.741s) not ok 5 - regression tests pass
tap
[10:12:24.096](64.517s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[10:13:01.716] #0  <unavailable> in ?? ()
core
[10:13:01.600] #0  0x00007f78f1069da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.600] #1  0x00007f78f1016239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.600] #2  0x00007f78f1016497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.600] #3  0x00005595736935c1 in ?? ()
[10:13:01.600] #4  0x000055957368d369 in ?? ()
[10:13:01.600] #5  0x000055957368c20f in ?? ()
[10:13:01.600] #6  0x000055957368cc3b in ?? ()
[10:13:01.600] #7  0x000055957368a66f in ?? ()
[10:13:01.600] #8  0x00007f78f100124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.600] #9  0x00007f78f1001305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:13:01.716] #0  0x00007f78f1069da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.716] #1  0x00007f78f1016239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.716] #2  0x00007f78f1016497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.716] #3  0x00005595736935f3 in ?? ()
[10:13:01.716] #4  0x000055957368d369 in ?? ()
[10:13:01.716] #5  0x000055957368c20f in ?? ()
[10:13:01.716] #6  0x000055957368cc3b in ?? ()
[10:13:01.716] #7  0x000055957368a66f in ?? ()
[10:13:01.716] #8  0x00007f78f100124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:01.716] #9  0x00007f78f1001305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:02:59.346844355 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2025-01-20 10:08:25.717319462 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:02:59.346844355 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2025-01-20 10:09:03.122304675 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2025-01-20 10:02:59.346844355 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2025-01-20 10:08:20.637210125 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[10:08:39.128](77.631s) not ok 5 - regression tests pass
tap
[10:09:13.673](77.543s) not ok 2 - regression tests pass
test
[10:10:56.166]  44/318 postgresql:regress / regress/regress                                            ERROR            ...
[10:10:56.166] 135/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:10:56.166] 156/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2025-01-20 10:02:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2025-01-20 10:04:42
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2025-01-20 10:02:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2025-01-20 10:05:35
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2025-01-20 10:02:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2025-01-20 10:04:42
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[10:04:51.599](47.363s) not ok 5 - regression tests pass
tap
[10:05:43.784](55.236s) not ok 2 - regression tests pass
test
[10:07:52.503]  28/318 postgresql:regress / regress/regress                                            ERROR            ...
[10:07:52.503]  48/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:07:52.503] 144/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5319 Changing shared_buffers without restart
CompilerWarnings
compiler
[07:08:58.889] pg_shmem.c:155:6: error: no previous extern declaration for non-static variable 'SHMEM_EXTRA_SIZE_LIMIT' ...
compiler
[07:08:00.557] pg_shmem.c:155:6: error: no previous extern declaration for non-static variable 'SHMEM_EXTRA_SIZE_LIMIT' ...
linker
[07:12:06.581] /usr/bin/x86_64-w64-mingw32-ld: utils/misc/guc_tables.o:guc_tables.c:(.data+0x7f00): undefined reference ...
linker
[07:12:06.548] /usr/bin/x86_64-w64-mingw32-ld: postmaster/launch_backend.o:launch_backend:(.rdata$.refptr.ShmemLock[.ref...
Linux - Debian Bookworm - Autoconf
tap
[07:07:23.422](0.492s) Bail out!  pg_ctl start failed
tap
[07:08:19.218](2.727s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("BlockNumberIsValid((so->currPos).currPage) || !BufferIsValid((so->currPos).buf)"), File: "../src/ba...
assertion
TRAP: failed Assert("BlockNumberIsValid((so->currPos).currPage) || !BufferIsValid((so->currPos).buf)"), File: "../src/ba...
assertion
TRAP: failed Assert("BlockNumberIsValid((so->currPos).currPage) || !BufferIsValid((so->currPos).buf)"), File: "../src/ba...
assertion
TRAP: failed Assert("BlockNumberIsValid((so->currPos).currPage) || !BufferIsValid((so->currPos).buf)"), File: "../src/ba...
core
[07:13:24.257] #0  0x00007f1aac6aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.257] #1  0x00007f1aac65b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.257] #2  0x00007f1aac716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.257] #3  0x00007f1aac72885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.691] #0  0x00007f12750a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:13:26.879] #0  0x00007f12750a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:26.879] #1  0x00007f127505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:26.879] #2  0x00007f1275045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:26.879] #3  0x000056137497cae3 in ExceptionalCondition (conditionName=conditionName@entry=0x561374ba7868 "BlockNu...
[07:13:26.879] #4  0x0000561374070476 in _bt_readpage (scan=scan@entry=0x561388bace20, dir=dir@entry=ForwardScanDirectio...
[07:13:26.879] #5  0x0000561374071e11 in _bt_readfirstpage (scan=scan@entry=0x561388bace20, offnum=<optimized out>, dir=...
[07:13:26.879] #6  0x00005613740752de in _bt_first (scan=scan@entry=0x561388bace20, dir=dir@entry=ForwardScanDirection) ...
[07:13:26.879] #7  0x000056137406c3ec in btgettuple (scan=0x561388bace20, dir=ForwardScanDirection) at ../src/backend/ac...
[07:13:26.879] #8  0x000056137404de1d in index_getnext_tid (scan=scan@entry=0x561388bace20, direction=direction@entry=Fo...
[07:13:26.879] #9  0x000056137404e44a in index_getnext_slot (scan=0x561388bace20, direction=direction@entry=ForwardScanD...
core
[07:13:26.163] #0  0x00007f12750a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:26.163] #1  0x00007f127505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:26.163] #2  0x00007f1275045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:26.163] #3  0x000056137497cae3 in ExceptionalCondition (conditionName=conditionName@entry=0x561374ba7868 "BlockNu...
[07:13:26.163] #4  0x0000561374070476 in _bt_readpage (scan=scan@entry=0x561388bace20, dir=dir@entry=ForwardScanDirectio...
[07:13:26.163] #5  0x0000561374071e11 in _bt_readfirstpage (scan=scan@entry=0x561388bace20, offnum=<optimized out>, dir=...
[07:13:26.163] #6  0x00005613740752de in _bt_first (scan=scan@entry=0x561388bace20, dir=dir@entry=ForwardScanDirection) ...
[07:13:26.163] #7  0x000056137406c3ec in btgettuple (scan=0x561388bace20, dir=ForwardScanDirection) at ../src/backend/ac...
[07:13:26.163] #8  0x000056137404de1d in index_getnext_tid (scan=scan@entry=0x561388bace20, direction=direction@entry=Fo...
[07:13:26.163] #9  0x000056137404e44a in index_getnext_slot (scan=0x561388bace20, direction=direction@entry=ForwardScanD...
core
[07:13:25.451] #0  0x00007f3d23ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:25.451] #1  0x00007f3d23e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:25.451] #2  0x00007f3d23e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:25.451] #3  0x00007f3d2401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:13:25.451] #4  0x00007f3d2402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:13:25.451] #5  0x00007f3d2400db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56428bcbeac0, In...
[07:13:25.451] #6  0x000056428afcc935 in CreateAnonymousSegment (mapping=mapping@entry=0x56428c037720 <AutovacuumLaunche...
[07:13:25.451] #7  0x000056428afcd1d4 in PGSharedMemoryCreate (size=size@entry=109174784, shim=shim@entry=0x7ffdf5a94078...
[07:13:25.451] #8  0x000056428b0d2850 in CreateSharedMemoryAndSemaphores () at ../src/backend/storage/ipc/ipci.c:236
[07:13:25.451] #9  0x000056428afe1735 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:3108
core
[07:13:24.984] #0  0x00007f12750a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.984] #1  0x00007f127505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.984] #2  0x00007f1275045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:24.984] #3  0x000056137497cae3 in ExceptionalCondition (conditionName=conditionName@entry=0x561374ba7868 "BlockNu...
[07:13:24.984] #4  0x0000561374070476 in _bt_readpage (scan=scan@entry=0x561388bace20, dir=dir@entry=ForwardScanDirectio...
[07:13:24.984] #5  0x0000561374071e11 in _bt_readfirstpage (scan=scan@entry=0x561388bace20, offnum=<optimized out>, dir=...
[07:13:24.984] #6  0x00005613740752de in _bt_first (scan=scan@entry=0x561388bace20, dir=dir@entry=ForwardScanDirection) ...
[07:13:24.984] #7  0x000056137406c3ec in btgettuple (scan=0x561388bace20, dir=ForwardScanDirection) at ../src/backend/ac...
[07:13:24.984] #8  0x000056137404de1d in index_getnext_tid (scan=scan@entry=0x561388bace20, direction=direction@entry=Fo...
[07:13:24.984] #9  0x000056137404e44a in index_getnext_slot (scan=0x561388bace20, direction=direction@entry=ForwardScanD...
core
[07:13:24.257] #0  <unavailable> in ?? ()
core
[07:13:23.813] #0  0x00007fdb494a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.813] #1  0x00007fdb4945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.813] #2  0x00007fdb49445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.813] #3  0x00007fdb4961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:13:23.813] #4  0x00007fdb4962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:13:23.813] #5  0x00007fdb4960db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559877349ac0, In...
[07:13:23.813] #6  0x0000559876657935 in CreateAnonymousSegment (mapping=mapping@entry=0x5598776c2720 <AutovacuumLaunche...
[07:13:23.813] #7  0x00005598766581d4 in PGSharedMemoryCreate (size=size@entry=109174784, shim=shim@entry=0x7ffd3d2a4858...
[07:13:23.813] #8  0x000055987675d850 in CreateSharedMemoryAndSemaphores () at ../src/backend/storage/ipc/ipci.c:236
[07:13:23.813] #9  0x000055987666c735 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:3108
core
[07:13:23.370] #0  0x00007ff7552e8da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.370] #1  0x00007ff755295239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.370] #2  0x00007ff755295497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.370] #3  0x000055b128c365f3 in ?? ()
[07:13:23.370] #4  0x000055b128c30369 in ?? ()
[07:13:23.370] #5  0x000055b128c2f20f in ?? ()
[07:13:23.370] #6  0x000055b128c2fc3b in ?? ()
[07:13:23.370] #7  0x000055b128c2d66f in ?? ()
[07:13:23.370] #8  0x00007ff75528024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.370] #9  0x00007ff755280305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:13:23.370] #0  <unavailable> in ?? ()
core
[07:13:23.238] #0  0x00007f12750a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.238] #1  0x00007f127505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.238] #2  0x00007f1275045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:23.238] #3  0x000056137497cae3 in ExceptionalCondition (conditionName=conditionName@entry=0x561374ba7868 "BlockNu...
[07:13:23.238] #4  0x0000561374070476 in _bt_readpage (scan=scan@entry=0x561388b89350, dir=dir@entry=ForwardScanDirectio...
[07:13:23.238] #5  0x0000561374071e11 in _bt_readfirstpage (scan=scan@entry=0x561388b89350, offnum=<optimized out>, dir=...
[07:13:23.238] #6  0x00005613740752de in _bt_first (scan=scan@entry=0x561388b89350, dir=dir@entry=ForwardScanDirection) ...
[07:13:23.238] #7  0x000056137406c3ec in btgettuple (scan=0x561388b89350, dir=ForwardScanDirection) at ../src/backend/ac...
[07:13:23.238] #8  0x000056137404de1d in index_getnext_tid (scan=scan@entry=0x561388b89350, direction=direction@entry=Fo...
[07:13:23.238] #9  0x000056137404e44a in index_getnext_slot (scan=0x561388b89350, direction=direction@entry=ForwardScanD...
core
[07:13:22.516] #0  0x00007fc433aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.516] #1  0x00007fc433a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.516] #2  0x00007fc433a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.516] #3  0x00007fc433c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:13:22.516] #4  0x00007fc433c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:13:22.516] #5  0x00007fc433c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555e51cdfac0, In...
[07:13:22.516] #6  0x0000555e50fed935 in CreateAnonymousSegment (mapping=mapping@entry=0x555e52058720 <AutovacuumLaunche...
[07:13:22.516] #7  0x0000555e50fee1d4 in PGSharedMemoryCreate (size=size@entry=119185408, shim=shim@entry=0x7ffd0f80f288...
[07:13:22.516] #8  0x0000555e510f3850 in CreateSharedMemoryAndSemaphores () at ../src/backend/storage/ipc/ipci.c:236
[07:13:22.516] #9  0x0000555e51002735 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:3108
core
[07:13:22.040] #0  0x00007ff7552e8da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.040] #1  0x00007ff755295239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.040] #2  0x00007ff755295497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.040] #3  0x000055b128c365c1 in ?? ()
[07:13:22.040] #4  0x000055b128c30369 in ?? ()
[07:13:22.040] #5  0x000055b128c2f20f in ?? ()
[07:13:22.040] #6  0x000055b128c2fc3b in ?? ()
[07:13:22.040] #7  0x000055b128c2d66f in ?? ()
[07:13:22.040] #8  0x00007ff75528024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:13:22.040] #9  0x00007ff755280305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out	2025-01-20 07:02:35.828651933 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/numeric.out	2025-01-20 07:07:42.48826892...
@@ -3667,11 +3667,9 @@
 SET LOCAL parallel_setup_cost = 0;
 SET LOCAL max_parallel_workers_per_gather = 4;
 SELECT trim_scale(variance(a) * 1e1000) FROM num_variance;
- trim_scale 
-------------
-         12
-(1 row)
-
+ERROR:  index "pg_type_oid_index" contains corrupted page at block 4294967295
+HINT:  Please REINDEX it.
+CONTEXT:  parallel worker
 ROLLBACK;
 -- case where sum of squares would overflow but variance does not
 DELETE FROM num_variance;
@@ -3688,120 +3686,10 @@
 SET LOCAL parallel_setup_cost = 0;
...
tap
[07:07:45.989](24.917s) not ok 2 - regression tests pass
tap
[07:07:39.223](0.669s) Bail out!  pg_ctl start failed
test
[07:11:12.610]  38/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[07:11:12.610]  43/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:11:12.610] 316/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[07:11:12.610] 317/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[07:11:12.610] 318/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:03:49.978] utils_misc_guc_tables.c.obj : error LNK2001: unresolved external symbol AnonymousShmemResize
compiler
[07:03:49.978] postmaster_launch_backend.c.obj : error LNK2001: unresolved external symbol ShmemLock
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[06:46:37.719] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[06:46:37.719] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[06:46:29.991] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[06:46:29.991] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[06:46:01.260] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:46:01.260] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[06:45:53.650] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[06:45:53.650] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:46:59.190] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[06:46:59.190] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5326 Parallel heap vacuum
FreeBSD - 13 - 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-01-20 03:30:44.500163000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-01-20 03:36:24.2803240...
@@ -6389,6 +6389,7 @@
 UPDATE ft2 SET c3 = 'bar' WHERE postgres_fdw_abs(c1) > 2000 RETURNING *;
   c1  | c2 | c3  | c4 | c5 | c6 |     c7     | c8 
 ------+----+-----+----+----+----+------------+----
+ 2010 |  0 | bar |    |    |    | ft2        | 
  2001 |  1 | bar |    |    |    | ft2        | 
  2002 |  2 | bar |    |    |    | ft2        | 
  2003 |  3 | bar |    |    |    | ft2        | 
@@ -6398,7 +6399,6 @@
  2007 |  7 | bar |    |    |    | ft2        | 
  2008 |  8 | bar |    |    |    | ft2        | 
  2009 |  9 | bar |    |    |    | ft2        | 
- 2010 |  0 | bar |    |    |    | ft2        | 
 (10 rows)
 
 EXPLAIN (verbose, costs off)
test
[03:36:51.720] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.17...
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-01-20 03:11:44.902347000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2025-01-20 03:14:24.245589000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:17:09.448]  48/318 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-01-20 03:11:42.381160769 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2025-01-20 03:14:52.808288004 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[03:21:24.047] #0  0x00007f50f204ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:21:24.047] #1  0x00007f50f1ff7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:21:24.047] #2  0x00007f50f1ff7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:21:24.047] #3  0x0000560c58a515c1 in ?? ()
[03:21:24.047] #4  0x0000560c58a4b369 in ?? ()
[03:21:24.047] #5  0x0000560c58a4a20f in ?? ()
[03:21:24.047] #6  0x0000560c58a4ac3b in ?? ()
[03:21:24.047] #7  0x0000560c58a4866f in ?? ()
[03:21:24.047] #8  0x00007f50f1fe224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:21:24.047] #9  0x00007f50f1fe2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:21:23.925] #0  0x00007f0822f5ca50 in ?? ()
[03:21:23.925] #1  0x0000000000000003 in ?? ()
[03:21:23.925] #2  0x00007ffe07c4344f in ?? ()
[03:21:23.925] #3  0x00007ffe07c43452 in ?? ()
[03:21:23.925] #4  0x00007ffe07c43482 in ?? ()
[03:21:23.925] #5  0x0000000000000000 in ?? ()
[03:21:24.039] #0  0x00007f50f204ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-01-20 03:11:41.530947932 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2025-01-20 03:16:48.975908381 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:19:06.306]  48/318 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2025-01-20 03:11:08
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2025-01-20 03:14:13
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:16:23.769]  48/318 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2025-01-20 03:11:47.049050800 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2025-01-20 03:17:15.983734300 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:25:34.465]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
51/3701 Reducing planning time when tables have many partitions
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:01:23.297](322.690s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/021_twophase.pl line 242.
test
[00:01:23.767] 312/312 postgresql:subscription / subscription/021_twophase                             ERROR           3...
51/5470 Function scan FDW pushdown
CompilerWarnings
compiler
[22:56:45.059] postgres_fdw.c:3112:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:56:45.059] ../../src/include/c.h:832:20: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:56:14.376] postgres_fdw.c:1666:17: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:56:14.376] postgres_fdw.c:3112:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:59:06.846] ../../src/include/c.h:832:20: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:59:06.846] postgres_fdw.c:3112:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 11380
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 17566
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 10876
core
[22:23:38.407] #0  0x000000082c62241a in thr_kill () from /lib/libc.so.7
[22:23:38.407] #1  0x000000082c59be64 in raise () from /lib/libc.so.7
[22:23:38.407] #2  0x000000082c64c6f9 in abort () from /lib/libc.so.7
[22:23:38.407] #3  0x0000000000aa0335 in ExceptionalCondition (conditionName=0x2ed1f3 "queryDesc->sourceText != NULL", f...
[22:23:38.407] #4  0x00000000007686e9 in standard_ExecutorStart (queryDesc=0x83569abd0, eflags=0) at ../src/backend/exec...
[22:23:38.407] #5  0x00000000006fcc9f in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[22:23:38.407] #6  RefreshMatViewByOid (matviewOid=28228, is_create=<optimized out>, skipData=<optimized out>, concurren...
[22:23:38.407] #7  0x00000000006fc876 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[22:23:38.407] #8  0x00000000006d386c in ExecCreateTableAs (pstate=pstate@entry=0x835616900, stmt=stmt@entry=0x8355dbfd0...
[22:23:38.407] #9  0x0000000000948b0b in ProcessUtilitySlow (pstate=pstate@entry=0x835616900, pstmt=pstmt@entry=0x83551d...
core
[22:23:38.689] #0  0x000000082ad0f41a in thr_kill () from /lib/libc.so.7
[22:23:38.689] #1  0x000000082ac88e64 in raise () from /lib/libc.so.7
[22:23:38.689] #2  0x000000082ad396f9 in abort () from /lib/libc.so.7
[22:23:38.689] #3  0x0000000000aa0335 in ExceptionalCondition (conditionName=0x2ed1f3 "queryDesc->sourceText != NULL", f...
[22:23:38.689] #4  0x00000000007686e9 in standard_ExecutorStart (queryDesc=0x8340a0bd0, eflags=0) at ../src/backend/exec...
[22:23:38.689] #5  0x00000000006fcc9f in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[22:23:38.689] #6  RefreshMatViewByOid (matviewOid=28417, is_create=<optimized out>, skipData=<optimized out>, concurren...
[22:23:38.689] #7  0x00000000006fc876 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[22:23:38.689] #8  0x00000000006d386c in ExecCreateTableAs (pstate=pstate@entry=0x833fdc900, stmt=stmt@entry=0x8340a5fd0...
[22:23:38.689] #9  0x0000000000948b0b in ProcessUtilitySlow (pstate=pstate@entry=0x833fdc900, pstmt=pstmt@entry=0x833f0b...
core
[22:23:38.789] #0  0x0000145ab0f7cff0 in ?? ()
[22:23:38.789] #1  0x0000000000000000 in ?? ()
[22:23:39.036] #0  0x000000082adf741a in thr_kill () from /lib/libc.so.7
core
[22:23:39.077] #0  0x000000082adf741a in thr_kill () from /lib/libc.so.7
[22:23:39.077] #1  0x000000082ad70e64 in raise () from /lib/libc.so.7
[22:23:39.077] #2  0x000000082ae216f9 in abort () from /lib/libc.so.7
[22:23:39.077] #3  0x0000000000aa0335 in ExceptionalCondition (conditionName=0x2ed1f3 "queryDesc->sourceText != NULL", f...
[22:23:39.077] #4  0x00000000007686e9 in standard_ExecutorStart (queryDesc=0x83b085bd0, eflags=0) at ../src/backend/exec...
[22:23:39.077] #5  0x0000000836abe9c2 in pgss_ExecutorStart (queryDesc=0x83b085bd0, eflags=6) at ../contrib/pg_stat_stat...
[22:23:39.077] #6  0x00000000006fcc9f in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[22:23:39.077] #7  RefreshMatViewByOid (matviewOid=28567, is_create=<optimized out>, skipData=<optimized out>, concurren...
[22:23:39.077] #8  0x00000000006fc876 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[22:23:39.077] #9  0x00000000006d386c in ExecCreateTableAs (pstate=pstate@entry=0x8334e2900, stmt=stmt@entry=0x83346afd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-01-19 22:16:01.470321000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2025-01-19 22:18:12.0654210...
@@ -1853,1413 +1853,10 @@
 REINDEX TABLE sro_tab;
 REINDEX INDEX sro_idx;
 REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
-------------------------
- 
-(1 row)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:16:01.414800000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2025-01-19 22:18:47.926568000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:16:01.414800000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2025-01-19 22:18:07.065720000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[22:18:14.316](28.581s) not ok 5 - regression tests pass
[22:18:16.472](2.151s) not ok 6 - dump before running pg_upgrade
tap
[22:18:49.364](26.706s) not ok 2 - regression tests pass
test
[22:21:16.941]  25/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:21:16.941]  15/317 postgresql:regress / regress/regress                                            ERROR            ...
[22:21:16.941]  52/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 193, PID: 38479
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 193, PID: 24266
core
[22:24:33.150] #0  0x00007fbee06abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:24:33.150] #1  0x00007fbee065cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:24:33.150] #2  0x00007fbee0647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:24:33.150] #3  0x000055c2f42d2ccb in ExceptionalCondition (conditionName=conditionName@entry=0x55c2f45b3a00 "queryDe...
[22:24:33.150] #4  0x000055c2f3ab433f in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500061b930, eflags=eflags...
[22:24:33.150] #5  0x000055c2f3ab4574 in ExecutorStart (queryDesc=queryDesc@entry=0x62500061b930, eflags=eflags@entry=0)...
[22:24:33.150] #6  0x000055c2f39a5a8e in refresh_matview_datafill (dest=0x62100009aa60, query=<optimized out>, query@ent...
[22:24:33.150] #7  0x000055c2f39a8211 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[22:24:33.150] #8  0x000055c2f39a841d in ExecRefreshMatView (stmt=0x62100009a738, queryString=queryString@entry=0x0, qc=...
[22:24:33.150] #9  0x000055c2f3947e2a in ExecCreateTableAs (pstate=pstate@entry=0x619000069b80, stmt=stmt@entry=0x625000...
core
[22:24:34.380] #0  0x00007fcf39cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:24:34.380] #1  0x00007fcf39c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:24:34.380] #2  0x00007fcf39c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:24:34.380] #3  0x0000559f685fbccb in ExceptionalCondition (conditionName=conditionName@entry=0x559f688dca00 "queryDe...
[22:24:34.380] #4  0x0000559f67ddd33f in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250004e5930, eflags=eflags...
[22:24:34.380] #5  0x0000559f67ddd574 in ExecutorStart (queryDesc=queryDesc@entry=0x6250004e5930, eflags=eflags@entry=0)...
[22:24:34.380] #6  0x0000559f67ccea8e in refresh_matview_datafill (dest=0x62100009d260, query=<optimized out>, query@ent...
[22:24:34.380] #7  0x0000559f67cd1211 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[22:24:34.380] #8  0x0000559f67cd141d in ExecRefreshMatView (stmt=0x62100009cf38, queryString=queryString@entry=0x0, qc=...
[22:24:34.380] #9  0x0000559f67c70e2a in ExecCreateTableAs (pstate=pstate@entry=0x61900006aa80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:15:58.294964430 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2025-01-19 22:22:24.695840422 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:15:58.294964430 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2025-01-19 22:20:28.485595728 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[22:22:29.414](50.069s) not ok 5 - regression tests pass
[22:22:32.462](3.022s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 29782
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 36681
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 29329
core
[22:26:08.215] #0  0x00007fb387aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:08.215] #1  0x00007fb387a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:08.215] #2  0x00007fb387a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:08.215] #3  0x000055e0676f0e97 in ExceptionalCondition (conditionName=conditionName@entry=0x55e06796d9bd "queryDe...
[22:26:08.215] #4  0x000055e06705f172 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55e0930d4010, eflags=eflags...
[22:26:08.215] #5  0x000055e06705f34e in ExecutorStart (queryDesc=queryDesc@entry=0x55e0930d4010, eflags=eflags@entry=0)...
[22:26:08.215] #6  0x000055e066f7edd1 in refresh_matview_datafill (dest=0x55e093065010, query=<optimized out>, query@ent...
[22:26:08.215] #7  0x000055e066f8112b in RefreshMatViewByOid (matviewOid=28632, is_create=is_create@entry=false, skipDat...
[22:26:08.215] #8  0x000055e066f8126a in ExecRefreshMatView (stmt=0x55e093064ce8, queryString=queryString@entry=0x0, qc=...
[22:26:08.215] #9  0x000055e066f36d3e in ExecCreateTableAs (pstate=pstate@entry=0x55e09302da90, stmt=stmt@entry=0x55e092...
core
[22:26:06.813] #0  0x00007f1912ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:06.813] #1  0x00007f1912e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:06.813] #2  0x00007f1912e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:06.813] #3  0x000055e8aa8e7e97 in ExceptionalCondition (conditionName=conditionName@entry=0x55e8aab649bd "queryDe...
[22:26:06.813] #4  0x000055e8aa256172 in standard_ExecutorStart (queryDesc=0x55e8af6ea190, eflags=0) at ../src/backend/e...
[22:26:06.813] #5  0x00007f19104c26e9 in pgss_ExecutorStart (queryDesc=0x55e8af6ea190, eflags=<optimized out>) at ../con...
[22:26:06.813] #6  0x000055e8aa256307 in ExecutorStart (queryDesc=queryDesc@entry=0x55e8af6ea190, eflags=eflags@entry=0)...
[22:26:06.813] #7  0x000055e8aa175dd1 in refresh_matview_datafill (dest=0x55e8af64f7d0, query=<optimized out>, query@ent...
[22:26:06.813] #8  0x000055e8aa17812b in RefreshMatViewByOid (matviewOid=28575, is_create=is_create@entry=false, skipDat...
[22:26:06.813] #9  0x000055e8aa17826a in ExecRefreshMatView (stmt=0x55e8af64f4a8, queryString=queryString@entry=0x0, qc=...
core
[22:26:05.416] #0  0x00007f1d4d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:05.416] #1  0x00007f1d4d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:05.416] #2  0x00007f1d4d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:26:05.416] #3  0x00005622aca6de97 in ExceptionalCondition (conditionName=conditionName@entry=0x5622accea9bd "queryDe...
[22:26:05.416] #4  0x00005622ac3dc172 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5622e89b5980, eflags=eflags...
[22:26:05.416] #5  0x00005622ac3dc34e in ExecutorStart (queryDesc=queryDesc@entry=0x5622e89b5980, eflags=eflags@entry=0)...
[22:26:05.416] #6  0x00005622ac2fbdd1 in refresh_matview_datafill (dest=0x5622e89c7800, query=<optimized out>, query@ent...
[22:26:05.416] #7  0x00005622ac2fe12b in RefreshMatViewByOid (matviewOid=28589, is_create=is_create@entry=false, skipDat...
[22:26:05.416] #8  0x00005622ac2fe26a in ExecRefreshMatView (stmt=0x5622e89c74d8, queryString=queryString@entry=0x0, qc=...
[22:26:05.416] #9  0x00005622ac2b3d3e in ExecCreateTableAs (pstate=pstate@entry=0x5622e89a2570, stmt=stmt@entry=0x5622e8...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:15:57.437331195 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2025-01-19 22:20:57.112607090 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:15:57.437331195 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2025-01-19 22:21:30.912573241 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2025-01-19 22:15:57.437331195 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2025-01-19 22:20:53.132611572 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[22:21:01.973](31.499s) not ok 5 - regression tests pass
[22:21:04.503](2.516s) not ok 6 - dump before running pg_upgrade
tap
[22:21:33.841](28.187s) not ok 2 - regression tests pass
test
[22:23:35.698]  27/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:23:35.698]  18/317 postgresql:regress / regress/regress                                            ERROR            ...
[22:23:35.698]  58/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 12544
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 19600
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 12425
core
[22:25:57.239]   * frame #0: 0x00000001819a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:25:57.239]     frame #1: 0x00000001819e1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:25:57.239]     frame #2: 0x00000001818eea30 libsystem_c.dylib`abort + 180
[22:25:57.239]     frame #3: 0x00000001049510d0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:25:57.239]     frame #4: 0x0000000104679d54 postgres`standard_ExecutorStart(queryDesc=0x000000011685d430, eflags=0) ...
[22:25:57.239]     frame #5: 0x00000001046796f0 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[22:25:57.239]     frame #6: 0x000000010462680c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[22:25:57.239]     frame #7: 0x0000000104626794 postgres`RefreshMatViewByOid(matviewOid=28348, is_create=false, skipData...
[22:25:57.239]     frame #8: 0x0000000104625f44 postgres`ExecRefreshMatView(stmt=0x0000000116816c38, queryString=<unavai...
[22:25:57.239]     frame #9: 0x000000010460484c postgres`ExecCreateTableAs(pstate=0x0000000136811b00, stmt=0x00000001370...
core
[22:24:37.758]   * frame #0: 0x00000001819a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:24:37.758]     frame #1: 0x00000001819e1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:24:37.758]     frame #2: 0x00000001818eea30 libsystem_c.dylib`abort + 180
[22:24:37.758]     frame #3: 0x000000010260d0d0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:24:37.758]     frame #4: 0x0000000102335d54 postgres`standard_ExecutorStart(queryDesc=0x0000000139874230, eflags=0) ...
[22:24:37.758]     frame #5: 0x0000000102d6bd20 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x0000000139874230...
[22:24:37.758]     frame #6: 0x00000001022e280c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[22:24:37.758]     frame #7: 0x00000001022e2794 postgres`RefreshMatViewByOid(matviewOid=28467, is_create=false, skipData...
[22:24:37.758]     frame #8: 0x00000001022e1f44 postgres`ExecRefreshMatView(stmt=0x0000000129031838, queryString=<unavai...
[22:24:37.758]     frame #9: 0x00000001022c084c postgres`ExecCreateTableAs(pstate=0x0000000119086500, stmt=0x00000001398...
core
[22:25:17.966]   * frame #0: 0x00000001819a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:25:17.966]     frame #1: 0x00000001819e1c20 libsystem_pthread.dylib`pthread_kill + 288
[22:25:17.966]     frame #2: 0x00000001818eea30 libsystem_c.dylib`abort + 180
[22:25:17.966]     frame #3: 0x00000001032e90d0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:25:17.966]     frame #4: 0x0000000103011d54 postgres`standard_ExecutorStart(queryDesc=0x000000013b053030, eflags=0) ...
[22:25:17.966]     frame #5: 0x00000001030116f0 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[22:25:17.966]     frame #6: 0x0000000102fbe80c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[22:25:17.966]     frame #7: 0x0000000102fbe794 postgres`RefreshMatViewByOid(matviewOid=28893, is_create=false, skipData...
[22:25:17.966]     frame #8: 0x0000000102fbdf44 postgres`ExecRefreshMatView(stmt=0x000000013b072e38, queryString=<unavai...
[22:25:17.966]     frame #9: 0x0000000102f9c84c postgres`ExecCreateTableAs(pstate=0x000000014b055b00, stmt=0x000000014a8...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2025-01-19 22:15:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2025-01-19 22:18:12
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2025-01-19 22:15:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2025-01-19 22:19:06
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2025-01-19 22:15:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2025-01-19 22:18:12
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[22:18:18.885](56.388s) not ok 5 - regression tests pass
[22:18:20.482](1.585s) not ok 6 - dump before running pg_upgrade
tap
[22:19:12.010](55.390s) not ok 2 - regression tests pass
test
[22:21:18.491]  31/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:21:18.491]  37/317 postgresql:regress / regress/regress                                            ERROR            ...
[22:21:18.491] 108/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 5732
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 4260
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 6844
core
00000020`86dff688 00007ffe`1a0ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`86dff690 00007ffe`18d34cb0     ntdll!TppWorkerThread+0x2df
00000020`86dff980 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`86dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`875ffc28 00007ffe`176dda4e     ntdll!NtWaitForSingleObject+0x14
00000020`875ffc30 00007ff6`b5cae39c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000020`875ffcd0 00007ffe`18d34cb0     postgres!pg_timer_thread(
00000020`875ffd10 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`875ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`879ffb08 00007ffe`1a0ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`879ffb10 00007ffe`18d34cb0     ntdll!TppWorkerThread+0x2df
00000020`879ffe00 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`879ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`869fdad0 00007ff6`b5ffd168     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`869fdb10 00007ff6`b5ad3fa9     postgres!ExceptionalCondition(
00000020`869fdb50 00007ffe`0a742d26     postgres!standard_ExecutorStart(
00000020`869fdba0 00007ff6`b5ad3e1a     pg_stat_statements!pgss_ExecutorStart(
00000020`869fdbe0 00007ff6`b5a244b9     postgres!ExecutorStart(
00000020`869fdc10 00007ff6`b5a23e49     postgres!refresh_matview_datafill(
00000020`869fdca0 00007ff6`b5a23688     postgres!RefreshMatViewByOid(
00000020`869fdef0 00007ff6`b59e2c37     postgres!ExecRefreshMatView(
00000020`869fdf70 00007ff6`b5dcdc87     postgres!ExecCreateTableAs(
00000020`869fe090 00007ff6`b5dc993f     postgres!ProcessUtilitySlow(
core
00000020`871ffce8 00007ffe`177248fa     ntdll!NtFsControlFile+0x14
00000020`871ffcf0 00007ff6`b5cac8fb     KERNELBASE!ConnectNamedPipe+0x6a
00000020`871ffd60 00007ffe`18d34cb0     postgres!pg_signal_thread(
00000020`871ffe60 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`871ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b53ff5b8 00007ffe`1a0ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`b53ff5c0 00007ffe`18d34cb0     ntdll!TppWorkerThread+0x2df
0000000b`b53ff8b0 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b53ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b5bffd08 00007ffe`176dda4e     ntdll!NtWaitForSingleObject+0x14
0000000b`b5bffd10 00007ff6`b5cae39c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`b5bffdb0 00007ffe`18d34cb0     postgres!pg_timer_thread(
0000000b`b5bffdf0 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b5bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b5fff718 00007ffe`1a0ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`b5fff720 00007ffe`18d34cb0     ntdll!TppWorkerThread+0x2df
0000000b`b5fffa10 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b5fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b4ffe1c0 00007ff6`b5ffd168     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`b4ffe200 00007ff6`b5ad3fa9     postgres!ExceptionalCondition(
0000000b`b4ffe240 00007ff6`b5ad3e2a     postgres!standard_ExecutorStart(
0000000b`b4ffe290 00007ff6`b5a244b9     postgres!ExecutorStart(
0000000b`b4ffe2c0 00007ff6`b5a23e49     postgres!refresh_matview_datafill(
0000000b`b4ffe350 00007ff6`b5a23688     postgres!RefreshMatViewByOid(
0000000b`b4ffe5a0 00007ff6`b59e2c37     postgres!ExecRefreshMatView(
0000000b`b4ffe620 00007ff6`b5dcdc87     postgres!ExecCreateTableAs(
0000000b`b4ffe740 00007ff6`b5dc993f     postgres!ProcessUtilitySlow(
0000000b`b4fff060 00007ff6`b5dc8889     postgres!standard_ProcessUtility(
core
0000000b`b57ff858 00007ffe`177248fa     ntdll!NtFsControlFile+0x14
0000000b`b57ff860 00007ff6`b5cac8fb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`b57ff8d0 00007ffe`18d34cb0     postgres!pg_signal_thread(
0000000b`b57ff9d0 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b57ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`36bffd08 00007ffe`176dda4e     ntdll!NtWaitForSingleObject+0x14
00000069`36bffd10 00007ff6`b5cae39c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000069`36bffdb0 00007ffe`18d34cb0     postgres!pg_timer_thread(
00000069`36bffdf0 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`36bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`35bfe640 00007ff6`b5ffd168     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`35bfe680 00007ff6`b5ad3fa9     postgres!ExceptionalCondition(
00000069`35bfe6c0 00007ff6`b5ad3e2a     postgres!standard_ExecutorStart(
00000069`35bfe710 00007ff6`b5a244b9     postgres!ExecutorStart(
00000069`35bfe740 00007ff6`b5a23e49     postgres!refresh_matview_datafill(
00000069`35bfe7d0 00007ff6`b5a23688     postgres!RefreshMatViewByOid(
00000069`35bfea20 00007ff6`b59e2c37     postgres!ExecRefreshMatView(
00000069`35bfeaa0 00007ff6`b5dcdc87     postgres!ExecCreateTableAs(
00000069`35bfebc0 00007ff6`b5dc993f     postgres!ProcessUtilitySlow(
00000069`35bff4e0 00007ff6`b5dc8889     postgres!standard_ProcessUtility(
core
00000069`35fffb78 00007ffe`1a0ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`35fffb80 00007ffe`18d34cb0     ntdll!TppWorkerThread+0x2df
00000069`35fffe70 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`35fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`363ff928 00007ffe`1a0ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`363ff930 00007ffe`18d34cb0     ntdll!TppWorkerThread+0x2df
00000069`363ffc20 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`363ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`367ff9c8 00007ffe`177248fa     ntdll!NtFsControlFile+0x14
00000069`367ff9d0 00007ff6`b5cac8fb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`367ffa40 00007ffe`18d34cb0     postgres!pg_signal_thread(
00000069`367ffb40 00007ffe`1a11edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`367ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2025-01-19 22:16:06.385391500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2025-01-19 22:19:02.237163300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2025-01-19 22:16:06.385391500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2025-01-19 22:20:59.710290300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2025-01-19 22:16:06.385391500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2025-01-19 22:18:59.036387600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[22:19:38.838](89.513s) not ok 5 - regression tests pass
[22:19:45.012](6.145s) not ok 6 - dump before running pg_upgrade
tap
[22:21:30.813](88.875s) not ok 2 - regression tests pass
test
[22:28:47.898]  21/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:28:47.898]  22/312 postgresql:regress / regress/regress                                            ERROR           1...
[22:28:47.898]  58/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2025-01-19 19:05:50.002876000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-01-19 19:08:49.2810770...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:11:13.813]  87/317 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/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2025-01-19 19:05:46.829313563 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2025-01-19 19:10:32.349888227 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2025-01-19 19:05:47.000189469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-01-19 19:10:42.5105572...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:12:41.718]  87/317 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2025-01-19 19:05:11
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-01-19 19:08:30
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:10:27.394]  86/317 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2025-01-19 19:05:51.058594700 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-01-19 19:12:11.451409800 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:19:16.093]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
52/5492 per backend WAL statistics
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 27510
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 27447
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 27550
core
[18:15:55.199] #0  0x000000082a60e41a in thr_kill () from /lib/libc.so.7
[18:15:55.199] #1  0x000000082a587e64 in raise () from /lib/libc.so.7
[18:15:55.199] #2  0x000000082a6386f9 in abort () from /lib/libc.so.7
[18:15:55.199] #3  0x0000000000aa0a45 in ExceptionalCondition (conditionName=0x3814d7 "CritSectionCount == 0", fileName=...
[18:15:55.199] #4  0x0000000000ad1695 in MemoryContextCreate (node=node@entry=0x835e5c400, tag=tag@entry=T_AllocSetConte...
[18:15:55.199] #5  0x0000000000ac7556 in AllocSetContextCreateInternal (parent=0x0, name=0x0, minContextSize=minContextS...
[18:15:55.199] #6  0x000000000095dcfa in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:15:55.199] #7  0x000000000095e8a5 in pgstat_prep_backend_pending (procnum=<optimized out>) at ../src/backend/utils/a...
[18:15:55.199] #8  0x000000000065e480 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=false) at ../src/backend/ac...
[18:15:55.199] #9  0x000000000065d546 in XLogFlush (record=50331808) at ../src/backend/access/transam/xlog.c:2948
core
[18:15:54.916] #0  0x000000082d3e441a in thr_kill () from /lib/libc.so.7
[18:15:54.916] #1  0x000000082d35de64 in raise () from /lib/libc.so.7
[18:15:54.916] #2  0x000000082d40e6f9 in abort () from /lib/libc.so.7
[18:15:54.916] #3  0x0000000000aa0a45 in ExceptionalCondition (conditionName=0x3814d7 "CritSectionCount == 0", fileName=...
[18:15:54.916] #4  0x0000000000ad1695 in MemoryContextCreate (node=node@entry=0x83518f400, tag=tag@entry=T_AllocSetConte...
[18:15:54.916] #5  0x0000000000ac7556 in AllocSetContextCreateInternal (parent=0x0, name=0x0, minContextSize=minContextS...
[18:15:54.916] #6  0x000000000095dcfa in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:15:54.916] #7  0x000000000095e8a5 in pgstat_prep_backend_pending (procnum=<optimized out>) at ../src/backend/utils/a...
[18:15:54.916] #8  0x000000000065e480 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=false) at ../src/backend/ac...
[18:15:54.916] #9  0x000000000065d546 in XLogFlush (record=53651872) at ../src/backend/access/transam/xlog.c:2948
core
[18:15:54.636] #0  0x000000082a94f41a in thr_kill () from /lib/libc.so.7
[18:15:54.636] #1  0x000000082a8c8e64 in raise () from /lib/libc.so.7
[18:15:54.636] #2  0x000000082a9796f9 in abort () from /lib/libc.so.7
[18:15:54.636] #3  0x0000000000aa0a45 in ExceptionalCondition (conditionName=0x3814d7 "CritSectionCount == 0", fileName=...
[18:15:54.636] #4  0x0000000000ad1695 in MemoryContextCreate (node=node@entry=0x835b74400, tag=tag@entry=T_AllocSetConte...
[18:15:54.636] #5  0x0000000000ac7556 in AllocSetContextCreateInternal (parent=0x0, name=0x0, minContextSize=minContextS...
[18:15:54.636] #6  0x000000000095dcfa in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:15:54.636] #7  0x000000000095e8a5 in pgstat_prep_backend_pending (procnum=<optimized out>) at ../src/backend/utils/a...
[18:15:54.636] #8  0x000000000065e480 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=false) at ../src/backend/ac...
[18:15:54.636] #9  0x000000000065d546 in XLogFlush (record=50331808) at ../src/backend/access/transam/xlog.c:2948
tap
[18:12:08.989](1.330s) not ok 5 - pg_rewind local
[18:12:09.194](0.000s) not ok 8 - table content: query result matches
[18:12:09.259](0.000s) not ok 11 - table content: query result matches
[18:12:09.300](0.000s) not ok 14 - truncation: query result matches
[18:12:09.327](0.000s) not ok 17 - tail-copy: query result matches
[18:12:09.340](0.012s) not ok 18 - drop: psql exit code
[18:12:09.341](0.000s) not ok 19 - drop: psql no stderr
[18:12:09.342](0.000s) not ok 20 - drop: query result matches
tap
[18:12:08.231](3.262s) not ok 1 - pg_rewind local
[18:12:08.350](0.119s) not ok 2 - file lists match
tap
[18:12:09.802](3.539s) not ok 1 - pg_rewind local
test
[18:13:38.872] 179/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[18:13:38.872] 181/317 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[18:13:38.872] 191/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "mcxt.c", Line: 1107, PID: 36490
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "mcxt.c", Line: 1107, PID: 43526
core
[18:21:50.594] #0  0x00007ff5aa8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:21:50.594] #1  0x00007ff5aa85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:21:50.594] #2  0x00007ff5aa847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:21:50.594] #3  0x000055791f641161 in ExceptionalCondition (conditionName=conditionName@entry=0x55791fb074a0 "CritSec...
[18:21:50.594] #4  0x000055791f6b3172 in MemoryContextCreate (node=node@entry=0x619000003c80, tag=tag@entry=T_AllocSetCo...
[18:21:50.594] #5  0x000055791f69f69c in AllocSetContextCreateInternal (parent=0x625000000100, name=name@entry=0x55791fa...
[18:21:50.594] #6  0x000055791f362423 in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:21:50.594] #7  0x000055791f365d3e in pgstat_prep_backend_pending (procnum=<optimized out>) at pgstat_backend.c:219
[18:21:50.594] #8  0x000055791eaec539 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=flexible@entry=false) at xl...
[18:21:50.594] #9  0x000055791eaedd76 in XLogFlush (record=record@entry=50331808) at xlog.c:2948
core
[18:21:50.149] #0  0x00007f28dacabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:21:50.149] #1  0x00007f28dac5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:21:50.149] #2  0x00007f28dac47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:21:50.149] #3  0x000055aecc53b161 in ExceptionalCondition (conditionName=conditionName@entry=0x55aecca014a0 "CritSec...
[18:21:50.149] #4  0x000055aecc5ad172 in MemoryContextCreate (node=node@entry=0x619000003c80, tag=tag@entry=T_AllocSetCo...
[18:21:50.149] #5  0x000055aecc59969c in AllocSetContextCreateInternal (parent=0x625000000100, name=name@entry=0x55aecc9...
[18:21:50.149] #6  0x000055aecc25c423 in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:21:50.149] #7  0x000055aecc25fd3e in pgstat_prep_backend_pending (procnum=<optimized out>) at pgstat_backend.c:219
[18:21:50.149] #8  0x000055aecb9e6539 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=flexible@entry=false) at xl...
[18:21:50.149] #9  0x000055aecb9e7d76 in XLogFlush (record=record@entry=53644984) at xlog.c:2948
tap
[18:14:10.280](0.919s) not ok 5 - pg_rewind local
[18:14:10.556](0.000s) not ok 8 - table content: query result matches
[18:14:10.620](0.000s) not ok 11 - table content: query result matches
[18:14:10.723](0.000s) not ok 14 - truncation: query result matches
[18:14:10.782](0.000s) not ok 17 - tail-copy: query result matches
[18:14:10.835](0.052s) not ok 18 - drop: psql exit code
[18:14:10.835](0.000s) not ok 19 - drop: psql no stderr
[18:14:10.836](0.000s) not ok 20 - drop: query result matches
tap
[18:15:09.573](2.302s) not ok 1 - pg_rewind local
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 48333
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 48251
core
[18:18:21.607] #0  0x00007effacaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:18:21.607] #1  0x00007effaca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:18:21.607] #2  0x00007effaca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:18:21.607] #3  0x000055f92dde1c24 in ExceptionalCondition (conditionName=conditionName@entry=0x55f92e027d76 "CritSec...
[18:18:21.607] #4  0x000055f92de3a955 in MemoryContextCreate (node=node@entry=0x55f94afb59f0, tag=tag@entry=T_AllocSetCo...
[18:18:21.607] #5  0x000055f92de25a80 in AllocSetContextCreateInternal (parent=0x55f94af9ae90, name=name@entry=0x55f92e0...
[18:18:21.607] #6  0x000055f92db7acf7 in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:18:21.607] #7  0x000055f92db7e60e in pgstat_prep_backend_pending (procnum=<optimized out>) at ../src/backend/utils/a...
[18:18:21.607] #8  0x000055f92d5552c6 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=flexible@entry=false) at .....
[18:18:21.607] #9  0x000055f92d557300 in XLogFlush (record=record@entry=50331808) at ../src/backend/access/transam/xlog....
core
[18:18:21.158] #0  0x00007ff6280a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:18:21.158] #1  0x00007ff62805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:18:21.158] #2  0x00007ff628045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:18:21.158] #3  0x000055c65441cc24 in ExceptionalCondition (conditionName=conditionName@entry=0x55c654662d76 "CritSec...
[18:18:21.158] #4  0x000055c654475955 in MemoryContextCreate (node=node@entry=0x55c6643379a0, tag=tag@entry=T_AllocSetCo...
[18:18:21.158] #5  0x000055c654460a80 in AllocSetContextCreateInternal (parent=0x55c66431ce20, name=name@entry=0x55c6546...
[18:18:21.158] #6  0x000055c6541b5cf7 in pgstat_prep_pending_entry (kind=kind@entry=6, dboid=dboid@entry=0, objid=0, cre...
[18:18:21.158] #7  0x000055c6541b960e in pgstat_prep_backend_pending (procnum=<optimized out>) at ../src/backend/utils/a...
[18:18:21.158] #8  0x000055c653b902c6 in XLogWrite (WriteRqst=..., tli=tli@entry=1, flexible=flexible@entry=false) at .....
[18:18:21.158] #9  0x000055c653b92300 in XLogFlush (record=record@entry=53644984) at ../src/backend/access/transam/xlog....
tap
[18:14:49.267](0.721s) not ok 5 - pg_rewind local
[18:14:49.468](0.000s) not ok 8 - table content: query result matches
[18:14:49.515](0.000s) not ok 11 - table content: query result matches
[18:14:49.558](0.000s) not ok 14 - truncation: query result matches
[18:14:49.616](0.000s) not ok 17 - tail-copy: query result matches
[18:14:49.677](0.061s) not ok 18 - drop: psql exit code
[18:14:49.678](0.000s) not ok 19 - drop: psql no stderr
[18:14:49.678](0.000s) not ok 20 - drop: query result matches
tap
[18:14:48.785](1.486s) not ok 1 - pg_rewind local
test
[18:16:02.555] 177/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[18:16:02.555] 188/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 29660
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 29995
core
[18:17:32.556]   * frame #0: 0x00000001814e15f0 libsystem_kernel.dylib`__pthread_kill + 8
[18:17:32.556]     frame #1: 0x0000000181519c20 libsystem_pthread.dylib`pthread_kill + 288
[18:17:32.556]     frame #2: 0x0000000181426a30 libsystem_c.dylib`abort + 180
[18:17:32.556]     frame #3: 0x0000000100f6ca3c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[18:17:32.556]     frame #4: 0x0000000100f97f8c postgres`MemoryContextCreate(node=0x000000011280aa00, tag=T_AllocSetCont...
[18:17:32.556]     frame #5: 0x0000000100f8e92c postgres`AllocSetContextCreateInternal(parent=0x000000012280d200, name="...
[18:17:32.556]     frame #6: 0x0000000100e4fdc4 postgres`pgstat_prep_pending_entry(kind=6, dboid=0, objid=0, created_ent...
[18:17:32.556]     frame #7: 0x0000000100e507c4 postgres`pgstat_prep_backend_pending(procnum=<unavailable>) at pgstat_ba...
[18:17:32.556]     frame #8: 0x0000000100bbfea0 postgres`XLogWrite(WriteRqst=(Write = 53644984, Flush = 53644984), tli=<...
[18:17:32.556]     frame #9: 0x0000000100bbef40 postgres`XLogFlush(record=53644984) at xlog.c:2948:3
core
[18:16:44.387]   * frame #0: 0x00000001814e15f0 libsystem_kernel.dylib`__pthread_kill + 8
[18:16:44.387]     frame #1: 0x0000000181519c20 libsystem_pthread.dylib`pthread_kill + 288
[18:16:44.387]     frame #2: 0x0000000181426a30 libsystem_c.dylib`abort + 180
[18:16:44.387]     frame #3: 0x0000000104cc0a3c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[18:16:44.387]     frame #4: 0x0000000104cebf8c postgres`MemoryContextCreate(node=0x000000014d808200, tag=T_AllocSetCont...
[18:16:44.387]     frame #5: 0x0000000104ce292c postgres`AllocSetContextCreateInternal(parent=0x000000014c009400, name="...
[18:16:44.387]     frame #6: 0x0000000104ba3dc4 postgres`pgstat_prep_pending_entry(kind=6, dboid=0, objid=0, created_ent...
[18:16:44.387]     frame #7: 0x0000000104ba47c4 postgres`pgstat_prep_backend_pending(procnum=<unavailable>) at pgstat_ba...
[18:16:44.387]     frame #8: 0x0000000104913ea0 postgres`XLogWrite(WriteRqst=(Write = 50331808, Flush = 50331808), tli=<...
[18:16:44.387]     frame #9: 0x0000000104912f40 postgres`XLogFlush(record=50331808) at xlog.c:2948:3
tap
[18:12:05.818](25.681s) not ok 5 - pg_rewind local
[18:12:06.137](0.000s) not ok 8 - table content: query result matches
[18:12:06.171](0.000s) not ok 11 - table content: query result matches
[18:12:06.222](0.000s) not ok 14 - truncation: query result matches
[18:12:06.272](0.000s) not ok 17 - tail-copy: query result matches
[18:12:06.305](0.033s) not ok 18 - drop: psql exit code
[18:12:06.306](0.000s) not ok 19 - drop: psql no stderr
[18:12:06.306](0.000s) not ok 20 - drop: query result matches
tap
[18:12:05.816](25.525s) not ok 1 - pg_rewind local
test
[18:13:19.328] 196/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[18:13:19.328] 214/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 7696
assertion
TRAP: failed Assert("CritSectionCount == 0"), File: "../src/backend/utils/mmgr/mcxt.c", Line: 1107, PID: 6940
core
000000ea`77dff638 00007ff9`ca3a48fa     ntdll!NtFsControlFile+0x14
000000ea`77dff640 00007ff6`6a51c1bb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`77dff6b0 00007ff9`cb844cb0     postgres!pg_signal_thread(
000000ea`77dff7b0 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`77dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`779ffb78 00007ff9`ccdcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`779ffb80 00007ff9`cb844cb0     ntdll!TppWorkerThread+0x2df
000000ea`779ffe70 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`779ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`775fed60 00007ff6`6a86cf08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`775feda0 00007ff6`6a8b96da     postgres!ExceptionalCondition(
000000ea`775fede0 00007ff6`6a8a7f72     postgres!MemoryContextCreate(
000000ea`775fee10 00007ff6`6a65c26d     postgres!AllocSetContextCreateInternal(
000000ea`775feeb0 00007ff6`6a65fe8f     postgres!pgstat_prep_pending_entry(
000000ea`775fef10 00007ff6`6a19bf80     postgres!pgstat_prep_backend_pending(
000000ea`775fef50 00007ff6`6a19132b     postgres!XLogWrite(
000000ea`775ff090 00007ff6`6a195f86     postgres!XLogFlush(
000000ea`775ff140 00007ff6`6a5269b7     postgres!CreateCheckPoint(
000000ea`775ff2e0 00007ff6`6a19d851     postgres!RequestCheckpoint(
core
000000ea`785ffa08 00007ff9`ccdcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`785ffa10 00007ff9`cb844cb0     ntdll!TppWorkerThread+0x2df
000000ea`785ffd00 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`785ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`781ffbb8 00007ff9`ca35da4e     ntdll!NtWaitForSingleObject+0x14
000000ea`781ffbc0 00007ff6`6a51dc5c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ea`781ffc60 00007ff9`cb844cb0     postgres!pg_timer_thread(
000000ea`781ffca0 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`781ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff708 00007ff9`ccdcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff710 00007ff9`cb844cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffa00 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffa98 00007ff9`ccdcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ffaa0 00007ff9`cb844cb0     ntdll!TppWorkerThread+0x2df
00000001`013ffd90 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff798 00007ff9`ca35da4e     ntdll!NtWaitForSingleObject+0x14
00000001`017ff7a0 00007ff6`6a51dc5c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000001`017ff840 00007ff9`cb844cb0     postgres!pg_timer_thread(
00000001`017ff880 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff120 00007ff6`6a86cf08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff160 00007ff6`6a8b96da     postgres!ExceptionalCondition(
00000001`007ff1a0 00007ff6`6a8a7f72     postgres!MemoryContextCreate(
00000001`007ff1d0 00007ff6`6a65c26d     postgres!AllocSetContextCreateInternal(
00000001`007ff270 00007ff6`6a65fe8f     postgres!pgstat_prep_pending_entry(
00000001`007ff2d0 00007ff6`6a19bf80     postgres!pgstat_prep_backend_pending(
00000001`007ff310 00007ff6`6a19132b     postgres!XLogWrite(
00000001`007ff450 00007ff6`6a195f86     postgres!XLogFlush(
00000001`007ff500 00007ff6`6a5269b7     postgres!CreateCheckPoint(
00000001`007ff6a0 00007ff6`6a19d851     postgres!RequestCheckpoint(
core
00000001`00fff7f8 00007ff9`ca3a48fa     ntdll!NtFsControlFile+0x14
00000001`00fff800 00007ff6`6a51c1bb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fff870 00007ff9`cb844cb0     postgres!pg_signal_thread(
00000001`00fff970 00007ff9`cce3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[18:17:10.848](7.518s) not ok 5 - pg_rewind local
[18:17:11.941](0.000s) not ok 8 - table content: query result matches
[18:17:12.105](0.000s) not ok 11 - table content: query result matches
[18:17:12.468](0.001s) not ok 14 - truncation: query result matches
[18:17:12.904](0.001s) not ok 17 - tail-copy: query result matches
[18:17:13.079](0.175s) not ok 18 - drop: psql exit code
[18:17:13.081](0.001s) not ok 19 - drop: psql no stderr
[18:17:13.082](0.001s) not ok 20 - drop: query result matches
tap
[18:17:15.697](8.221s) not ok 1 - pg_rewind local
test
[18:22:08.134] 175/312 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[18:22:08.134] 183/312 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
51/5205 Make MultiXactOffset 64-bit type
CompilerWarnings
compiler
[16:32:27.135] multixact_old.c:79:1: error: unused function 'MultiXactIdToOffsetSegment' [-Werror,-Wunused-function]
compiler
[16:29:53.596] multixact_old.c:79:1: error: unused function 'MultiXactIdToOffsetSegment' [-Werror,-Wunused-function]
compiler
[16:24:04.880] multixact_rewrite.c:70:29: error: variable ‘newmulti’ set but not used [-Werror=unused-but-set-variable]
51/5479 Enable logical decoding when wal_level = 'replica' without a server restart
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:41:19.127](331.285s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/001_rep_changes.pl line 461.
test
[14:41:19.538] 312/312 postgresql:subscription / subscription/001_rep_changes                          ERROR           3...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[14:07:05.176] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:06:36.790] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:10:00.769] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
core
[13:53:06.110] #0  0x00001a322e2b1ff0 in ?? ()
[13:53:06.110] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-01-19 13:46:13.959276000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2025-01-19 13:49:00.342313000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[13:50:55.067] 141/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-01-19 13:46:11.578736052 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2025-01-19 13:48:15.954380720 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
core
[13:53:24.373] #0  0x00007fdd2ccaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.373] #1  0x00007fdd2cc5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.373] #2  0x00007fdd2cd16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.373] #3  0x00007fdd2cd2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.499] #0  0x00007f03f6191da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:53:24.619] #0  0x00007f03f6191da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.619] #1  0x00007f03f613e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.619] #2  0x00007f03f613e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.619] #3  0x000055a6142e05c1 in ?? ()
[13:53:24.619] #4  0x000055a6142da369 in ?? ()
[13:53:24.619] #5  0x000055a6142d920f in ?? ()
[13:53:24.619] #6  0x000055a6142d9c3b in ?? ()
[13:53:24.619] #7  0x000055a6142d766f in ?? ()
[13:53:24.619] #8  0x00007f03f612924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.619] #9  0x00007f03f6129305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:53:24.500] #0  0x00007f03f6191da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.500] #1  0x00007f03f613e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.500] #2  0x00007f03f613e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.500] #3  0x000055a6142e05f3 in ?? ()
[13:53:24.500] #4  0x000055a6142da369 in ?? ()
[13:53:24.500] #5  0x000055a6142d920f in ?? ()
[13:53:24.500] #6  0x000055a6142d9c3b in ?? ()
[13:53:24.500] #7  0x000055a6142d766f in ?? ()
[13:53:24.500] #8  0x00007f03f612924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:53:24.500] #9  0x00007f03f6129305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:53:24.373] #0  <unavailable> in ?? ()
core
[13:53:24.500] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-01-19 13:46:14.037095043 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2025-01-19 13:49:31.634550750 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[13:51:18.207] 144/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr /Users/admin/pgsql/build/testrun/ecpg...
--- /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-01-19 13:46:12
+++ /Users/admin/pgsql/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2025-01-19 13:49:19
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[13:51:01.044] 142/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr C:/cirrus/build/testrun/ec...
--- C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-01-19 13:46:17.513352900 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2025-01-19 13:53:27.704026300 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[13:59:41.914] 147/312 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4950 Show WAL stats on pg_stat_io
FreeBSD - 13 - Meson
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
[13:06:54.532](0.000s) #          got: 'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->ke...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
[13:06:55.188](0.000s) #                   'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent...
assertion
[13:06:56.491](0.000s) #                   'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
core
[13:09:17.321] #0  0x000000082c52341a in thr_kill () from /lib/libc.so.7
[13:09:17.321] #1  0x000000082c49ce64 in raise () from /lib/libc.so.7
[13:09:17.321] #2  0x000000082c54d6f9 in abort () from /lib/libc.so.7
[13:09:17.321] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:17.321] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843b57200, hstat=hstat@entry=0x82101efb0) a...
[13:09:17.321] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:17.321] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:17.321] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:17.321] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:17.321] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821023d08, argv@entry=0x821023d...
core
[13:09:30.438] #0  0x00000008294b341a in thr_kill () from /lib/libc.so.7
[13:09:30.438] #1  0x000000082942ce64 in raise () from /lib/libc.so.7
[13:09:30.438] #2  0x00000008294dd6f9 in abort () from /lib/libc.so.7
[13:09:30.438] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:30.438] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83826cc80, hstat=hstat@entry=0x820c99fb0) a...
[13:09:30.438] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:30.438] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:30.438] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:30.438] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:30.438] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c9eca0, argv@entry=0x820c9ec...
core
[13:09:30.179] #0  0x000000082a08b41a in thr_kill () from /lib/libc.so.7
[13:09:30.179] #1  0x000000082a004e64 in raise () from /lib/libc.so.7
[13:09:30.179] #2  0x000000082a0b56f9 in abort () from /lib/libc.so.7
[13:09:30.179] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:30.179] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83ed2c200, hstat=hstat@entry=0x821371fb0) a...
[13:09:30.179] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:30.179] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:30.179] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:30.179] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:30.179] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821376268, argv@entry=0x8213762...
core
[13:09:29.916] #0  0x000000082c6a641a in thr_kill () from /lib/libc.so.7
[13:09:29.916] #1  0x000000082c61fe64 in raise () from /lib/libc.so.7
[13:09:29.916] #2  0x000000082c6d06f9 in abort () from /lib/libc.so.7
[13:09:29.916] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:29.916] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841a03200, hstat=hstat@entry=0x8218fcfb0) a...
[13:09:29.916] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:29.916] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:29.916] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:29.916] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:29.916] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821901fd8, argv@entry=0x821901f...
core
[13:09:29.660] #0  0x000000082a04541a in thr_kill () from /lib/libc.so.7
[13:09:29.660] #1  0x0000000829fbee64 in raise () from /lib/libc.so.7
[13:09:29.660] #2  0x000000082a06f6f9 in abort () from /lib/libc.so.7
[13:09:29.660] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:29.660] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e678200, hstat=hstat@entry=0x82182dfb0) a...
[13:09:29.660] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:29.660] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:29.660] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:29.660] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:29.660] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821832590, argv@entry=0x8218325...
core
[13:09:29.398] #0  0x000000082ae0041a in thr_kill () from /lib/libc.so.7
[13:09:29.398] #1  0x000000082ad79e64 in raise () from /lib/libc.so.7
[13:09:29.398] #2  0x000000082ae2a6f9 in abort () from /lib/libc.so.7
[13:09:29.398] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:29.398] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8436e6200, hstat=hstat@entry=0x821a5dfb0) a...
[13:09:29.398] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:29.398] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:29.398] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:29.398] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:29.398] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821a62fb8, argv@entry=0x821a62f...
core
[13:09:29.142] #0  0x000000082b7ac41a in thr_kill () from /lib/libc.so.7
[13:09:29.142] #1  0x000000082b725e64 in raise () from /lib/libc.so.7
[13:09:29.142] #2  0x000000082b7d66f9 in abort () from /lib/libc.so.7
[13:09:29.142] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:29.142] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842e42200, hstat=hstat@entry=0x8212a6fb0) a...
[13:09:29.142] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:29.142] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:29.142] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:29.142] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:29.142] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212abda8, argv@entry=0x8212abd...
core
[13:09:28.875] #0  0x000000082b17a41a in thr_kill () from /lib/libc.so.7
[13:09:28.875] #1  0x000000082b0f3e64 in raise () from /lib/libc.so.7
[13:09:28.875] #2  0x000000082b1a46f9 in abort () from /lib/libc.so.7
[13:09:28.875] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:28.875] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840918200, hstat=hstat@entry=0x821adafb0) a...
[13:09:28.875] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:28.875] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:28.875] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:28.875] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:28.875] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821adf790, argv@entry=0x821adf7...
core
[13:09:28.614] #0  0x000000082c88c41a in thr_kill () from /lib/libc.so.7
[13:09:28.614] #1  0x000000082c805e64 in raise () from /lib/libc.so.7
[13:09:28.614] #2  0x000000082c8b66f9 in abort () from /lib/libc.so.7
[13:09:28.614] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:28.614] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x844f7f200, hstat=hstat@entry=0x821795fb0) a...
[13:09:28.614] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:28.614] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:28.614] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:28.614] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:28.614] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82179add8, argv@entry=0x82179ad...
core
[13:09:28.350] #0  0x000000082bcef41a in thr_kill () from /lib/libc.so.7
[13:09:28.350] #1  0x000000082bc68e64 in raise () from /lib/libc.so.7
[13:09:28.350] #2  0x000000082bd196f9 in abort () from /lib/libc.so.7
[13:09:28.350] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:28.350] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841785200, hstat=hstat@entry=0x821715fb0) a...
[13:09:28.350] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:28.350] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:28.350] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:28.350] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:28.350] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82171b010, argv@entry=0x82171b0...
core
[13:09:28.084] #0  0x0000000829cc441a in thr_kill () from /lib/libc.so.7
[13:09:28.084] #1  0x0000000829c3de64 in raise () from /lib/libc.so.7
[13:09:28.084] #2  0x0000000829cee6f9 in abort () from /lib/libc.so.7
[13:09:28.084] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:28.084] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f961200, hstat=hstat@entry=0x8218edfb0) a...
[13:09:28.084] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:28.084] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:28.084] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:28.084] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:28.084] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218f22d8, argv@entry=0x8218f22...
core
[13:09:27.813] #0  0x000000082c76d41a in thr_kill () from /lib/libc.so.7
[13:09:27.813] #1  0x000000082c6e6e64 in raise () from /lib/libc.so.7
[13:09:27.813] #2  0x000000082c7976f9 in abort () from /lib/libc.so.7
[13:09:27.813] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:27.813] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843da5200, hstat=hstat@entry=0x8214bdfb0) a...
[13:09:27.813] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:27.813] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:27.813] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:27.813] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:27.813] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214c2ac8, argv@entry=0x8214c2a...
core
[13:09:27.548] #0  0x0000000829fbb41a in thr_kill () from /lib/libc.so.7
[13:09:27.548] #1  0x0000000829f34e64 in raise () from /lib/libc.so.7
[13:09:27.548] #2  0x0000000829fe56f9 in abort () from /lib/libc.so.7
[13:09:27.548] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:27.548] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f0a4200, hstat=hstat@entry=0x82124efb0) a...
[13:09:27.548] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:27.548] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:27.548] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:27.548] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:27.548] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212537d8, argv@entry=0x8212537...
core
[13:09:27.277] #0  0x000000082d80241a in thr_kill () from /lib/libc.so.7
[13:09:27.277] #1  0x000000082d77be64 in raise () from /lib/libc.so.7
[13:09:27.277] #2  0x000000082d82c6f9 in abort () from /lib/libc.so.7
[13:09:27.277] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:27.277] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x846275200, hstat=hstat@entry=0x820cfcfb0) a...
[13:09:27.277] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:27.277] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:27.277] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:27.277] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:27.277] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d017b0, argv@entry=0x820d017...
core
[13:09:27.001] #0  0x000000082cd6b41a in thr_kill () from /lib/libc.so.7
[13:09:27.001] #1  0x000000082cce4e64 in raise () from /lib/libc.so.7
[13:09:27.001] #2  0x000000082cd956f9 in abort () from /lib/libc.so.7
[13:09:27.001] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:27.001] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8434a8200, hstat=hstat@entry=0x821146fb0) a...
[13:09:27.001] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:27.001] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:27.001] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:27.001] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:27.001] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82114b8d0, argv@entry=0x82114b8...
core
[13:09:26.734] #0  0x000000082ade241a in thr_kill () from /lib/libc.so.7
[13:09:26.734] #1  0x000000082ad5be64 in raise () from /lib/libc.so.7
[13:09:26.734] #2  0x000000082ae0c6f9 in abort () from /lib/libc.so.7
[13:09:26.734] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:26.734] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8411d8200, hstat=hstat@entry=0x821609fb0) a...
[13:09:26.734] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:26.734] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:26.734] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:26.734] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:26.734] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82160f150, argv@entry=0x82160f1...
core
[13:09:26.458] #0  0x000000082baa441a in thr_kill () from /lib/libc.so.7
[13:09:26.458] #1  0x000000082ba1de64 in raise () from /lib/libc.so.7
[13:09:26.458] #2  0x000000082bace6f9 in abort () from /lib/libc.so.7
[13:09:26.458] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:26.458] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84252c200, hstat=hstat@entry=0x820d60fb0) a...
[13:09:26.458] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:26.458] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:26.458] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:26.458] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:26.458] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d65e48, argv@entry=0x820d65e...
core
[13:09:26.196] #0  0x000000082dd5641a in thr_kill () from /lib/libc.so.7
[13:09:26.196] #1  0x000000082dccfe64 in raise () from /lib/libc.so.7
[13:09:26.196] #2  0x000000082dd806f9 in abort () from /lib/libc.so.7
[13:09:26.196] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:26.196] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x844e5b200, hstat=hstat@entry=0x821aedfb0) a...
[13:09:26.196] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:26.196] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:26.196] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:26.196] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:26.196] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821af24c8, argv@entry=0x821af24...
core
[13:09:25.931] #0  0x000000082ac2c41a in thr_kill () from /lib/libc.so.7
[13:09:25.931] #1  0x000000082aba5e64 in raise () from /lib/libc.so.7
[13:09:25.931] #2  0x000000082ac566f9 in abort () from /lib/libc.so.7
[13:09:25.931] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:25.931] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841922200, hstat=hstat@entry=0x82142cfb0) a...
[13:09:25.931] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:25.931] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:25.931] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:25.931] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:25.931] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821431b80, argv@entry=0x821431b...
core
[13:09:25.662] #0  0x000000082c30c41a in thr_kill () from /lib/libc.so.7
[13:09:25.662] #1  0x000000082c285e64 in raise () from /lib/libc.so.7
[13:09:25.662] #2  0x000000082c3366f9 in abort () from /lib/libc.so.7
[13:09:25.662] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:25.662] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841ffc200, hstat=hstat@entry=0x821456fb0) a...
[13:09:25.662] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:25.662] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:25.662] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:25.662] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:25.662] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82145c098, argv@entry=0x82145c0...
core
[13:09:25.392] #0  0x000000082a27041a in thr_kill () from /lib/libc.so.7
[13:09:25.392] #1  0x000000082a1e9e64 in raise () from /lib/libc.so.7
[13:09:25.392] #2  0x000000082a29a6f9 in abort () from /lib/libc.so.7
[13:09:25.392] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:25.392] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83eae3200, hstat=hstat@entry=0x820cf7fb0) a...
[13:09:25.392] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:25.392] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:25.392] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:25.392] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:25.392] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820cfc438, argv@entry=0x820cfc4...
core
[13:09:25.121] #0  0x000000082ab1941a in thr_kill () from /lib/libc.so.7
[13:09:25.121] #1  0x000000082aa92e64 in raise () from /lib/libc.so.7
[13:09:25.121] #2  0x000000082ab436f9 in abort () from /lib/libc.so.7
[13:09:25.121] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:25.121] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841bdf200, hstat=hstat@entry=0x8214f5fb0) a...
[13:09:25.121] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:25.121] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:25.121] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:25.121] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:25.121] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214faff8, argv@entry=0x8214faf...
core
[13:09:24.850] #0  0x000000082bf8841a in thr_kill () from /lib/libc.so.7
[13:09:24.850] #1  0x000000082bf01e64 in raise () from /lib/libc.so.7
[13:09:24.850] #2  0x000000082bfb26f9 in abort () from /lib/libc.so.7
[13:09:24.850] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:24.850] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841c67200, hstat=hstat@entry=0x8210f2fb0) a...
[13:09:24.850] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:24.850] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:24.850] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:24.850] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:24.850] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8210f7c88, argv@entry=0x8210f7c...
core
[13:09:24.585] #0  0x000000082aac741a in thr_kill () from /lib/libc.so.7
[13:09:24.585] #1  0x000000082aa40e64 in raise () from /lib/libc.so.7
[13:09:24.585] #2  0x000000082aaf16f9 in abort () from /lib/libc.so.7
[13:09:24.585] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:24.585] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8420f8200, hstat=hstat@entry=0x820e5dfb0) a...
[13:09:24.585] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:24.585] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:24.585] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:24.585] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:24.585] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e62d28, argv@entry=0x820e62d...
core
[13:09:24.321] #0  0x000000082dcb641a in thr_kill () from /lib/libc.so.7
[13:09:24.321] #1  0x000000082dc2fe64 in raise () from /lib/libc.so.7
[13:09:24.321] #2  0x000000082dce06f9 in abort () from /lib/libc.so.7
[13:09:24.321] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:24.321] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843e49200, hstat=hstat@entry=0x82141dfb0) a...
[13:09:24.321] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:24.321] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:24.321] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:24.321] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:24.321] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214225a8, argv@entry=0x8214225...
core
[13:09:24.053] #0  0x000000082a96d41a in thr_kill () from /lib/libc.so.7
[13:09:24.053] #1  0x000000082a8e6e64 in raise () from /lib/libc.so.7
[13:09:24.053] #2  0x000000082a9976f9 in abort () from /lib/libc.so.7
[13:09:24.053] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:24.053] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840e4d200, hstat=hstat@entry=0x821ba4fb0) a...
[13:09:24.053] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:24.053] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:24.053] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:24.053] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:24.053] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821ba97d0, argv@entry=0x821ba97...
core
[13:09:23.783] #0  0x00000008294e641a in thr_kill () from /lib/libc.so.7
[13:09:23.783] #1  0x000000082945fe64 in raise () from /lib/libc.so.7
[13:09:23.783] #2  0x00000008295106f9 in abort () from /lib/libc.so.7
[13:09:23.783] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:23.783] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83cf20200, hstat=hstat@entry=0x821843fb0) a...
[13:09:23.783] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:23.783] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:23.783] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:23.783] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:23.783] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821848770, argv@entry=0x8218487...
core
[13:09:23.514] #0  0x000000082a53241a in thr_kill () from /lib/libc.so.7
[13:09:23.514] #1  0x000000082a4abe64 in raise () from /lib/libc.so.7
[13:09:23.514] #2  0x000000082a55c6f9 in abort () from /lib/libc.so.7
[13:09:23.514] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:23.514] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840786200, hstat=hstat@entry=0x8213f2fb0) a...
[13:09:23.514] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:23.514] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:23.514] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:23.514] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:23.514] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213f8020, argv@entry=0x8213f80...
core
[13:09:23.242] #0  0x000000082b64341a in thr_kill () from /lib/libc.so.7
[13:09:23.242] #1  0x000000082b5bce64 in raise () from /lib/libc.so.7
[13:09:23.242] #2  0x000000082b66d6f9 in abort () from /lib/libc.so.7
[13:09:23.242] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:23.242] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84306b200, hstat=hstat@entry=0x8217a5fb0) a...
[13:09:23.242] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:23.242] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:23.242] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:23.242] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:23.242] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217aaad0, argv@entry=0x8217aaa...
core
[13:09:22.970] #0  0x000000082ca5141a in thr_kill () from /lib/libc.so.7
[13:09:22.970] #1  0x000000082c9cae64 in raise () from /lib/libc.so.7
[13:09:22.970] #2  0x000000082ca7b6f9 in abort () from /lib/libc.so.7
[13:09:22.970] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:22.970] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84330c200, hstat=hstat@entry=0x821b95fb0) a...
[13:09:22.970] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:22.970] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:22.970] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:22.970] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:22.970] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b9a2d8, argv@entry=0x821b9a2...
core
[13:09:22.705] #0  0x000000082d2a841a in thr_kill () from /lib/libc.so.7
[13:09:22.705] #1  0x000000082d221e64 in raise () from /lib/libc.so.7
[13:09:22.705] #2  0x000000082d2d26f9 in abort () from /lib/libc.so.7
[13:09:22.705] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:22.705] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8409e0200, hstat=hstat@entry=0x821949fb0) a...
[13:09:22.705] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:22.705] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:22.705] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:22.705] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:22.705] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82194f010, argv@entry=0x82194f0...
core
[13:09:22.441] #0  0x000000082d54641a in thr_kill () from /lib/libc.so.7
[13:09:22.441] #1  0x000000082d4bfe64 in raise () from /lib/libc.so.7
[13:09:22.441] #2  0x000000082d5706f9 in abort () from /lib/libc.so.7
[13:09:22.441] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:22.441] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842226200, hstat=hstat@entry=0x82132afb0) a...
[13:09:22.441] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:22.441] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:22.441] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:22.441] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:22.441] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82132f808, argv@entry=0x82132f8...
core
[13:09:22.176] #0  0x000000082c49841a in thr_kill () from /lib/libc.so.7
[13:09:22.176] #1  0x000000082c411e64 in raise () from /lib/libc.so.7
[13:09:22.176] #2  0x000000082c4c26f9 in abort () from /lib/libc.so.7
[13:09:22.176] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:22.176] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842fb9200, hstat=hstat@entry=0x820d88fb0) a...
[13:09:22.176] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:22.176] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:22.176] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:22.176] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:22.176] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d8d9c8, argv@entry=0x820d8d9...
core
[13:09:21.908] #0  0x000000082c21c41a in thr_kill () from /lib/libc.so.7
[13:09:21.908] #1  0x000000082c195e64 in raise () from /lib/libc.so.7
[13:09:21.908] #2  0x000000082c2466f9 in abort () from /lib/libc.so.7
[13:09:21.908] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:21.908] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842531200, hstat=hstat@entry=0x820e76fb0) a...
[13:09:21.908] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:21.908] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:21.908] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:21.908] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:21.908] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e7bf40, argv@entry=0x820e7bf...
core
[13:09:21.644] #0  0x000000082d38b41a in thr_kill () from /lib/libc.so.7
[13:09:21.644] #1  0x000000082d304e64 in raise () from /lib/libc.so.7
[13:09:21.644] #2  0x000000082d3b56f9 in abort () from /lib/libc.so.7
[13:09:21.644] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:21.644] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842764200, hstat=hstat@entry=0x821952fb0) a...
[13:09:21.644] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:21.644] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:21.644] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:21.644] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:21.644] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821957a20, argv@entry=0x821957a...
core
[13:09:21.374] #0  0x000000082ae5541a in thr_kill () from /lib/libc.so.7
[13:09:21.374] #1  0x000000082adcee64 in raise () from /lib/libc.so.7
[13:09:21.374] #2  0x000000082ae7f6f9 in abort () from /lib/libc.so.7
[13:09:21.374] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:21.374] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8411c8200, hstat=hstat@entry=0x821901fb0) a...
[13:09:21.374] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:21.374] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:21.374] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:21.374] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:21.374] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821906e68, argv@entry=0x821906e...
core
[13:09:21.100] #0  0x000000082a9be41a in thr_kill () from /lib/libc.so.7
[13:09:21.100] #1  0x000000082a937e64 in raise () from /lib/libc.so.7
[13:09:21.100] #2  0x000000082a9e86f9 in abort () from /lib/libc.so.7
[13:09:21.100] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:21.100] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841d6f200, hstat=hstat@entry=0x8213bafb0) a...
[13:09:21.100] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:21.100] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:21.100] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:21.100] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:21.100] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213bfd88, argv@entry=0x8213bfd...
core
[13:09:20.827] #0  0x000000082cddf41a in thr_kill () from /lib/libc.so.7
[13:09:20.827] #1  0x000000082cd58e64 in raise () from /lib/libc.so.7
[13:09:20.827] #2  0x000000082ce096f9 in abort () from /lib/libc.so.7
[13:09:20.827] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:20.827] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842977200, hstat=hstat@entry=0x821877fb0) a...
[13:09:20.827] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:20.827] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:20.827] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:20.827] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:20.827] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82187cac8, argv@entry=0x82187ca...
core
[13:09:20.559] #0  0x000000082c04941a in thr_kill () from /lib/libc.so.7
[13:09:20.559] #1  0x000000082bfc2e64 in raise () from /lib/libc.so.7
[13:09:20.559] #2  0x000000082c0736f9 in abort () from /lib/libc.so.7
[13:09:20.559] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:20.559] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83edd3200, hstat=hstat@entry=0x821852fb0) a...
[13:09:20.559] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:20.559] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:20.559] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:20.559] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:20.559] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821857e40, argv@entry=0x821857e...
core
[13:09:20.293] #0  0x0000000829ffe41a in thr_kill () from /lib/libc.so.7
[13:09:20.293] #1  0x0000000829f77e64 in raise () from /lib/libc.so.7
[13:09:20.293] #2  0x000000082a0286f9 in abort () from /lib/libc.so.7
[13:09:20.293] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:20.293] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8411b1200, hstat=hstat@entry=0x82148dfb0) a...
[13:09:20.293] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:20.293] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:20.293] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:20.293] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:20.293] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821492ae0, argv@entry=0x821492a...
core
[13:09:20.018] #0  0x0000000829a9f41a in thr_kill () from /lib/libc.so.7
[13:09:20.018] #1  0x0000000829a18e64 in raise () from /lib/libc.so.7
[13:09:20.018] #2  0x0000000829ac96f9 in abort () from /lib/libc.so.7
[13:09:20.018] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:20.018] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f4c2200, hstat=hstat@entry=0x820c6efb0) a...
[13:09:20.018] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:20.018] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:20.018] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:20.018] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:20.018] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c73820, argv@entry=0x820c738...
core
[13:09:19.743] #0  0x000000082963441a in thr_kill () from /lib/libc.so.7
[13:09:19.743] #1  0x00000008295ade64 in raise () from /lib/libc.so.7
[13:09:19.743] #2  0x000000082965e6f9 in abort () from /lib/libc.so.7
[13:09:19.743] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:19.743] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83d8f6200, hstat=hstat@entry=0x820e3dfb0) a...
[13:09:19.743] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:19.743] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:19.743] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:19.743] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:19.743] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e423d0, argv@entry=0x820e423...
core
[13:09:19.463] #0  0x000000082d0fd41a in thr_kill () from /lib/libc.so.7
[13:09:19.463] #1  0x000000082d076e64 in raise () from /lib/libc.so.7
[13:09:19.463] #2  0x000000082d1276f9 in abort () from /lib/libc.so.7
[13:09:19.463] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:19.463] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842e88200, hstat=hstat@entry=0x82189ffb0) a...
[13:09:19.463] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:19.463] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:19.463] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:19.463] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:19.463] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218a49e8, argv@entry=0x8218a49...
core
[13:09:19.194] #0  0x000000082d97941a in thr_kill () from /lib/libc.so.7
[13:09:19.194] #1  0x000000082d8f2e64 in raise () from /lib/libc.so.7
[13:09:19.194] #2  0x000000082d9a36f9 in abort () from /lib/libc.so.7
[13:09:19.194] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:19.194] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84531c200, hstat=hstat@entry=0x821b1cfb0) a...
[13:09:19.194] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:19.194] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:19.194] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:19.194] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:19.194] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b21ea0, argv@entry=0x821b21e...
core
[13:09:18.927] #0  0x000000082b6a341a in thr_kill () from /lib/libc.so.7
[13:09:18.927] #1  0x000000082b61ce64 in raise () from /lib/libc.so.7
[13:09:18.927] #2  0x000000082b6cd6f9 in abort () from /lib/libc.so.7
[13:09:18.927] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:18.927] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843307200, hstat=hstat@entry=0x820dcafb0) a...
[13:09:18.927] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:18.927] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:18.927] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:18.927] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:18.927] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820dcfa30, argv@entry=0x820dcfa...
core
[13:09:18.657] #0  0x000000082a0b141a in thr_kill () from /lib/libc.so.7
[13:09:18.657] #1  0x000000082a02ae64 in raise () from /lib/libc.so.7
[13:09:18.657] #2  0x000000082a0db6f9 in abort () from /lib/libc.so.7
[13:09:18.657] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:18.657] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83da87200, hstat=hstat@entry=0x820c1dfb0) a...
[13:09:18.657] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:18.657] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:18.657] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:18.657] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:18.657] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c223e0, argv@entry=0x820c223...
core
[13:09:18.394] #0  0x000000082a53c41a in thr_kill () from /lib/libc.so.7
[13:09:18.394] #1  0x000000082a4b5e64 in raise () from /lib/libc.so.7
[13:09:18.394] #2  0x000000082a5666f9 in abort () from /lib/libc.so.7
[13:09:18.394] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:18.394] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840d2d200, hstat=hstat@entry=0x82133bfb0) a...
[13:09:18.394] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:18.394] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:18.394] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:18.394] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:18.394] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821340ba8, argv@entry=0x821340b...
core
[13:09:18.133] #0  0x000000082c58741a in thr_kill () from /lib/libc.so.7
[13:09:18.133] #1  0x000000082c500e64 in raise () from /lib/libc.so.7
[13:09:18.133] #2  0x000000082c5b16f9 in abort () from /lib/libc.so.7
[13:09:18.133] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:18.133] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f29e200, hstat=hstat@entry=0x821146fb0) a...
[13:09:18.133] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:18.133] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:18.133] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:18.133] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:18.133] #9  0x0000000000682dcc in BootstrapModeMain (argc=6, argc@entry=7, argv=0x82114bcc8, argv@entry=0x82114bc...
core
[13:09:17.869] #0  0x000000082b3ef41a in thr_kill () from /lib/libc.so.7
[13:09:17.869] #1  0x000000082b368e64 in raise () from /lib/libc.so.7
[13:09:17.869] #2  0x000000082b4196f9 in abort () from /lib/libc.so.7
[13:09:17.869] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:17.869] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f3cc200, hstat=hstat@entry=0x821492fb0) a...
[13:09:17.869] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:17.869] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:17.869] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:17.869] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:17.869] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214978d0, argv@entry=0x8214978...
core
[13:08:44.015] #0  0x000000082a7bf41a in thr_kill () from /lib/libc.so.7
[13:08:44.015] #1  0x000000082a738e64 in raise () from /lib/libc.so.7
[13:08:44.015] #2  0x000000082a7e96f9 in abort () from /lib/libc.so.7
[13:08:44.015] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:44.015] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e406200, hstat=hstat@entry=0x82104cfb0) a...
[13:08:44.015] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:44.015] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:44.015] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:44.015] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:44.015] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8210517b0, argv@entry=0x8210517...
core
[13:08:44.283] #0  0x000000082ce5e41a in thr_kill () from /lib/libc.so.7
[13:08:44.283] #1  0x000000082cdd7e64 in raise () from /lib/libc.so.7
[13:08:44.283] #2  0x000000082ce886f9 in abort () from /lib/libc.so.7
[13:08:44.283] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:44.283] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842ee0600, hstat=hstat@entry=0x820e38fb0) a...
[13:08:44.283] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:44.283] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:44.283] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:44.283] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:44.283] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e3e1a0, argv@entry=0x820e3e1...
core
[13:08:44.565] #0  0x000000082ca5541a in thr_kill () from /lib/libc.so.7
[13:08:44.565] #1  0x000000082c9cee64 in raise () from /lib/libc.so.7
[13:08:44.565] #2  0x000000082ca7f6f9 in abort () from /lib/libc.so.7
[13:08:44.565] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:44.565] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8433fb200, hstat=hstat@entry=0x821399fb0) a...
[13:08:44.565] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:44.565] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:44.565] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:44.565] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:44.565] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82139e6a8, argv@entry=0x82139e6...
core
[13:08:44.844] #0  0x000000082ae8341a in thr_kill () from /lib/libc.so.7
[13:08:44.844] #1  0x000000082adfce64 in raise () from /lib/libc.so.7
[13:08:44.844] #2  0x000000082aead6f9 in abort () from /lib/libc.so.7
[13:08:44.844] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:44.844] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8406db200, hstat=hstat@entry=0x820e05fb0) a...
[13:08:44.844] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:44.844] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:44.844] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:44.844] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:44.844] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e0b000, argv@entry=0x820e0af...
core
[13:08:45.119] #0  0x000000082911841a in thr_kill () from /lib/libc.so.7
[13:08:45.119] #1  0x0000000829091e64 in raise () from /lib/libc.so.7
[13:08:45.119] #2  0x00000008291426f9 in abort () from /lib/libc.so.7
[13:08:45.119] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:45.119] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83ee29200, hstat=hstat@entry=0x8215fafb0) a...
[13:08:45.119] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:45.119] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:45.119] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:45.119] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:45.119] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8215ff710, argv@entry=0x8215ff7...
core
[13:08:45.392] #0  0x000000082be2441a in thr_kill () from /lib/libc.so.7
[13:08:45.392] #1  0x000000082bd9de64 in raise () from /lib/libc.so.7
[13:08:45.392] #2  0x000000082be4e6f9 in abort () from /lib/libc.so.7
[13:08:45.392] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:45.392] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840852200, hstat=hstat@entry=0x8218c4fb0) a...
[13:08:45.392] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:45.392] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:45.392] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:45.392] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:45.392] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218c9f48, argv@entry=0x8218c9f...
core
[13:08:45.665] #0  0x000000082b9ee41a in thr_kill () from /lib/libc.so.7
[13:08:45.665] #1  0x000000082b967e64 in raise () from /lib/libc.so.7
[13:08:45.665] #2  0x000000082ba186f9 in abort () from /lib/libc.so.7
[13:08:45.665] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:45.665] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843cd6200, hstat=hstat@entry=0x820c49fb0) a...
[13:08:45.665] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:45.665] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:45.665] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:45.665] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:45.665] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c4ee90, argv@entry=0x820c4ee...
core
[13:08:45.940] #0  0x000000082986641a in thr_kill () from /lib/libc.so.7
[13:08:45.940] #1  0x00000008297dfe64 in raise () from /lib/libc.so.7
[13:08:45.940] #2  0x00000008298906f9 in abort () from /lib/libc.so.7
[13:08:45.940] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:45.940] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8404e6200, hstat=hstat@entry=0x820f00fb0) a...
[13:08:45.940] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:45.940] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:45.940] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:45.940] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:45.940] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820f06030, argv@entry=0x820f060...
core
[13:08:46.214] #0  0x000000082b0a941a in thr_kill () from /lib/libc.so.7
[13:08:46.214] #1  0x000000082b022e64 in raise () from /lib/libc.so.7
[13:08:46.214] #2  0x000000082b0d36f9 in abort () from /lib/libc.so.7
[13:08:46.214] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:46.214] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8426c0200, hstat=hstat@entry=0x82117dfb0) a...
[13:08:46.214] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:46.214] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:46.214] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:46.214] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:46.214] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821182c90, argv@entry=0x821182c...
core
[13:08:46.481] #0  0x000000082d5ca41a in thr_kill () from /lib/libc.so.7
[13:08:46.481] #1  0x000000082d543e64 in raise () from /lib/libc.so.7
[13:08:46.481] #2  0x000000082d5f46f9 in abort () from /lib/libc.so.7
[13:08:46.481] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:46.481] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x844b2d200, hstat=hstat@entry=0x821b87fb0) a...
[13:08:46.481] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:46.481] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:46.481] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:46.481] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:46.481] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b8c4d8, argv@entry=0x821b8c4...
core
[13:08:46.751] #0  0x000000082b71b41a in thr_kill () from /lib/libc.so.7
[13:08:46.751] #1  0x000000082b694e64 in raise () from /lib/libc.so.7
[13:08:46.751] #2  0x000000082b7456f9 in abort () from /lib/libc.so.7
[13:08:46.751] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:46.751] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842c9f200, hstat=hstat@entry=0x8212d7fb0) a...
[13:08:46.751] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:46.751] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:46.751] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:46.751] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:46.751] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212dc688, argv@entry=0x8212dc6...
core
[13:08:47.024] #0  0x000000082a68441a in thr_kill () from /lib/libc.so.7
[13:08:47.024] #1  0x000000082a5fde64 in raise () from /lib/libc.so.7
[13:08:47.024] #2  0x000000082a6ae6f9 in abort () from /lib/libc.so.7
[13:08:47.024] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:47.024] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841b2a200, hstat=hstat@entry=0x8213eafb0) a...
[13:08:47.024] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:47.024] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:47.024] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:47.024] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:47.024] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213ef3c8, argv@entry=0x8213ef3...
core
[13:08:47.297] #0  0x000000082f14141a in thr_kill () from /lib/libc.so.7
[13:08:47.297] #1  0x000000082f0bae64 in raise () from /lib/libc.so.7
[13:08:47.297] #2  0x000000082f16b6f9 in abort () from /lib/libc.so.7
[13:08:47.297] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:47.297] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843dcc200, hstat=hstat@entry=0x821b8ffb0) a...
[13:08:47.297] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:47.297] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:47.297] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:47.297] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:47.297] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b951f8, argv@entry=0x821b951...
core
[13:08:47.568] #0  0x000000082c71b41a in thr_kill () from /lib/libc.so.7
[13:08:47.568] #1  0x000000082c694e64 in raise () from /lib/libc.so.7
[13:08:47.568] #2  0x000000082c7456f9 in abort () from /lib/libc.so.7
[13:08:47.568] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:47.568] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84329a200, hstat=hstat@entry=0x821846fb0) a...
[13:08:47.568] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:47.568] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:47.568] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:47.568] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:47.568] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82184bf90, argv@entry=0x82184bf...
core
[13:08:47.841] #0  0x000000082c83b41a in thr_kill () from /lib/libc.so.7
[13:08:47.841] #1  0x000000082c7b4e64 in raise () from /lib/libc.so.7
[13:08:47.841] #2  0x000000082c8656f9 in abort () from /lib/libc.so.7
[13:08:47.841] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:47.841] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842773200, hstat=hstat@entry=0x821a46fb0) a...
[13:08:47.841] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:47.841] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:47.841] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:47.841] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:47.841] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821a4b608, argv@entry=0x821a4b6...
core
[13:08:48.117] #0  0x000000082c82641a in thr_kill () from /lib/libc.so.7
[13:08:48.117] #1  0x000000082c79fe64 in raise () from /lib/libc.so.7
[13:08:48.117] #2  0x000000082c8506f9 in abort () from /lib/libc.so.7
[13:08:48.117] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:48.117] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8435dd200, hstat=hstat@entry=0x821adbfb0) a...
[13:08:48.117] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:48.117] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:48.117] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:48.117] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:48.117] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821ae0848, argv@entry=0x821ae08...
core
[13:08:48.383] #0  0x000000082b2ae41a in thr_kill () from /lib/libc.so.7
[13:08:48.383] #1  0x000000082b227e64 in raise () from /lib/libc.so.7
[13:08:48.383] #2  0x000000082b2d86f9 in abort () from /lib/libc.so.7
[13:08:48.383] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:48.383] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840f03200, hstat=hstat@entry=0x82109efb0) a...
[13:08:48.383] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:48.383] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:48.383] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:48.383] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:48.383] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8210a39c8, argv@entry=0x8210a39...
core
[13:08:48.660] #0  0x000000082acdd41a in thr_kill () from /lib/libc.so.7
[13:08:48.660] #1  0x000000082ac56e64 in raise () from /lib/libc.so.7
[13:08:48.660] #2  0x000000082ad076f9 in abort () from /lib/libc.so.7
[13:08:48.660] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:48.660] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e47d200, hstat=hstat@entry=0x8214f1fb0) a...
[13:08:48.660] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:48.660] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:48.660] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:48.660] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:48.660] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214f6608, argv@entry=0x8214f66...
core
[13:08:48.930] #0  0x0000000829d8d41a in thr_kill () from /lib/libc.so.7
[13:08:48.930] #1  0x0000000829d06e64 in raise () from /lib/libc.so.7
[13:08:48.930] #2  0x0000000829db76f9 in abort () from /lib/libc.so.7
[13:08:48.930] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:48.930] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84350e200, hstat=hstat@entry=0x821970fb0) a...
[13:08:48.930] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:48.930] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:48.930] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:48.930] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:48.930] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821975cc8, argv@entry=0x821975c...
core
[13:08:49.200] #0  0x000000082b63741a in thr_kill () from /lib/libc.so.7
[13:08:49.200] #1  0x000000082b5b0e64 in raise () from /lib/libc.so.7
[13:08:49.200] #2  0x000000082b6616f9 in abort () from /lib/libc.so.7
[13:08:49.200] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:49.200] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841e68200, hstat=hstat@entry=0x82113bfb0) a...
[13:08:49.200] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:49.200] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:49.200] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:49.200] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:49.200] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821140a78, argv@entry=0x821140a...
core
[13:08:49.470] #0  0x000000082e3a341a in thr_kill () from /lib/libc.so.7
[13:08:49.470] #1  0x000000082e31ce64 in raise () from /lib/libc.so.7
[13:08:49.470] #2  0x000000082e3cd6f9 in abort () from /lib/libc.so.7
[13:08:49.470] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:49.470] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843ea9200, hstat=hstat@entry=0x8218acfb0) a...
[13:08:49.470] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:49.470] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:49.470] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:49.470] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:49.470] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218b1380, argv@entry=0x8218b13...
core
[13:08:49.742] #0  0x000000082d6f841a in thr_kill () from /lib/libc.so.7
[13:08:49.742] #1  0x000000082d671e64 in raise () from /lib/libc.so.7
[13:08:49.742] #2  0x000000082d7226f9 in abort () from /lib/libc.so.7
[13:08:49.742] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:49.742] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843510200, hstat=hstat@entry=0x8212d4fb0) a...
[13:08:49.742] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:49.742] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:49.742] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:49.742] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:49.742] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212d9640, argv@entry=0x8212d96...
core
[13:08:50.015] #0  0x000000082c41141a in thr_kill () from /lib/libc.so.7
[13:08:50.015] #1  0x000000082c38ae64 in raise () from /lib/libc.so.7
[13:08:50.015] #2  0x000000082c43b6f9 in abort () from /lib/libc.so.7
[13:08:50.015] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:50.015] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f5f4200, hstat=hstat@entry=0x821326fb0) a...
[13:08:50.015] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:50.015] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:50.015] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:50.015] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:50.015] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82132ba80, argv@entry=0x82132ba...
core
[13:08:50.284] #0  0x000000082a84c41a in thr_kill () from /lib/libc.so.7
[13:08:50.284] #1  0x000000082a7c5e64 in raise () from /lib/libc.so.7
[13:08:50.284] #2  0x000000082a8766f9 in abort () from /lib/libc.so.7
[13:08:50.284] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:50.284] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8430b7200, hstat=hstat@entry=0x820bfffb0) a...
[13:08:50.284] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:50.284] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:50.284] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:50.284] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:50.284] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c04d50, argv@entry=0x820c04d...
core
[13:08:50.556] #0  0x000000082b79d41a in thr_kill () from /lib/libc.so.7
[13:08:50.556] #1  0x000000082b716e64 in raise () from /lib/libc.so.7
[13:08:50.556] #2  0x000000082b7c76f9 in abort () from /lib/libc.so.7
[13:08:50.556] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:50.556] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843533200, hstat=hstat@entry=0x8218d5fb0) a...
[13:08:50.556] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:50.556] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:50.556] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:50.556] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:50.556] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218da268, argv@entry=0x8218da2...
core
[13:08:50.828] #0  0x000000082903941a in thr_kill () from /lib/libc.so.7
[13:08:50.828] #1  0x0000000828fb2e64 in raise () from /lib/libc.so.7
[13:08:50.828] #2  0x00000008290636f9 in abort () from /lib/libc.so.7
[13:08:50.828] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:50.828] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83ea54200, hstat=hstat@entry=0x820dbafb0) a...
[13:08:50.828] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:50.828] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:50.828] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:50.828] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:50.828] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820dbf9d0, argv@entry=0x820dbf9...
core
[13:08:51.100] #0  0x000000082d12041a in thr_kill () from /lib/libc.so.7
[13:08:51.100] #1  0x000000082d099e64 in raise () from /lib/libc.so.7
[13:08:51.100] #2  0x000000082d14a6f9 in abort () from /lib/libc.so.7
[13:08:51.100] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:51.100] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8417a9200, hstat=hstat@entry=0x82199ffb0) a...
[13:08:51.100] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:51.100] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:51.100] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:51.100] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:51.100] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8219a46c0, argv@entry=0x8219a46...
core
[13:08:51.374] #0  0x000000082b37941a in thr_kill () from /lib/libc.so.7
[13:08:51.374] #1  0x000000082b2f2e64 in raise () from /lib/libc.so.7
[13:08:51.374] #2  0x000000082b3a36f9 in abort () from /lib/libc.so.7
[13:08:51.374] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:51.374] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841dc4200, hstat=hstat@entry=0x8218bafb0) a...
[13:08:51.374] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:51.374] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:51.374] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:51.374] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:51.374] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218bfe30, argv@entry=0x8218bfe...
core
[13:08:51.647] #0  0x000000082c7f241a in thr_kill () from /lib/libc.so.7
[13:08:51.647] #1  0x000000082c76be64 in raise () from /lib/libc.so.7
[13:08:51.647] #2  0x000000082c81c6f9 in abort () from /lib/libc.so.7
[13:08:51.647] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:51.647] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8429ff200, hstat=hstat@entry=0x821b55fb0) a...
[13:08:51.647] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:51.647] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:51.647] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:51.647] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:51.647] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b5a4b8, argv@entry=0x821b5a4...
core
[13:08:51.920] #0  0x0000000829dce41a in thr_kill () from /lib/libc.so.7
[13:08:51.920] #1  0x0000000829d47e64 in raise () from /lib/libc.so.7
[13:08:51.920] #2  0x0000000829df86f9 in abort () from /lib/libc.so.7
[13:08:51.920] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:51.920] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f82f200, hstat=hstat@entry=0x8214a5fb0) a...
[13:08:51.920] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:51.920] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:51.920] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:51.920] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:51.920] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214aa768, argv@entry=0x8214aa7...
core
[13:08:52.189] #0  0x000000082b7a841a in thr_kill () from /lib/libc.so.7
[13:08:52.189] #1  0x000000082b721e64 in raise () from /lib/libc.so.7
[13:08:52.189] #2  0x000000082b7d26f9 in abort () from /lib/libc.so.7
[13:08:52.189] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:52.189] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842b01200, hstat=hstat@entry=0x820e89fb0) a...
[13:08:52.189] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:52.189] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:52.189] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:52.189] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:52.189] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e8eaa8, argv@entry=0x820e8ea...
core
[13:08:52.455] #0  0x000000082a0d941a in thr_kill () from /lib/libc.so.7
[13:08:52.455] #1  0x000000082a052e64 in raise () from /lib/libc.so.7
[13:08:52.455] #2  0x000000082a1036f9 in abort () from /lib/libc.so.7
[13:08:52.455] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:52.455] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840ee6200, hstat=hstat@entry=0x82169afb0) a...
[13:08:52.455] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:52.455] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:52.455] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:52.455] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:52.455] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82169ff08, argv@entry=0x82169ff...
core
[13:08:52.725] #0  0x000000082cc9741a in thr_kill () from /lib/libc.so.7
[13:08:52.725] #1  0x000000082cc10e64 in raise () from /lib/libc.so.7
[13:08:52.725] #2  0x000000082ccc16f9 in abort () from /lib/libc.so.7
[13:08:52.725] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:52.725] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84230e200, hstat=hstat@entry=0x821460fb0) a...
[13:08:52.725] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:52.725] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:52.725] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:52.725] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:52.725] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821465f08, argv@entry=0x821465f...
core
[13:08:52.996] #0  0x000000082bf4f41a in thr_kill () from /lib/libc.so.7
[13:08:52.996] #1  0x000000082bec8e64 in raise () from /lib/libc.so.7
[13:08:52.996] #2  0x000000082bf796f9 in abort () from /lib/libc.so.7
[13:08:52.996] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:52.996] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842165200, hstat=hstat@entry=0x820c0efb0) a...
[13:08:52.996] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:52.996] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:52.996] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:52.996] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:52.996] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c13f70, argv@entry=0x820c13f...
core
[13:08:53.269] #0  0x000000082ba7241a in thr_kill () from /lib/libc.so.7
[13:08:53.269] #1  0x000000082b9ebe64 in raise () from /lib/libc.so.7
[13:08:53.269] #2  0x000000082ba9c6f9 in abort () from /lib/libc.so.7
[13:08:53.269] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:53.269] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8426bd200, hstat=hstat@entry=0x8214a1fb0) a...
[13:08:53.269] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:53.269] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:53.269] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:53.269] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:53.269] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214a6758, argv@entry=0x8214a67...
core
[13:08:53.537] #0  0x000000082a8e441a in thr_kill () from /lib/libc.so.7
[13:08:53.537] #1  0x000000082a85de64 in raise () from /lib/libc.so.7
[13:08:53.537] #2  0x000000082a90e6f9 in abort () from /lib/libc.so.7
[13:08:53.537] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:53.537] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84090a200, hstat=hstat@entry=0x8214b7fb0) a...
[13:08:53.537] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:53.537] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:53.537] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:53.537] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:53.537] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214bcf90, argv@entry=0x8214bcf...
core
[13:08:53.809] #0  0x000000082c1fb41a in thr_kill () from /lib/libc.so.7
[13:08:53.809] #1  0x000000082c174e64 in raise () from /lib/libc.so.7
[13:08:53.809] #2  0x000000082c2256f9 in abort () from /lib/libc.so.7
[13:08:53.809] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:53.809] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84594e200, hstat=hstat@entry=0x820e3afb0) a...
[13:08:53.809] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:53.809] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:53.809] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:53.809] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:53.809] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e40040, argv@entry=0x820e400...
core
[13:08:54.086] #0  0x000000082ae9341a in thr_kill () from /lib/libc.so.7
[13:08:54.086] #1  0x000000082ae0ce64 in raise () from /lib/libc.so.7
[13:08:54.086] #2  0x000000082aebd6f9 in abort () from /lib/libc.so.7
[13:08:54.086] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:54.086] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841766200, hstat=hstat@entry=0x8217a7fb0) a...
[13:08:54.086] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:54.086] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:54.086] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:54.086] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:54.086] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217acce0, argv@entry=0x8217acc...
core
[13:08:54.359] #0  0x000000082cf0441a in thr_kill () from /lib/libc.so.7
[13:08:54.359] #1  0x000000082ce7de64 in raise () from /lib/libc.so.7
[13:08:54.359] #2  0x000000082cf2e6f9 in abort () from /lib/libc.so.7
[13:08:54.359] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:54.359] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843262200, hstat=hstat@entry=0x820f90fb0) a...
[13:08:54.359] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:54.359] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:54.359] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:54.359] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:54.359] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820f95908, argv@entry=0x820f959...
core
[13:08:54.637] #0  0x000000082a02741a in thr_kill () from /lib/libc.so.7
[13:08:54.637] #1  0x0000000829fa0e64 in raise () from /lib/libc.so.7
[13:08:54.637] #2  0x000000082a0516f9 in abort () from /lib/libc.so.7
[13:08:54.637] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:54.637] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f51c200, hstat=hstat@entry=0x8218a6fb0) a...
[13:08:54.637] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:54.637] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:54.637] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:54.637] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:54.637] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8218ab8a0, argv@entry=0x8218ab8...
core
[13:08:54.908] #0  0x000000082c9b741a in thr_kill () from /lib/libc.so.7
[13:08:54.908] #1  0x000000082c930e64 in raise () from /lib/libc.so.7
[13:08:54.908] #2  0x000000082c9e16f9 in abort () from /lib/libc.so.7
[13:08:54.908] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:54.908] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841f12200, hstat=hstat@entry=0x821251fb0) a...
[13:08:54.908] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:54.908] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:54.908] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:54.908] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:54.908] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821256878, argv@entry=0x8212568...
core
[13:08:55.178] #0  0x000000082bc3f41a in thr_kill () from /lib/libc.so.7
[13:08:55.178] #1  0x000000082bbb8e64 in raise () from /lib/libc.so.7
[13:08:55.178] #2  0x000000082bc696f9 in abort () from /lib/libc.so.7
[13:08:55.178] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:55.178] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842924200, hstat=hstat@entry=0x821937fb0) a...
[13:08:55.178] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:55.178] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:55.178] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:55.178] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:55.178] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82193cfc8, argv@entry=0x82193cf...
core
[13:08:55.459] #0  0x000000082b45841a in thr_kill () from /lib/libc.so.7
[13:08:55.459] #1  0x000000082b3d1e64 in raise () from /lib/libc.so.7
[13:08:55.459] #2  0x000000082b4826f9 in abort () from /lib/libc.so.7
[13:08:55.459] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:55.459] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842c7f200, hstat=hstat@entry=0x821812fb0) a...
[13:08:55.459] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:55.459] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:55.459] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:55.459] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:55.459] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821818188, argv@entry=0x8218181...
core
[13:08:55.734] #0  0x000000082c6a441a in thr_kill () from /lib/libc.so.7
[13:08:55.734] #1  0x000000082c61de64 in raise () from /lib/libc.so.7
[13:08:55.734] #2  0x000000082c6ce6f9 in abort () from /lib/libc.so.7
[13:08:55.734] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:55.734] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843f72200, hstat=hstat@entry=0x821057fb0) a...
[13:08:55.734] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:55.734] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:55.734] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:55.734] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:55.734] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82105cb58, argv@entry=0x82105cb...
core
[13:08:56.008] #0  0x000000082c12141a in thr_kill () from /lib/libc.so.7
[13:08:56.008] #1  0x000000082c09ae64 in raise () from /lib/libc.so.7
[13:08:56.008] #2  0x000000082c14b6f9 in abort () from /lib/libc.so.7
[13:08:56.008] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:56.008] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e8b8200, hstat=hstat@entry=0x821097fb0) a...
[13:08:56.008] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:56.008] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:56.008] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:56.008] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:56.008] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82109c808, argv@entry=0x82109c8...
core
[13:08:56.278] #0  0x0000000829e5e41a in thr_kill () from /lib/libc.so.7
[13:08:56.278] #1  0x0000000829dd7e64 in raise () from /lib/libc.so.7
[13:08:56.278] #2  0x0000000829e886f9 in abort () from /lib/libc.so.7
[13:08:56.278] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:56.278] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842a73200, hstat=hstat@entry=0x820d03fb0) a...
[13:08:56.278] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:56.278] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:56.278] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:56.278] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:56.278] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d087e0, argv@entry=0x820d087...
core
[13:08:56.555] #0  0x000000082b58741a in thr_kill () from /lib/libc.so.7
[13:08:56.555] #1  0x000000082b500e64 in raise () from /lib/libc.so.7
[13:08:56.555] #2  0x000000082b5b16f9 in abort () from /lib/libc.so.7
[13:08:56.555] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:56.555] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842093200, hstat=hstat@entry=0x821b46fb0) a...
[13:08:56.555] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:56.555] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:56.555] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:56.555] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:56.555] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b4c148, argv@entry=0x821b4c1...
core
[13:08:56.830] #0  0x000000082b41e41a in thr_kill () from /lib/libc.so.7
[13:08:56.830] #1  0x000000082b397e64 in raise () from /lib/libc.so.7
[13:08:56.830] #2  0x000000082b4486f9 in abort () from /lib/libc.so.7
[13:08:56.830] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:56.830] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8406c2200, hstat=hstat@entry=0x820ea2fb0) a...
[13:08:56.830] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:56.830] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:56.830] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:56.830] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:56.830] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820ea8040, argv@entry=0x820ea80...
core
[13:08:57.097] #0  0x000000082b3b541a in thr_kill () from /lib/libc.so.7
[13:08:57.097] #1  0x000000082b32ee64 in raise () from /lib/libc.so.7
[13:08:57.097] #2  0x000000082b3df6f9 in abort () from /lib/libc.so.7
[13:08:57.097] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:57.097] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842f09200, hstat=hstat@entry=0x8217d3fb0) a...
[13:08:57.097] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:57.097] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:57.097] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:57.097] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:57.097] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217d8a20, argv@entry=0x8217d8a...
core
[13:08:57.363] #0  0x000000082aeb841a in thr_kill () from /lib/libc.so.7
[13:08:57.363] #1  0x000000082ae31e64 in raise () from /lib/libc.so.7
[13:08:57.363] #2  0x000000082aee26f9 in abort () from /lib/libc.so.7
[13:08:57.363] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:57.363] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8429a0200, hstat=hstat@entry=0x8211c1fb0) a...
[13:08:57.363] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:57.363] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:57.363] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:57.363] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:57.363] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211c6ec0, argv@entry=0x8211c6e...
core
[13:08:57.627] #0  0x000000082cdac41a in thr_kill () from /lib/libc.so.7
[13:08:57.627] #1  0x000000082cd25e64 in raise () from /lib/libc.so.7
[13:08:57.627] #2  0x000000082cdd66f9 in abort () from /lib/libc.so.7
[13:08:57.627] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:57.627] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841363200, hstat=hstat@entry=0x821508fb0) a...
[13:08:57.627] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:57.627] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:57.627] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:57.627] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:57.627] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82150de18, argv@entry=0x82150de...
core
[13:08:57.896] #0  0x000000082bbb641a in thr_kill () from /lib/libc.so.7
[13:08:57.896] #1  0x000000082bb2fe64 in raise () from /lib/libc.so.7
[13:08:57.896] #2  0x000000082bbe06f9 in abort () from /lib/libc.so.7
[13:08:57.896] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:57.896] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84124a200, hstat=hstat@entry=0x821b6bfb0) a...
[13:08:57.896] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:57.896] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:57.896] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:57.896] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:57.896] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b70858, argv@entry=0x821b708...
core
[13:08:58.165] #0  0x000000082ca8141a in thr_kill () from /lib/libc.so.7
[13:08:58.165] #1  0x000000082c9fae64 in raise () from /lib/libc.so.7
[13:08:58.165] #2  0x000000082caab6f9 in abort () from /lib/libc.so.7
[13:08:58.165] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:58.165] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842c18200, hstat=hstat@entry=0x8219c8fb0) a...
[13:08:58.165] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:58.165] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:58.165] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:58.165] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:58.165] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8219cd9b0, argv@entry=0x8219cd9...
core
[13:08:58.438] #0  0x000000082c51041a in thr_kill () from /lib/libc.so.7
[13:08:58.438] #1  0x000000082c489e64 in raise () from /lib/libc.so.7
[13:08:58.438] #2  0x000000082c53a6f9 in abort () from /lib/libc.so.7
[13:08:58.438] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:58.438] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840d82200, hstat=hstat@entry=0x8211edfb0) a...
[13:08:58.438] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:58.438] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:58.438] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:58.438] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:58.438] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211f2440, argv@entry=0x8211f24...
core
[13:08:58.714] #0  0x000000082bea741a in thr_kill () from /lib/libc.so.7
[13:08:58.714] #1  0x000000082be20e64 in raise () from /lib/libc.so.7
[13:08:58.714] #2  0x000000082bed16f9 in abort () from /lib/libc.so.7
[13:08:58.714] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:58.714] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x844abf200, hstat=hstat@entry=0x820d0efb0) a...
[13:08:58.714] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:58.714] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:58.714] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:58.714] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:58.714] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d13b30, argv@entry=0x820d13b...
core
[13:08:58.979] #0  0x000000082a3e841a in thr_kill () from /lib/libc.so.7
[13:08:58.979] #1  0x000000082a361e64 in raise () from /lib/libc.so.7
[13:08:58.979] #2  0x000000082a4126f9 in abort () from /lib/libc.so.7
[13:08:58.979] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:58.979] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83eb64200, hstat=hstat@entry=0x820df5fb0) a...
[13:08:58.979] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:58.979] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:58.979] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:58.979] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:58.979] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820dfa300, argv@entry=0x820dfa2...
core
[13:08:59.248] #0  0x000000082aeca41a in thr_kill () from /lib/libc.so.7
[13:08:59.248] #1  0x000000082ae43e64 in raise () from /lib/libc.so.7
[13:08:59.248] #2  0x000000082aef46f9 in abort () from /lib/libc.so.7
[13:08:59.248] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:59.248] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84166c200, hstat=hstat@entry=0x821476fb0) a...
[13:08:59.248] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:59.248] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:59.248] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:59.248] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:59.248] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82147b398, argv@entry=0x82147b3...
core
[13:08:59.521] #0  0x000000082ae7341a in thr_kill () from /lib/libc.so.7
[13:08:59.521] #1  0x000000082adece64 in raise () from /lib/libc.so.7
[13:08:59.521] #2  0x000000082ae9d6f9 in abort () from /lib/libc.so.7
[13:08:59.521] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:59.521] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8405ea200, hstat=hstat@entry=0x820e0cfb0) a...
[13:08:59.521] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:59.521] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:59.521] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:59.521] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:59.521] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e11438, argv@entry=0x820e114...
core
[13:08:59.798] #0  0x000000082c52041a in thr_kill () from /lib/libc.so.7
[13:08:59.798] #1  0x000000082c499e64 in raise () from /lib/libc.so.7
[13:08:59.798] #2  0x000000082c54a6f9 in abort () from /lib/libc.so.7
[13:08:59.798] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:59.798] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843e55200, hstat=hstat@entry=0x8216a7fb0) a...
[13:08:59.798] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:59.798] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:59.798] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:59.798] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:59.798] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8216acc38, argv@entry=0x8216acc...
core
[13:09:00.064] #0  0x000000082b1a441a in thr_kill () from /lib/libc.so.7
[13:09:00.064] #1  0x000000082b11de64 in raise () from /lib/libc.so.7
[13:09:00.064] #2  0x000000082b1ce6f9 in abort () from /lib/libc.so.7
[13:09:00.064] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:00.064] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843e36200, hstat=hstat@entry=0x821a52fb0) a...
[13:09:00.064] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:00.064] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:00.064] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:00.064] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:00.064] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821a57290, argv@entry=0x821a572...
core
[13:09:00.335] #0  0x000000082a7ee41a in thr_kill () from /lib/libc.so.7
[13:09:00.335] #1  0x000000082a767e64 in raise () from /lib/libc.so.7
[13:09:00.335] #2  0x000000082a8186f9 in abort () from /lib/libc.so.7
[13:09:00.335] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:00.335] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840a5c200, hstat=hstat@entry=0x8213a8fb0) a...
[13:09:00.335] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:00.335] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:00.335] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:00.335] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:00.335] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213ad9d8, argv@entry=0x8213ad9...
core
[13:09:00.602] #0  0x00000008290f741a in thr_kill () from /lib/libc.so.7
[13:09:00.602] #1  0x0000000829070e64 in raise () from /lib/libc.so.7
[13:09:00.602] #2  0x00000008291216f9 in abort () from /lib/libc.so.7
[13:09:00.602] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:00.602] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e9d1200, hstat=hstat@entry=0x8213bdfb0) a...
[13:09:00.602] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:00.602] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:00.602] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:00.602] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:00.602] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213c3060, argv@entry=0x8213c30...
core
[13:09:00.876] #0  0x0000000828dbc41a in thr_kill () from /lib/libc.so.7
[13:09:00.876] #1  0x0000000828d35e64 in raise () from /lib/libc.so.7
[13:09:00.876] #2  0x0000000828de66f9 in abort () from /lib/libc.so.7
[13:09:00.876] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:00.876] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83c49f200, hstat=hstat@entry=0x82172afb0) a...
[13:09:00.876] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:00.876] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:00.876] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:00.876] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:00.876] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82172fa70, argv@entry=0x82172fa...
core
[13:09:01.142] #0  0x000000082a39441a in thr_kill () from /lib/libc.so.7
[13:09:01.142] #1  0x000000082a30de64 in raise () from /lib/libc.so.7
[13:09:01.142] #2  0x000000082a3be6f9 in abort () from /lib/libc.so.7
[13:09:01.142] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:01.142] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840b26200, hstat=hstat@entry=0x820f8afb0) a...
[13:09:01.142] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:01.142] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:01.142] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:01.142] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:01.142] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820f8f260, argv@entry=0x820f8f2...
core
[13:09:01.409] #0  0x000000082a1c641a in thr_kill () from /lib/libc.so.7
[13:09:01.409] #1  0x000000082a13fe64 in raise () from /lib/libc.so.7
[13:09:01.409] #2  0x000000082a1f06f9 in abort () from /lib/libc.so.7
[13:09:01.409] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:01.409] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f456200, hstat=hstat@entry=0x82127efb0) a...
[13:09:01.409] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:01.409] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:01.409] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:01.409] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:01.409] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821283cd8, argv@entry=0x821283c...
core
[13:09:01.684] #0  0x000000082ac9b41a in thr_kill () from /lib/libc.so.7
[13:09:01.684] #1  0x000000082ac14e64 in raise () from /lib/libc.so.7
[13:09:01.684] #2  0x000000082acc56f9 in abort () from /lib/libc.so.7
[13:09:01.684] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:01.684] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8410c4200, hstat=hstat@entry=0x8211e3fb0) a...
[13:09:01.684] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:01.684] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:01.684] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:01.684] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:01.684] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211e88d8, argv@entry=0x8211e88...
core
[13:09:01.955] #0  0x000000082c17041a in thr_kill () from /lib/libc.so.7
[13:09:01.955] #1  0x000000082c0e9e64 in raise () from /lib/libc.so.7
[13:09:01.955] #2  0x000000082c19a6f9 in abort () from /lib/libc.so.7
[13:09:01.955] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:01.955] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83dd32200, hstat=hstat@entry=0x820d1afb0) a...
[13:09:01.955] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:01.955] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:01.955] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:01.955] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:01.955] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d1f948, argv@entry=0x820d1f9...
core
[13:09:02.224] #0  0x00000008290b441a in thr_kill () from /lib/libc.so.7
[13:09:02.224] #1  0x000000082902de64 in raise () from /lib/libc.so.7
[13:09:02.224] #2  0x00000008290de6f9 in abort () from /lib/libc.so.7
[13:09:02.224] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:02.224] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841ef1200, hstat=hstat@entry=0x82176dfb0) a...
[13:09:02.224] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:02.224] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:02.224] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:02.224] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:02.224] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821772ef8, argv@entry=0x821772e...
core
[13:09:02.501] #0  0x000000082b12b41a in thr_kill () from /lib/libc.so.7
[13:09:02.501] #1  0x000000082b0a4e64 in raise () from /lib/libc.so.7
[13:09:02.501] #2  0x000000082b1556f9 in abort () from /lib/libc.so.7
[13:09:02.501] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:02.501] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841b41200, hstat=hstat@entry=0x8214b8fb0) a...
[13:09:02.501] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:02.501] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:02.501] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:02.501] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:02.501] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214bdea8, argv@entry=0x8214bde...
core
[13:09:02.773] #0  0x000000082c72a41a in thr_kill () from /lib/libc.so.7
[13:09:02.773] #1  0x000000082c6a3e64 in raise () from /lib/libc.so.7
[13:09:02.773] #2  0x000000082c7546f9 in abort () from /lib/libc.so.7
[13:09:02.773] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:02.773] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8416fd200, hstat=hstat@entry=0x82142ffb0) a...
[13:09:02.773] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:02.773] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:02.773] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:02.773] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:02.773] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821434c88, argv@entry=0x821434c...
core
[13:09:03.042] #0  0x000000082d36741a in thr_kill () from /lib/libc.so.7
[13:09:03.042] #1  0x000000082d2e0e64 in raise () from /lib/libc.so.7
[13:09:03.042] #2  0x000000082d3916f9 in abort () from /lib/libc.so.7
[13:09:03.042] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:03.042] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840f00200, hstat=hstat@entry=0x821b0afb0) a...
[13:09:03.042] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:03.042] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:03.042] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:03.042] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:03.042] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b100d8, argv@entry=0x821b100...
core
[13:09:03.309] #0  0x000000082cf7841a in thr_kill () from /lib/libc.so.7
[13:09:03.309] #1  0x000000082cef1e64 in raise () from /lib/libc.so.7
[13:09:03.309] #2  0x000000082cfa26f9 in abort () from /lib/libc.so.7
[13:09:03.309] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:03.309] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842c6d200, hstat=hstat@entry=0x8217c1fb0) a...
[13:09:03.309] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:03.309] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:03.309] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:03.309] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:03.309] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217c6b48, argv@entry=0x8217c6b...
core
[13:09:03.573] #0  0x000000082cbce41a in thr_kill () from /lib/libc.so.7
[13:09:03.573] #1  0x000000082cb47e64 in raise () from /lib/libc.so.7
[13:09:03.573] #2  0x000000082cbf86f9 in abort () from /lib/libc.so.7
[13:09:03.573] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:03.573] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841921200, hstat=hstat@entry=0x8210a2fb0) a...
[13:09:03.573] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:03.573] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:03.573] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:03.573] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:03.573] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8210a7dc8, argv@entry=0x8210a7d...
core
[13:09:03.843] #0  0x0000000829f7c41a in thr_kill () from /lib/libc.so.7
[13:09:03.843] #1  0x0000000829ef5e64 in raise () from /lib/libc.so.7
[13:09:03.843] #2  0x0000000829fa66f9 in abort () from /lib/libc.so.7
[13:09:03.843] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:03.843] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83fc43200, hstat=hstat@entry=0x820dabfb0) a...
[13:09:03.843] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:03.843] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:03.843] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:03.843] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:03.843] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820db0f88, argv@entry=0x820db0f...
core
[13:09:04.116] #0  0x000000082aead41a in thr_kill () from /lib/libc.so.7
[13:09:04.116] #1  0x000000082ae26e64 in raise () from /lib/libc.so.7
[13:09:04.116] #2  0x000000082aed76f9 in abort () from /lib/libc.so.7
[13:09:04.116] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:04.116] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843775200, hstat=hstat@entry=0x82168efb0) a...
[13:09:04.116] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:04.116] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:04.116] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:04.116] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:04.116] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821693a60, argv@entry=0x821693a...
core
[13:09:04.385] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
[13:09:04.385] #1  0x000000082c090e64 in raise () from /lib/libc.so.7
[13:09:04.385] #2  0x000000082c1416f9 in abort () from /lib/libc.so.7
[13:09:04.385] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:04.385] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8420a8200, hstat=hstat@entry=0x8211f8fb0) a...
[13:09:04.385] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:04.385] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:04.385] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:04.385] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:04.385] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211fd870, argv@entry=0x8211fd8...
core
[13:09:04.652] #0  0x0000000829d4d41a in thr_kill () from /lib/libc.so.7
[13:09:04.652] #1  0x0000000829cc6e64 in raise () from /lib/libc.so.7
[13:09:04.652] #2  0x0000000829d776f9 in abort () from /lib/libc.so.7
[13:09:04.652] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:04.652] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842003200, hstat=hstat@entry=0x821688fb0) a...
[13:09:04.652] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:04.652] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:04.652] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:04.652] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:04.652] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82168d7a0, argv@entry=0x82168d7...
core
[13:09:04.917] #0  0x000000082b83c41a in thr_kill () from /lib/libc.so.7
[13:09:04.917] #1  0x000000082b7b5e64 in raise () from /lib/libc.so.7
[13:09:04.917] #2  0x000000082b8666f9 in abort () from /lib/libc.so.7
[13:09:04.917] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:04.917] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8422ca200, hstat=hstat@entry=0x821491fb0) a...
[13:09:04.917] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:04.917] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:04.917] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:04.917] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:04.917] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821496568, argv@entry=0x8214965...
core
[13:09:05.189] #0  0x000000082bcce41a in thr_kill () from /lib/libc.so.7
[13:09:05.189] #1  0x000000082bc47e64 in raise () from /lib/libc.so.7
[13:09:05.189] #2  0x000000082bcf86f9 in abort () from /lib/libc.so.7
[13:09:05.189] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:05.189] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840a29200, hstat=hstat@entry=0x82145ffb0) a...
[13:09:05.189] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:05.189] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:05.189] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:05.189] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:05.189] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214645b0, argv@entry=0x8214645...
core
[13:09:05.455] #0  0x000000082cc1a41a in thr_kill () from /lib/libc.so.7
[13:09:05.455] #1  0x000000082cb93e64 in raise () from /lib/libc.so.7
[13:09:05.455] #2  0x000000082cc446f9 in abort () from /lib/libc.so.7
[13:09:05.455] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:05.455] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8443a6200, hstat=hstat@entry=0x821053fb0) a...
[13:09:05.455] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:05.455] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:05.455] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:05.455] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:05.455] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821059020, argv@entry=0x8210590...
core
[13:09:05.718] #0  0x000000082a9a341a in thr_kill () from /lib/libc.so.7
[13:09:05.718] #1  0x000000082a91ce64 in raise () from /lib/libc.so.7
[13:09:05.718] #2  0x000000082a9cd6f9 in abort () from /lib/libc.so.7
[13:09:05.718] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:05.718] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8406d2200, hstat=hstat@entry=0x82174dfb0) a...
[13:09:05.718] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:05.718] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:05.718] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:05.718] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:05.718] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821752370, argv@entry=0x8217523...
core
[13:09:05.984] #0  0x000000082c19641a in thr_kill () from /lib/libc.so.7
[13:09:05.984] #1  0x000000082c10fe64 in raise () from /lib/libc.so.7
[13:09:05.984] #2  0x000000082c1c06f9 in abort () from /lib/libc.so.7
[13:09:05.984] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:05.984] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842231200, hstat=hstat@entry=0x820f83fb0) a...
[13:09:05.984] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:05.984] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:05.984] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:05.984] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:05.984] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820f88878, argv@entry=0x820f888...
core
[13:09:06.254] #0  0x000000082cc9241a in thr_kill () from /lib/libc.so.7
[13:09:06.254] #1  0x000000082cc0be64 in raise () from /lib/libc.so.7
[13:09:06.254] #2  0x000000082ccbc6f9 in abort () from /lib/libc.so.7
[13:09:06.254] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:06.254] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843509200, hstat=hstat@entry=0x8212a0fb0) a...
[13:09:06.254] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:06.254] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:06.254] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:06.254] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:06.254] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212a56b0, argv@entry=0x8212a56...
core
[13:09:06.528] #0  0x000000082d2a341a in thr_kill () from /lib/libc.so.7
[13:09:06.528] #1  0x000000082d21ce64 in raise () from /lib/libc.so.7
[13:09:06.528] #2  0x000000082d2cd6f9 in abort () from /lib/libc.so.7
[13:09:06.528] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:06.528] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842310200, hstat=hstat@entry=0x82138ffb0) a...
[13:09:06.528] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:06.528] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:06.528] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:06.528] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:06.528] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821394dd0, argv@entry=0x821394d...
core
[13:09:06.798] #0  0x000000082a41141a in thr_kill () from /lib/libc.so.7
[13:09:06.798] #1  0x000000082a38ae64 in raise () from /lib/libc.so.7
[13:09:06.798] #2  0x000000082a43b6f9 in abort () from /lib/libc.so.7
[13:09:06.798] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:06.798] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841324200, hstat=hstat@entry=0x821bb0fb0) a...
[13:09:06.798] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:06.798] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:06.798] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:06.798] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:06.798] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821bb5f88, argv@entry=0x821bb5f...
core
[13:09:07.069] #0  0x000000082b17d41a in thr_kill () from /lib/libc.so.7
[13:09:07.069] #1  0x000000082b0f6e64 in raise () from /lib/libc.so.7
[13:09:07.069] #2  0x000000082b1a76f9 in abort () from /lib/libc.so.7
[13:09:07.069] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:07.069] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83eb46200, hstat=hstat@entry=0x820dd9fb0) a...
[13:09:07.069] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:07.069] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:07.069] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:07.069] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:07.069] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820dde6e0, argv@entry=0x820dde6...
core
[13:09:07.336] #0  0x000000082ad9841a in thr_kill () from /lib/libc.so.7
[13:09:07.336] #1  0x000000082ad11e64 in raise () from /lib/libc.so.7
[13:09:07.336] #2  0x000000082adc26f9 in abort () from /lib/libc.so.7
[13:09:07.336] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:07.336] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8416a9200, hstat=hstat@entry=0x8216e2fb0) a...
[13:09:07.336] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:07.336] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:07.336] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:07.336] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:07.336] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8216e72a0, argv@entry=0x8216e72...
core
[13:09:07.615] #0  0x000000082a9d641a in thr_kill () from /lib/libc.so.7
[13:09:07.615] #1  0x000000082a94fe64 in raise () from /lib/libc.so.7
[13:09:07.615] #2  0x000000082aa006f9 in abort () from /lib/libc.so.7
[13:09:07.615] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:07.615] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843747200, hstat=hstat@entry=0x8213f8fb0) a...
[13:09:07.615] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:07.615] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:07.615] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:07.615] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:07.615] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213fdd38, argv@entry=0x8213fdd...
core
[13:09:07.888] #0  0x000000082ad8f41a in thr_kill () from /lib/libc.so.7
[13:09:07.888] #1  0x000000082ad08e64 in raise () from /lib/libc.so.7
[13:09:07.888] #2  0x000000082adb96f9 in abort () from /lib/libc.so.7
[13:09:07.888] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:07.888] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84371e200, hstat=hstat@entry=0x8219d4fb0) a...
[13:09:07.888] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:07.888] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:07.888] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:07.888] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:07.888] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8219d97e8, argv@entry=0x8219d97...
core
[13:09:08.156] #0  0x000000082c24741a in thr_kill () from /lib/libc.so.7
[13:09:08.156] #1  0x000000082c1c0e64 in raise () from /lib/libc.so.7
[13:09:08.156] #2  0x000000082c2716f9 in abort () from /lib/libc.so.7
[13:09:08.156] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:08.156] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842da7200, hstat=hstat@entry=0x8219d5fb0) a...
[13:09:08.156] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:08.156] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:08.156] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:08.156] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:08.156] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8219da9a8, argv@entry=0x8219da9...
core
[13:09:08.424] #0  0x000000082a37141a in thr_kill () from /lib/libc.so.7
[13:09:08.424] #1  0x000000082a2eae64 in raise () from /lib/libc.so.7
[13:09:08.424] #2  0x000000082a39b6f9 in abort () from /lib/libc.so.7
[13:09:08.424] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:08.424] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8411f9200, hstat=hstat@entry=0x821927fb0) a...
[13:09:08.424] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:08.424] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:08.424] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:08.424] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:08.424] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82192d0a0, argv@entry=0x82192d0...
core
[13:09:08.698] #0  0x000000082b9f841a in thr_kill () from /lib/libc.so.7
[13:09:08.698] #1  0x000000082b971e64 in raise () from /lib/libc.so.7
[13:09:08.698] #2  0x000000082ba226f9 in abort () from /lib/libc.so.7
[13:09:08.698] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:08.698] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83f800200, hstat=hstat@entry=0x821985fb0) a...
[13:09:08.698] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:08.698] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:08.698] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:08.698] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:08.698] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82198ac50, argv@entry=0x82198ac...
core
[13:09:08.960] #0  0x000000082ac2941a in thr_kill () from /lib/libc.so.7
[13:09:08.960] #1  0x000000082aba2e64 in raise () from /lib/libc.so.7
[13:09:08.960] #2  0x000000082ac536f9 in abort () from /lib/libc.so.7
[13:09:08.960] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:08.960] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841104200, hstat=hstat@entry=0x820e6cfb0) a...
[13:09:08.960] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:08.960] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:08.960] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:08.960] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:08.960] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e71b80, argv@entry=0x820e71b...
core
[13:09:09.223] #0  0x000000082d04141a in thr_kill () from /lib/libc.so.7
[13:09:09.223] #1  0x000000082cfbae64 in raise () from /lib/libc.so.7
[13:09:09.223] #2  0x000000082d06b6f9 in abort () from /lib/libc.so.7
[13:09:09.223] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:09.223] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8423b7200, hstat=hstat@entry=0x8213d8fb0) a...
[13:09:09.223] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:09.223] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:09.223] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:09.223] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:09.223] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213dd278, argv@entry=0x8213dd2...
core
[13:09:09.493] #0  0x000000082ad5541a in thr_kill () from /lib/libc.so.7
[13:09:09.493] #1  0x000000082accee64 in raise () from /lib/libc.so.7
[13:09:09.493] #2  0x000000082ad7f6f9 in abort () from /lib/libc.so.7
[13:09:09.493] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:09.493] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84074f200, hstat=hstat@entry=0x82124cfb0) a...
[13:09:09.493] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:09.493] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:09.493] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:09.493] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:09.493] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821252120, argv@entry=0x8212521...
core
[13:09:09.764] #0  0x000000082befd41a in thr_kill () from /lib/libc.so.7
[13:09:09.764] #1  0x000000082be76e64 in raise () from /lib/libc.so.7
[13:09:09.764] #2  0x000000082bf276f9 in abort () from /lib/libc.so.7
[13:09:09.764] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:09.764] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84137d200, hstat=hstat@entry=0x821666fb0) a...
[13:09:09.764] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:09.764] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:09.764] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:09.764] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:09.764] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82166b820, argv@entry=0x82166b8...
core
[13:09:10.033] #0  0x000000082d9ac41a in thr_kill () from /lib/libc.so.7
[13:09:10.033] #1  0x000000082d925e64 in raise () from /lib/libc.so.7
[13:09:10.033] #2  0x000000082d9d66f9 in abort () from /lib/libc.so.7
[13:09:10.033] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:10.033] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841aac200, hstat=hstat@entry=0x821a98fb0) a...
[13:09:10.033] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:10.033] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:10.033] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:10.033] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:10.033] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821a9de58, argv@entry=0x821a9de...
core
[13:09:10.303] #0  0x000000082cb8141a in thr_kill () from /lib/libc.so.7
[13:09:10.303] #1  0x000000082cafae64 in raise () from /lib/libc.so.7
[13:09:10.303] #2  0x000000082cbab6f9 in abort () from /lib/libc.so.7
[13:09:10.303] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:10.303] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841fd5200, hstat=hstat@entry=0x820c8bfb0) a...
[13:09:10.303] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:10.303] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:10.303] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:10.303] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:10.303] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c90598, argv@entry=0x820c905...
core
[13:09:10.573] #0  0x000000082bc3e41a in thr_kill () from /lib/libc.so.7
[13:09:10.573] #1  0x000000082bbb7e64 in raise () from /lib/libc.so.7
[13:09:10.573] #2  0x000000082bc686f9 in abort () from /lib/libc.so.7
[13:09:10.573] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:10.573] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841621200, hstat=hstat@entry=0x820c52fb0) a...
[13:09:10.573] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:10.573] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:10.573] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:10.573] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:10.573] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c577b8, argv@entry=0x820c577...
core
[13:09:10.843] #0  0x0000000828e1641a in thr_kill () from /lib/libc.so.7
[13:09:10.843] #1  0x0000000828d8fe64 in raise () from /lib/libc.so.7
[13:09:10.843] #2  0x0000000828e406f9 in abort () from /lib/libc.so.7
[13:09:10.843] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:10.843] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83fdff200, hstat=hstat@entry=0x820c34fb0) a...
[13:09:10.843] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:10.843] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:10.843] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:10.843] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:10.843] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c39a90, argv@entry=0x820c39a...
core
[13:09:11.114] #0  0x000000082a45141a in thr_kill () from /lib/libc.so.7
[13:09:11.114] #1  0x000000082a3cae64 in raise () from /lib/libc.so.7
[13:09:11.114] #2  0x000000082a47b6f9 in abort () from /lib/libc.so.7
[13:09:11.114] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:11.114] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841e47200, hstat=hstat@entry=0x820d46fb0) a...
[13:09:11.114] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:11.114] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:11.114] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:11.114] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:11.114] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820d4c140, argv@entry=0x820d4c1...
core
[13:09:11.382] #0  0x000000082ac3141a in thr_kill () from /lib/libc.so.7
[13:09:11.382] #1  0x000000082abaae64 in raise () from /lib/libc.so.7
[13:09:11.382] #2  0x000000082ac5b6f9 in abort () from /lib/libc.so.7
[13:09:11.382] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:11.382] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84019f200, hstat=hstat@entry=0x820e0bfb0) a...
[13:09:11.382] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:11.382] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:11.382] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:11.382] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:11.382] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e10c20, argv@entry=0x820e10c...
core
[13:09:11.656] #0  0x000000082cffa41a in thr_kill () from /lib/libc.so.7
[13:09:11.656] #1  0x000000082cf73e64 in raise () from /lib/libc.so.7
[13:09:11.656] #2  0x000000082d0246f9 in abort () from /lib/libc.so.7
[13:09:11.656] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:11.656] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843317200, hstat=hstat@entry=0x82191dfb0) a...
[13:09:11.656] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:11.656] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:11.656] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:11.656] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:11.656] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821922f00, argv@entry=0x821922e...
core
[13:09:11.928] #0  0x000000082a18c41a in thr_kill () from /lib/libc.so.7
[13:09:11.928] #1  0x000000082a105e64 in raise () from /lib/libc.so.7
[13:09:11.928] #2  0x000000082a1b66f9 in abort () from /lib/libc.so.7
[13:09:11.928] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:11.928] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840ccd200, hstat=hstat@entry=0x8210fefb0) a...
[13:09:11.928] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:11.928] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:11.928] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:11.928] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:11.928] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821103aa8, argv@entry=0x821103a...
core
[13:09:12.198] #0  0x000000082ab1241a in thr_kill () from /lib/libc.so.7
[13:09:12.198] #1  0x000000082aa8be64 in raise () from /lib/libc.so.7
[13:09:12.198] #2  0x000000082ab3c6f9 in abort () from /lib/libc.so.7
[13:09:12.198] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:12.198] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840595200, hstat=hstat@entry=0x821069fb0) a...
[13:09:12.198] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:12.198] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:12.198] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:12.198] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:12.198] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82106e528, argv@entry=0x82106e5...
core
[13:09:12.463] #0  0x000000082c09f41a in thr_kill () from /lib/libc.so.7
[13:09:12.463] #1  0x000000082c018e64 in raise () from /lib/libc.so.7
[13:09:12.463] #2  0x000000082c0c96f9 in abort () from /lib/libc.so.7
[13:09:12.463] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:12.463] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8441cb200, hstat=hstat@entry=0x8211d8fb0) a...
[13:09:12.463] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:12.463] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:12.463] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:12.463] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:12.463] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211ddd30, argv@entry=0x8211ddd...
core
[13:09:12.733] #0  0x000000082c02a41a in thr_kill () from /lib/libc.so.7
[13:09:12.733] #1  0x000000082bfa3e64 in raise () from /lib/libc.so.7
[13:09:12.733] #2  0x000000082c0546f9 in abort () from /lib/libc.so.7
[13:09:12.733] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:12.733] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8427e1200, hstat=hstat@entry=0x821332fb0) a...
[13:09:12.733] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:12.733] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:12.733] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:12.733] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:12.733] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213375a8, argv@entry=0x8213375...
core
[13:09:13.004] #0  0x000000082a9eb41a in thr_kill () from /lib/libc.so.7
[13:09:13.004] #1  0x000000082a964e64 in raise () from /lib/libc.so.7
[13:09:13.004] #2  0x000000082aa156f9 in abort () from /lib/libc.so.7
[13:09:13.004] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:13.004] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8414c0200, hstat=hstat@entry=0x82168dfb0) a...
[13:09:13.004] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:13.004] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:13.004] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:13.004] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:13.004] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821692400, argv@entry=0x8216923...
core
[13:09:13.272] #0  0x000000082c89841a in thr_kill () from /lib/libc.so.7
[13:09:13.272] #1  0x000000082c811e64 in raise () from /lib/libc.so.7
[13:09:13.272] #2  0x000000082c8c26f9 in abort () from /lib/libc.so.7
[13:09:13.272] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:13.272] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84230e200, hstat=hstat@entry=0x8215d8fb0) a...
[13:09:13.272] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:13.272] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:13.272] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:13.272] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:13.272] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8215ddc28, argv@entry=0x8215ddc...
core
[13:09:13.539] #0  0x000000082a84541a in thr_kill () from /lib/libc.so.7
[13:09:13.539] #1  0x000000082a7bee64 in raise () from /lib/libc.so.7
[13:09:13.539] #2  0x000000082a86f6f9 in abort () from /lib/libc.so.7
[13:09:13.539] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:13.539] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84062b200, hstat=hstat@entry=0x821148fb0) a...
[13:09:13.539] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:13.539] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:13.539] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:13.539] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:13.539] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82114d4a0, argv@entry=0x82114d4...
core
[13:09:13.806] #0  0x000000082c17a41a in thr_kill () from /lib/libc.so.7
[13:09:13.806] #1  0x000000082c0f3e64 in raise () from /lib/libc.so.7
[13:09:13.806] #2  0x000000082c1a46f9 in abort () from /lib/libc.so.7
[13:09:13.806] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:13.806] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8418f5200, hstat=hstat@entry=0x821a58fb0) a...
[13:09:13.806] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:13.806] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:13.806] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:13.806] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:13.806] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821a5de20, argv@entry=0x821a5de...
core
[13:09:14.072] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
[13:09:14.072] #1  0x000000082c52ce64 in raise () from /lib/libc.so.7
[13:09:14.072] #2  0x000000082c5dd6f9 in abort () from /lib/libc.so.7
[13:09:14.072] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:14.072] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8442ca200, hstat=hstat@entry=0x821ba4fb0) a...
[13:09:14.072] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:14.072] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:14.072] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:14.072] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:14.072] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821ba9628, argv@entry=0x821ba96...
core
[13:09:14.336] #0  0x000000082c04741a in thr_kill () from /lib/libc.so.7
[13:09:14.336] #1  0x000000082bfc0e64 in raise () from /lib/libc.so.7
[13:09:14.336] #2  0x000000082c0716f9 in abort () from /lib/libc.so.7
[13:09:14.336] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:14.336] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8424a2200, hstat=hstat@entry=0x82104dfb0) a...
[13:09:14.336] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:14.336] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:14.336] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:14.336] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:14.336] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821052cd8, argv@entry=0x821052c...
core
[13:09:14.612] #0  0x000000082a83141a in thr_kill () from /lib/libc.so.7
[13:09:14.612] #1  0x000000082a7aae64 in raise () from /lib/libc.so.7
[13:09:14.612] #2  0x000000082a85b6f9 in abort () from /lib/libc.so.7
[13:09:14.612] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:14.612] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840319200, hstat=hstat@entry=0x8210d6fb0) a...
[13:09:14.612] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:14.612] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:14.612] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:14.612] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:14.612] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8210dbfd8, argv@entry=0x8210dbf...
core
[13:09:14.884] #0  0x000000082e2ff41a in thr_kill () from /lib/libc.so.7
[13:09:14.884] #1  0x000000082e278e64 in raise () from /lib/libc.so.7
[13:09:14.884] #2  0x000000082e3296f9 in abort () from /lib/libc.so.7
[13:09:14.884] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:14.884] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843a44200, hstat=hstat@entry=0x8217cffb0) a...
[13:09:14.884] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:14.884] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:14.884] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:14.884] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:14.884] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217d5178, argv@entry=0x8217d51...
core
[13:09:15.153] #0  0x000000082d1ec41a in thr_kill () from /lib/libc.so.7
[13:09:15.153] #1  0x000000082d165e64 in raise () from /lib/libc.so.7
[13:09:15.153] #2  0x000000082d2166f9 in abort () from /lib/libc.so.7
[13:09:15.153] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:15.153] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84288c200, hstat=hstat@entry=0x82123ffb0) a...
[13:09:15.153] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:15.153] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:15.153] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:15.153] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:15.153] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212449d0, argv@entry=0x8212449...
core
[13:09:15.423] #0  0x000000082ae8041a in thr_kill () from /lib/libc.so.7
[13:09:15.423] #1  0x000000082adf9e64 in raise () from /lib/libc.so.7
[13:09:15.423] #2  0x000000082aeaa6f9 in abort () from /lib/libc.so.7
[13:09:15.423] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:15.423] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840905200, hstat=hstat@entry=0x8215d0fb0) a...
[13:09:15.423] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:15.423] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:15.423] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:15.423] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:15.423] #9  0x0000000000682dcc in BootstrapModeMain (argc=6, argc@entry=7, argv=0x8215d5880, argv@entry=0x8215d58...
core
[13:09:15.689] #0  0x000000082d80741a in thr_kill () from /lib/libc.so.7
[13:09:15.689] #1  0x000000082d780e64 in raise () from /lib/libc.so.7
[13:09:15.689] #2  0x000000082d8316f9 in abort () from /lib/libc.so.7
[13:09:15.689] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:15.689] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x845408200, hstat=hstat@entry=0x821477fb0) a...
[13:09:15.689] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:15.689] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:15.689] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:15.689] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:15.689] #9  0x0000000000682dcc in BootstrapModeMain (argc=6, argc@entry=7, argv=0x82147d168, argv@entry=0x82147d1...
core
[13:09:15.962] #0  0x000000082abac41a in thr_kill () from /lib/libc.so.7
[13:09:15.962] #1  0x000000082ab25e64 in raise () from /lib/libc.so.7
[13:09:15.962] #2  0x000000082abd66f9 in abort () from /lib/libc.so.7
[13:09:15.962] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:15.962] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8421aa200, hstat=hstat@entry=0x821b46fb0) a...
[13:09:15.962] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:15.962] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:15.962] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:15.962] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:15.962] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b4bc78, argv@entry=0x821b4bc...
core
[13:09:16.232] #0  0x000000082c69b41a in thr_kill () from /lib/libc.so.7
[13:09:16.232] #1  0x000000082c614e64 in raise () from /lib/libc.so.7
[13:09:16.232] #2  0x000000082c6c56f9 in abort () from /lib/libc.so.7
[13:09:16.232] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:16.232] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840842200, hstat=hstat@entry=0x821518fb0) a...
[13:09:16.232] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:16.232] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:16.232] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:16.232] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:16.232] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82151d4a8, argv@entry=0x82151d4...
core
[13:09:16.503] #0  0x0000000828b4541a in thr_kill () from /lib/libc.so.7
[13:09:16.503] #1  0x0000000828abee64 in raise () from /lib/libc.so.7
[13:09:16.503] #2  0x0000000828b6f6f9 in abort () from /lib/libc.so.7
[13:09:16.503] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:16.503] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840e55200, hstat=hstat@entry=0x821060fb0) a...
[13:09:16.503] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:16.503] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:16.503] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:16.503] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:16.503] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8210656f0, argv@entry=0x8210656...
core
[13:09:16.779] #0  0x000000082c1d641a in thr_kill () from /lib/libc.so.7
[13:09:16.779] #1  0x000000082c14fe64 in raise () from /lib/libc.so.7
[13:09:16.779] #2  0x000000082c2006f9 in abort () from /lib/libc.so.7
[13:09:16.779] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:16.779] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843e68200, hstat=hstat@entry=0x8214e1fb0) a...
[13:09:16.779] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:16.779] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:16.779] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:16.779] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:16.779] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214e7188, argv@entry=0x8214e71...
core
[13:09:17.053] #0  0x000000082c0d941a in thr_kill () from /lib/libc.so.7
[13:09:17.053] #1  0x000000082c052e64 in raise () from /lib/libc.so.7
[13:09:17.053] #2  0x000000082c1036f9 in abort () from /lib/libc.so.7
[13:09:17.053] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:17.053] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840d86600, hstat=hstat@entry=0x820e54fb0) a...
[13:09:17.053] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:17.053] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:17.053] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:17.053] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:17.053] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e59ec8, argv@entry=0x820e59e...
core
[13:09:17.596] #0  0x000000082cb2f41a in thr_kill () from /lib/libc.so.7
[13:09:17.596] #1  0x000000082caa8e64 in raise () from /lib/libc.so.7
[13:09:17.596] #2  0x000000082cb596f9 in abort () from /lib/libc.so.7
[13:09:17.596] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:09:17.596] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843756200, hstat=hstat@entry=0x821aaefb0) a...
[13:09:17.596] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:09:17.596] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:09:17.596] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:09:17.596] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:09:17.596] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821ab3d70, argv@entry=0x821ab3d...
core
[13:08:38.042] #0  0x000000082cf6d41a in thr_kill () from /lib/libc.so.7
[13:08:38.042] #1  0x000000082cee6e64 in raise () from /lib/libc.so.7
[13:08:38.042] #2  0x000000082cf976f9 in abort () from /lib/libc.so.7
[13:08:38.042] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:38.042] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843f29200, hstat=hstat@entry=0x820fa9fb0) a...
[13:08:38.042] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:38.042] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:38.042] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:38.042] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:38.042] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820fae350, argv@entry=0x820fae3...
core
[13:08:38.310] #0  0x000000082b3a041a in thr_kill () from /lib/libc.so.7
[13:08:38.310] #1  0x000000082b319e64 in raise () from /lib/libc.so.7
[13:08:38.310] #2  0x000000082b3ca6f9 in abort () from /lib/libc.so.7
[13:08:38.310] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:38.310] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e377200, hstat=hstat@entry=0x8217e0fb0) a...
[13:08:38.310] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:38.310] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:38.310] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:38.310] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:38.310] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217e5cd8, argv@entry=0x8217e5c...
core
[13:08:38.584] #0  0x000000082b44441a in thr_kill () from /lib/libc.so.7
[13:08:38.584] #1  0x000000082b3bde64 in raise () from /lib/libc.so.7
[13:08:38.584] #2  0x000000082b46e6f9 in abort () from /lib/libc.so.7
[13:08:38.584] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:38.584] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841ce5200, hstat=hstat@entry=0x8212bafb0) a...
[13:08:38.584] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:38.584] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:38.584] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:38.584] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:38.584] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8212bf9a8, argv@entry=0x8212bf9...
core
[13:08:38.863] #0  0x000000082d24541a in thr_kill () from /lib/libc.so.7
[13:08:38.863] #1  0x000000082d1bee64 in raise () from /lib/libc.so.7
[13:08:38.863] #2  0x000000082d26f6f9 in abort () from /lib/libc.so.7
[13:08:38.863] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:38.863] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843cfe200, hstat=hstat@entry=0x820f5afb0) a...
[13:08:38.863] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:38.863] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:38.863] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:38.863] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:38.863] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820f5f870, argv@entry=0x820f5f8...
core
[13:08:39.136] #0  0x000000082aa1a41a in thr_kill () from /lib/libc.so.7
[13:08:39.136] #1  0x000000082a993e64 in raise () from /lib/libc.so.7
[13:08:39.136] #2  0x000000082aa446f9 in abort () from /lib/libc.so.7
[13:08:39.136] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:39.136] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840b75600, hstat=hstat@entry=0x821025fb0) a...
[13:08:39.136] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:39.136] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:39.136] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:39.136] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:39.136] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82102a590, argv@entry=0x82102a5...
core
[13:08:39.407] #0  0x000000082a79b41a in thr_kill () from /lib/libc.so.7
[13:08:39.407] #1  0x000000082a714e64 in raise () from /lib/libc.so.7
[13:08:39.407] #2  0x000000082a7c56f9 in abort () from /lib/libc.so.7
[13:08:39.407] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:39.407] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x841db7200, hstat=hstat@entry=0x820e60fb0) a...
[13:08:39.407] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:39.407] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:39.407] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:39.407] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:39.407] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820e65ac8, argv@entry=0x820e65a...
core
[13:08:39.671] #0  0x000000082b0f741a in thr_kill () from /lib/libc.so.7
[13:08:39.671] #1  0x000000082b070e64 in raise () from /lib/libc.so.7
[13:08:39.671] #2  0x000000082b1216f9 in abort () from /lib/libc.so.7
[13:08:39.671] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:39.671] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8428f8200, hstat=hstat@entry=0x8211d9fb0) a...
[13:08:39.671] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:39.671] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:39.671] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:39.671] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:39.671] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211df170, argv@entry=0x8211df1...
core
[13:08:39.943] #0  0x000000082beb741a in thr_kill () from /lib/libc.so.7
[13:08:39.943] #1  0x000000082be30e64 in raise () from /lib/libc.so.7
[13:08:39.943] #2  0x000000082bee16f9 in abort () from /lib/libc.so.7
[13:08:39.943] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:39.943] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842e39200, hstat=hstat@entry=0x8217c3fb0) a...
[13:08:39.943] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:39.943] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:39.943] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:39.943] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:39.943] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8217c8688, argv@entry=0x8217c86...
core
[13:08:40.220] #0  0x000000082bb1b41a in thr_kill () from /lib/libc.so.7
[13:08:40.220] #1  0x000000082ba94e64 in raise () from /lib/libc.so.7
[13:08:40.220] #2  0x000000082bb456f9 in abort () from /lib/libc.so.7
[13:08:40.220] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:40.220] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842f77200, hstat=hstat@entry=0x820c92fb0) a...
[13:08:40.220] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:40.220] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:40.220] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:40.220] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:40.220] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820c976f0, argv@entry=0x820c976...
core
[13:08:40.495] #0  0x000000082aeb641a in thr_kill () from /lib/libc.so.7
[13:08:40.495] #1  0x000000082ae2fe64 in raise () from /lib/libc.so.7
[13:08:40.495] #2  0x000000082aee06f9 in abort () from /lib/libc.so.7
[13:08:40.495] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:40.495] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842690200, hstat=hstat@entry=0x82171ffb0) a...
[13:08:40.495] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:40.495] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:40.495] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:40.495] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:40.495] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821724de0, argv@entry=0x821724d...
core
[13:08:40.769] #0  0x000000082cf5e41a in thr_kill () from /lib/libc.so.7
[13:08:40.769] #1  0x000000082ced7e64 in raise () from /lib/libc.so.7
[13:08:40.769] #2  0x000000082cf886f9 in abort () from /lib/libc.so.7
[13:08:40.769] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:40.769] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8438ef200, hstat=hstat@entry=0x8214d5fb0) a...
[13:08:40.769] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:40.769] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:40.769] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:40.769] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:40.769] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214da9f8, argv@entry=0x8214da9...
core
[13:08:41.038] #0  0x000000082e26341a in thr_kill () from /lib/libc.so.7
[13:08:41.038] #1  0x000000082e1dce64 in raise () from /lib/libc.so.7
[13:08:41.038] #2  0x000000082e28d6f9 in abort () from /lib/libc.so.7
[13:08:41.038] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:41.038] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8427b4200, hstat=hstat@entry=0x8214a1fb0) a...
[13:08:41.038] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:41.038] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:41.038] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:41.038] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:41.038] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214a66c0, argv@entry=0x8214a66...
core
[13:08:41.302] #0  0x000000082e69d41a in thr_kill () from /lib/libc.so.7
[13:08:41.302] #1  0x000000082e616e64 in raise () from /lib/libc.so.7
[13:08:41.302] #2  0x000000082e6c76f9 in abort () from /lib/libc.so.7
[13:08:41.302] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:41.302] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8434e2200, hstat=hstat@entry=0x82193bfb0) a...
[13:08:41.302] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:41.302] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:41.302] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:41.302] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:41.302] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821941130, argv@entry=0x8219411...
core
[13:08:41.564] #0  0x000000082c7ae41a in thr_kill () from /lib/libc.so.7
[13:08:41.564] #1  0x000000082c727e64 in raise () from /lib/libc.so.7
[13:08:41.564] #2  0x000000082c7d86f9 in abort () from /lib/libc.so.7
[13:08:41.564] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:41.564] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x8433ec200, hstat=hstat@entry=0x821164fb0) a...
[13:08:41.564] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:41.564] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:41.564] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:41.564] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:41.564] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8211695d8, argv@entry=0x8211695...
core
[13:08:41.839] #0  0x000000082b5ad41a in thr_kill () from /lib/libc.so.7
[13:08:41.839] #1  0x000000082b526e64 in raise () from /lib/libc.so.7
[13:08:41.839] #2  0x000000082b5d76f9 in abort () from /lib/libc.so.7
[13:08:41.839] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:41.839] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843b93200, hstat=hstat@entry=0x821b67fb0) a...
[13:08:41.839] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:41.839] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:41.839] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:41.839] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:41.839] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821b6cc70, argv@entry=0x821b6cc...
core
[13:08:42.110] #0  0x000000082e6c241a in thr_kill () from /lib/libc.so.7
[13:08:42.110] #1  0x000000082e63be64 in raise () from /lib/libc.so.7
[13:08:42.110] #2  0x000000082e6ec6f9 in abort () from /lib/libc.so.7
[13:08:42.110] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:42.110] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x844c52200, hstat=hstat@entry=0x821578fb0) a...
[13:08:42.110] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:42.110] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:42.110] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:42.110] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:42.110] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82157d4b0, argv@entry=0x82157d4...
core
[13:08:42.384] #0  0x000000082a29c41a in thr_kill () from /lib/libc.so.7
[13:08:42.384] #1  0x000000082a215e64 in raise () from /lib/libc.so.7
[13:08:42.384] #2  0x000000082a2c66f9 in abort () from /lib/libc.so.7
[13:08:42.384] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:42.384] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x842e72200, hstat=hstat@entry=0x8214a0fb0) a...
[13:08:42.384] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:42.384] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:42.384] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:42.384] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:42.384] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8214a5668, argv@entry=0x8214a56...
core
[13:08:42.655] #0  0x000000082ab5441a in thr_kill () from /lib/libc.so.7
[13:08:42.655] #1  0x000000082aacde64 in raise () from /lib/libc.so.7
[13:08:42.655] #2  0x000000082ab7e6f9 in abort () from /lib/libc.so.7
[13:08:42.655] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:42.655] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840f97200, hstat=hstat@entry=0x821739fb0) a...
[13:08:42.655] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:42.655] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:42.655] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:42.655] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:42.655] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x82173e410, argv@entry=0x82173e4...
core
[13:08:42.927] #0  0x000000082be3441a in thr_kill () from /lib/libc.so.7
[13:08:42.927] #1  0x000000082bdade64 in raise () from /lib/libc.so.7
[13:08:42.927] #2  0x000000082be5e6f9 in abort () from /lib/libc.so.7
[13:08:42.927] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:42.927] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x83e372200, hstat=hstat@entry=0x820eb4fb0) a...
[13:08:42.927] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:42.927] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:42.927] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:42.927] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:42.927] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x820eb9ae8, argv@entry=0x820eb9a...
core
[13:08:43.201] #0  0x000000082a8cb41a in thr_kill () from /lib/libc.so.7
[13:08:43.201] #1  0x000000082a844e64 in raise () from /lib/libc.so.7
[13:08:43.201] #2  0x000000082a8f56f9 in abort () from /lib/libc.so.7
[13:08:43.201] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:43.201] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x843065200, hstat=hstat@entry=0x82196ffb0) a...
[13:08:43.201] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:43.201] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:43.201] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:43.201] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:43.201] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821974680, argv@entry=0x8219746...
core
[13:08:43.473] #0  0x000000082b18441a in thr_kill () from /lib/libc.so.7
[13:08:43.473] #1  0x000000082b0fde64 in raise () from /lib/libc.so.7
[13:08:43.473] #2  0x000000082b1ae6f9 in abort () from /lib/libc.so.7
[13:08:43.473] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:43.473] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x840faf200, hstat=hstat@entry=0x821731fb0) a...
[13:08:43.473] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:43.473] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:43.473] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:43.473] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:43.473] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x821736978, argv@entry=0x8217369...
core
[13:08:43.742] #0  0x000000082c17341a in thr_kill () from /lib/libc.so.7
[13:08:43.742] #1  0x000000082c0ece64 in raise () from /lib/libc.so.7
[13:08:43.742] #2  0x000000082c19d6f9 in abort () from /lib/libc.so.7
[13:08:43.742] #3  0x0000000000aa0745 in ExceptionalCondition (conditionName=0x2f6403 "!pgstat_entry_ref_hash_lookup(pgS...
[13:08:43.742] #4  0x0000000000963877 in pgstat_drop_entry_internal (shent=0x84417f200, hstat=hstat@entry=0x8213cffb0) a...
[13:08:43.742] #5  0x00000000009638ce in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:08:43.742] #6  0x000000000095b080 in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:08:43.742] #7  0x000000000066250d in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
[13:08:43.742] #8  0x0000000000ab340a in InitPostgres (in_dbname=in_dbname@entry=0x0, dboid=dboid@entry=0, username=user...
[13:08:43.742] #9  0x0000000000682dcc in BootstrapModeMain (argc=7, argc@entry=8, argv=0x8213d4df8, argv@entry=0x8213d4d...
tap
[13:07:00.504](0.391s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[13:07:00.616](0.458s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[13:07:00.622](0.487s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[13:07:00.683](0.359s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[13:07:00.861](0.453s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[13:07:01.664](0.441s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[13:07:01.828](0.468s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[13:07:01.785](0.391s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[13:07:01.984](0.556s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[13:07:02.040](0.478s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[13:07:00.945](0.494s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[13:07:00.846](0.279s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[13:07:00.962](0.455s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[13:07:04.911](0.378s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[13:07:05.261](0.611s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[13:07:05.114](0.398s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[13:07:05.135](0.415s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[13:07:05.084](0.334s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[13:07:05.260](0.377s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[13:07:07.489](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[13:06:50.237](0.663s) not ok 14 - successful creation
[13:06:50.241](0.003s) not ok 16 - checksums are enabled in control file: exit code 0
[13:06:50.242](0.000s) not ok 17 - checksums are enabled in control file: no stderr
[13:06:50.242](0.000s) not ok 18 - checksums are enabled in control file: matches
[13:06:52.761](1.237s) not ok 22 - successful creation with group access
[13:06:53.529](0.755s) not ok 26 - option --icu-locale
[13:06:54.531](1.001s) not ok 27 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0
[13:06:54.532](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
[13:06:55.188](0.000s) not ok 31 - fails for invalid ICU locale: matches
[13:06:56.491](0.000s) not ok 37 - fails for invalid collation argument: matches
[13:06:57.897](1.395s) not ok 39 - locale provider builtin with --locale
[13:06:59.423](1.526s) not ok 40 - locale provider builtin with -E UTF-8 --builtin-locale=C.UTF-8
[13:06:59.672](0.236s) not ok 42 - locale provider builtin with --lc-ctype
[13:07:00.305](0.345s) not ok 48 - multiple -c options with different case
tap
[13:07:07.237](2.118s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[13:06:38.819](0.955s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/kerberos/001_auth/data/t_001_aut...
tap
[13:07:06.210](0.357s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[13:07:08.270](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[13:07:07.409](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[13:07:05.410](0.138s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[13:06:50.116](0.655s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq/003_load_balance_host_list...
tap
[13:06:49.994](0.531s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq/005_negotiate_encryption/d...
tap
[13:06:50.207](0.602s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_amcheck/002_nonesuch/data/t_0...
tap
[13:06:51.131](1.396s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_amcheck/003_check/data/t_003_...
tap
[13:06:51.339](1.358s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_amcheck/004_verify_heapam/dat...
tap
[13:06:51.514](1.446s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_amcheck/005_opclass_damage/da...
tap
[13:06:51.498](1.344s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/...
tap
[13:06:51.496](1.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/011_in_place_table...
tap
[13:06:51.528](1.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_receivewal/...
tap
[13:06:51.599](1.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical...
tap
[13:06:52.425](1.108s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_createsubsc...
tap
[13:06:52.628](0.974s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_checksums/002_actions/data/t_...
tap
[13:06:52.429](0.763s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/002_compare_bac...
tap
[13:06:52.794](1.082s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/003_timeline/da...
tap
[13:06:52.787](1.014s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/004_manifest/da...
tap
[13:06:52.868](1.036s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[13:06:52.852](0.995s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[13:06:53.434](0.839s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[13:06:53.472](0.847s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[13:06:53.460](0.693s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[13:06:53.642](0.688s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[13:06:54.334](1.326s) not ok 11 - pg_ctl initdb
tap
[13:06:54.330](1.317s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[13:06:54.385](1.303s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[13:06:54.639](1.067s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[13:06:54.685](1.057s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[13:06:54.726](0.767s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[13:06:54.705](0.613s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[13:06:55.172](0.698s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[13:06:55.080](0.599s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[13:07:01.184](0.362s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[13:06:55.152](0.614s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[13:06:56.011](1.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[13:06:56.074](1.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[13:06:56.088](1.246s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[13:06:56.098](1.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[13:06:56.460](1.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[13:06:56.528](1.230s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[13:06:56.606](1.149s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[13:06:56.721](0.567s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[13:06:56.828](0.616s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[13:06:56.831](0.604s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[13:07:01.217](0.357s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[13:06:33.331](0.635s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t...
tap
[13:06:33.331](0.634s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/003_logical_slots/dat...
tap
[13:06:33.478](0.766s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/004_subscription/data...
tap
[13:06:57.975](1.376s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[13:06:58.029](1.375s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[13:06:58.013](1.349s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[13:06:58.123](1.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[13:06:58.171](1.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[13:06:58.371](1.395s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[13:06:58.363](1.335s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[13:06:59.804](1.686s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[13:07:01.365](0.422s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[13:07:01.198](0.329s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[13:06:59.885](1.660s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[13:06:59.968](1.794s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[13:06:58.502](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[13:06:58.582](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[13:07:01.469](0.350s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postgres_fdw/001_auth_scram/data...
tap
[13:07:02.162](0.408s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[13:07:02.063](0.384s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[13:06:58.729](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[13:06:58.881](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[13:06:58.909](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[13:06:33.486](0.762s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/001_stream_rep/data/t_0...
tap
[13:06:33.549](0.801s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/002_archiving/data/t_00...
tap
[13:06:33.806](0.950s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/003_recovery_targets/da...
tap
[13:06:34.256](0.852s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/004_timeline_switch/dat...
tap
[13:06:34.222](0.816s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_delay/data/t...
tap
[13:06:34.292](0.820s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/006_logical_decoding/da...
tap
[13:06:34.079](0.598s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/007_sync_rep/data/t_007...
tap
[13:06:34.321](0.518s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncation/data...
tap
[13:06:34.392](0.589s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/009_twophase/data/t_009...
tap
[13:06:34.521](0.655s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/010_logical_decoding_ti...
tap
[13:06:34.880](0.936s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
tap
[13:06:35.167](0.946s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/013_crash_restart/data/...
tap
[13:06:35.538](1.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/014_unlogged_reinit/dat...
tap
[13:06:35.250](0.835s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_pages/dat...
tap
[13:06:35.274](0.841s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/016_min_consistency/dat...
tap
[13:06:35.249](0.784s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/017_shm/data/t_017_shm_...
tap
[13:06:35.549](0.996s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/018_wal_optimize/data/t...
tap
[13:06:35.556](0.803s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/019_replslot_limit/data...
tap
[13:06:35.673](0.656s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/020_archive_status/data...
tap
[13:06:35.912](0.601s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/021_row_visibility/data...
tap
[13:06:35.864](0.467s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/022_crash_temp_files/da...
tap
[13:06:35.859](0.466s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/023_pitr_prepared_xact/...
tap
[13:06:35.917](0.482s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/024_archive_recovery/da...
tap
[13:06:36.237](0.556s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_old_timeli...
tap
[13:06:36.321](0.629s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/026_overwrite_contrecor...
tap
[13:06:36.308](0.615s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data...
tap
[13:06:36.472](0.657s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/028_pitr_timelines/data...
tap
[13:06:37.323](1.326s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/029_stats_restart/data/...
tap
[13:06:36.852](0.849s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/030_stats_cleanup_repli...
tap
[13:06:37.340](1.290s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/031_recovery_conflict/d...
tap
[13:06:37.373](1.321s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/032_relfilenode_reuse/d...
tap
[13:06:37.516](1.145s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/033_replay_tsp_drops/da...
tap
[13:06:37.629](1.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/034_create_database/dat...
tap
[13:06:37.635](1.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/035_standby_logical_dec...
tap
[13:06:37.781](1.090s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/036_truncated_dropped/d...
tap
[13:06:37.802](0.815s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/037_invalid_database/da...
tap
[13:06:38.454](0.989s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/038_save_logical_slots_...
tap
[13:06:38.400](0.908s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/039_end_of_wal/data/t_0...
tap
[13:06:38.496](0.974s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/040_standby_failover_sl...
tap
[13:06:38.600](0.939s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/041_checkpoint_at_promo...
tap
[13:06:38.728](0.959s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/042_low_level_backup/da...
tap
[13:06:59.064](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[13:06:59.109](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[13:06:59.202](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[13:06:59.234](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[13:06:59.395](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[13:06:59.428](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[13:06:59.575](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[13:06:59.639](0.253s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[13:06:59.806](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[13:06:59.901](0.302s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[13:07:00.120](0.403s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[13:07:00.155](0.355s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[13:07:00.377](0.412s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[13:07:05.397](0.138s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[13:07:07.179](0.349s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[13:07:07.151](0.334s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[13:07:07.207](0.294s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[13:07:02.324](0.562s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[13:07:02.299](0.469s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[13:07:02.397](0.407s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[13:07:02.388](0.398s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[13:07:02.635](0.411s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[13:07:02.663](0.444s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[13:07:02.683](0.440s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[13:07:02.732](0.416s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[13:07:02.986](0.472s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[13:07:02.935](0.417s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[13:07:03.054](0.504s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[13:07:03.134](0.514s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[13:07:03.293](0.485s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[13:07:03.234](0.404s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[13:07:03.241](0.367s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[13:07:03.326](0.400s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[13:07:03.516](0.429s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[13:07:03.575](0.429s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[13:07:03.705](0.484s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[13:07:03.750](0.357s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[13:07:04.017](0.623s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[13:07:03.944](0.531s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[13:07:03.733](0.268s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[13:07:04.156](0.573s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[13:07:03.917](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[13:07:04.343](0.592s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[13:07:04.309](0.398s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[13:07:04.220](0.321s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[13:07:04.598](0.679s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[13:07:04.534](0.452s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[13:07:04.435](0.331s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[13:07:04.543](0.372s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[13:07:04.731](0.420s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[13:07:04.922](0.476s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/034_temporal/data/t...
tap
[13:07:05.102](0.580s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[13:07:05.419](0.126s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[13:07:01.546](0.426s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[13:07:05.916](0.336s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[13:07:05.846](0.262s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[13:07:06.055](0.347s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[13:07:06.023](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[13:07:06.397](0.387s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[13:07:06.449](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[13:07:06.447](0.276s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/007_catcache_inval/dat...
tap
[13:07:06.637](0.340s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[13:07:06.667](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[13:07:06.930](0.293s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[13:07:12.375]   3/317 postgresql:setup / initdb_cache                                                 FAIL             ...
[13:07:12.375]   5/317 postgresql:isolation / isolation/isolation                                      ERROR            ...
[13:07:12.375]   6/317 postgresql:regress / regress/regress                                            ERROR            ...
[13:07:12.375]   8/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:07:12.375]   7/317 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[13:07:12.375]   9/317 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[13:07:12.375]  10/317 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[13:07:12.375]  11/317 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[13:07:12.375]  12/317 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[13:07:12.375]  13/317 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[13:07:12.375]  14/317 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[13:07:12.375]  15/317 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[13:07:12.375]  16/317 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[13:07:12.375]  17/317 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[13:07:12.375]  18/317 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[13:07:12.375]  19/317 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[13:07:12.375]  20/317 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[13:07:12.375]  21/317 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[13:07:12.375]  22/317 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[13:07:12.375]  23/317 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[13:07:12.375]  24/317 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[13:07:12.375]  25/317 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[13:07:12.375]  26/317 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[13:07:12.375]  27/317 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:07:12.375]  28/317 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:07:12.375]  29/317 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[13:07:12.375]  30/317 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[13:07:12.375]  31/317 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[13:07:12.375]  32/317 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[13:07:12.375]  33/317 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[13:07:12.375]  34/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:07:12.375]  35/317 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[13:07:12.375]  36/317 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[13:07:12.375]  37/317 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[13:07:12.375]  38/317 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[13:07:12.375]  39/317 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[13:07:12.375]  40/317 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[13:07:12.375]  41/317 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[13:07:12.375]  42/317 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[13:07:12.375]  43/317 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[13:07:12.375]  44/317 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[13:07:12.375]  45/317 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[13:07:12.375]  46/317 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[13:07:12.375]  47/317 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[13:07:12.375]  48/317 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[13:07:12.375]  49/317 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[13:07:12.375]  50/317 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[13:07:12.375]  51/317 postgresql:plperl / plperl/regress                                              ERROR            ...
[13:07:12.375]  52/317 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[13:07:12.375]  53/317 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[13:07:12.375]  54/317 postgresql:plpython / plpython/regress                                          ERROR            ...
[13:07:12.375]  55/317 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[13:07:12.375]  56/317 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[13:07:12.375]  57/317 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[13:07:12.376]  58/317 postgresql:bloom / bloom/regress                                                ERROR            ...
[13:07:12.376]  59/317 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[13:07:12.376]  60/317 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:07:12.376]  61/317 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[13:07:12.376]  62/317 postgresql:citext / citext/regress                                              ERROR            ...
[13:07:12.376]  63/317 postgresql:dblink / dblink/regress                                              ERROR            ...
[13:07:12.376]  64/317 postgresql:cube / cube/regress                                                  ERROR            ...
[13:07:12.376]  65/317 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[13:07:12.376]  66/317 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[13:07:12.376]  67/317 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[13:07:12.376]  68/317 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[13:07:12.376]  69/317 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[13:07:12.376]  70/317 postgresql:hstore / hstore/regress                                              ERROR            ...
[13:07:12.376]  71/317 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[13:07:12.376]  72/317 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[13:07:12.376]  73/317 postgresql:intarray / intarray/regress                                          ERROR            ...
[13:07:12.376]  74/317 postgresql:isn / isn/regress                                                    ERROR            ...
[13:07:12.376]  75/317 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[13:07:12.376]  76/317 postgresql:lo / lo/regress                                                      ERROR            ...
[13:07:12.376]  77/317 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[13:07:12.376]  78/317 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[13:07:12.376]  79/317 postgresql:ltree / ltree/regress                                                ERROR            ...
[13:07:12.376]  80/317 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[13:07:12.376]  81/317 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[13:07:12.376]  82/317 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[13:07:12.376]  83/317 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[13:07:12.376]  84/317 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[13:07:12.376]  85/317 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[13:07:12.376]  86/317 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[13:07:12.376]  87/317 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[13:07:12.376]  88/317 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[13:07:12.376]  89/317 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[13:07:12.376]  90/317 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[13:07:12.376]  91/317 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[13:07:12.376]  92/317 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[13:07:12.376]  93/317 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[13:07:12.376]  94/317 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[13:07:12.376]  95/317 postgresql:seg / seg/regress                                                    ERROR            ...
[13:07:12.376]  96/317 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[13:07:12.376]  97/317 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[13:07:12.376]  98/317 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[13:07:12.376]  99/317 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[13:07:12.376] 100/317 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[13:07:12.376] 101/317 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR            ...
[13:07:12.376] 102/317 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[13:07:12.376] 103/317 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[13:07:12.376] 104/317 postgresql:brin / brin/isolation                                                ERROR            ...
[13:07:12.376] 105/317 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[13:07:12.376] 106/317 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[13:07:12.376] 107/317 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[13:07:12.376] 108/317 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[13:07:12.376] 109/317 postgresql:gin / gin/regress                                                    ERROR            ...
[13:07:12.376] 110/317 postgresql:injection_points / injection_points/regress                          ERROR            ...
[13:07:12.376] 111/317 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[13:07:12.376] 112/317 postgresql:plsample / plsample/regress                                          ERROR            ...
[13:07:12.376] 113/317 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[13:07:12.376] 114/317 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[13:07:12.376] 115/317 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[13:07:12.376] 116/317 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[13:07:12.376] 117/317 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[13:07:12.376] 118/317 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[13:07:12.376] 119/317 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[13:07:12.376] 120/317 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[13:07:12.376] 121/317 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[13:07:12.377] 122/317 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[13:07:12.377] 123/317 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[13:07:12.377] 124/317 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[13:07:12.377] 125/317 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[13:07:12.377] 126/317 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[13:07:12.377] 127/317 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[13:07:12.377] 128/317 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[13:07:12.377] 129/317 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[13:07:12.377] 130/317 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[13:07:12.377] 132/317 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[13:07:12.377] 134/317 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[13:07:12.377] 135/317 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[13:07:12.377] 136/317 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[13:07:12.377] 139/317 postgresql:typcache / typcache/regress                                          ERROR            ...
[13:07:12.377] 140/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[13:07:12.377] 141/317 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[13:07:12.377] 142/317 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[13:07:12.377] 143/317 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[13:07:12.377] 145/317 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[13:07:12.377] 146/317 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[13:07:12.377] 147/317 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[13:07:12.377] 149/317 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[13:07:12.377] 150/317 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[13:07:12.377] 151/317 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[13:07:12.377] 152/317 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[13:07:12.377] 153/317 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[13:07:12.377] 155/317 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[13:07:12.377] 156/317 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[13:07:12.377] 157/317 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:07:12.377] 158/317 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[13:07:12.377] 159/317 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[13:07:12.377] 160/317 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[13:07:12.377] 161/317 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[13:07:12.377] 163/317 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[13:07:12.377] 164/317 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[13:07:12.377] 165/317 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[13:07:12.377] 166/317 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[13:07:12.377] 168/317 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[13:07:12.377] 169/317 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[13:07:12.377] 170/317 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[13:07:12.377] 171/317 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[13:07:12.377] 172/317 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[13:07:12.377] 173/317 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[13:07:12.377] 174/317 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[13:07:12.377] 175/317 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[13:07:12.377] 176/317 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[13:07:12.377] 177/317 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[13:07:12.377] 179/317 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[13:07:12.377] 180/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[13:07:12.377] 181/317 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[13:07:12.377] 182/317 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[13:07:12.377] 185/317 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[13:07:12.377] 187/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[13:07:12.377] 188/317 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[13:07:12.377] 189/317 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[13:07:12.377] 190/317 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[13:07:12.379] 191/317 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[13:07:12.379] 193/317 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[13:07:12.379] 194/317 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[13:07:12.379] 195/317 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[13:07:12.379] 196/317 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[13:07:12.379] 197/317 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[13:07:12.379] 199/317 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[13:07:12.379] 200/317 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[13:07:12.379] 201/317 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[13:07:12.379] 202/317 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[13:07:12.379] 203/317 postgresql:psql / psql/001_basic                                                ERROR            ...
[13:07:12.379] 205/317 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[13:07:12.379] 206/317 postgresql:psql / psql/020_cancel                                               ERROR            ...
[13:07:12.379] 207/317 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[13:07:12.379] 208/317 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[13:07:12.379] 209/317 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[13:07:12.379] 210/317 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[13:07:12.379] 211/317 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[13:07:12.379] 212/317 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[13:07:12.379] 213/317 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[13:07:12.379] 214/317 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[13:07:12.379] 215/317 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[13:07:12.379] 216/317 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[13:07:12.379] 217/317 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[13:07:12.379] 218/317 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[13:07:12.379] 219/317 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[13:07:12.379] 220/317 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[13:07:12.379] 221/317 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[13:07:12.379] 223/317 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[13:07:12.379] 224/317 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[13:07:12.379] 225/317 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[13:07:12.379] 226/317 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[13:07:12.379] 227/317 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[13:07:12.379] 228/317 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[13:07:12.379] 231/317 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[13:07:12.379] 230/317 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[13:07:12.379] 232/317 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[13:07:12.379] 233/317 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[13:07:12.379] 234/317 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[13:07:12.379] 235/317 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[13:07:12.379] 236/317 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[13:07:12.379] 238/317 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[13:07:12.379] 239/317 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[13:07:12.379] 241/317 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[13:07:12.379] 242/317 postgresql:authentication / authentication/001_password                         ERROR            ...
[13:07:12.379] 243/317 postgresql:authentication / authentication/003_peer                             ERROR            ...
[13:07:12.379] 244/317 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[13:07:12.379] 245/317 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[13:07:12.379] 246/317 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[13:07:12.379] 247/317 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[13:07:12.379] 248/317 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[13:07:12.379] 249/317 postgresql:subscription / subscription/002_types                                ERROR            ...
[13:07:12.379] 250/317 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[13:07:12.380] 251/317 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[13:07:12.380] 252/317 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[13:07:12.380] 253/317 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[13:07:12.380] 254/317 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[13:07:12.380] 255/317 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[13:07:12.380] 256/317 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[13:07:12.380] 257/317 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[13:07:12.380] 258/317 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[13:07:12.380] 259/317 postgresql:subscription / subscription/011_generated                            ERROR            ...
[13:07:12.380] 260/317 postgresql:subscription / subscription/012_collation                            ERROR            ...
[13:07:12.380] 262/317 postgresql:subscription / subscription/015_stream                               ERROR            ...
[13:07:12.380] 261/317 postgresql:subscription / subscription/014_binary                               ERROR            ...
[13:07:12.380] 263/317 postgresql:subscription / subscription/013_partition                            ERROR            ...
[13:07:12.380] 264/317 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[13:07:12.380] 265/317 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[13:07:12.380] 266/317 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[13:07:12.380] 267/317 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[13:07:12.380] 268/317 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[13:07:12.380] 269/317 postgresql:subscription / subscription/020_messages                             ERROR            ...
[13:07:12.380] 270/317 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[13:07:12.380] 271/317 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[13:07:12.380] 272/317 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[13:07:12.380] 273/317 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[13:07:12.380] 274/317 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[13:07:12.380] 275/317 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[13:07:12.380] 276/317 postgresql:subscription / subscription/026_stats                                ERROR            ...
[13:07:12.380] 277/317 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[13:07:12.380] 279/317 postgresql:subscription / subscription/030_origin                               ERROR            ...
[13:07:12.380] 278/317 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[13:07:12.380] 280/317 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[13:07:12.380] 281/317 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[13:07:12.380] 282/317 postgresql:brin / brin/01_workitems                                             ERROR            ...
[13:07:12.380] 283/317 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[13:07:12.380] 284/317 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[13:07:12.380] 285/317 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[13:07:12.380] 286/317 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[13:07:12.380] 287/317 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[13:07:12.380] 288/317 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[13:07:12.380] 289/317 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[13:07:12.380] 291/317 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[13:07:12.380] 290/317 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[13:07:12.380] 292/317 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[13:07:12.380] 295/317 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[13:07:12.380] 296/317 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[13:07:12.380] 297/317 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[13:07:12.380] 298/317 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[13:07:12.380] 299/317 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[13:07:12.380] 300/317 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[13:07:12.380] 301/317 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[13:07:12.380] 302/317 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[13:07:12.380] 305/317 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[13:07:12.380] 306/317 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[13:07:12.380] 308/317 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[13:07:12.412] 309/317 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[13:07:12.412] 310/317 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[13:07:12.412] 311/317 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[13:07:12.412] 312/317 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[13:07:12.412] 313/317 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[13:07:12.412] 314/317 postgresql:icu / icu/010_database                                               ERROR            ...
[13:07:12.412] 316/317 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
core
[13:07:56.016] #0  0x00007fa9b74abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:07:56.016] #1  0x00007fa9b745cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:07:56.016] #2  0x00007fa9b7447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:07:56.016] #3  0x000055a76d2a1326 in ExceptionalCondition (conditionName=conditionName@entry=0x55a76d68bd80 "!pgstat...
[13:07:56.016] #4  0x000055a76cfd28f2 in pgstat_drop_entry_internal (shent=0x7fa9b3388600, hstat=hstat@entry=0x7ffe81546...
[13:07:56.016] #5  0x000055a76cfd40e8 in pgstat_drop_all_entries () at pgstat_shmem.c:1009
[13:07:56.016] #6  0x000055a76cfc15f4 in pgstat_reset_after_failure () at pgstat.c:2091
[13:07:56.016] #7  0x000055a76cfc1a5e in pgstat_read_statsfile (redo=redo@entry=16777256) at pgstat.c:1817
[13:07:56.016] #8  0x000055a76cfc2bd1 in pgstat_restore_stats (redo=redo@entry=16777256) at pgstat.c:508
[13:07:56.016] #9  0x000055a76c756b34 in StartupXLOG () at xlog.c:5687
Linux - Debian Bookworm - Meson
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
[13:08:59.841](0.000s) #                   'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent...
assertion
[13:08:58.755](0.000s) #                   'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent...
assertion
[13:08:57.743](0.000s) #          got: 'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->ke...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
core
[13:12:21.513] #0  0x00007ff62aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.513] #1  0x00007ff62ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.513] #2  0x00007ff62ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.513] #3  0x000055d91ab484c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55d91ae1f770 "!pgstat...
[13:12:21.513] #4  0x000055d91a8f11ec in pgstat_drop_entry_internal (shent=0x7ff627fd2600, hstat=hstat@entry=0x7ffd344cd...
[13:12:21.513] #5  0x000055d91a8f226c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:21.513] #6  0x000055d91a8e055e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:21.513] #7  0x000055d91a8e082d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:21.513] #8  0x000055d91a8e1415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:21.513] #9  0x000055d91a2c4b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:30.070] #0  0x00007f4d1b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.070] #1  0x00007f4d1b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.070] #2  0x00007f4d1b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.070] #3  0x000055b01aa794c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b01ad50770 "!pgstat...
[13:12:30.070] #4  0x000055b01a8221ec in pgstat_drop_entry_internal (shent=0x7f4d18bd2600, hstat=hstat@entry=0x7ffd16056...
[13:12:30.070] #5  0x000055b01a82326c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:30.070] #6  0x000055b01a81155e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:30.070] #7  0x000055b01a81182d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:30.070] #8  0x000055b01a812415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:30.070] #9  0x000055b01a1f5b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:29.619] #0  0x00007f15648a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:29.619] #1  0x00007f156485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:29.619] #2  0x00007f1564845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:29.619] #3  0x00005591d13cd4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x5591d16a4770 "!pgstat...
[13:12:29.619] #4  0x00005591d11761ec in pgstat_drop_entry_internal (shent=0x7f1561cfa600, hstat=hstat@entry=0x7ffde6762...
[13:12:29.619] #5  0x00005591d117726c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:29.619] #6  0x00005591d116555e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:29.619] #7  0x00005591d116582d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:29.619] #8  0x00005591d1166415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:29.619] #9  0x00005591d0b49b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:29.176] #0  0x00007fde87aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:29.176] #1  0x00007fde87a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:29.176] #2  0x00007fde87a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:29.176] #3  0x000055aa50d184c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa50fef770 "!pgstat...
[13:12:29.176] #4  0x000055aa50ac11ec in pgstat_drop_entry_internal (shent=0x7fde84dd2600, hstat=hstat@entry=0x7ffcabc1a...
[13:12:29.176] #5  0x000055aa50ac226c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:29.176] #6  0x000055aa50ab055e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:29.176] #7  0x000055aa50ab082d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:29.176] #8  0x000055aa50ab1415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:29.176] #9  0x000055aa50494b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:28.728] #0  0x00007f3b282a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:28.728] #1  0x00007f3b2825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:28.728] #2  0x00007f3b28245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:28.728] #3  0x000055c0abaf94c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c0abdd0770 "!pgstat...
[13:12:28.728] #4  0x000055c0ab8a21ec in pgstat_drop_entry_internal (shent=0x7f3b257d2600, hstat=hstat@entry=0x7ffc50cba...
[13:12:28.728] #5  0x000055c0ab8a326c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:28.728] #6  0x000055c0ab89155e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:28.728] #7  0x000055c0ab89182d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:28.728] #8  0x000055c0ab892415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:28.728] #9  0x000055c0ab275b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:28.283] #0  0x00007fc9226a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:28.283] #1  0x00007fc92265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:28.283] #2  0x00007fc922645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:28.283] #3  0x0000559e31e3d4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x559e32114770 "!pgstat...
[13:12:28.283] #4  0x0000559e31be61ec in pgstat_drop_entry_internal (shent=0x7fc91fafa600, hstat=hstat@entry=0x7ffe466a1...
[13:12:28.283] #5  0x0000559e31be726c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:28.283] #6  0x0000559e31bd555e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:28.283] #7  0x0000559e31bd582d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:28.283] #8  0x0000559e31bd6415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:28.283] #9  0x0000559e315b9b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:26.010] #0  0x00007f89128a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.010] #1  0x00007f891285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.010] #2  0x00007f8912845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.010] #3  0x000055f03ca504c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55f03cd27770 "!pgstat...
[13:12:26.010] #4  0x000055f03c7f91ec in pgstat_drop_entry_internal (shent=0x7f890fd7b600, hstat=hstat@entry=0x7ffe870fb...
[13:12:26.010] #5  0x000055f03c7fa26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:26.010] #6  0x000055f03c7e855e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:26.010] #7  0x000055f03c7e882d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:26.010] #8  0x000055f03c7e9415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:26.010] #9  0x000055f03c1ccb01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:27.836] #0  0x00007f5a39aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:27.836] #1  0x00007f5a39a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:27.836] #2  0x00007f5a39a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:27.836] #3  0x0000555ff29844c9 in ExceptionalCondition (conditionName=conditionName@entry=0x555ff2c5b770 "!pgstat...
[13:12:27.836] #4  0x0000555ff272d1ec in pgstat_drop_entry_internal (shent=0x7f5a36dd2600, hstat=hstat@entry=0x7ffc960ef...
[13:12:27.836] #5  0x0000555ff272e26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:27.836] #6  0x0000555ff271c55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:27.836] #7  0x0000555ff271c82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:27.836] #8  0x0000555ff271d415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:27.836] #9  0x0000555ff2100b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:27.391] #0  0x00007f76d8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:27.391] #1  0x00007f76d8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:27.391] #2  0x00007f76d8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:27.391] #3  0x0000564a184d04c9 in ExceptionalCondition (conditionName=conditionName@entry=0x564a187a7770 "!pgstat...
[13:12:27.391] #4  0x0000564a182791ec in pgstat_drop_entry_internal (shent=0x7f76d6129600, hstat=hstat@entry=0x7ffd79269...
[13:12:27.391] #5  0x0000564a1827a26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:27.391] #6  0x0000564a1826855e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:27.391] #7  0x0000564a1826882d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:27.391] #8  0x0000564a18269415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:27.391] #9  0x0000564a17c4cb01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:26.941] #0  0x00007f4fb2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.941] #1  0x00007f4fb2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.941] #2  0x00007f4fb2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.941] #3  0x0000560b3f14e4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x560b3f425770 "!pgstat...
[13:12:26.941] #4  0x0000560b3eef71ec in pgstat_drop_entry_internal (shent=0x7f4fb0267600, hstat=hstat@entry=0x7ffd6d7ca...
[13:12:26.941] #5  0x0000560b3eef826c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:26.941] #6  0x0000560b3eee655e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:26.941] #7  0x0000560b3eee682d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:26.941] #8  0x0000560b3eee7415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:26.941] #9  0x0000560b3e8cab01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:26.474] #0  0x00007f18d24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.474] #1  0x00007f18d245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.474] #2  0x00007f18d2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:26.474] #3  0x000055d164d244c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55d164ffb770 "!pgstat...
[13:12:26.474] #4  0x000055d164acd1ec in pgstat_drop_entry_internal (shent=0x7f18cf97b600, hstat=hstat@entry=0x7ffe57b71...
[13:12:26.474] #5  0x000055d164ace26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:26.474] #6  0x000055d164abc55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:26.474] #7  0x000055d164abc82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:26.474] #8  0x000055d164abd415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:26.474] #9  0x000055d1644a0b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:17.011] #0  0x00007fceab2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.011] #1  0x00007fceab25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.011] #2  0x00007fceab245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.011] #3  0x0000556077e5b4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x556078132770 "!pgstat...
[13:12:17.011] #4  0x0000556077c041ec in pgstat_drop_entry_internal (shent=0x7fcea85d2600, hstat=hstat@entry=0x7fff5bf4b...
[13:12:17.011] #5  0x0000556077c0526c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:17.011] #6  0x0000556077bf355e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:17.011] #7  0x0000556077bf382d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:17.011] #8  0x0000556077bf4415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:17.011] #9  0x00005560775d7b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:17.453] #0  0x00007f71e98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.453] #1  0x00007f71e985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.453] #2  0x00007f71e9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.453] #3  0x00005632625c04c9 in ExceptionalCondition (conditionName=conditionName@entry=0x563262897770 "!pgstat...
[13:12:17.453] #4  0x00005632623691ec in pgstat_drop_entry_internal (shent=0x7f71e6c89600, hstat=hstat@entry=0x7ffe78e88...
[13:12:17.453] #5  0x000056326236a26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:17.453] #6  0x000056326235855e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:17.453] #7  0x000056326235882d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:17.453] #8  0x0000563262359415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:17.453] #9  0x0000563261d3cb01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:17.916] #0  0x00007fd9718a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.916] #1  0x00007fd97185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.916] #2  0x00007fd971845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:17.916] #3  0x0000558a5d0664c9 in ExceptionalCondition (conditionName=conditionName@entry=0x558a5d33d770 "!pgstat...
[13:12:17.916] #4  0x0000558a5ce0f1ec in pgstat_drop_entry_internal (shent=0x7fd96ed7b600, hstat=hstat@entry=0x7ffe25290...
[13:12:17.916] #5  0x0000558a5ce1026c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:17.916] #6  0x0000558a5cdfe55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:17.916] #7  0x0000558a5cdfe82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:17.916] #8  0x0000558a5cdff415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:17.916] #9  0x0000558a5c7e2b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:18.361] #0  0x00007f2f454a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:18.361] #1  0x00007f2f4545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:18.361] #2  0x00007f2f45445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:18.361] #3  0x000055d92a2324c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55d92a509770 "!pgstat...
[13:12:18.361] #4  0x000055d929fdb1ec in pgstat_drop_entry_internal (shent=0x7f2f428fa600, hstat=hstat@entry=0x7ffef46e8...
[13:12:18.361] #5  0x000055d929fdc26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:18.361] #6  0x000055d929fca55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:18.361] #7  0x000055d929fca82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:18.361] #8  0x000055d929fcb415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:18.361] #9  0x000055d9299aeb01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:18.810] #0  0x00007f617d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:18.810] #1  0x00007f617d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:18.810] #2  0x00007f617d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:18.810] #3  0x0000558a1dcc94c9 in ExceptionalCondition (conditionName=conditionName@entry=0x558a1dfa0770 "!pgstat...
[13:12:18.810] #4  0x0000558a1da721ec in pgstat_drop_entry_internal (shent=0x7f617a57b600, hstat=hstat@entry=0x7ffd12afa...
[13:12:18.810] #5  0x0000558a1da7326c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:18.810] #6  0x0000558a1da6155e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:18.810] #7  0x0000558a1da6182d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:18.810] #8  0x0000558a1da62415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:18.810] #9  0x0000558a1d445b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:19.257] #0  0x00007fe6d20a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:19.257] #1  0x00007fe6d205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:19.257] #2  0x00007fe6d2045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:19.257] #3  0x0000557e236ae4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x557e23985770 "!pgstat...
[13:12:19.257] #4  0x0000557e234571ec in pgstat_drop_entry_internal (shent=0x7fe6cf4b1600, hstat=hstat@entry=0x7ffe81f19...
[13:12:19.257] #5  0x0000557e2345826c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:19.257] #6  0x0000557e2344655e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:19.257] #7  0x0000557e2344682d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:19.257] #8  0x0000557e23447415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:19.257] #9  0x0000557e22e2ab01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:19.698] #0  0x00007f69c4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:19.698] #1  0x00007f69c4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:19.698] #2  0x00007f69c4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:19.698] #3  0x000055ec5c4284c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ec5c6ff770 "!pgstat...
[13:12:19.698] #4  0x000055ec5c1d11ec in pgstat_drop_entry_internal (shent=0x7f69c217b600, hstat=hstat@entry=0x7ffc5b214...
[13:12:19.698] #5  0x000055ec5c1d226c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:19.698] #6  0x000055ec5c1c055e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:19.698] #7  0x000055ec5c1c082d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:19.698] #8  0x000055ec5c1c1415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:19.698] #9  0x000055ec5bba4b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:20.148] #0  0x00007f753baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:20.148] #1  0x00007f753ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:20.148] #2  0x00007f753ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:20.148] #3  0x000055f460d894c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55f461060770 "!pgstat...
[13:12:20.148] #4  0x000055f460b321ec in pgstat_drop_entry_internal (shent=0x7f7538ed2600, hstat=hstat@entry=0x7ffe7770b...
[13:12:20.148] #5  0x000055f460b3326c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:20.148] #6  0x000055f460b2155e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:20.148] #7  0x000055f460b2182d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:20.148] #8  0x000055f460b22415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:20.148] #9  0x000055f460505b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:20.593] #0  0x00007f8d30aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:20.593] #1  0x00007f8d30a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:20.593] #2  0x00007f8d30a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:20.593] #3  0x0000558adb8624c9 in ExceptionalCondition (conditionName=conditionName@entry=0x558adbb39770 "!pgstat...
[13:12:20.593] #4  0x0000558adb60b1ec in pgstat_drop_entry_internal (shent=0x7f8d2df7b600, hstat=hstat@entry=0x7ffd94dfe...
[13:12:20.593] #5  0x0000558adb60c26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:20.593] #6  0x0000558adb5fa55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:20.593] #7  0x0000558adb5fa82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:20.593] #8  0x0000558adb5fb415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:20.593] #9  0x0000558adafdeb01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:21.045] #0  0x00007f09e02a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.045] #1  0x00007f09e025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.045] #2  0x00007f09e0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.045] #3  0x000055dd044954c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd0476c770 "!pgstat...
[13:12:21.045] #4  0x000055dd0423e1ec in pgstat_drop_entry_internal (shent=0x7f09dd6f9a00, hstat=hstat@entry=0x7ffca03e1...
[13:12:21.045] #5  0x000055dd0423f26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:21.045] #6  0x000055dd0422d55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:21.045] #7  0x000055dd0422d82d in pgstat_read_statsfile (redo=redo@entry=1048616) at ../src/backend/utils/activit...
[13:12:21.045] #8  0x000055dd0422e415 in pgstat_restore_stats (redo=redo@entry=1048616) at ../src/backend/utils/activity...
[13:12:21.045] #9  0x000055dd03c11b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:21.953] #0  0x00007efcd28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.953] #1  0x00007efcd285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.953] #2  0x00007efcd2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.953] #3  0x000055cc1334c4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55cc13623770 "!pgstat...
[13:12:21.953] #4  0x000055cc130f51ec in pgstat_drop_entry_internal (shent=0x7efccfd1d600, hstat=hstat@entry=0x7ffc37f53...
[13:12:21.953] #5  0x000055cc130f626c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:21.953] #6  0x000055cc130e455e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:21.953] #7  0x000055cc130e482d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:21.953] #8  0x000055cc130e5415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:21.953] #9  0x000055cc12ac8b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:22.408] #0  0x00007efe6fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:22.408] #1  0x00007efe6fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:22.408] #2  0x00007efe6fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:22.408] #3  0x000055b2dc9894c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b2dcc60770 "!pgstat...
[13:12:22.408] #4  0x000055b2dc7321ec in pgstat_drop_entry_internal (shent=0x7efe6d1d2600, hstat=hstat@entry=0x7fff581a9...
[13:12:22.408] #5  0x000055b2dc73326c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:22.408] #6  0x000055b2dc72155e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:22.408] #7  0x000055b2dc72182d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:22.408] #8  0x000055b2dc722415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:22.408] #9  0x000055b2dc105b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:22.844] #0  0x00007f5ab04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:22.844] #1  0x00007f5ab045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:22.844] #2  0x00007f5ab0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:22.844] #3  0x00005581795fb4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x5581798d2770 "!pgstat...
[13:12:22.844] #4  0x00005581793a41ec in pgstat_drop_entry_internal (shent=0x7f5aad87d600, hstat=hstat@entry=0x7ffc1caf0...
[13:12:22.844] #5  0x00005581793a526c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:22.844] #6  0x000055817939355e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:22.844] #7  0x000055817939382d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:22.844] #8  0x0000558179394415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:22.844] #9  0x0000558178d77b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:23.287] #0  0x00007fe13cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:23.287] #1  0x00007fe13ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:23.287] #2  0x00007fe13ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:23.287] #3  0x00005569a35644c9 in ExceptionalCondition (conditionName=conditionName@entry=0x5569a383b770 "!pgstat...
[13:12:23.287] #4  0x00005569a330d1ec in pgstat_drop_entry_internal (shent=0x7fe13a37aa00, hstat=hstat@entry=0x7ffc11480...
[13:12:23.287] #5  0x00005569a330e26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:23.287] #6  0x00005569a32fc55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:23.287] #7  0x00005569a32fc82d in pgstat_read_statsfile (redo=redo@entry=1048616) at ../src/backend/utils/activit...
[13:12:23.287] #8  0x00005569a32fd415 in pgstat_restore_stats (redo=redo@entry=1048616) at ../src/backend/utils/activity...
[13:12:23.287] #9  0x00005569a2ce0b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:23.740] #0  0x00007f25136a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:23.740] #1  0x00007f251365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:23.740] #2  0x00007f2513645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:23.740] #3  0x00005599bea984c9 in ExceptionalCondition (conditionName=conditionName@entry=0x5599bed6f770 "!pgstat...
[13:12:23.740] #4  0x00005599be8411ec in pgstat_drop_entry_internal (shent=0x7f2510a5b600, hstat=hstat@entry=0x7ffeeaff7...
[13:12:23.740] #5  0x00005599be84226c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:23.740] #6  0x00005599be83055e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:23.740] #7  0x00005599be83082d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:23.740] #8  0x00005599be831415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:23.740] #9  0x00005599be214b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:24.192] #0  0x00007fe1c3ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:24.192] #1  0x00007fe1c3e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:24.192] #2  0x00007fe1c3e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:24.192] #3  0x0000562e19b8e4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x562e19e65770 "!pgstat...
[13:12:24.192] #4  0x0000562e199371ec in pgstat_drop_entry_internal (shent=0x7fe1c11d2600, hstat=hstat@entry=0x7fff6a0eb...
[13:12:24.192] #5  0x0000562e1993826c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:24.192] #6  0x0000562e1992655e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:24.192] #7  0x0000562e1992682d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:24.192] #8  0x0000562e19927415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:24.192] #9  0x0000562e1930ab01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:24.643] #0  0x00007f6b0a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:24.643] #1  0x00007f6b0a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:24.643] #2  0x00007f6b0a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:24.643] #3  0x0000555b3fc994c9 in ExceptionalCondition (conditionName=conditionName@entry=0x555b3ff70770 "!pgstat...
[13:12:24.643] #4  0x0000555b3fa421ec in pgstat_drop_entry_internal (shent=0x7f6b078fa600, hstat=hstat@entry=0x7ffeaff60...
[13:12:24.643] #5  0x0000555b3fa4326c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:24.643] #6  0x0000555b3fa3155e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:24.643] #7  0x0000555b3fa3182d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:24.643] #8  0x0000555b3fa32415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:24.643] #9  0x0000555b3f415b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:25.093] #0  0x00007faabbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:25.093] #1  0x00007faabbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:25.093] #2  0x00007faabbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:25.093] #3  0x0000558f8a54b4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x558f8a822770 "!pgstat...
[13:12:25.093] #4  0x0000558f8a2f41ec in pgstat_drop_entry_internal (shent=0x7faab91d2600, hstat=hstat@entry=0x7ffddc9e1...
[13:12:25.093] #5  0x0000558f8a2f526c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:25.093] #6  0x0000558f8a2e355e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:25.093] #7  0x0000558f8a2e382d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:25.093] #8  0x0000558f8a2e4415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:25.093] #9  0x0000558f89cc7b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:25.554] #0  0x00007f41550a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:25.554] #1  0x00007f415505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:25.554] #2  0x00007f4155045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:25.554] #3  0x000056305220d4c9 in ExceptionalCondition (conditionName=conditionName@entry=0x5630524e4770 "!pgstat...
[13:12:25.554] #4  0x0000563051fb61ec in pgstat_drop_entry_internal (shent=0x7f41524fa600, hstat=hstat@entry=0x7ffd6863e...
[13:12:25.554] #5  0x0000563051fb726c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:25.554] #6  0x0000563051fa555e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:25.554] #7  0x0000563051fa582d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:25.554] #8  0x0000563051fa6415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:25.554] #9  0x0000563051989b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:31.441] #0  0x00007facf76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:31.441] #1  0x00007facf765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:31.441] #2  0x00007facf7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:31.441] #3  0x000055e4459914c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e445c68770 "!pgstat...
[13:12:31.441] #4  0x000055e44573a1ec in pgstat_drop_entry_internal (shent=0x7facf4a5aa00, hstat=hstat@entry=0x7ffcfd515...
[13:12:31.441] #5  0x000055e44573b26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:31.441] #6  0x000055e44572955e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:31.441] #7  0x000055e44572982d in pgstat_read_statsfile (redo=redo@entry=1048616) at ../src/backend/utils/activit...
[13:12:31.441] #8  0x000055e44572a415 in pgstat_restore_stats (redo=redo@entry=1048616) at ../src/backend/utils/activity...
[13:12:31.441] #9  0x000055e44510db01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:30.984] #0  0x00007f41170a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.984] #1  0x00007f411705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.984] #2  0x00007f4117045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.984] #3  0x000055e930bb34c9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e930e8a770 "!pgstat...
[13:12:30.984] #4  0x000055e93095c1ec in pgstat_drop_entry_internal (shent=0x7f41143d2600, hstat=hstat@entry=0x7ffc8b5e5...
[13:12:30.984] #5  0x000055e93095d26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:30.984] #6  0x000055e93094b55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:30.984] #7  0x000055e93094b82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:30.984] #8  0x000055e93094c415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:30.984] #9  0x000055e93032fb01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
core
[13:12:30.520] #0  0x00007ff5ff2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.520] #1  0x00007ff5ff25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.520] #2  0x00007ff5ff245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:30.520] #3  0x0000562f8c8254c9 in ExceptionalCondition (conditionName=conditionName@entry=0x562f8cafc770 "!pgstat...
[13:12:30.520] #4  0x0000562f8c5ce1ec in pgstat_drop_entry_internal (shent=0x7ff5fc6b1600, hstat=hstat@entry=0x7ffdda256...
[13:12:30.520] #5  0x0000562f8c5cf26c in pgstat_drop_all_entries () at ../src/backend/utils/activity/pgstat_shmem.c:1009
[13:12:30.520] #6  0x0000562f8c5bd55e in pgstat_reset_after_failure () at ../src/backend/utils/activity/pgstat.c:2091
[13:12:30.520] #7  0x0000562f8c5bd82d in pgstat_read_statsfile (redo=redo@entry=16777256) at ../src/backend/utils/activi...
[13:12:30.520] #8  0x0000562f8c5be415 in pgstat_restore_stats (redo=redo@entry=16777256) at ../src/backend/utils/activit...
[13:12:30.520] #9  0x0000562f8bfa1b01 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5687
tap
[13:09:06.892](1.437s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[13:09:05.804](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:06.086](0.149s) Bail out!  pg_ctl start failed
tap
[13:09:06.788](0.163s) Bail out!  command "pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_0...
tap
[13:09:08.039](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:08.871](0.969s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[13:09:08.150](0.155s) Bail out!  pg_ctl start failed
tap
[13:09:08.329](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:09.615](1.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[13:09:06.872](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:07.176](0.149s) Bail out!  pg_ctl start failed
tap
[13:09:07.160](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:13.515](0.157s) Bail out!  pg_ctl start failed
tap
[13:09:13.515](0.155s) Bail out!  pg_ctl start failed
tap
[13:09:13.653](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:13.802](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:13.806](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:13.942](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:18.196](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:45.091](1.507s) not ok 14 - successful creation
[13:08:45.096](0.004s) not ok 16 - checksums are enabled in control file: exit code 0
[13:08:45.097](0.000s) not ok 17 - checksums are enabled in control file: no stderr
[13:08:45.097](0.000s) not ok 18 - checksums are enabled in control file: matches
[13:08:55.141](1.543s) not ok 22 - successful creation with group access
[13:08:56.307](1.140s) not ok 26 - option --icu-locale
[13:08:57.742](1.434s) not ok 27 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0
[13:08:57.742](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
[13:08:58.754](0.000s) not ok 31 - fails for invalid ICU locale: matches
[13:08:59.841](0.000s) not ok 37 - fails for invalid collation argument: matches
[13:09:00.824](0.958s) not ok 39 - locale provider builtin with --locale
[13:09:02.171](1.347s) not ok 40 - locale provider builtin with -E UTF-8 --builtin-locale=C.UTF-8
[13:09:03.722](1.523s) not ok 42 - locale provider builtin with --lc-ctype
[13:09:05.291](1.021s) not ok 48 - multiple -c options with different case
tap
[13:09:14.090](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:20.904](0.156s) Bail out!  pg_ctl start failed
tap
[13:09:14.226](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:17.904](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:18.015](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:14.233](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:43.276](0.149s) Bail out!  pg_ctl start failed
tap
[13:08:43.498](0.150s) Bail out!  pg_ctl start failed
tap
[13:08:43.609](0.166s) Bail out!  pg_ctl start failed
tap
[13:08:43.897](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:45.666](1.893s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_amcheck/003_check/data/t_003_...
tap
[13:08:45.962](1.926s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_amcheck/004_verify_heapam/dat...
tap
[13:08:45.951](0.149s) Bail out!  pg_ctl start failed
tap
[13:08:48.385](2.263s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/...
tap
[13:08:46.400](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:48.882](2.314s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_receivewal/...
tap
[13:08:48.702](0.153s) Bail out!  pg_ctl start failed
tap
[13:08:51.756](2.641s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_createsubsc...
tap
[13:08:51.755](2.615s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_checksums/002_actions/data/t_...
tap
[13:08:52.145](0.150s) Bail out!  pg_ctl start failed
tap
[13:08:52.182](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:52.430](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:52.474](0.155s) Bail out!  pg_ctl start failed
tap
[13:08:52.716](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:52.757](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:53.000](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:53.044](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:54.935](1.647s) not ok 11 - pg_ctl initdb
tap
[13:08:53.683](0.119s) Bail out!  command "pg_ctl -l /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/tmp_test_...
tap
[13:08:53.860](0.000s) not ok 4 - pg_ctl promote of not running instance fails: matches
[13:08:53.981](0.120s) Bail out!  pg_ctl start failed
tap
[13:08:54.265](0.150s) Bail out!  pg_ctl start failed
tap
[13:08:55.117](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:55.233](0.153s) Bail out!  pg_ctl start failed
tap
[13:08:55.409](0.153s) Bail out!  pg_ctl start failed
tap
[13:08:55.531](0.154s) Bail out!  pg_ctl start failed
tap
[13:08:56.833](1.286s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[13:09:07.318](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:55.721](0.036s) not ok 10 - pg_resetwal -n produces output: exit code 0
[13:08:55.722](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr
[13:08:55.722](0.000s) not ok 12 - pg_resetwal -n produces output: matches
[13:08:55.727](0.003s) not ok 14 - pg_resetwal runs
[13:08:55.847](0.120s) Bail out!  pg_ctl start failed
tap
[13:08:56.104](0.121s) not ok 1 - processes corrupted pg_control all zeroes status (got 1 vs expected 0)
[13:08:56.105](0.000s) not ok 2 - processes corrupted pg_control all zeroes stdout /(?^:pg_control version number)/
[13:08:56.105](0.000s) not ok 3 - processes corrupted pg_control all zeroes stderr /(?^:pg_resetwal: warning: pg_control...
[13:08:56.201](0.096s) not ok 4 - processes zero WAL segment size status (got 1 vs expected 0)
[13:08:56.202](0.000s) not ok 5 - processes zero WAL segment size stdout /(?^:pg_control version number)/
[13:08:56.202](0.000s) not ok 6 - processes zero WAL segment size stderr /(?^:pg_resetwal\:\ warning\:\ pg_control\ spec...
[13:08:56.206](0.000s) not ok 8 - does not run when control file values were guessed: matches
[13:08:56.210](0.003s) not ok 9 - runs with force when control file values were guessed
tap
[13:08:56.499](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:58.107](1.473s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[13:08:57.130](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:57.416](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:57.702](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:58.163](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:58.395](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:58.454](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:58.703](0.169s) Bail out!  pg_ctl start failed
tap
[13:09:07.446](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:19.000](1.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t...
tap
[13:08:18.061](0.273s) Bail out!  pg_ctl start failed
tap
[13:08:59.056](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:59.147](0.150s) Bail out!  pg_ctl start failed
tap
[13:08:59.345](0.152s) Bail out!  pg_ctl start failed
tap
[13:08:59.628](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:59.916](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:00.204](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:00.313](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:00.493](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:07.459](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:00.781](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:01.072](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:02.481](1.436s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[13:09:07.768](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:08.615](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:09.017](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:03.488](1.607s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[13:09:02.788](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:03.073](0.151s) Bail out!  pg_ctl start failed
tap
[13:08:18.014](0.227s) Bail out!  pg_ctl start failed
tap
[13:08:18.108](0.224s) Bail out!  pg_ctl start failed
tap
[13:08:18.045](0.054s) Bail out!  command "pg_resetwal --epoch 1 /tmp/cirrus-ci-build/build/testrun/recovery/003_recover...
tap
[13:08:18.482](0.227s) Bail out!  pg_ctl start failed
tap
[13:08:18.438](0.241s) Bail out!  pg_ctl start failed
tap
[13:08:18.495](0.184s) Bail out!  pg_ctl start failed
tap
[13:08:18.543](0.193s) Bail out!  pg_ctl start failed
tap
[13:08:18.478](0.197s) Bail out!  command "pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncati...
tap
[13:08:18.553](0.207s) Bail out!  pg_ctl start failed
tap
[13:08:18.774](0.194s) Bail out!  pg_ctl start failed
tap
[13:08:18.829](0.195s) Bail out!  pg_ctl start failed
tap
[13:08:18.856](0.215s) Bail out!  pg_ctl start failed
tap
[13:08:18.924](0.159s) Bail out!  pg_ctl start failed
tap
[13:08:18.922](0.173s) Bail out!  pg_ctl start failed
tap
[13:08:18.946](0.201s) Bail out!  command "pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/recovery/016_min_consiste...
tap
[13:08:19.180](0.193s) Bail out!  pg_ctl start failed
tap
[13:08:19.226](0.222s) Bail out!  pg_ctl start failed
tap
[13:08:20.210](1.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/recovery/019_replslot_limit/data...
tap
[13:08:19.300](0.175s) Bail out!  pg_ctl start failed
tap
[13:08:19.407](0.165s) Bail out!  pg_ctl start failed
tap
[13:08:19.516](0.227s) Bail out!  pg_ctl start failed
tap
[13:08:19.545](0.185s) Bail out!  pg_ctl start failed
tap
[13:08:19.585](0.186s) Bail out!  pg_ctl start failed
tap
[13:08:19.767](0.170s) Bail out!  pg_ctl start failed
tap
[13:08:19.836](0.165s) Bail out!  pg_ctl start failed
tap
[13:08:19.906](0.159s) Bail out!  pg_ctl start failed
tap
[13:08:19.943](0.159s) Bail out!  pg_ctl start failed
tap
[13:08:19.951](0.153s) Bail out!  pg_ctl start failed
tap
[13:08:20.109](0.191s) Bail out!  pg_ctl start failed
tap
[13:08:20.201](0.190s) Bail out!  pg_ctl start failed
tap
[13:08:20.214](0.176s) Bail out!  pg_ctl start failed
tap
[13:08:20.653](0.157s) Bail out!  pg_ctl start failed
tap
[13:08:20.770](0.158s) Bail out!  pg_ctl start failed
tap
[13:09:03.381](0.149s) Bail out!  pg_ctl start failed
tap
[13:09:03.768](0.254s) Bail out!  pg_ctl start failed
tap
[13:09:03.896](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:04.085](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:04.210](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:04.398](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:04.532](0.121s) Bail out!  pg_ctl start failed
tap
[13:09:04.716](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:04.821](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:05.027](0.149s) Bail out!  pg_ctl start failed
tap
[13:09:05.106](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:05.316](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:06.582](1.338s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[13:09:14.379](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:17.351](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:17.408](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:17.654](0.156s) Bail out!  pg_ctl start failed
tap
[13:09:09.155](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:09.300](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:09.443](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:09.595](0.155s) Bail out!  pg_ctl start failed
tap
[13:09:10.609](1.028s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[13:09:09.882](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:09.899](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:10.169](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:10.185](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:10.454](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:10.476](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:11.747](1.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[13:09:10.765](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:10.898](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:11.059](0.156s) Bail out!  pg_ctl start failed
tap
[13:09:11.193](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:11.344](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:11.479](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:11.632](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:11.920](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:11.921](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:12.041](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:12.209](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:12.312](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:12.328](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:12.496](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:12.643](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:12.617](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:12.783](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:12.907](0.154s) Bail out!  pg_ctl start failed
tap
[13:09:12.933](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:13.070](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:13.226](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:13.219](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:13.365](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:14.511](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:07.744](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:15.075](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:15.363](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:15.659](0.153s) Bail out!  pg_ctl start failed
tap
[13:09:16.048](0.251s) Bail out!  pg_ctl start failed
tap
[13:09:16.266](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:16.337](0.150s) Bail out!  pg_ctl start failed
tap
[13:09:16.552](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:16.624](0.151s) Bail out!  pg_ctl start failed
tap
[13:09:16.840](0.152s) Bail out!  pg_ctl start failed
tap
[13:09:16.912](0.152s) Bail out!  pg_ctl start failed
test
[13:10:26.282]   3/317 postgresql:setup / initdb_cache                                                 FAIL             ...
[13:10:26.282]   5/317 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[13:10:26.282]   6/317 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[13:10:26.282]   7/317 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[13:10:26.282]   8/317 postgresql:isolation / isolation/isolation                                      ERROR            ...
[13:10:26.282]   9/317 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[13:10:26.282]  10/317 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[13:10:26.282]  11/317 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[13:10:26.282]  12/317 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[13:10:26.282]  13/317 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[13:10:26.282]  14/317 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[13:10:26.282]  15/317 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[13:10:26.282]  16/317 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[13:10:26.282]  17/317 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[13:10:26.282]  18/317 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[13:10:26.282]  19/317 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[13:10:26.282]  20/317 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[13:10:26.282]  21/317 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[13:10:26.282]  22/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:10:26.282]  23/317 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[13:10:26.282]  24/317 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[13:10:26.282]  25/317 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[13:10:26.282]  26/317 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[13:10:26.282]  27/317 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[13:10:26.282]  28/317 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:10:26.282]  29/317 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[13:10:26.282]  30/317 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[13:10:26.282]  31/317 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[13:10:26.282]  32/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:10:26.282]  34/317 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[13:10:26.282]  33/317 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[13:10:26.282]  35/317 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[13:10:26.282]  36/317 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[13:10:26.282]  37/317 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[13:10:26.282]  38/317 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[13:10:26.282]  41/317 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:10:26.282]  40/317 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[13:10:26.282]  39/317 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[13:10:26.282]  42/317 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[13:10:26.282]  43/317 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[13:10:26.282]  44/317 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[13:10:26.282]  45/317 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[13:10:26.282]  46/317 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[13:10:26.282]  47/317 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[13:10:26.282]  48/317 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[13:10:26.282]  49/317 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[13:10:26.282]  50/317 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[13:10:26.282]  51/317 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[13:10:26.282]  52/317 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[13:10:26.282]  53/317 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[13:10:26.282]  54/317 postgresql:plperl / plperl/regress                                              ERROR            ...
[13:10:26.282]  55/317 postgresql:bloom / bloom/regress                                                ERROR            ...
[13:10:26.282]  56/317 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:10:26.282]  57/317 postgresql:citext / citext/regress                                              ERROR            ...
[13:10:26.282]  58/317 postgresql:dblink / dblink/regress                                              ERROR            ...
[13:10:26.283]  59/317 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[13:10:26.283]  60/317 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[13:10:26.283]  61/317 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[13:10:26.283]  62/317 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[13:10:26.283]  63/317 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[13:10:26.283]  64/317 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[13:10:26.283]  65/317 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[13:10:26.283]  66/317 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[13:10:26.283]  67/317 postgresql:hstore / hstore/regress                                              ERROR            ...
[13:10:26.283]  68/317 postgresql:intarray / intarray/regress                                          ERROR            ...
[13:10:26.283]  69/317 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[13:10:26.283]  70/317 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[13:10:26.283]  71/317 postgresql:ltree / ltree/regress                                                ERROR            ...
[13:10:26.283]  72/317 postgresql:isn / isn/regress                                                    ERROR            ...
[13:10:26.283]  73/317 postgresql:lo / lo/regress                                                      ERROR            ...
[13:10:26.283]  74/317 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[13:10:26.283]  75/317 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[13:10:26.283]  76/317 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[13:10:26.283]  77/317 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[13:10:26.283]  78/317 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[13:10:26.283]  79/317 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[13:10:26.283]  80/317 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[13:10:26.283]  81/317 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[13:10:26.283]  82/317 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[13:10:26.283]  83/317 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[13:10:26.283]  84/317 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[13:10:26.283]  85/317 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[13:10:26.283]  86/317 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[13:10:26.283]  87/317 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[13:10:26.283]  88/317 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[13:10:26.283]  89/317 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[13:10:26.283]  90/317 postgresql:seg / seg/regress                                                    ERROR            ...
[13:10:26.283]  91/317 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[13:10:26.283]  92/317 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[13:10:26.283]  93/317 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[13:10:26.283]  94/317 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[13:10:26.283]  95/317 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR            ...
[13:10:26.283]  96/317 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[13:10:26.283]  97/317 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[13:10:26.283]  98/317 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[13:10:26.283]  99/317 postgresql:brin / brin/isolation                                                ERROR            ...
[13:10:26.283] 100/317 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[13:10:26.283] 101/317 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[13:10:26.283] 102/317 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[13:10:26.283] 103/317 postgresql:gin / gin/regress                                                    ERROR            ...
[13:10:26.283] 104/317 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[13:10:26.283] 105/317 postgresql:injection_points / injection_points/regress                          ERROR            ...
[13:10:26.283] 106/317 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[13:10:26.283] 107/317 postgresql:plsample / plsample/regress                                          ERROR            ...
[13:10:26.283] 108/317 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[13:10:26.283] 109/317 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[13:10:26.283] 110/317 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[13:10:26.283] 111/317 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[13:10:26.283] 112/317 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[13:10:26.283] 113/317 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[13:10:26.283] 114/317 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[13:10:26.283] 115/317 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[13:10:26.283] 116/317 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[13:10:26.283] 117/317 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[13:10:26.283] 118/317 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[13:10:26.283] 119/317 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[13:10:26.283] 120/317 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[13:10:26.283] 121/317 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[13:10:26.283] 122/317 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[13:10:26.284] 123/317 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[13:10:26.284] 124/317 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[13:10:26.284] 125/317 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[13:10:26.284] 126/317 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[13:10:26.284] 127/317 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[13:10:26.284] 128/317 postgresql:typcache / typcache/regress                                          ERROR            ...
[13:10:26.284] 129/317 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[13:10:26.284] 130/317 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[13:10:26.284] 131/317 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[13:10:26.284] 133/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[13:10:26.284] 134/317 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[13:10:26.284] 136/317 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[13:10:26.284] 137/317 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[13:10:26.284] 139/317 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[13:10:26.284] 140/317 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[13:10:26.284] 141/317 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[13:10:26.284] 142/317 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[13:10:26.284] 144/317 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[13:10:26.284] 145/317 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[13:10:26.284] 146/317 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[13:10:26.284] 147/317 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[13:10:26.284] 149/317 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:10:26.284] 150/317 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[13:10:26.284] 152/317 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[13:10:26.284] 153/317 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[13:10:26.284] 154/317 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[13:10:26.284] 155/317 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[13:10:26.284] 156/317 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[13:10:26.284] 157/317 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[13:10:26.284] 158/317 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[13:10:26.284] 159/317 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[13:10:26.284] 162/317 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[13:10:26.284] 163/317 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[13:10:26.284] 164/317 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[13:10:26.284] 166/317 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[13:10:26.284] 167/317 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[13:10:26.284] 168/317 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[13:10:26.284] 169/317 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[13:10:26.284] 170/317 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[13:10:26.284] 171/317 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[13:10:26.284] 172/317 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[13:10:26.284] 173/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[13:10:26.284] 174/317 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[13:10:26.284] 175/317 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[13:10:26.284] 176/317 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[13:10:26.284] 177/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[13:10:26.284] 179/317 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[13:10:26.284] 180/317 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[13:10:26.284] 181/317 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[13:10:26.284] 182/317 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[13:10:26.284] 184/317 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[13:10:26.284] 187/317 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[13:10:26.284] 188/317 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[13:10:26.284] 189/317 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[13:10:26.284] 190/317 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[13:10:26.284] 191/317 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[13:10:26.284] 193/317 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[13:10:26.284] 194/317 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[13:10:26.284] 195/317 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[13:10:26.284] 196/317 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[13:10:26.284] 197/317 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[13:10:26.284] 199/317 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[13:10:26.284] 201/317 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[13:10:26.284] 202/317 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[13:10:26.284] 203/317 postgresql:psql / psql/020_cancel                                               ERROR            ...
[13:10:26.284] 204/317 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[13:10:26.284] 205/317 postgresql:psql / psql/001_basic                                                ERROR            ...
[13:10:26.284] 206/317 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[13:10:26.284] 207/317 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[13:10:26.284] 208/317 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[13:10:26.284] 209/317 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[13:10:26.284] 210/317 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[13:10:26.284] 211/317 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[13:10:26.284] 212/317 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[13:10:26.284] 213/317 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[13:10:26.284] 214/317 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[13:10:26.284] 215/317 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[13:10:26.284] 216/317 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[13:10:26.284] 217/317 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[13:10:26.284] 219/317 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[13:10:26.284] 220/317 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[13:10:26.284] 221/317 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[13:10:26.284] 222/317 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[13:10:26.284] 223/317 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[13:10:26.284] 224/317 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[13:10:26.284] 225/317 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[13:10:26.284] 227/317 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[13:10:26.284] 228/317 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[13:10:26.284] 229/317 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[13:10:26.284] 230/317 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[13:10:26.284] 231/317 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[13:10:26.284] 232/317 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[13:10:26.284] 233/317 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[13:10:26.284] 234/317 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[13:10:26.284] 236/317 postgresql:authentication / authentication/001_password                         ERROR            ...
[13:10:26.284] 237/317 postgresql:authentication / authentication/003_peer                             ERROR            ...
[13:10:26.284] 239/317 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[13:10:26.284] 240/317 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[13:10:26.284] 241/317 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[13:10:26.284] 242/317 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[13:10:26.284] 243/317 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[13:10:26.284] 244/317 postgresql:subscription / subscription/002_types                                ERROR            ...
[13:10:26.284] 245/317 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[13:10:26.284] 246/317 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[13:10:26.284] 247/317 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[13:10:26.284] 248/317 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[13:10:26.285] 249/317 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[13:10:26.285] 250/317 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[13:10:26.285] 251/317 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[13:10:26.285] 252/317 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[13:10:26.285] 253/317 postgresql:subscription / subscription/011_generated                            ERROR            ...
[13:10:26.285] 254/317 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[13:10:26.285] 255/317 postgresql:subscription / subscription/013_partition                            ERROR            ...
[13:10:26.285] 256/317 postgresql:subscription / subscription/014_binary                               ERROR            ...
[13:10:26.285] 257/317 postgresql:subscription / subscription/015_stream                               ERROR            ...
[13:10:26.285] 258/317 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[13:10:26.285] 259/317 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[13:10:26.285] 260/317 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[13:10:26.285] 261/317 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[13:10:26.285] 262/317 postgresql:subscription / subscription/012_collation                            ERROR            ...
[13:10:26.285] 263/317 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[13:10:26.285] 264/317 postgresql:subscription / subscription/020_messages                             ERROR            ...
[13:10:26.285] 265/317 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[13:10:26.285] 266/317 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[13:10:26.285] 267/317 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[13:10:26.285] 268/317 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[13:10:26.285] 269/317 postgresql:subscription / subscription/026_stats                                ERROR            ...
[13:10:26.285] 270/317 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[13:10:26.285] 271/317 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[13:10:26.285] 272/317 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[13:10:26.285] 273/317 postgresql:subscription / subscription/030_origin                               ERROR            ...
[13:10:26.285] 274/317 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[13:10:26.285] 275/317 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[13:10:26.285] 276/317 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[13:10:26.285] 277/317 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[13:10:26.285] 278/317 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[13:10:26.285] 279/317 postgresql:brin / brin/01_workitems                                             ERROR            ...
[13:10:26.285] 280/317 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[13:10:26.285] 281/317 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[13:10:26.285] 282/317 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[13:10:26.285] 283/317 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[13:10:26.285] 284/317 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[13:10:26.285] 285/317 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[13:10:26.285] 286/317 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[13:10:26.285] 287/317 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[13:10:26.285] 288/317 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[13:10:26.285] 289/317 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[13:10:26.285] 292/317 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[13:10:26.285] 293/317 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[13:10:26.285] 294/317 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[13:10:26.285] 296/317 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[13:10:26.285] 297/317 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[13:10:26.285] 298/317 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[13:10:26.285] 299/317 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[13:10:26.285] 300/317 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[13:10:26.285] 301/317 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[13:10:26.285] 302/317 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[13:10:26.285] 306/317 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[13:10:26.309] 307/317 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[13:10:26.309] 308/317 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[13:10:26.309] 309/317 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[13:10:26.309] 310/317 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[13:10:26.309] 311/317 postgresql:icu / icu/010_database                                               ERROR            ...
[13:10:26.309] 313/317 postgresql:regress / regress/regress                                            ERROR           1...
[13:10:26.309] 314/317 postgresql:plpython / plpython/regress                                          ERROR           1...
[13:10:26.309] 315/317 postgresql:cube / cube/regress                                                  ERROR           1...
[13:10:26.309] 316/317 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[13:10:26.309] 317/317 postgresql:dict_int / dict_int/regress                                          ERROR           1...
macOS - Sonoma - Meson
assertion
[13:11:40.491](0.000s) #                   'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent...
assertion
[13:11:38.247](0.000s) #                   'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent...
assertion
[13:11:36.054](0.000s) #          got: 'TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->ke...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
core
[13:20:37.174]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:20:37.174]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:20:37.174]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:20:37.174]     frame #3: 0x0000000104874a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:20:37.174]     frame #4: 0x000000010475d92c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:20:37.174]     frame #5: 0x000000010475d974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:20:37.174]     frame #6: 0x0000000104755738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:20:37.174]     frame #7: 0x00000001044cb384 postgres`StartupXLOG at xlog.c:5687:3
[13:20:37.174]     frame #8: 0x0000000104884838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:20:37.174]     frame #9: 0x00000001044e6c60 postgres`BootstrapModeMain(argc=7, argv=0x0000600002f785a8, check_only=f...
core
[13:19:58.525]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:19:58.525]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:19:58.525]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:19:58.525]     frame #3: 0x0000000103454a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:19:58.525]     frame #4: 0x000000010333d92c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:19:58.525]     frame #5: 0x000000010333d974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:19:58.525]     frame #6: 0x0000000103335738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:19:58.525]     frame #7: 0x00000001030ab384 postgres`StartupXLOG at xlog.c:5687:3
[13:19:58.525]     frame #8: 0x0000000103464838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:19:58.525]     frame #9: 0x00000001030c6c60 postgres`BootstrapModeMain(argc=7, argv=0x00006000026245a8, check_only=f...
core
[13:19:34.784]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:19:34.784]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:19:34.784]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:19:34.784]     frame #3: 0x0000000102cd4a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:19:34.784]     frame #4: 0x0000000102bbd92c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:19:34.784]     frame #5: 0x0000000102bbd974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:19:34.784]     frame #6: 0x0000000102bb5738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:19:34.784]     frame #7: 0x000000010292b384 postgres`StartupXLOG at xlog.c:5687:3
[13:19:34.784]     frame #8: 0x0000000102ce4838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:19:34.784]     frame #9: 0x0000000102946c60 postgres`BootstrapModeMain(argc=7, argv=0x00006000023c04b8, check_only=f...
core
[13:18:55.679]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:18:55.679]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:18:55.679]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:18:55.679]     frame #3: 0x0000000102aa0a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:18:55.679]     frame #4: 0x000000010298992c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:18:55.679]     frame #5: 0x0000000102989974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:18:55.679]     frame #6: 0x0000000102981738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:18:55.679]     frame #7: 0x00000001026f7384 postgres`StartupXLOG at xlog.c:5687:3
[13:18:55.679]     frame #8: 0x0000000102ab0838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:18:55.679]     frame #9: 0x0000000102712c60 postgres`BootstrapModeMain(argc=7, argv=0x0000600003cd85a8, check_only=f...
core
[13:18:07.662]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:18:07.662]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:18:07.662]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:18:07.662]     frame #3: 0x0000000104e40a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:18:07.662]     frame #4: 0x0000000104d2992c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:18:07.662]     frame #5: 0x0000000104d29974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:18:07.662]     frame #6: 0x0000000104d21738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:18:07.662]     frame #7: 0x0000000104a97384 postgres`StartupXLOG at xlog.c:5687:3
[13:18:07.662]     frame #8: 0x0000000104e50838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:18:07.662]     frame #9: 0x0000000104ab2c60 postgres`BootstrapModeMain(argc=7, argv=0x00006000017004b8, check_only=f...
core
[13:17:20.374]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:17:20.374]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:17:20.374]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:17:20.374]     frame #3: 0x0000000102f9ca54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:17:20.374]     frame #4: 0x0000000102e8592c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:17:20.374]     frame #5: 0x0000000102e85974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:17:20.374]     frame #6: 0x0000000102e7d738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:17:20.374]     frame #7: 0x0000000102bf3384 postgres`StartupXLOG at xlog.c:5687:3
[13:17:20.374]     frame #8: 0x0000000102fac838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:17:20.374]     frame #9: 0x0000000102c0ec60 postgres`BootstrapModeMain(argc=7, argv=0x00006000019704b8, check_only=f...
core
[13:16:48.080]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:16:48.080]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:16:48.080]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:16:48.080]     frame #3: 0x0000000102a80a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:16:48.080]     frame #4: 0x000000010296992c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:16:48.080]     frame #5: 0x0000000102969974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:16:48.080]     frame #6: 0x0000000102961738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:16:48.080]     frame #7: 0x00000001026d7384 postgres`StartupXLOG at xlog.c:5687:3
[13:16:48.080]     frame #8: 0x0000000102a90838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:16:48.080]     frame #9: 0x00000001026f2c60 postgres`BootstrapModeMain(argc=7, argv=0x000060000011c5a8, check_only=f...
core
[13:16:15.645]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:16:15.645]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:16:15.645]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:16:15.645]     frame #3: 0x0000000104ad0a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:16:15.645]     frame #4: 0x00000001049b992c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:16:15.645]     frame #5: 0x00000001049b9974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:16:15.645]     frame #6: 0x00000001049b1738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:16:15.645]     frame #7: 0x0000000104727384 postgres`StartupXLOG at xlog.c:5687:3
[13:16:15.645]     frame #8: 0x0000000104ae0838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:16:15.645]     frame #9: 0x0000000104742c60 postgres`BootstrapModeMain(argc=7, argv=0x00006000022b05a8, check_only=f...
core
[13:21:24.968]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:21:24.968]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:21:24.968]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:21:24.968]     frame #3: 0x000000010280ca54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:21:24.968]     frame #4: 0x00000001026f592c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:21:24.968]     frame #5: 0x00000001026f5974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:21:24.968]     frame #6: 0x00000001026ed738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:21:24.968]     frame #7: 0x0000000102463384 postgres`StartupXLOG at xlog.c:5687:3
[13:21:24.968]     frame #8: 0x000000010281c838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:21:24.968]     frame #9: 0x000000010247ec60 postgres`BootstrapModeMain(argc=7, argv=0x00006000030b45a8, check_only=f...
core
[13:21:48.461]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:21:48.461]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:21:48.461]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:21:48.461]     frame #3: 0x0000000104e48a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:21:48.461]     frame #4: 0x0000000104d3192c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:21:48.461]     frame #5: 0x0000000104d31974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:21:48.461]     frame #6: 0x0000000104d29738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:21:48.461]     frame #7: 0x0000000104a9f384 postgres`StartupXLOG at xlog.c:5687:3
[13:21:48.461]     frame #8: 0x0000000104e58838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:21:48.461]     frame #9: 0x0000000104abac60 postgres`BootstrapModeMain(argc=7, argv=0x000060000012c648, check_only=f...
core
[13:22:12.351]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:22:12.351]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:22:12.351]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:22:12.351]     frame #3: 0x0000000102ec8a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:22:12.351]     frame #4: 0x0000000102db192c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:22:12.351]     frame #5: 0x0000000102db1974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:22:12.351]     frame #6: 0x0000000102da9738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:22:12.351]     frame #7: 0x0000000102b1f384 postgres`StartupXLOG at xlog.c:5687:3
[13:22:12.351]     frame #8: 0x0000000102ed8838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:22:12.351]     frame #9: 0x0000000102b3ac60 postgres`BootstrapModeMain(argc=7, argv=0x00006000039b85a8, check_only=f...
core
[13:22:35.891]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:22:35.891]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:22:35.891]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:22:35.891]     frame #3: 0x000000010543ca54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:22:35.891]     frame #4: 0x000000010532592c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:22:35.891]     frame #5: 0x0000000105325974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:22:35.891]     frame #6: 0x000000010531d738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:22:35.891]     frame #7: 0x0000000105093384 postgres`StartupXLOG at xlog.c:5687:3
[13:22:35.891]     frame #8: 0x000000010544c838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:22:35.891]     frame #9: 0x00000001050aec60 postgres`BootstrapModeMain(argc=7, argv=0x00006000002304b8, check_only=f...
core
[13:22:59.855]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:22:59.855]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:22:59.855]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:22:59.855]     frame #3: 0x00000001012f4a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:22:59.855]     frame #4: 0x00000001011dd92c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:22:59.855]     frame #5: 0x00000001011dd974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:22:59.855]     frame #6: 0x00000001011d5738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:22:59.855]     frame #7: 0x0000000100f4b384 postgres`StartupXLOG at xlog.c:5687:3
[13:22:59.855]     frame #8: 0x0000000101304838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:22:59.855]     frame #9: 0x0000000100f66c60 postgres`BootstrapModeMain(argc=7, argv=0x000060000154c648, check_only=f...
core
[13:21:00.535]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:21:00.535]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:21:00.535]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:21:00.535]     frame #3: 0x0000000100d84a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:21:00.535]     frame #4: 0x0000000100c6d92c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:21:00.535]     frame #5: 0x0000000100c6d974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:21:00.535]     frame #6: 0x0000000100c65738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:21:00.535]     frame #7: 0x00000001009db384 postgres`StartupXLOG at xlog.c:5687:3
[13:21:00.535]     frame #8: 0x0000000100d94838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:21:00.535]     frame #9: 0x00000001009f6c60 postgres`BootstrapModeMain(argc=7, argv=0x0000600000d904b8, check_only=f...
core
[13:23:23.936]   * frame #0: 0x000000018a6a95f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:23:23.936]     frame #1: 0x000000018a6e1c20 libsystem_pthread.dylib`pthread_kill + 288
[13:23:23.936]     frame #2: 0x000000018a5eea30 libsystem_c.dylib`abort + 180
[13:23:23.936]     frame #3: 0x0000000104d34a54 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:23:23.936]     frame #4: 0x0000000104c1d92c postgres`pgstat_drop_entry_internal(shent=<unavailable>, hstat=0x0000000...
[13:23:23.936]     frame #5: 0x0000000104c1d974 postgres`pgstat_drop_all_entries at pgstat_shmem.c:1009:8
[13:23:23.936]     frame #6: 0x0000000104c15738 postgres`pgstat_restore_stats [inlined] pgstat_reset_after_failure at pg...
[13:23:23.936]     frame #7: 0x000000010498b384 postgres`StartupXLOG at xlog.c:5687:3
[13:23:23.936]     frame #8: 0x0000000104d44838 postgres`InitPostgres(in_dbname=0x0000000000000000, dboid=0, username=0x...
[13:23:23.936]     frame #9: 0x00000001049a6c60 postgres`BootstrapModeMain(argc=7, argv=0x000060000030c5a8, check_only=f...
tap
[13:11:56.741](0.519s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/amcheck/001_verify_heapam/data/t_0...
tap
[13:11:56.391](0.170s) Bail out!  pg_ctl start failed
tap
[13:11:56.636](0.174s) Bail out!  pg_ctl start failed
tap
[13:11:56.674](0.153s) Bail out!  pg_ctl start failed
tap
[13:11:56.719](0.158s) Bail out!  pg_ctl start failed
tap
[13:11:57.568](0.179s) Bail out!  pg_ctl start failed
tap
[13:11:57.995](0.556s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/authentication/002_saslprep/data/t...
tap
[13:11:57.689](0.160s) Bail out!  pg_ctl start failed
tap
[13:11:57.699](0.158s) Bail out!  pg_ctl start failed
tap
[13:11:58.253](0.565s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/authentication/006_login_trigger/d...
tap
[13:11:56.946](0.186s) Bail out!  pg_ctl start failed
tap
[13:11:57.017](0.152s) Bail out!  pg_ctl start failed
tap
[13:11:56.969](0.170s) Bail out!  pg_ctl start failed
tap
[13:12:00.745](0.183s) Bail out!  pg_ctl start failed
tap
[13:12:00.726](0.184s) Bail out!  pg_ctl start failed
tap
[13:12:00.757](0.161s) Bail out!  pg_ctl start failed
tap
[13:12:01.050](0.165s) Bail out!  pg_ctl start failed
tap
[13:12:01.036](0.184s) Bail out!  pg_ctl start failed
tap
[13:12:01.036](0.177s) Bail out!  pg_ctl start failed
tap
[13:12:03.266](0.180s) Bail out!  pg_ctl start failed
tap
[13:11:26.532](3.808s) not ok 14 - successful creation
[13:11:26.547](0.013s) not ok 16 - checksums are enabled in control file: exit code 0
[13:11:26.548](0.000s) not ok 17 - checksums are enabled in control file: no stderr
[13:11:26.548](0.000s) not ok 18 - checksums are enabled in control file: matches
[13:11:31.519](2.184s) not ok 22 - successful creation with group access
[13:11:33.871](2.293s) not ok 26 - option --icu-locale
[13:11:36.052](2.181s) not ok 27 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0
[13:11:36.053](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
[13:11:38.247](0.001s) not ok 31 - fails for invalid ICU locale: matches
[13:11:40.490](0.001s) not ok 37 - fails for invalid collation argument: matches
[13:11:42.677](2.134s) not ok 39 - locale provider builtin with --locale
[13:11:45.003](2.326s) not ok 40 - locale provider builtin with -E UTF-8 --builtin-locale=C.UTF-8
[13:11:47.327](2.268s) not ok 42 - locale provider builtin with --lc-ctype
[13:11:48.461](0.499s) not ok 48 - multiple -c options with different case
tap
[13:12:01.082](0.181s) Bail out!  pg_ctl start failed
tap
[13:06:55.055](0.189s) Bail out!  pg_ctl start failed
tap
[13:12:01.236](0.166s) Bail out!  pg_ctl start failed
tap
[13:12:03.321](0.165s) Bail out!  pg_ctl start failed
tap
[13:12:03.336](0.145s) Bail out!  pg_ctl start failed
tap
[13:12:01.356](0.177s) Bail out!  pg_ctl start failed
tap
[13:11:22.091](0.155s) Bail out!  pg_ctl start failed
tap
[13:11:22.522](0.214s) Bail out!  pg_ctl start failed
tap
[13:11:47.575](0.239s) Bail out!  pg_ctl start failed
tap
[13:11:48.281](0.500s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_amcheck/003_check/data/t_003_ch...
tap
[13:11:48.933](0.522s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_amcheck/004_verify_heapam/data/...
tap
[13:11:48.684](0.165s) Bail out!  pg_ctl start failed
tap
[13:11:49.334](0.517s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_basebackup/010_pg_basebackup/da...
tap
[13:11:48.967](0.164s) Bail out!  pg_ctl start failed
tap
[13:11:49.592](0.485s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_basebackup/020_pg_receivewal/da...
tap
[13:11:49.311](0.177s) Bail out!  pg_ctl start failed
tap
[13:11:49.716](0.163s) Bail out!  pg_ctl start failed
tap
[13:11:50.035](0.451s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_checksums/002_actions/data/t_00...
tap
[13:11:50.006](0.170s) Bail out!  pg_ctl start failed
tap
[13:11:50.009](0.174s) Bail out!  pg_ctl start failed
tap
[13:11:50.306](0.175s) Bail out!  pg_ctl start failed
tap
[13:11:50.306](0.175s) Bail out!  pg_ctl start failed
tap
[13:11:50.311](0.162s) Bail out!  pg_ctl start failed
tap
[13:11:50.616](0.184s) Bail out!  pg_ctl start failed
tap
[13:11:50.618](0.186s) Bail out!  pg_ctl start failed
tap
[13:11:50.616](0.184s) Bail out!  pg_ctl start failed
tap
[13:11:51.262](0.500s) not ok 11 - pg_ctl initdb
tap
[13:11:51.059](0.127s) Bail out!  command "pg_ctl -l /Users/admin/pgsql/build/testrun/pg_ctl/002_status/data/tmp_test_sV...
tap
[13:11:51.016](0.000s) not ok 4 - pg_ctl promote of not running instance fails: matches
[13:11:51.136](0.121s) Bail out!  pg_ctl start failed
tap
[13:11:51.354](0.162s) Bail out!  pg_ctl start failed
tap
[13:11:51.568](0.152s) Bail out!  pg_ctl start failed
tap
[13:11:51.626](0.150s) Bail out!  pg_ctl start failed
tap
[13:11:51.849](0.162s) Bail out!  pg_ctl start failed
tap
[13:11:51.900](0.155s) Bail out!  pg_ctl start failed
tap
[13:11:52.368](0.439s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_dump/010_dump_connstr/data/t_01...
tap
[13:11:57.204](0.181s) Bail out!  pg_ctl start failed
tap
[13:11:52.025](0.043s) not ok 10 - pg_resetwal -n produces output: exit code 0
[13:11:52.025](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr
[13:11:52.026](0.000s) not ok 12 - pg_resetwal -n produces output: matches
[13:11:52.034](0.006s) not ok 14 - pg_resetwal runs
[13:11:52.160](0.126s) Bail out!  pg_ctl start failed
tap
[13:11:52.053](0.030s) not ok 1 - processes corrupted pg_control all zeroes status (got 1 vs expected 0)
[13:11:52.054](0.000s) not ok 2 - processes corrupted pg_control all zeroes stdout /(?^:pg_control version number)/
[13:11:52.054](0.000s) not ok 3 - processes corrupted pg_control all zeroes stderr /(?^:pg_resetwal: warning: pg_control...
[13:11:52.060](0.005s) not ok 4 - processes zero WAL segment size status (got 1 vs expected 0)
[13:11:52.060](0.000s) not ok 5 - processes zero WAL segment size stdout /(?^:pg_control version number)/
[13:11:52.060](0.000s) not ok 6 - processes zero WAL segment size stderr /(?^:pg_resetwal\:\ warning\:\ pg_control\ spec...
[13:11:52.066](0.000s) not ok 8 - does not run when control file values were guessed: matches
[13:11:52.071](0.005s) not ok 9 - runs with force when control file values were guessed
tap
[13:11:52.348](0.164s) Bail out!  pg_ctl start failed
tap
[13:11:52.740](0.465s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_rewind/002_databases/data/t_002...
tap
[13:11:52.639](0.168s) Bail out!  pg_ctl start failed
tap
[13:11:52.649](0.159s) Bail out!  pg_ctl start failed
tap
[13:11:52.929](0.164s) Bail out!  pg_ctl start failed
tap
[13:11:53.013](0.158s) Bail out!  pg_ctl start failed
tap
[13:11:53.097](0.158s) Bail out!  pg_ctl start failed
tap
[13:11:53.186](0.154s) Bail out!  pg_ctl start failed
tap
[13:11:53.284](0.164s) Bail out!  pg_ctl start failed
tap
[13:11:57.253](0.176s) Bail out!  pg_ctl start failed
tap
[13:07:02.866](13.209s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_...
tap
[13:06:49.918](0.211s) Bail out!  pg_ctl start failed
tap
[13:11:53.588](0.180s) Bail out!  pg_ctl start failed
tap
[13:11:53.596](0.146s) Bail out!  pg_ctl start failed
tap
[13:11:53.654](0.146s) Bail out!  pg_ctl start failed
tap
[13:11:53.887](0.170s) Bail out!  pg_ctl start failed
tap
[13:11:53.887](0.165s) Bail out!  pg_ctl start failed
tap
[13:11:53.933](0.157s) Bail out!  pg_ctl start failed
tap
[13:11:54.171](0.164s) Bail out!  pg_ctl start failed
tap
[13:11:54.172](0.164s) Bail out!  pg_ctl start failed
tap
[13:11:57.263](0.168s) Bail out!  pg_ctl start failed
tap
[13:11:57.307](0.151s) Bail out!  pg_ctl start failed
tap
[13:11:54.282](0.159s) Bail out!  pg_ctl start failed
tap
[13:11:54.454](0.173s) Bail out!  pg_ctl start failed
tap
[13:11:54.463](0.168s) Bail out!  pg_ctl start failed
tap
[13:11:54.905](0.497s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/pgbench/001_pgbench_with_server/da...
tap
[13:11:57.404](0.167s) Bail out!  pg_ctl start failed
tap
[13:11:57.933](0.191s) Bail out!  pg_ctl start failed
tap
[13:11:58.005](0.183s) Bail out!  pg_ctl start failed
tap
[13:11:55.149](0.495s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/psql/001_basic/data/t_001_basic_ma...
tap
[13:11:54.757](0.160s) Bail out!  pg_ctl start failed
tap
[13:11:55.057](0.172s) Bail out!  pg_ctl start failed
tap
[13:06:49.961](0.250s) Bail out!  pg_ctl start failed
tap
[13:06:49.998](0.281s) Bail out!  pg_ctl start failed
tap
[13:06:50.452](0.118s) Bail out!  command "pg_resetwal --epoch 1 /Users/admin/pgsql/build/testrun/recovery/003_recovery_...
tap
[13:06:50.568](0.237s) Bail out!  pg_ctl start failed
tap
[13:06:50.562](0.232s) Bail out!  pg_ctl start failed
tap
[13:06:50.555](0.224s) Bail out!  pg_ctl start failed
tap
[13:06:50.559](0.230s) Bail out!  pg_ctl start failed
tap
[13:06:50.772](0.268s) Bail out!  command "pg_basebackup -D /Users/admin/pgsql/build/testrun/recovery/008_fsm_truncation...
tap
[13:06:50.901](0.185s) Bail out!  pg_ctl start failed
tap
[13:06:50.897](0.174s) Bail out!  pg_ctl start failed
tap
[13:06:51.106](0.251s) Bail out!  pg_ctl start failed
tap
[13:06:51.116](0.266s) Bail out!  pg_ctl start failed
tap
[13:06:51.106](0.241s) Bail out!  pg_ctl start failed
tap
[13:06:51.315](0.234s) Bail out!  pg_ctl start failed
tap
[13:06:51.363](0.258s) Bail out!  command "pg_basebackup -D /Users/admin/pgsql/build/testrun/recovery/016_min_consistenc...
tap
[13:06:51.513](0.335s) Bail out!  pg_ctl restart failed
tap
[13:06:51.576](0.221s) Bail out!  pg_ctl start failed
tap
[13:07:02.857](11.497s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/recovery/019_replslot_limit/data/...
tap
[13:06:51.866](0.341s) Bail out!  pg_ctl start failed
tap
[13:06:52.117](0.305s) Bail out!  pg_ctl start failed
tap
[13:06:52.117](0.304s) Bail out!  pg_ctl start failed
tap
[13:06:52.129](0.283s) Bail out!  pg_ctl start failed
tap
[13:06:52.545](0.250s) Bail out!  pg_ctl start failed
tap
[13:06:52.783](0.305s) Bail out!  pg_ctl start failed
tap
[13:06:52.788](0.307s) Bail out!  pg_ctl start failed
tap
[13:06:52.786](0.304s) Bail out!  pg_ctl start failed
tap
[13:06:53.380](0.399s) Bail out!  pg_ctl start failed
tap
[13:06:53.373](0.395s) Bail out!  pg_ctl start failed
tap
[13:06:53.428](0.308s) Bail out!  pg_ctl start failed
tap
[13:06:53.429](0.315s) Bail out!  pg_ctl start failed
tap
[13:06:53.429](0.316s) Bail out!  pg_ctl start failed
tap
[13:06:54.254](0.181s) Bail out!  pg_ctl start failed
tap
[13:06:54.784](0.265s) Bail out!  pg_ctl start failed
tap
[13:11:55.237](0.172s) Bail out!  pg_ctl start failed
tap
[13:11:55.352](0.169s) Bail out!  pg_ctl start failed
tap
[13:11:55.490](0.177s) Bail out!  pg_ctl start failed
tap
[13:11:55.485](0.172s) Bail out!  pg_ctl start failed
tap
[13:11:55.568](0.157s) Bail out!  pg_ctl start failed
tap
[13:11:55.691](0.156s) Bail out!  pg_ctl start failed
tap
[13:11:55.813](0.128s) Bail out!  pg_ctl start failed
tap
[13:11:55.806](0.162s) Bail out!  pg_ctl start failed
tap
[13:11:55.842](0.154s) Bail out!  pg_ctl start failed
tap
[13:11:55.997](0.163s) Bail out!  pg_ctl start failed
tap
[13:11:56.090](0.150s) Bail out!  pg_ctl start failed
tap
[13:11:56.090](0.144s) Bail out!  pg_ctl start failed
tap
[13:11:56.437](0.474s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/scripts/200_connstr/data/t_200_con...
tap
[13:12:01.356](0.178s) Bail out!  pg_ctl start failed
tap
[13:12:02.885](0.160s) Bail out!  pg_ctl start failed
tap
[13:12:02.938](0.167s) Bail out!  pg_ctl start failed
tap
[13:12:03.002](0.153s) Bail out!  pg_ctl start failed
tap
[13:11:58.017](0.174s) Bail out!  pg_ctl start failed
tap
[13:11:58.292](0.183s) Bail out!  pg_ctl start failed
tap
[13:11:58.297](0.172s) Bail out!  pg_ctl start failed
tap
[13:11:58.315](0.160s) Bail out!  pg_ctl start failed
tap
[13:11:58.683](0.521s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/subscription/005_encoding/data/t_0...
tap
[13:11:58.631](0.219s) Bail out!  pg_ctl start failed
tap
[13:11:58.621](0.188s) Bail out!  pg_ctl start failed
tap
[13:11:58.627](0.186s) Bail out!  pg_ctl start failed
tap
[13:11:58.633](0.180s) Bail out!  pg_ctl start failed
tap
[13:11:58.935](0.154s) Bail out!  pg_ctl start failed
tap
[13:11:58.941](0.161s) Bail out!  pg_ctl start failed
tap
[13:11:59.330](0.529s) Bail out!  command "initdb -D /Users/admin/pgsql/build/testrun/subscription/012_collation/data/t_...
tap
[13:11:58.981](0.192s) Bail out!  pg_ctl start failed
tap
[13:11:59.000](0.173s) Bail out!  pg_ctl start failed
tap
[13:11:59.288](0.185s) Bail out!  pg_ctl start failed
tap
[13:11:59.291](0.194s) Bail out!  pg_ctl start failed
tap
[13:11:59.292](0.187s) Bail out!  pg_ctl start failed
tap
[13:11:59.321](0.162s) Bail out!  pg_ctl start failed
tap
[13:11:59.669](0.210s) Bail out!  pg_ctl start failed
tap
[13:11:59.667](0.210s) Bail out!  pg_ctl start failed
tap
[13:11:59.669](0.211s) Bail out!  pg_ctl start failed
tap
[13:11:59.668](0.209s) Bail out!  pg_ctl start failed
tap
[13:11:59.682](0.219s) Bail out!  pg_ctl start failed
tap
[13:12:00.038](0.220s) Bail out!  pg_ctl start failed
tap
[13:12:00.038](0.221s) Bail out!  pg_ctl start failed
tap
[13:12:00.038](0.222s) Bail out!  pg_ctl start failed
tap
[13:12:00.058](0.159s) Bail out!  pg_ctl start failed
tap
[13:12:00.046](0.202s) Bail out!  pg_ctl start failed
tap
[13:12:00.380](0.186s) Bail out!  pg_ctl start failed
tap
[13:12:00.386](0.220s) Bail out!  pg_ctl start failed
tap
[13:12:00.380](0.186s) Bail out!  pg_ctl start failed
tap
[13:12:00.380](0.189s) Bail out!  pg_ctl start failed
tap
[13:12:00.445](0.156s) Bail out!  pg_ctl start failed
tap
[13:12:00.727](0.185s) Bail out!  pg_ctl start failed
tap
[13:12:00.726](0.185s) Bail out!  pg_ctl start failed
tap
[13:12:01.356](0.176s) Bail out!  pg_ctl start failed
tap
[13:11:57.494](0.161s) Bail out!  pg_ctl start failed
tap
[13:12:01.695](0.181s) Bail out!  pg_ctl start failed
tap
[13:12:01.806](0.154s) Bail out!  pg_ctl start failed
tap
[13:12:01.838](0.161s) Bail out!  pg_ctl start failed
tap
[13:12:02.018](0.168s) Bail out!  pg_ctl start failed
tap
[13:12:02.117](0.161s) Bail out!  pg_ctl start failed
tap
[13:12:02.152](0.163s) Bail out!  pg_ctl start failed
tap
[13:12:02.305](0.167s) Bail out!  pg_ctl start failed
tap
[13:12:02.414](0.165s) Bail out!  pg_ctl start failed
tap
[13:12:02.439](0.153s) Bail out!  pg_ctl start failed
tap
[13:12:02.618](0.181s) Bail out!  pg_ctl start failed
test
[13:13:17.350]   3/317 postgresql:setup / initdb_cache                                                 FAIL             ...
[13:13:17.350]   5/317 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[13:13:17.350]   6/317 postgresql:isolation / isolation/isolation                                      ERROR            ...
[13:13:17.350]   7/317 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[13:13:17.350]   8/317 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[13:13:17.350]   9/317 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[13:13:17.350]  10/317 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[13:13:17.350]  11/317 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[13:13:17.350]  12/317 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[13:13:17.350]  13/317 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[13:13:17.350]  14/317 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[13:13:17.350]  15/317 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[13:13:17.350]  16/317 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[13:13:17.350]  17/317 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[13:13:17.350]  18/317 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[13:13:17.350]  19/317 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[13:13:17.350]  20/317 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[13:13:17.350]  21/317 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[13:13:17.350]  22/317 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[13:13:17.350]  23/317 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[13:13:17.350]  24/317 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[13:13:17.350]  25/317 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:13:17.350]  26/317 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[13:13:17.350]  28/317 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[13:13:17.350]  27/317 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[13:13:17.350]  29/317 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[13:13:17.350]  30/317 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[13:13:17.350]  31/317 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[13:13:17.350]  32/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:13:17.350]  33/317 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[13:13:17.350]  34/317 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[13:13:17.350]  35/317 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[13:13:17.350]  36/317 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[13:13:17.350]  37/317 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[13:13:17.350]  39/317 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[13:13:17.350]  38/317 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[13:13:17.350]  40/317 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[13:13:17.350]  41/317 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[13:13:17.350]  42/317 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[13:13:17.350]  43/317 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[13:13:17.350]  44/317 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[13:13:17.350]  45/317 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[13:13:17.350]  46/317 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[13:13:17.350]  47/317 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[13:13:17.350]  48/317 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[13:13:17.350]  49/317 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[13:13:17.350]  50/317 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[13:13:17.350]  51/317 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[13:13:17.350]  52/317 postgresql:plperl / plperl/regress                                              ERROR            ...
[13:13:17.350]  53/317 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:13:17.350]  54/317 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[13:13:17.350]  55/317 postgresql:citext / citext/regress                                              ERROR            ...
[13:13:17.350]  56/317 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[13:13:17.350]  57/317 postgresql:bloom / bloom/regress                                                ERROR            ...
[13:13:17.350]  58/317 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:13:17.350]  59/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:13:17.350]  60/317 postgresql:cube / cube/regress                                                  ERROR            ...
[13:13:17.350]  61/317 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[13:13:17.350]  62/317 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[13:13:17.350]  63/317 postgresql:plpython / plpython/regress                                          ERROR            ...
[13:13:17.350]  64/317 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[13:13:17.350]  65/317 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[13:13:17.350]  66/317 postgresql:intarray / intarray/regress                                          ERROR            ...
[13:13:17.350]  67/317 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[13:13:17.350]  68/317 postgresql:isn / isn/regress                                                    ERROR            ...
[13:13:17.350]  69/317 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[13:13:17.350]  70/317 postgresql:lo / lo/regress                                                      ERROR            ...
[13:13:17.350]  71/317 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[13:13:17.350]  72/317 postgresql:hstore / hstore/regress                                              ERROR            ...
[13:13:17.350]  73/317 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[13:13:17.350]  74/317 postgresql:ltree / ltree/regress                                                ERROR            ...
[13:13:17.350]  75/317 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[13:13:17.350]  76/317 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[13:13:17.350]  77/317 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[13:13:17.350]  78/317 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[13:13:17.350]  79/317 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[13:13:17.350]  80/317 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[13:13:17.350]  81/317 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[13:13:17.350]  82/317 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[13:13:17.350]  83/317 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[13:13:17.350]  84/317 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[13:13:17.350]  85/317 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[13:13:17.350]  86/317 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[13:13:17.350]  87/317 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[13:13:17.350]  88/317 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[13:13:17.350]  89/317 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[13:13:17.350]  90/317 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[13:13:17.350]  91/317 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[13:13:17.350]  92/317 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[13:13:17.350]  93/317 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[13:13:17.350]  94/317 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[13:13:17.350]  95/317 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[13:13:17.350]  96/317 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[13:13:17.350]  97/317 postgresql:brin / brin/isolation                                                ERROR            ...
[13:13:17.350]  98/317 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[13:13:17.350]  99/317 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[13:13:17.350] 100/317 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[13:13:17.350] 101/317 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[13:13:17.350] 102/317 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[13:13:17.350] 103/317 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[13:13:17.350] 104/317 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[13:13:17.350] 105/317 postgresql:plsample / plsample/regress                                          ERROR            ...
[13:13:17.350] 106/317 postgresql:injection_points / injection_points/regress                          ERROR            ...
[13:13:17.350] 107/317 postgresql:regress / regress/regress                                            ERROR           1...
[13:13:17.350] 108/317 postgresql:dblink / dblink/regress                                              ERROR           1...
[13:13:17.350] 109/317 postgresql:seg / seg/regress                                                    ERROR           1...
[13:13:17.350] 110/317 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[13:13:17.350] 111/317 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[13:13:17.350] 112/317 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[13:13:17.350] 113/317 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[13:13:17.350] 114/317 postgresql:gin / gin/regress                                                    ERROR           1...
[13:13:17.350] 115/317 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[13:13:17.350] 116/317 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[13:13:17.350] 117/317 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[13:13:17.350] 118/317 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[13:13:17.350] 119/317 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[13:13:17.350] 120/317 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[13:13:17.350] 121/317 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[13:13:17.350] 122/317 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[13:13:17.350] 123/317 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[13:13:17.351] 124/317 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[13:13:17.351] 125/317 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[13:13:17.351] 126/317 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[13:13:17.351] 127/317 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[13:13:17.351] 128/317 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[13:13:17.351] 129/317 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[13:13:17.351] 130/317 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[13:13:17.351] 133/317 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[13:13:17.351] 135/317 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[13:13:17.351] 136/317 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[13:13:17.351] 138/317 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[13:13:17.351] 139/317 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[13:13:17.351] 140/317 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[13:13:17.351] 141/317 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[13:13:17.351] 143/317 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[13:13:17.351] 144/317 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[13:13:17.351] 145/317 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[13:13:17.351] 146/317 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[13:13:17.351] 147/317 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[13:13:17.351] 149/317 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[13:13:17.351] 150/317 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[13:13:17.351] 152/317 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[13:13:17.351] 153/317 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[13:13:17.351] 154/317 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:13:17.351] 156/317 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[13:13:17.351] 155/317 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[13:13:17.351] 157/317 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[13:13:17.351] 158/317 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[13:13:17.351] 159/317 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[13:13:17.351] 160/317 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[13:13:17.351] 163/317 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[13:13:17.351] 164/317 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[13:13:17.351] 165/317 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[13:13:17.351] 166/317 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[13:13:17.351] 167/317 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[13:13:17.351] 168/317 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[13:13:17.351] 170/317 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[13:13:17.351] 171/317 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[13:13:17.351] 172/317 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[13:13:17.351] 173/317 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[13:13:17.351] 174/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[13:13:17.351] 175/317 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[13:13:17.351] 176/317 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[13:13:17.351] 177/317 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[13:13:17.351] 178/317 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[13:13:17.351] 180/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[13:13:17.351] 181/317 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[13:13:17.351] 182/317 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[13:13:17.351] 183/317 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[13:13:17.351] 185/317 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[13:13:17.351] 188/317 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[13:13:17.351] 189/317 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[13:13:17.351] 190/317 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[13:13:17.351] 191/317 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[13:13:17.351] 192/317 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[13:13:17.352] 193/317 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[13:13:17.352] 194/317 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[13:13:17.352] 197/317 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[13:13:17.352] 196/317 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[13:13:17.352] 198/317 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[13:13:17.352] 200/317 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[13:13:17.352] 201/317 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[13:13:17.352] 202/317 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[13:13:17.352] 203/317 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[13:13:17.352] 204/317 postgresql:psql / psql/020_cancel                                               ERROR            ...
[13:13:17.352] 205/317 postgresql:psql / psql/001_basic                                                ERROR            ...
[13:13:17.352] 207/317 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[13:13:17.352] 208/317 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[13:13:17.352] 209/317 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[13:13:17.352] 210/317 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[13:13:17.352] 211/317 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[13:13:17.352] 212/317 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[13:13:17.352] 213/317 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[13:13:17.352] 214/317 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[13:13:17.352] 215/317 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[13:13:17.352] 216/317 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[13:13:17.352] 218/317 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[13:13:17.352] 217/317 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[13:13:17.352] 220/317 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[13:13:17.352] 221/317 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[13:13:17.352] 222/317 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[13:13:17.352] 223/317 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[13:13:17.352] 224/317 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[13:13:17.352] 225/317 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[13:13:17.352] 227/317 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[13:13:17.352] 228/317 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[13:13:17.352] 229/317 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[13:13:17.352] 230/317 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[13:13:17.352] 231/317 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[13:13:17.352] 232/317 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[13:13:17.352] 233/317 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[13:13:17.352] 234/317 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[13:13:17.352] 235/317 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[13:13:17.352] 237/317 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[13:13:17.352] 238/317 postgresql:authentication / authentication/001_password                         ERROR            ...
[13:13:17.352] 240/317 postgresql:authentication / authentication/003_peer                             ERROR            ...
[13:13:17.352] 241/317 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[13:13:17.352] 242/317 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[13:13:17.352] 243/317 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[13:13:17.352] 244/317 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[13:13:17.352] 245/317 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[13:13:17.352] 246/317 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[13:13:17.352] 247/317 postgresql:subscription / subscription/002_types                                ERROR            ...
[13:13:17.352] 248/317 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[13:13:17.352] 249/317 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[13:13:17.352] 250/317 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[13:13:17.352] 251/317 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[13:13:17.352] 252/317 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[13:13:17.371] 253/317 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[13:13:17.371] 254/317 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[13:13:17.371] 255/317 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[13:13:17.371] 256/317 postgresql:subscription / subscription/011_generated                            ERROR            ...
[13:13:17.371] 257/317 postgresql:subscription / subscription/013_partition                            ERROR            ...
[13:13:17.371] 258/317 postgresql:subscription / subscription/014_binary                               ERROR            ...
[13:13:17.371] 259/317 postgresql:subscription / subscription/015_stream                               ERROR            ...
[13:13:17.371] 260/317 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[13:13:17.371] 261/317 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[13:13:17.371] 262/317 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[13:13:17.371] 263/317 postgresql:subscription / subscription/012_collation                            ERROR            ...
[13:13:17.371] 265/317 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[13:13:17.371] 264/317 postgresql:subscription / subscription/020_messages                             ERROR            ...
[13:13:17.371] 266/317 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[13:13:17.371] 267/317 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[13:13:17.371] 268/317 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[13:13:17.371] 270/317 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[13:13:17.371] 269/317 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[13:13:17.371] 271/317 postgresql:subscription / subscription/026_stats                                ERROR            ...
[13:13:17.371] 272/317 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[13:13:17.371] 273/317 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[13:13:17.371] 274/317 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[13:13:17.371] 275/317 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[13:13:17.371] 276/317 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[13:13:17.371] 277/317 postgresql:subscription / subscription/030_origin                               ERROR            ...
[13:13:17.371] 278/317 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[13:13:17.371] 279/317 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[13:13:17.371] 280/317 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[13:13:17.371] 281/317 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[13:13:17.371] 282/317 postgresql:brin / brin/01_workitems                                             ERROR            ...
[13:13:17.371] 283/317 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[13:13:17.371] 284/317 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[13:13:17.371] 285/317 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[13:13:17.371] 286/317 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[13:13:17.371] 287/317 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[13:13:17.371] 288/317 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[13:13:17.371] 289/317 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[13:13:17.371] 290/317 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[13:13:17.371] 291/317 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[13:13:17.371] 294/317 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[13:13:17.371] 295/317 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[13:13:17.371] 296/317 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[13:13:17.371] 297/317 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[13:13:17.371] 298/317 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[13:13:17.371] 299/317 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[13:13:17.371] 300/317 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[13:13:17.371] 301/317 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[13:13:17.371] 302/317 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[13:13:17.371] 305/317 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[13:13:17.371] 307/317 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[13:13:17.371] 308/317 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[13:13:17.371] 309/317 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[13:13:17.371] 310/317 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[13:13:17.371] 311/317 postgresql:icu / icu/010_database                                               ERROR            ...
[13:13:17.371] 312/317 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[13:13:17.371] 313/317 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[13:13:17.371] 315/317 postgresql:typcache / typcache/regress                                          ERROR           1...
[13:13:17.371] 317/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
assertion
running bootstrap script ... TRAP: failed Assert("!pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, shent->key)"), File:...
core
000000b7`55dff618 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`55dff620 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000b7`55dff910 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`55dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`561ff6f8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`561ff700 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000b7`561ff9f0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`561ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`565ffaf8 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
000000b7`565ffb00 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`565ffb70 00007ff9`c1514cb0     postgres!pg_signal_thread(
000000b7`565ffc70 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`565ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`559ff528 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`559ff530 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000b7`559ff820 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`559ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`555fefb0 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`555feff0 00007ff6`c5259b88     postgres!ExceptionalCondition(
000000b7`555ff030 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
000000b7`555ff0a0 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
000000b7`555ff110 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
000000b7`555ff160 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
000000b7`555ff2e0 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
000000b7`555ff310 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
000000b7`555ff4b0 00007ff6`c4db809b     postgres!InitPostgres(
000000b7`555ff5d0 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
000000e2`953ff648 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
000000e2`953ff650 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`953ff6c0 00007ff9`c1514cb0     postgres!pg_signal_thread(
000000e2`953ff7c0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`953ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`94fff8f8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`94fff900 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000e2`94fffbf0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`94fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`94bff878 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`94bff880 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000e2`94bffb70 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`94bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`947ffb48 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`947ffb50 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000e2`947ffe40 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`947ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`943fef70 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`943fefb0 00007ff6`c5259b88     postgres!ExceptionalCondition(
000000e2`943feff0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
000000e2`943ff060 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
000000e2`943ff0d0 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
000000e2`943ff120 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
000000e2`943ff2a0 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
000000e2`943ff2d0 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
000000e2`943ff470 00007ff6`c4db809b     postgres!InitPostgres(
000000e2`943ff590 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
00000084`0b1ff768 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`0b1ff770 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000084`0b1ffa60 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`0b1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`0a9ff1f0 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`0a9ff230 00007ff6`c5259b88     postgres!ExceptionalCondition(
00000084`0a9ff270 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
00000084`0a9ff2e0 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
00000084`0a9ff350 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
00000084`0a9ff3a0 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
00000084`0a9ff520 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
00000084`0a9ff550 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000084`0a9ff6f0 00007ff6`c4db809b     postgres!InitPostgres(
00000084`0a9ff810 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
00000084`0adff9a8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`0adff9b0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000084`0adffca0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`0adffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`0b5ff5e8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`0b5ff5f0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000084`0b5ff8e0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`0b5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`0b9ff9c8 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
00000084`0b9ff9d0 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`0b9ffa40 00007ff9`c1514cb0     postgres!pg_signal_thread(
00000084`0b9ffb40 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`0b9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0e9ff4a8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0e9ff4b0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
0000009b`0e9ff7a0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0e9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0edffb58 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0edffb60 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
0000009b`0edffe50 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0edffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0f1ff7e8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0f1ff7f0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
0000009b`0f1ffae0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0f1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0e5ff360 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`0e5ff3a0 00007ff6`c5259b88     postgres!ExceptionalCondition(
0000009b`0e5ff3e0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
0000009b`0e5ff450 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
0000009b`0e5ff4c0 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
0000009b`0e5ff510 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
0000009b`0e5ff690 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
0000009b`0e5ff6c0 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
0000009b`0e5ff860 00007ff6`c4db809b     postgres!InitPostgres(
0000009b`0e5ff980 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
0000009b`0f5ffb58 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
0000009b`0f5ffb60 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`0f5ffbd0 00007ff9`c1514cb0     postgres!pg_signal_thread(
0000009b`0f5ffcd0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0f5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a8fff5d8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`a8fff5e0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000038`a8fff8d0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a8fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a83ff550 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`a83ff590 00007ff6`c5259b88     postgres!ExceptionalCondition(
00000038`a83ff5d0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
00000038`a83ff640 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
00000038`a83ff6b0 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
00000038`a83ff700 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
00000038`a83ff880 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
00000038`a83ff8b0 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000038`a83ffa50 00007ff6`c4db809b     postgres!InitPostgres(
00000038`a83ffb70 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
00000038`a87ff478 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`a87ff480 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000038`a87ff770 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a87ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a8bffbb8 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
00000038`a8bffbc0 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`a8bffc30 00007ff9`c1514cb0     postgres!pg_signal_thread(
00000038`a8bffd30 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a8bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e3dffc38 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
000000d0`e3dffc40 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`e3dffcb0 00007ff9`c1514cb0     postgres!pg_signal_thread(
000000d0`e3dffdb0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e3dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e2dff370 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`e2dff3b0 00007ff6`c5259b88     postgres!ExceptionalCondition(
000000d0`e2dff3f0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
000000d0`e2dff460 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
000000d0`e2dff4d0 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
000000d0`e2dff520 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
000000d0`e2dff6a0 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
000000d0`e2dff6d0 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
000000d0`e2dff870 00007ff6`c4db809b     postgres!InitPostgres(
000000d0`e2dff990 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
000000d0`e31ff8c8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`e31ff8d0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000d0`e31ffbc0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e31ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e35ffa98 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`e35ffaa0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000d0`e35ffd90 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e35ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e39ffa88 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`e39ffa90 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000d0`e39ffd80 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e39ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`e47ff5d8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`e47ff5e0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000073`e47ff8d0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`e47ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`e3bff030 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`e3bff070 00007ff6`c5259b88     postgres!ExceptionalCondition(
00000073`e3bff0b0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
00000073`e3bff120 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
00000073`e3bff190 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
00000073`e3bff1e0 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
00000073`e3bff360 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
00000073`e3bff390 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000073`e3bff530 00007ff6`c4db809b     postgres!InitPostgres(
00000073`e3bff650 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
00000073`e3fffa98 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`e3fffaa0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000073`e3fffd90 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`e3fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`e43ff498 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`e43ff4a0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000073`e43ff790 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`e43ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`e4bff778 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
00000073`e4bff780 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
00000073`e4bff7f0 00007ff9`c1514cb0     postgres!pg_signal_thread(
00000073`e4bff8f0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`e4bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d13ff5d8 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
00000006`d13ff5e0 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`d13ff650 00007ff9`c1514cb0     postgres!pg_signal_thread(
00000006`d13ff750 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d13ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d03ff520 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`d03ff560 00007ff6`c5259b88     postgres!ExceptionalCondition(
00000006`d03ff5a0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
00000006`d03ff610 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
00000006`d03ff680 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
00000006`d03ff6d0 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
00000006`d03ff850 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
00000006`d03ff880 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000006`d03ffa20 00007ff6`c4db809b     postgres!InitPostgres(
00000006`d03ffb40 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
00000006`d07ff9c8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`d07ff9d0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000006`d07ffcc0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d07ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d0bff648 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`d0bff650 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000006`d0bff940 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d0bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d0fff848 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`d0fff850 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000006`d0fffb40 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d0fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`925ff798 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
000000f3`925ff7a0 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`925ff810 00007ff9`c1514cb0     postgres!pg_signal_thread(
000000f3`925ff910 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`925ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`915ff2a0 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`915ff2e0 00007ff6`c5259b88     postgres!ExceptionalCondition(
000000f3`915ff320 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
000000f3`915ff390 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
000000f3`915ff400 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
000000f3`915ff450 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
000000f3`915ff5d0 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
000000f3`915ff600 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
000000f3`915ff7a0 00007ff6`c4db809b     postgres!InitPostgres(
000000f3`915ff8c0 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
000000f3`919ffb58 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`919ffb60 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000f3`919ffe50 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`919ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`91dff9e8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`91dff9f0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000f3`91dffce0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`91dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`921ffbe8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`921ffbf0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
000000f3`921ffee0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`921fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`1c3ffad8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`1c3ffae0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000037`1c3ffdd0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`1c3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`1b7ff370 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`1b7ff3b0 00007ff6`c5259b88     postgres!ExceptionalCondition(
00000037`1b7ff3f0 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
00000037`1b7ff460 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
00000037`1b7ff4d0 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
00000037`1b7ff520 00007ff6`c524aa63     postgres!pgstat_read_statsfile(
00000037`1b7ff6a0 00007ff6`c4d8479c     postgres!pgstat_restore_stats(
00000037`1b7ff6d0 00007ff6`c5477eea     postgres!StartupXLOG(void)+0x63c [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000037`1b7ff870 00007ff6`c4db809b     postgres!InitPostgres(
00000037`1b7ff990 00007ff6`c4fd2389     postgres!BootstrapModeMain(
core
00000037`1bbff4e8 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`1bbff4f0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000037`1bbff7e0 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`1bbff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`1bfff698 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`1bfff6a0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000037`1bfff990 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`1bfff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`1c7ff988 00007ff9`bf4648fa     ntdll!NtFsControlFile+0x14
00000037`1c7ff990 00007ff6`c510c0eb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`1c7ffa00 00007ff9`c1514cb0     postgres!pg_signal_thread(
00000037`1c7ffb00 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`1c7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`229ff698 00007ff9`c1bcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`229ff6a0 00007ff9`c1514cb0     ntdll!TppWorkerThread+0x2df
00000088`229ff990 00007ff9`c1c3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`229ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`21dff000 00007ff6`c545c958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`21dff040 00007ff6`c5259b88     postgres!ExceptionalCondition(
00000088`21dff080 00007ff6`c5257806     postgres!pgstat_drop_entry_internal(
00000088`21dff0f0 00007ff6`c524ec09     postgres!pgstat_drop_all_entries(void)+0x56 [c:\cirrus\src\backend\utils\activit...
00000088`21dff160 00007ff6`c524dd86     postgres!pgstat_reset_after_failure(void)+0x69 [c:\cirrus\src\backend\utils\acti...
00000088`21dff1b0 00007ff6`c524aa63