2024-12-18 07:15:16.667 UTC postmaster[19331] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-12-18 07:15:16.667 UTC postmaster[19331] LOG: listening on Unix socket "/tmp/pg_regress-zfbaky/.s.PGSQL.40015" 2024-12-18 07:15:16.668 UTC startup[19334] LOG: database system was shut down at 2024-12-18 07:15:16 UTC 2024-12-18 07:15:16.669 UTC postmaster[19331] LOG: database system is ready to accept connections 2024-12-18 07:15:16.746 UTC client backend[19342] pg_regress/earthdistance ERROR: required extension "cube" is not installed 2024-12-18 07:15:16.746 UTC client backend[19342] pg_regress/earthdistance HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too. 2024-12-18 07:15:16.746 UTC client backend[19342] pg_regress/earthdistance STATEMENT: CREATE EXTENSION earthdistance; 2024-12-18 07:15:16.882 UTC client backend[19342] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-12-18 07:15:16.882 UTC client backend[19342] pg_regress/earthdistance DETAIL: extension earthdistance depends on extension cube 2024-12-18 07:15:16.882 UTC client backend[19342] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-18 07:15:16.882 UTC client backend[19342] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-12-18 07:15:16.884 UTC client backend[19342] pg_regress/earthdistance ERROR: cannot drop type cube because extension cube requires it 2024-12-18 07:15:16.884 UTC client backend[19342] pg_regress/earthdistance HINT: You can drop extension cube instead. 2024-12-18 07:15:16.884 UTC client backend[19342] pg_regress/earthdistance STATEMENT: drop type cube; 2024-12-18 07:15:16.891 UTC client backend[19342] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-12-18 07:15:16.891 UTC client backend[19342] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type cube 2024-12-18 07:15:16.891 UTC client backend[19342] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-18 07:15:16.891 UTC client backend[19342] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-12-18 07:15:17.027 UTC client backend[19342] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-12-18 07:15:17.027 UTC client backend[19342] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type c.cube 2024-12-18 07:15:17.027 UTC client backend[19342] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-18 07:15:17.027 UTC client backend[19342] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-12-18 07:15:17.030 UTC client backend[19342] pg_regress/earthdistance ERROR: cannot drop schema c because other objects depend on it 2024-12-18 07:15:17.030 UTC client backend[19342] pg_regress/earthdistance DETAIL: extension cube depends on schema c column f1 of table foo depends on type c.cube 2024-12-18 07:15:17.030 UTC client backend[19342] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-18 07:15:17.030 UTC client backend[19342] pg_regress/earthdistance STATEMENT: drop schema c; 2024-12-18 07:15:17.066 UTC postmaster[19331] LOG: received fast shutdown request 2024-12-18 07:15:17.066 UTC postmaster[19331] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 19331 0xaa4ae2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89fc67 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89e169 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89d544 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres