2025-01-05 17:35:28.685 UTC postmaster[19632] LOG:  starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit
2025-01-05 17:35:28.685 UTC postmaster[19632] LOG:  listening on Unix socket "/tmp/pg_regress-WkjF51/.s.PGSQL.40029"
2025-01-05 17:35:28.686 UTC startup[19635] LOG:  database system was shut down at 2025-01-05 17:35:28 UTC
2025-01-05 17:35:28.688 UTC postmaster[19632] LOG:  database system is ready to accept connections
2025-01-05 17:35:28.770 UTC client backend[19643] pg_regress/passwordcheck ERROR:  password is too short
2025-01-05 17:35:28.770 UTC client backend[19643] pg_regress/passwordcheck STATEMENT:  ALTER USER regress_passwordcheck_user1 PASSWORD 'tooshrt';
2025-01-05 17:35:28.770 UTC client backend[19643] pg_regress/passwordcheck ERROR:  password must not contain user name
2025-01-05 17:35:28.770 UTC client backend[19643] pg_regress/passwordcheck STATEMENT:  ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
2025-01-05 17:35:28.771 UTC client backend[19643] pg_regress/passwordcheck ERROR:  password must contain both letters and nonletters
2025-01-05 17:35:28.771 UTC client backend[19643] pg_regress/passwordcheck STATEMENT:  ALTER USER regress_passwordcheck_user1 PASSWORD 'alessnicelongpassword';
2025-01-05 17:35:28.771 UTC client backend[19643] pg_regress/passwordcheck ERROR:  password must not equal user name
2025-01-05 17:35:28.771 UTC client backend[19643] pg_regress/passwordcheck STATEMENT:  ALTER USER regress_passwordcheck_user1 PASSWORD 'md507a112732ed9f2087fa90b192d44e358';
2025-01-05 17:35:28.774 UTC postmaster[19632] LOG:  received fast shutdown request
2025-01-05 17:35:28.774 UTC postmaster[19632] 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: 19632
0xaa8ed2 <ExceptionalCondition+0x72> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
0x8a3087 <PostmasterStateMachine+0x3a7> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
0x8a1589 <ServerLoop+0x419> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
0x8a0964 <PostmasterMain+0x11c4> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres