2025-01-30 12:25:19.340 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-30 12:25:19.340 UTC [21005][postmaster] LOG: listening on Unix socket "/tmp/pg_regress-M58rSM/.s.PGSQL.65312" 2025-01-30 12:25:19.367 UTC [21032][startup] LOG: database system was shut down at 2025-01-30 12:25:18 UTC 2025-01-30 12:25:19.376 UTC [21005][postmaster] LOG: database system is ready to accept connections 2025-01-30 12:25:19.391 UTC [21044][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-30 12:25:19.394 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-30 12:25:19.394 UTC [21044][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2025-01-30 12:25:19.437 UTC [21044][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.047 user=postgres database=postgres host=[local] 2025-01-30 12:25:19.475 UTC [21067][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-30 12:25:19.476 UTC [21067][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-30 12:25:19.476 UTC [21067][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2025-01-30 12:25:19.590 UTC [21067][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.124 user=postgres database=postgres host=[local] 2025-01-30 12:25:19.662 UTC [21094][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-30 12:25:19.663 UTC [21094][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-30 12:25:19.663 UTC [21094][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/check 2025-01-30 12:25:19.697 UTC [21094][client backend] [pg_regress/check][:0] LOG: disconnection: session time: 0:00:00.035 user=postgres database=contrib_regression host=[local] 2025-01-30 12:25:19.770 UTC [21106][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-30 12:25:19.771 UTC [21106][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-30 12:25:19.771 UTC [21106][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/check_btree 2025-01-30 12:25:20.143 UTC [21106][client backend] [pg_regress/check_btree][3/10:758] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21106.0", size 1400000 2025-01-30 12:25:20.143 UTC [21106][client backend] [pg_regress/check_btree][3/10:758] STATEMENT: INSERT INTO bttest_a SELECT * FROM generate_series(1, 100000); 2025-01-30 12:25:20.559 UTC [21106][client backend] [pg_regress/check_btree][3/11:759] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21106.1", size 1400000 2025-01-30 12:25:20.559 UTC [21106][client backend] [pg_regress/check_btree][3/11:759] STATEMENT: INSERT INTO bttest_b SELECT * FROM generate_series(100000, 1, -1); 2025-01-30 12:25:21.678 UTC [21106][client backend] [pg_regress/check_btree][3/12:760] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21106.2", size 1400000 2025-01-30 12:25:21.678 UTC [21106][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-30 12:25:22.619 UTC [21106][client backend] [pg_regress/check_btree][3/18:0] ERROR: permission denied for function bt_index_check 2025-01-30 12:25:22.619 UTC [21106][client backend] [pg_regress/check_btree][3/18:0] STATEMENT: SELECT bt_index_check('bttest_a_idx'::regclass); 2025-01-30 12:25:22.619 UTC [21106][client backend] [pg_regress/check_btree][3/19:0] ERROR: permission denied for function bt_index_parent_check 2025-01-30 12:25:22.619 UTC [21106][client backend] [pg_regress/check_btree][3/19:0] STATEMENT: SELECT bt_index_parent_check('bttest_a_idx'::regclass); 2025-01-30 12:25:22.902 UTC [21106][client backend] [pg_regress/check_btree][3/29:0] ERROR: "bttest_a" is not an index 2025-01-30 12:25:22.902 UTC [21106][client backend] [pg_regress/check_btree][3/29:0] STATEMENT: SELECT bt_index_check('bttest_a'); 2025-01-30 12:25:22.902 UTC [21106][client backend] [pg_regress/check_btree][3/30:0] ERROR: "bttest_a" is not an index 2025-01-30 12:25:22.902 UTC [21106][client backend] [pg_regress/check_btree][3/30:0] STATEMENT: SELECT bt_index_parent_check('bttest_a'); 2025-01-30 12:25:22.903 UTC [21106][client backend] [pg_regress/check_btree][3/31:0] ERROR: could not open relation with OID 17 2025-01-30 12:25:22.903 UTC [21106][client backend] [pg_regress/check_btree][3/31:0] STATEMENT: SELECT bt_index_check(17); 2025-01-30 12:25:22.903 UTC [21106][client backend] [pg_regress/check_btree][3/32:0] ERROR: could not open relation with OID 17 2025-01-30 12:25:22.903 UTC [21106][client backend] [pg_regress/check_btree][3/32:0] STATEMENT: SELECT bt_index_parent_check(17); 2025-01-30 12:25:23.006 UTC [21106][client backend] [pg_regress/check_btree][3/33:769] ERROR: only B-Tree indexes are supported as targets for verification 2025-01-30 12:25:23.006 UTC [21106][client backend] [pg_regress/check_btree][3/33:769] DETAIL: Relation "bttest_a_brin_idx" is not a B-Tree index. 2025-01-30 12:25:23.006 UTC [21106][client backend] [pg_regress/check_btree][3/33:769] STATEMENT: SELECT bt_index_parent_check('bttest_a_brin_idx'); 2025-01-30 12:25:26.651 UTC [21106][client backend] [pg_regress/check_btree][3/44:773] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp21106.3", size 1400000 2025-01-30 12:25:26.651 UTC [21106][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-30 12:25:28.469 UTC [21106][client backend] [pg_regress/check_btree][:0] LOG: disconnection: session time: 0:00:08.700 user=postgres database=contrib_regression host=[local] 2025-01-30 12:25:28.489 UTC [22061][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-30 12:25:28.491 UTC [22061][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-30 12:25:28.491 UTC [22061][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/check_heap 2025-01-30 12:25:28.503 UTC [22061][client backend] [pg_regress/check_heap][4/4:0] ERROR: invalid skip option 2025-01-30 12:25:28.503 UTC [22061][client backend] [pg_regress/check_heap][4/4:0] HINT: Valid skip options are "all-visible", "all-frozen", and "none". 2025-01-30 12:25:28.503 UTC [22061][client backend] [pg_regress/check_heap][4/4:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', skip := 'rope'); 2025-01-30 12:25:28.517 UTC [22061][client backend] [pg_regress/check_heap][4/26:0] ERROR: permission denied for function verify_heapam 2025-01-30 12:25:28.517 UTC [22061][client backend] [pg_regress/check_heap][4/26:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest'); 2025-01-30 12:25:28.519 UTC [22061][client backend] [pg_regress/check_heap][4/32:0] ERROR: ending block number must be between 0 and 0 2025-01-30 12:25:28.519 UTC [22061][client backend] [pg_regress/check_heap][4/32:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 10000); 2025-01-30 12:25:28.519 UTC [22061][client backend] [pg_regress/check_heap][4/33:0] ERROR: starting block number must be between 0 and 0 2025-01-30 12:25:28.519 UTC [22061][client backend] [pg_regress/check_heap][4/33:0] STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 10000, endblock := 11000); 2025-01-30 12:25:28.525 UTC [22061][client backend] [pg_regress/check_heap][4/43:0] ERROR: cannot check relation "test_partitioned" 2025-01-30 12:25:28.525 UTC [22061][client backend] [pg_regress/check_heap][4/43:0] DETAIL: This operation is not supported for partitioned tables. 2025-01-30 12:25:28.525 UTC [22061][client backend] [pg_regress/check_heap][4/43:0] STATEMENT: SELECT * FROM verify_heapam('test_partitioned', startblock := NULL, endblock := NULL); 2025-01-30 12:25:28.593 UTC [22061][client backend] [pg_regress/check_heap][4/49:0] ERROR: cannot check relation "test_index" 2025-01-30 12:25:28.593 UTC [22061][client backend] [pg_regress/check_heap][4/49:0] DETAIL: This operation is not supported for indexes. 2025-01-30 12:25:28.593 UTC [22061][client backend] [pg_regress/check_heap][4/49:0] STATEMENT: SELECT * FROM verify_heapam('test_index', startblock := NULL, endblock := NULL); 2025-01-30 12:25:28.595 UTC [22061][client backend] [pg_regress/check_heap][4/51:0] ERROR: cannot check relation "test_view" 2025-01-30 12:25:28.595 UTC [22061][client backend] [pg_regress/check_heap][4/51:0] DETAIL: This operation is not supported for views. 2025-01-30 12:25:28.595 UTC [22061][client backend] [pg_regress/check_heap][4/51:0] STATEMENT: SELECT * FROM verify_heapam('test_view', startblock := NULL, endblock := NULL); 2025-01-30 12:25:28.599 UTC [22061][client backend] [pg_regress/check_heap][4/57:0] ERROR: cannot check relation "test_foreign_table" 2025-01-30 12:25:28.599 UTC [22061][client backend] [pg_regress/check_heap][4/57:0] DETAIL: This operation is not supported for foreign tables. 2025-01-30 12:25:28.599 UTC [22061][client backend] [pg_regress/check_heap][4/57:0] STATEMENT: SELECT * FROM verify_heapam('test_foreign_table', startblock := NULL, endblock := NULL); 2025-01-30 12:25:28.604 UTC [21027][checkpointer] LOG: checkpoint starting: immediate force wait 2025-01-30 12:25:28.673 UTC [21027][checkpointer] LOG: checkpoint complete: wrote 1016 buffers (6.2%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 4 recycled; write=0.023 s, sync=0.001 s, total=0.070 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-30 12:25:28.684 UTC [22061][client backend] [pg_regress/check_heap][:0] LOG: disconnection: session time: 0:00:00.195 user=postgres database=contrib_regression host=[local] 2025-01-30 12:25:28.694 UTC [21005][postmaster] LOG: received fast shutdown request 2025-01-30 12:25:28.694 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)[0x7fe77fc51f31] postgres(ExceptionalCondition+0xe6)[0x55be589d6434] postgres(+0xc9776e)[0x55be5851476e] postgres(+0xc97e35)[0x55be58514e35] postgres(+0xc99098)[0x55be58516098] postgres(PostmasterMain+0x1c3c)[0x55be585183d8] postgres(main+0x2a2)[0x55be582b6997] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fe77ea4824a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fe77ea48305] postgres(_start+0x21)[0x55be57c9b3a1]