2025-01-28 23:33:59.641 UTC [21005][postmaster] LOG: starting PostgreSQL 18devel on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2025-01-28 23:33:59.641 UTC [21005][postmaster] LOG: listening on Unix socket "/tmp/pg_regress-6q4svt/.s.PGSQL.65312" 2025-01-28 23:33:59.657 UTC [21028][startup] LOG: database system was shut down at 2025-01-28 23:33:59 UTC 2025-01-28 23:33:59.676 UTC [21005][postmaster] LOG: database system is ready to accept connections 2025-01-28 23:33:59.695 UTC [21044][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-28 23:33:59.696 UTC [21044][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/amcheck/tmp_check/data/pg_hba.conf:117) 2025-01-28 23:33:59.696 UTC [21044][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2025-01-28 23:33:59.737 UTC [21044][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.042 user=postgres database=postgres host=[local] 2025-01-28 23:33:59.780 UTC [21054][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-28 23:33:59.782 UTC [21054][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/amcheck/tmp_check/data/pg_hba.conf:117) 2025-01-28 23:33:59.782 UTC [21054][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2025-01-28 23:33:59.923 UTC [21054][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.151 user=postgres database=postgres host=[local] 2025-01-28 23:33:59.974 UTC [21090][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-28 23:33:59.978 UTC [21090][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/amcheck/tmp_check/data/pg_hba.conf:117) 2025-01-28 23:33:59.978 UTC [21090][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/check 2025-01-28 23:34:00.060 UTC [21090][client backend] [pg_regress/check][:0] LOG: disconnection: session time: 0:00:00.088 user=postgres database=contrib_regression host=[local] 2025-01-28 23:34:00.144 UTC [21113][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-28 23:34:00.145 UTC [21113][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/amcheck/tmp_check/data/pg_hba.conf:117) 2025-01-28 23:34:00.145 UTC [21113][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/check_btree 2025-01-28 23:34:00.512 UTC [21113][client backend] [pg_regress/check_btree][3/10:758] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21113.0", size 1400000 2025-01-28 23:34:00.512 UTC [21113][client backend] [pg_regress/check_btree][3/10:758] STATEMENT: INSERT INTO bttest_a SELECT * FROM generate_series(1, 100000); 2025-01-28 23:34:01.016 UTC [21113][client backend] [pg_regress/check_btree][3/11:759] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21113.1", size 1400000 2025-01-28 23:34:01.016 UTC [21113][client backend] [pg_regress/check_btree][3/11:759] STATEMENT: INSERT INTO bttest_b SELECT * FROM generate_series(100000, 1, -1); 2025-01-28 23:34:01.961 UTC [21113][client backend] [pg_regress/check_btree][3/12:760] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21113.2", size 1400000 2025-01-28 23:34:01.961 UTC [21113][client backend] [pg_regress/check_btree][3/12:760] STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2025-01-28 23:34:02.738 UTC [21113][client backend] [pg_regress/check_btree][3/18:0] ERROR: permission denied for function bt_index_check 2025-01-28 23:34:02.738 UTC [21113][client backend] [pg_regress/check_btree][3/18:0] STATEMENT: SELECT bt_index_check('bttest_a_idx'::regclass); 2025-01-28 23:34:02.739 UTC [21113][client backend] [pg_regress/check_btree][3/19:0] ERROR: permission denied for function bt_index_parent_check 2025-01-28 23:34:02.739 UTC [21113][client backend] [pg_regress/check_btree][3/19:0] STATEMENT: SELECT bt_index_parent_check('bttest_a_idx'::regclass); 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/29:0] ERROR: "bttest_a" is not an index 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/29:0] STATEMENT: SELECT bt_index_check('bttest_a'); 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/30:0] ERROR: "bttest_a" is not an index 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/30:0] STATEMENT: SELECT bt_index_parent_check('bttest_a'); 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/31:0] ERROR: could not open relation with OID 17 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/31:0] STATEMENT: SELECT bt_index_check(17); 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/32:0] ERROR: could not open relation with OID 17 2025-01-28 23:34:02.967 UTC [21113][client backend] [pg_regress/check_btree][3/32:0] STATEMENT: SELECT bt_index_parent_check(17); 2025-01-28 23:34:03.072 UTC [21113][client backend] [pg_regress/check_btree][3/33:769] ERROR: only B-Tree indexes are supported as targets for verification 2025-01-28 23:34:03.072 UTC [21113][client backend] [pg_regress/check_btree][3/33:769] DETAIL: Relation "bttest_a_brin_idx" is not a B-Tree index. 2025-01-28 23:34:03.072 UTC [21113][client backend] [pg_regress/check_btree][3/33:769] STATEMENT: SELECT bt_index_parent_check('bttest_a_brin_idx'); 2025-01-28 23:34:06.716 UTC [21113][client backend] [pg_regress/check_btree][3/44:773] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21113.3", size 1400000 2025-01-28 23:34:06.716 UTC [21113][client backend] [pg_regress/check_btree][3/44:773] STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2025-01-28 23:34:08.495 UTC [21113][client backend] [pg_regress/check_btree][:0] LOG: disconnection: session time: 0:00:08.354 user=postgres database=contrib_regression host=[local] 2025-01-28 23:34:08.516 UTC [21999][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-28 23:34:08.518 UTC [21999][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/amcheck/tmp_check/data/pg_hba.conf:117) 2025-01-28 23:34:08.518 UTC [21999][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/check_heap 2025-01-28 23:34:08.528 UTC [21999][client backend] [pg_regress/check_heap][4/4:0] ERROR: invalid skip option 2025-01-28 23:34:08.528 UTC [21999][client backend] [pg_regress/check_heap][4/4:0] HINT: Valid skip options are "all-visible", "all-frozen", and "none". 2025-01-28 23:34:08.528 UTC [21999][client backend] [pg_regress/check_heap][4/4:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', skip := 'rope'); 2025-01-28 23:34:08.546 UTC [21999][client backend] [pg_regress/check_heap][4/26:0] ERROR: permission denied for function verify_heapam 2025-01-28 23:34:08.546 UTC [21999][client backend] [pg_regress/check_heap][4/26:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest'); 2025-01-28 23:34:08.552 UTC [21999][client backend] [pg_regress/check_heap][4/32:0] ERROR: ending block number must be between 0 and 0 2025-01-28 23:34:08.552 UTC [21999][client backend] [pg_regress/check_heap][4/32:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 10000); 2025-01-28 23:34:08.553 UTC [21999][client backend] [pg_regress/check_heap][4/33:0] ERROR: starting block number must be between 0 and 0 2025-01-28 23:34:08.553 UTC [21999][client backend] [pg_regress/check_heap][4/33:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 10000, endblock := 11000); 2025-01-28 23:34:08.564 UTC [21999][client backend] [pg_regress/check_heap][4/43:0] ERROR: cannot check relation "test_partitioned" 2025-01-28 23:34:08.564 UTC [21999][client backend] [pg_regress/check_heap][4/43:0] DETAIL: This operation is not supported for partitioned tables. 2025-01-28 23:34:08.564 UTC [21999][client backend] [pg_regress/check_heap][4/43:0] STATEMENT: SELECT * FROM verify_heapam('test_partitioned', startblock := NULL, endblock := NULL); 2025-01-28 23:34:08.670 UTC [21999][client backend] [pg_regress/check_heap][4/49:0] ERROR: cannot check relation "test_index" 2025-01-28 23:34:08.670 UTC [21999][client backend] [pg_regress/check_heap][4/49:0] DETAIL: This operation is not supported for indexes. 2025-01-28 23:34:08.670 UTC [21999][client backend] [pg_regress/check_heap][4/49:0] STATEMENT: SELECT * FROM verify_heapam('test_index', startblock := NULL, endblock := NULL); 2025-01-28 23:34:08.672 UTC [21999][client backend] [pg_regress/check_heap][4/51:0] ERROR: cannot check relation "test_view" 2025-01-28 23:34:08.672 UTC [21999][client backend] [pg_regress/check_heap][4/51:0] DETAIL: This operation is not supported for views. 2025-01-28 23:34:08.672 UTC [21999][client backend] [pg_regress/check_heap][4/51:0] STATEMENT: SELECT * FROM verify_heapam('test_view', startblock := NULL, endblock := NULL); 2025-01-28 23:34:08.676 UTC [21999][client backend] [pg_regress/check_heap][4/57:0] ERROR: cannot check relation "test_foreign_table" 2025-01-28 23:34:08.676 UTC [21999][client backend] [pg_regress/check_heap][4/57:0] DETAIL: This operation is not supported for foreign tables. 2025-01-28 23:34:08.676 UTC [21999][client backend] [pg_regress/check_heap][4/57:0] STATEMENT: SELECT * FROM verify_heapam('test_foreign_table', startblock := NULL, endblock := NULL); 2025-01-28 23:34:08.680 UTC [21026][checkpointer] LOG: checkpoint starting: immediate force wait 2025-01-28 23:34:08.780 UTC [21026][checkpointer] LOG: checkpoint complete: wrote 1016 buffers (6.2%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 4 recycled; write=0.089 s, sync=0.001 s, total=0.100 s; sync files=0, longest=0.000 s, average=0.000 s; distance=62823 kB, estimate=62823 kB; lsn=0/54EA3A0, redo lsn=0/54EA348 2025-01-28 23:34:08.792 UTC [21999][client backend] [pg_regress/check_heap][:0] LOG: disconnection: session time: 0:00:00.275 user=postgres database=contrib_regression host=[local] 2025-01-28 23:34:08.830 UTC [21005][postmaster] LOG: received fast shutdown request 2025-01-28 23:34:08.830 UTC [21005][postmaster] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2951, PID: 21005 /lib/x86_64-linux-gnu/libasan.so.8(+0x51f31)[0x7f5da9e51f31] postgres(ExceptionalCondition+0xe6)[0x563706a26cd1] postgres(+0xc96fd7)[0x563706564fd7] postgres(+0xc9769e)[0x56370656569e] postgres(+0xc98901)[0x563706566901] postgres(PostmasterMain+0x1c3c)[0x563706568c41] postgres(main+0x2a2)[0x5637063075fb] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f5da8c4824a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f5da8c48305] postgres(_start+0x21)[0x563705cec3a1]