2025-01-12 03:36:45.544 UTC postmaster[20270] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2025-01-12 03:36:45.545 UTC postmaster[20270] LOG: listening on Unix socket "/tmp/pg_regress-twyfhT/.s.PGSQL.40061" 2025-01-12 03:36:45.546 UTC startup[20275] LOG: database system was shut down at 2025-01-12 03:36:45 UTC 2025-01-12 03:36:45.547 UTC postmaster[20270] LOG: database system is ready to accept connections 2025-01-12 03:36:45.887 UTC client backend[20304] isolation/basic/s2 ERROR: could not find injection point injection-points-wait to wake up 2025-01-12 03:36:45.887 UTC client backend[20304] isolation/basic/s2 STATEMENT: SELECT injection_points_wakeup('injection-points-wait'); 2025-01-12 03:36:46.029 UTC client backend[20320] isolation/crash/s2 ERROR: could not serialize access due to read/write dependencies among transactions 2025-01-12 03:36:46.029 UTC client backend[20320] isolation/crash/s2 DETAIL: Reason code: Canceled on identification as a pivot, during commit attempt. 2025-01-12 03:36:46.029 UTC client backend[20320] isolation/crash/s2 HINT: The transaction might succeed if retried. 2025-01-12 03:36:46.029 UTC client backend[20320] isolation/crash/s2 STATEMENT: COMMIT; 2025-01-12 03:36:46.029 UTC client backend[20320] isolation/crash/s2 ERROR: ResourceOwnerEnlarge called after release started 2025-01-12 03:36:46.029 UTC client backend[20320] 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: 20320 0xaa9142 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x91ed5d at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x663b3f <$dtrace758612249.AbortTransaction+0x1df> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x66174a at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x94b1de at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x946669 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89dc55 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8a21a6 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8a0434 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 2025-01-12 03:36:47.979 UTC postmaster[20270] LOG: client backend (PID 20320) was terminated by signal 6: Abort trap 2025-01-12 03:36:47.979 UTC postmaster[20270] DETAIL: Failed process was running: COMMIT; 2025-01-12 03:36:47.980 UTC postmaster[20270] LOG: terminating any other active server processes 2025-01-12 03:36:47.983 UTC postmaster[20270] LOG: all server processes terminated; reinitializing 2025-01-12 03:36:48.002 UTC startup[20513] LOG: database system was interrupted; last known up at 2025-01-12 03:36:45 UTC 2025-01-12 03:36:48.002 UTC startup[20513] LOG: database system was not properly shut down; automatic recovery in progress 2025-01-12 03:36:48.003 UTC startup[20513] LOG: redo starts at 0/1772048 2025-01-12 03:36:48.009 UTC startup[20513] LOG: invalid record length at 0/1BC93E0: expected at least 24, got 0 2025-01-12 03:36:48.009 UTC startup[20513] LOG: redo done at 0/1BC93B8 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2025-01-12 03:36:48.010 UTC checkpointer[20514] LOG: checkpoint starting: end-of-recovery immediate wait 2025-01-12 03:36:48.016 UTC checkpointer[20514] 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=4445 kB, estimate=4445 kB; lsn=0/1BC93E0, redo lsn=0/1BC93E0 2025-01-12 03:36:48.018 UTC postmaster[20270] LOG: database system is ready to accept connections 2025-01-12 03:36:48.203 UTC client backend[20523] isolation/inplace/control connection ERROR: extension "injection_points" already exists 2025-01-12 03:36:48.203 UTC client backend[20523] 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 $$; 2025-01-12 03:36:48.242 UTC postmaster[20270] LOG: received fast shutdown request 2025-01-12 03:36:48.242 UTC postmaster[20270] LOG: aborting any active transactions 2025-01-12 03:36:48.265 UTC checkpointer[20514] LOG: shutting down 2025-01-12 03:36:48.288 UTC checkpointer[20514] LOG: checkpoint starting: shutdown immediate 2025-01-12 03:36:48.288 UTC checkpointer[20514] 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=4003 kB; lsn=0/1BD02C8, redo lsn=0/1BD02C8 2025-01-12 03:36:48.289 UTC postmaster[20270] LOG: database system is shut down