postgresql 06:52:14.40 INFO  ==> postgresql 06:52:14.40 INFO  ==> Welcome to the Bitnami postgresql container postgresql 06:52:14.40 INFO  ==> postgresql 06:52:14.41 INFO  ==> ** Starting PostgreSQL setup ** postgresql 06:52:14.43 INFO  ==> Validating settings in POSTGRESQL_* env vars.. postgresql 06:52:14.43 WARN  ==> A CA X.509 certificate was not provided. Client verification will not be performed in TLS connections postgresql 06:52:14.43 INFO  ==> Loading custom pre-init scripts... postgresql 06:52:14.44 INFO  ==> Initializing PostgreSQL database... postgresql 06:52:14.45 INFO  ==> pg_hba.conf file not detected. Generating it... postgresql 06:52:14.45 INFO  ==> Generating local authentication configuration postgresql 06:52:15.00 INFO  ==> Starting PostgreSQL in background... postgresql 06:52:16.06 INFO  ==> Changing password of postgres postgresql 06:52:16.08 INFO  ==> Creating user tekton postgresql 06:52:16.09 INFO  ==> Granting access to "tekton" to the database "tekton_results" postgresql 06:52:16.11 INFO  ==> Setting ownership for the 'public' schema database "tekton_results" to "tekton" postgresql 06:52:16.12 INFO  ==> Configuring replication parameters postgresql 06:52:16.14 INFO  ==> Configuring synchronous_replication postgresql 06:52:16.14 INFO  ==> Configuring fsync postgresql 06:52:16.15 INFO  ==> Configuring TLS chmod: changing permissions of '/opt/bitnami/postgresql/certs/tls.key': Read-only file system postgresql 06:52:16.15 WARN  ==> Could not set compulsory permissions (600) on file /opt/bitnami/postgresql/certs/tls.key postgresql 06:52:16.19 INFO  ==> Stopping PostgreSQL... waiting for server to shut down.... done server stopped postgresql 06:52:16.29 INFO  ==> Loading custom scripts... postgresql 06:52:16.30 INFO  ==> Enabling remote connections postgresql 06:52:16.30 INFO  ==> ** PostgreSQL setup finished! ** postgresql 06:52:16.32 INFO  ==> ** Starting PostgreSQL ** 2026-04-21 06:52:16.344 GMT [1] LOG: pgaudit extension initialized 2026-04-21 06:52:16.354 GMT [1] LOG: starting PostgreSQL 18.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 12.2.0, 64-bit 2026-04-21 06:52:16.354 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2026-04-21 06:52:16.354 GMT [1] LOG: listening on IPv6 address "::", port 5432 2026-04-21 06:52:16.357 GMT [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" 2026-04-21 06:52:16.373 GMT [154] LOG: database system was shut down at 2026-04-21 06:52:16 GMT 2026-04-21 06:52:16.378 GMT [1] LOG: database system is ready to accept connections 2026-04-21 06:57:16.461 GMT [152] LOG: checkpoint starting: time 2026-04-21 06:57:26.926 GMT [152] LOG: checkpoint complete: wrote 104 buffers (0.6%), wrote 3 SLRU buffers; 1 WAL file(s) added, 0 removed, 0 recycled; write=10.426 s, sync=0.002 s, total=10.466 s; sync files=63, longest=0.001 s, average=0.001 s; distance=578 kB, estimate=578 kB; lsn=0/1C24EF0, redo lsn=0/1C24E60 2026-04-21 07:07:17.117 GMT [152] LOG: checkpoint starting: time 2026-04-21 07:07:28.457 GMT [152] LOG: checkpoint complete: wrote 113 buffers (0.7%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=11.333 s, sync=0.002 s, total=11.341 s; sync files=21, longest=0.002 s, average=0.001 s; distance=1062 kB, estimate=1062 kB; lsn=0/1D3D6A0, redo lsn=0/1D2E9D8 2026-04-21 07:12:17.557 GMT [152] LOG: checkpoint starting: time 2026-04-21 07:12:40.945 GMT [152] LOG: checkpoint complete: wrote 233 buffers (1.4%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=23.371 s, sync=0.006 s, total=23.388 s; sync files=21, longest=0.003 s, average=0.001 s; distance=2293 kB, estimate=2293 kB; lsn=0/1FE94C8, redo lsn=0/1F6BF00 2026-04-21 07:17:18.010 GMT [152] LOG: checkpoint starting: time 2026-04-21 07:17:41.014 GMT [152] LOG: checkpoint complete: wrote 229 buffers (1.4%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=22.978 s, sync=0.015 s, total=23.005 s; sync files=21, longest=0.004 s, average=0.001 s; distance=2639 kB, estimate=2639 kB; lsn=0/2235298, redo lsn=0/21FFDE8 2026-04-21 07:22:18.114 GMT [152] LOG: checkpoint starting: time 2026-04-21 07:22:49.483 GMT [152] LOG: checkpoint complete: wrote 313 buffers (1.9%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=31.356 s, sync=0.003 s, total=31.370 s; sync files=20, longest=0.002 s, average=0.001 s; distance=3653 kB, estimate=3653 kB; lsn=0/25B9300, redo lsn=0/2591400 2026-04-21 07:27:18.583 GMT [152] LOG: checkpoint starting: time 2026-04-21 07:27:42.623 GMT [1127] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-04-21 07:27:42.623 GMT [1127] DETAIL: Key (parent, name)=(build-e2e-ceml, 185e7b28-5692-40ca-8e88-53ce4391f1a0) already exists. 2026-04-21 07:27:42.623 GMT [1127] STATEMENT: INSERT INTO "results" ("parent","id","name","annotations","recordsummary_record","recordsummary_type","recordsummary_start_time","recordsummary_end_time","recordsummary_status","recordsummary_annotations","etag","created_time","updated_time") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13) RETURNING "created_time","updated_time" 2026-04-21 07:27:48.166 GMT [152] LOG: checkpoint complete: wrote 295 buffers (1.8%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=29.564 s, sync=0.010 s, total=29.583 s; sync files=22, longest=0.005 s, average=0.001 s; distance=2942 kB, estimate=3582 kB; lsn=0/28C75D8, redo lsn=0/2870C00 2026-04-21 07:32:18.260 GMT [152] LOG: checkpoint starting: time 2026-04-21 07:32:43.922 GMT [152] LOG: checkpoint complete: wrote 256 buffers (1.6%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=25.651 s, sync=0.003 s, total=25.662 s; sync files=13, longest=0.002 s, average=0.001 s; distance=2087 kB, estimate=3432 kB; lsn=0/2A7A920, redo lsn=0/2A7A890