2024-11-21 04:54:16.284 UTC postmaster[19242] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-11-21 04:54:16.284 UTC postmaster[19242] LOG: listening on Unix socket "/tmp/pg_regress-PPXFdc/.s.PGSQL.40015" 2024-11-21 04:54:16.286 UTC startup[19247] LOG: database system was shut down at 2024-11-21 04:54:16 UTC 2024-11-21 04:54:16.287 UTC postmaster[19242] LOG: database system is ready to accept connections 2024-11-21 04:54:16.380 UTC client backend[19264] pg_regress/earthdistance ERROR: required extension "cube" is not installed 2024-11-21 04:54:16.380 UTC client backend[19264] pg_regress/earthdistance HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too. 2024-11-21 04:54:16.380 UTC client backend[19264] pg_regress/earthdistance STATEMENT: CREATE EXTENSION earthdistance; 2024-11-21 04:54:16.547 UTC client backend[19264] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-11-21 04:54:16.547 UTC client backend[19264] pg_regress/earthdistance DETAIL: extension earthdistance depends on extension cube 2024-11-21 04:54:16.547 UTC client backend[19264] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-11-21 04:54:16.547 UTC client backend[19264] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-11-21 04:54:16.549 UTC client backend[19264] pg_regress/earthdistance ERROR: cannot drop type cube because extension cube requires it 2024-11-21 04:54:16.549 UTC client backend[19264] pg_regress/earthdistance HINT: You can drop extension cube instead. 2024-11-21 04:54:16.549 UTC client backend[19264] pg_regress/earthdistance STATEMENT: drop type cube; 2024-11-21 04:54:16.556 UTC client backend[19264] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-11-21 04:54:16.556 UTC client backend[19264] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type cube 2024-11-21 04:54:16.556 UTC client backend[19264] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-11-21 04:54:16.556 UTC client backend[19264] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-11-21 04:54:16.700 UTC client backend[19264] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-11-21 04:54:16.700 UTC client backend[19264] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type c.cube 2024-11-21 04:54:16.700 UTC client backend[19264] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-11-21 04:54:16.700 UTC client backend[19264] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-11-21 04:54:16.702 UTC client backend[19264] pg_regress/earthdistance ERROR: cannot drop schema c because other objects depend on it 2024-11-21 04:54:16.702 UTC client backend[19264] pg_regress/earthdistance DETAIL: extension cube depends on schema c column f1 of table foo depends on type c.cube 2024-11-21 04:54:16.702 UTC client backend[19264] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-11-21 04:54:16.702 UTC client backend[19264] pg_regress/earthdistance STATEMENT: drop schema c; 2024-11-21 04:54:16.740 UTC postmaster[19242] LOG: received fast shutdown request 2024-11-21 04:54:16.740 UTC postmaster[19242] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2887, PID: 19242 0xa9fc22 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89ce37 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89b339 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89a70b at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres