2024-12-02 05:07:36.246 UTC postmaster[20044] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-12-02 05:07:36.246 UTC postmaster[20044] LOG: listening on Unix socket "/tmp/pg_regress-BW8GHl/.s.PGSQL.40061" 2024-12-02 05:07:36.285 UTC client backend[20049] [unknown] FATAL: the database system is starting up 2024-12-02 05:07:36.288 UTC startup[20047] LOG: database system was shut down at 2024-12-02 05:07:36 UTC 2024-12-02 05:07:36.289 UTC postmaster[20044] LOG: database system is ready to accept connections 2024-12-02 05:07:36.631 UTC client backend[20066] isolation/basic/s2 ERROR: could not find injection point injection-points-wait to wake up 2024-12-02 05:07:36.631 UTC client backend[20066] isolation/basic/s2 STATEMENT: SELECT injection_points_wakeup('injection-points-wait'); 2024-12-02 05:07:36.834 UTC client backend[20072] isolation/crash/s2 ERROR: could not serialize access due to read/write dependencies among transactions 2024-12-02 05:07:36.834 UTC client backend[20072] isolation/crash/s2 DETAIL: Reason code: Canceled on identification as a pivot, during commit attempt. 2024-12-02 05:07:36.834 UTC client backend[20072] isolation/crash/s2 HINT: The transaction might succeed if retried. 2024-12-02 05:07:36.834 UTC client backend[20072] isolation/crash/s2 STATEMENT: COMMIT; 2024-12-02 05:07:36.834 UTC client backend[20072] isolation/crash/s2 ERROR: ResourceOwnerEnlarge called after release started 2024-12-02 05:07:36.834 UTC client backend[20072] isolation/crash/s2 WARNING: AbortTransaction while in ABORT state TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: 20072 0xa9ea42 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x91662d at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x65faff <$dtrace758612249.AbortTransaction+0x1df> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x65d70a at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x942c9e at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93df79 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x896155 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89a2c8 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8988d0 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 2024-12-02 05:07:38.493 UTC postmaster[20044] LOG: client backend (PID 20072) was terminated by signal 6: Abort trap 2024-12-02 05:07:38.493 UTC postmaster[20044] DETAIL: Failed process was running: COMMIT; 2024-12-02 05:07:38.497 UTC postmaster[20044] LOG: terminating any other active server processes 2024-12-02 05:07:38.533 UTC postmaster[20044] LOG: all server processes terminated; reinitializing 2024-12-02 05:07:38.540 UTC startup[20195] LOG: database system was interrupted; last known up at 2024-12-02 05:07:36 UTC 2024-12-02 05:07:38.540 UTC startup[20195] LOG: database system was not properly shut down; automatic recovery in progress 2024-12-02 05:07:38.541 UTC startup[20195] LOG: redo starts at 0/1771B38 2024-12-02 05:07:38.547 UTC startup[20195] LOG: invalid record length at 0/1BC7E98: expected at least 24, got 0 2024-12-02 05:07:38.547 UTC startup[20195] LOG: redo done at 0/1BC7E70 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2024-12-02 05:07:38.547 UTC checkpointer[20196] LOG: checkpoint starting: end-of-recovery immediate wait 2024-12-02 05:07:38.554 UTC checkpointer[20196] LOG: checkpoint complete: wrote 961 buffers (5.9%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.007 s, sync=0.001 s, total=0.007 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4440 kB, estimate=4440 kB; lsn=0/1BC7E98, redo lsn=0/1BC7E98 2024-12-02 05:07:38.603 UTC postmaster[20044] LOG: database system is ready to accept connections 2024-12-02 05:07:38.837 UTC client backend[20204] isolation/inplace/control connection ERROR: extension "injection_points" already exists 2024-12-02 05:07:38.837 UTC client backend[20204] isolation/inplace/control connection STATEMENT: CREATE EXTENSION injection_points; CREATE SCHEMA vactest; CREATE FUNCTION vactest.mkrels(text, int, int) RETURNS void LANGUAGE plpgsql SET search_path = vactest AS $$ DECLARE tname text; BEGIN FOR i in $2 .. $3 LOOP tname := $1 || i; EXECUTE FORMAT('CREATE TYPE ' || tname || ' AS ()'); RAISE DEBUG '% at %', tname, ctid FROM pg_class WHERE oid = tname::regclass; END LOOP; END $$; 2024-12-02 05:07:38.888 UTC postmaster[20044] LOG: received fast shutdown request 2024-12-02 05:07:38.888 UTC postmaster[20044] LOG: aborting any active transactions 2024-12-02 05:07:38.890 UTC checkpointer[20196] LOG: shutting down 2024-12-02 05:07:38.890 UTC checkpointer[20196] LOG: checkpoint starting: shutdown immediate 2024-12-02 05:07:38.890 UTC checkpointer[20196] LOG: checkpoint complete: wrote 8 buffers (0.0%), wrote 0 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=27 kB, estimate=3999 kB; lsn=0/1BCED80, redo lsn=0/1BCED80 2024-12-02 05:07:38.891 UTC postmaster[20044] LOG: database system is shut down