2024-12-11 13:31:55.092 UTC postmaster[17915] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-12-11 13:31:55.092 UTC postmaster[17915] LOG: listening on Unix socket "/tmp/pg_regress-lyKbaS/.s.PGSQL.40004" 2024-12-11 13:31:55.094 UTC startup[17918] LOG: database system was shut down at 2024-12-11 13:31:55 UTC 2024-12-11 13:31:55.095 UTC postmaster[17915] LOG: database system is ready to accept connections 2024-12-11 13:31:55.280 UTC client backend[17931] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp17931.0", size 1400000 2024-12-11 13:31:55.280 UTC client backend[17931] pg_regress/check_btree STATEMENT: INSERT INTO bttest_a SELECT * FROM generate_series(1, 100000); 2024-12-11 13:31:55.372 UTC client backend[17931] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp17931.1", size 1400000 2024-12-11 13:31:55.372 UTC client backend[17931] pg_regress/check_btree STATEMENT: INSERT INTO bttest_b SELECT * FROM generate_series(100000, 1, -1); 2024-12-11 13:31:55.463 UTC client backend[17931] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp17931.2", size 1400000 2024-12-11 13:31:55.463 UTC client backend[17931] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2024-12-11 13:31:55.571 UTC client backend[17931] pg_regress/check_btree ERROR: permission denied for function bt_index_check 2024-12-11 13:31:55.571 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a_idx'::regclass); 2024-12-11 13:31:55.571 UTC client backend[17931] pg_regress/check_btree ERROR: permission denied for function bt_index_parent_check 2024-12-11 13:31:55.571 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_idx'::regclass); 2024-12-11 13:31:55.596 UTC client backend[17931] pg_regress/check_btree ERROR: "bttest_a" is not an index 2024-12-11 13:31:55.596 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a'); 2024-12-11 13:31:55.596 UTC client backend[17931] pg_regress/check_btree ERROR: "bttest_a" is not an index 2024-12-11 13:31:55.596 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a'); 2024-12-11 13:31:55.597 UTC client backend[17931] pg_regress/check_btree ERROR: could not open relation with OID 17 2024-12-11 13:31:55.597 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_check(17); 2024-12-11 13:31:55.597 UTC client backend[17931] pg_regress/check_btree ERROR: could not open relation with OID 17 2024-12-11 13:31:55.597 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check(17); 2024-12-11 13:31:55.611 UTC client backend[17931] pg_regress/check_btree ERROR: only B-Tree indexes are supported as targets for verification 2024-12-11 13:31:55.611 UTC client backend[17931] pg_regress/check_btree DETAIL: Relation "bttest_a_brin_idx" is not a B-Tree index. 2024-12-11 13:31:55.611 UTC client backend[17931] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_brin_idx'); 2024-12-11 13:31:56.077 UTC client backend[17931] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp17931.3", size 1400000 2024-12-11 13:31:56.077 UTC client backend[17931] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2024-12-11 13:31:56.482 UTC client backend[17958] pg_regress/check_heap ERROR: invalid skip option 2024-12-11 13:31:56.482 UTC client backend[17958] pg_regress/check_heap HINT: Valid skip options are "all-visible", "all-frozen", and "none". 2024-12-11 13:31:56.482 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', skip := 'rope'); 2024-12-11 13:31:56.489 UTC client backend[17958] pg_regress/check_heap ERROR: permission denied for function verify_heapam 2024-12-11 13:31:56.489 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest'); 2024-12-11 13:31:56.490 UTC client backend[17958] pg_regress/check_heap ERROR: ending block number must be between 0 and 0 2024-12-11 13:31:56.490 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 10000); 2024-12-11 13:31:56.491 UTC client backend[17958] pg_regress/check_heap ERROR: starting block number must be between 0 and 0 2024-12-11 13:31:56.491 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 10000, endblock := 11000); 2024-12-11 13:31:56.494 UTC client backend[17958] pg_regress/check_heap ERROR: cannot check relation "test_partitioned" 2024-12-11 13:31:56.494 UTC client backend[17958] pg_regress/check_heap DETAIL: This operation is not supported for partitioned tables. 2024-12-11 13:31:56.494 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_partitioned', startblock := NULL, endblock := NULL); 2024-12-11 13:31:56.520 UTC client backend[17958] pg_regress/check_heap ERROR: cannot check relation "test_index" 2024-12-11 13:31:56.520 UTC client backend[17958] pg_regress/check_heap DETAIL: This operation is not supported for indexes. 2024-12-11 13:31:56.520 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_index', startblock := NULL, endblock := NULL); 2024-12-11 13:31:56.521 UTC client backend[17958] pg_regress/check_heap ERROR: cannot check relation "test_view" 2024-12-11 13:31:56.521 UTC client backend[17958] pg_regress/check_heap DETAIL: This operation is not supported for views. 2024-12-11 13:31:56.521 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_view', startblock := NULL, endblock := NULL); 2024-12-11 13:31:56.523 UTC client backend[17958] pg_regress/check_heap ERROR: cannot check relation "test_foreign_table" 2024-12-11 13:31:56.523 UTC client backend[17958] pg_regress/check_heap DETAIL: This operation is not supported for foreign tables. 2024-12-11 13:31:56.523 UTC client backend[17958] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_foreign_table', startblock := NULL, endblock := NULL); 2024-12-11 13:31:56.525 UTC checkpointer[17916] LOG: checkpoint starting: immediate force wait 2024-12-11 13:31:56.534 UTC checkpointer[17916] LOG: checkpoint complete: wrote 1008 buffers (6.2%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 4 recycled; write=0.009 s, sync=0.001 s, total=0.010 s; sync files=0, longest=0.000 s, average=0.000 s; distance=62764 kB, estimate=62764 kB; lsn=0/54C3B08, redo lsn=0/54C3AB0 2024-12-11 13:31:56.541 UTC postmaster[17915] LOG: received fast shutdown request 2024-12-11 13:31:56.541 UTC postmaster[17915] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2899, PID: 17915 0xaa3ab2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89f5f7 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89daf9 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89ced9 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres