2024-09-12 04:28:02.381 UTC postmaster[21950] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-09-12 04:28:02.381 UTC postmaster[21950] LOG: listening on Unix socket "/tmp/pg_regress-mDkkeQ/.s.PGSQL.40060" 2024-09-12 04:28:02.383 UTC startup[21954] LOG: database system was shut down at 2024-09-12 04:28:02 UTC 2024-09-12 04:28:02.384 UTC postmaster[21950] LOG: database system is ready to accept connections 2024-09-12 04:28:02.836 UTC client backend[21968] isolation/inplace/s1 ERROR: could not create unique index "pg_class_oid_index" 2024-09-12 04:28:02.836 UTC client backend[21968] isolation/inplace/s1 DETAIL: Key (oid)=(16550) is duplicated. 2024-09-12 04:28:02.836 UTC client backend[21968] isolation/inplace/s1 STATEMENT: REINDEX TABLE pg_class; -- look for duplicates SELECT reltuples = -1 AS reltuples_unknown FROM pg_class WHERE oid = 'vactest.orig50'::regclass; 2024-09-12 04:28:03.052 UTC client backend[22046] isolation/cluster/s1 LOG: logical decoding found consistent point at 0/1A0E6C8 2024-09-12 04:28:03.052 UTC client backend[22046] isolation/cluster/s1 DETAIL: There are no running transactions. 2024-09-12 04:28:03.052 UTC client backend[22046] isolation/cluster/s1 STATEMENT: CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey; 2024-09-12 04:28:03.052 UTC client backend[22046] isolation/cluster/s1 ERROR: file of relation "clstr_test" changed by another transaction 2024-09-12 04:28:03.052 UTC client backend[22046] isolation/cluster/s1 STATEMENT: CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey; 2024-09-12 04:28:03.079 UTC client backend[22047] isolation/cluster/s2 ERROR: could not find injection point cluster-concurrently-before-lock to wake up 2024-09-12 04:28:03.079 UTC client backend[22047] isolation/cluster/s2 STATEMENT: SELECT injection_points_wakeup('cluster-concurrently-before-lock'); 2024-09-12 04:28:03.113 UTC client backend[22048] isolation/cluster/s3 LOG: logical decoding found consistent point at 0/1A1E470 2024-09-12 04:28:03.113 UTC client backend[22048] isolation/cluster/s3 DETAIL: There are no running transactions. 2024-09-12 04:28:03.113 UTC client backend[22048] isolation/cluster/s3 STATEMENT: CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey; 2024-09-12 04:28:03.113 UTC client backend[22048] isolation/cluster/s3 ERROR: file of relation "clstr_test" changed by another transaction 2024-09-12 04:28:03.113 UTC client backend[22048] isolation/cluster/s3 STATEMENT: CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey; 2024-09-12 04:28:03.114 UTC client backend[22050] isolation/cluster/s4 ERROR: could not find injection point cluster-concurrently-after-lock to wake up 2024-09-12 04:28:03.114 UTC client backend[22050] isolation/cluster/s4 STATEMENT: SELECT injection_points_wakeup('cluster-concurrently-after-lock'); TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2471, PID: 22048 0xa914e2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x6c6510 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x6c3bae at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93cc84 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93c988 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93c4c3 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93bb54 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93b423 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x93a2c2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x938030 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x932809 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x88c6d7 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x890a98 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x88e8b5 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 2024-09-12 04:28:04.973 UTC postmaster[21950] LOG: server process (PID 22048) was terminated by signal 6: Abort trap 2024-09-12 04:28:04.973 UTC postmaster[21950] DETAIL: Failed process was running: CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey; 2024-09-12 04:28:04.976 UTC postmaster[21950] LOG: terminating any other active server processes 2024-09-12 04:28:04.979 UTC postmaster[21950] LOG: all server processes terminated; reinitializing 2024-09-12 04:28:04.991 UTC startup[22163] LOG: database system was interrupted; last known up at 2024-09-12 04:28:02 UTC 2024-09-12 04:28:04.992 UTC startup[22163] LOG: database system was not properly shut down; automatic recovery in progress 2024-09-12 04:28:04.992 UTC startup[22163] LOG: redo starts at 0/1512C50 2024-09-12 04:28:05.022 UTC startup[22163] LOG: invalid record length at 0/1A2DB80: expected at least 24, got 0 2024-09-12 04:28:05.022 UTC startup[22163] LOG: redo done at 0/1A2D208 system usage: CPU: user: 0.00 s, system: 0.01 s, elapsed: 0.03 s 2024-09-12 04:28:05.043 UTC postmaster[21950] LOG: received fast shutdown request 2024-09-12 04:28:05.043 UTC checkpointer[22164] LOG: checkpoint starting: end-of-recovery immediate wait 2024-09-12 04:28:05.051 UTC checkpointer[22164] LOG: checkpoint complete: wrote 974 buffers (5.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.008 s, sync=0.001 s, total=0.008 s; sync files=0, longest=0.000 s, average=0.000 s; distance=5227 kB, estimate=5227 kB; lsn=0/1A2DB80, redo lsn=0/1A2DB80 2024-09-12 04:28:05.053 UTC checkpointer[22164] LOG: shutting down 2024-09-12 04:28:05.053 UTC checkpointer[22164] LOG: checkpoint starting: shutdown immediate 2024-09-12 04:28:05.053 UTC checkpointer[22164] LOG: checkpoint complete: wrote 0 buffers (0.0%); 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=0 kB, estimate=4705 kB; lsn=0/1A2DBF8, redo lsn=0/1A2DBF8 2024-09-12 04:28:05.054 UTC postmaster[21950] LOG: database system is shut down