2025-01-18 18:37:18.803 UTC postmaster[18719] LOG:  starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit
2025-01-18 18:37:18.803 UTC postmaster[18719] LOG:  listening on Unix socket "/tmp/pg_regress-yoIGzT/.s.PGSQL.40009"
2025-01-18 18:37:18.804 UTC startup[18724] LOG:  database system was shut down at 2025-01-18 18:37:18 UTC
2025-01-18 18:37:18.806 UTC postmaster[18719] LOG:  database system is ready to accept connections
2025-01-18 18:37:19.642 UTC client backend[18824] pg_regress/not_equal ERROR:  conflicting key value violates exclusion constraint "zoo_cage_animal_excl"
2025-01-18 18:37:19.642 UTC client backend[18824] pg_regress/not_equal DETAIL:  Key (cage, animal)=(123, lion) conflicts with existing key (cage, animal)=(123, zebra).
2025-01-18 18:37:19.642 UTC client backend[18824] pg_regress/not_equal STATEMENT:  INSERT INTO zoo VALUES(123, 'lion');
2025-01-18 18:37:19.699 UTC client backend[18835] pg_regress/partitions ERROR:  conflicting key value violates exclusion constraint "parttmp_1_to_10_id_valid_at_excl"
2025-01-18 18:37:19.699 UTC client backend[18835] pg_regress/partitions DETAIL:  Key (id, valid_at)=(2, [01-15-2000,02-01-2000)) conflicts with existing key (id, valid_at)=(2, [01-01-2000,02-01-2000)).
2025-01-18 18:37:19.699 UTC client backend[18835] pg_regress/partitions STATEMENT:  insert into parttmp (id, valid_at) values
	  (2, '[2000-01-15, 2000-02-01)');
2025-01-18 18:37:19.704 UTC client backend[18835] pg_regress/partitions ERROR:  cannot match partition key to index on column "id" using non-equal operator "<>"
2025-01-18 18:37:19.704 UTC client backend[18835] pg_regress/partitions STATEMENT:  create table parttmp (id int, valid_at daterange, exclude using gist (id with <>, valid_at with &&)) partition by range (id);
2025-01-18 18:37:19.746 UTC client backend[18841] pg_regress/without_overlaps ERROR:  conflicting key value violates exclusion constraint "temporal_rng_pk"
2025-01-18 18:37:19.746 UTC client backend[18841] pg_regress/without_overlaps DETAIL:  Key (id, valid_at)=(1, [06-01-2000,01-01-2001)) conflicts with existing key (id, valid_at)=(1, [01-01-2000,01-01-2001)).
2025-01-18 18:37:19.746 UTC client backend[18841] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_rng VALUES
	  (1, '[2000-06-01,2001-01-01)');
2025-01-18 18:37:19.768 UTC client backend[18841] pg_regress/without_overlaps ERROR:  insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk"
2025-01-18 18:37:19.768 UTC client backend[18841] pg_regress/without_overlaps DETAIL:  Key (parent_id, valid_at)=(3, [01-01-2000,01-01-2001)) is not present in table "temporal_rng".
2025-01-18 18:37:19.768 UTC client backend[18841] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_fk_rng2rng VALUES
	  (3, '[2000-01-01,2001-01-01)', 3);
2025-01-18 18:37:19.769 UTC client backend[18841] pg_regress/without_overlaps ERROR:  insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk"
2025-01-18 18:37:19.769 UTC client backend[18841] pg_regress/without_overlaps DETAIL:  Key (parent_id, valid_at)=(2, [01-01-2001,01-01-2002)) is not present in table "temporal_rng".
2025-01-18 18:37:19.769 UTC client backend[18841] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_fk_rng2rng VALUES
	  (4, '[2001-01-01,2002-01-01)', 2);
2025-01-18 18:37:19.770 UTC client backend[18841] pg_regress/without_overlaps ERROR:  insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk"
2025-01-18 18:37:19.770 UTC client backend[18841] pg_regress/without_overlaps DETAIL:  Key (parent_id, valid_at)=(2, [01-01-2000,01-01-2002)) is not present in table "temporal_rng".
2025-01-18 18:37:19.770 UTC client backend[18841] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_fk_rng2rng VALUES
	  (5, '[2000-01-01,2002-01-01)', 2);
2025-01-18 18:37:19.772 UTC postmaster[18719] LOG:  received fast shutdown request
2025-01-18 18:37:19.772 UTC postmaster[18719] LOG:  aborting any active transactions
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2909, PID: 18719
0xaa3af2 <ExceptionalCondition+0x72> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
0x89d2d5 <PostmasterStateMachine+0x875> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
0x89af45 <ServerLoop+0x555> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
0x89a164 <PostmasterMain+0x11c4> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres