postgresql 02:41:07.73 INFO  ==> postgresql 02:41:07.73 INFO  ==> Welcome to the Bitnami postgresql container postgresql 02:41:07.73 INFO  ==> postgresql 02:41:07.73 INFO  ==> ** Starting PostgreSQL setup ** postgresql 02:41:07.76 INFO  ==> Validating settings in POSTGRESQL_* env vars.. postgresql 02:41:07.76 WARN  ==> A CA X.509 certificate was not provided. Client verification will not be performed in TLS connections postgresql 02:41:07.76 INFO  ==> Loading custom pre-init scripts... postgresql 02:41:07.77 INFO  ==> Initializing PostgreSQL database... postgresql 02:41:07.78 INFO  ==> pg_hba.conf file not detected. Generating it... postgresql 02:41:07.78 INFO  ==> Generating local authentication configuration postgresql 02:41:08.58 INFO  ==> Starting PostgreSQL in background... postgresql 02:41:09.65 INFO  ==> Changing password of postgres postgresql 02:41:09.66 INFO  ==> Creating user tekton postgresql 02:41:09.68 INFO  ==> Granting access to "tekton" to the database "tekton_results" postgresql 02:41:09.69 INFO  ==> Setting ownership for the 'public' schema database "tekton_results" to "tekton" postgresql 02:41:09.71 INFO  ==> Configuring replication parameters postgresql 02:41:09.73 INFO  ==> Configuring synchronous_replication postgresql 02:41:09.74 INFO  ==> Configuring fsync postgresql 02:41:09.74 INFO  ==> Configuring TLS chmod: changing permissions of '/opt/bitnami/postgresql/certs/tls.key': Read-only file system postgresql 02:41:09.74 WARN  ==> Could not set compulsory permissions (600) on file /opt/bitnami/postgresql/certs/tls.key postgresql 02:41:09.79 INFO  ==> Stopping PostgreSQL... waiting for server to shut down.... done server stopped postgresql 02:41:09.90 INFO  ==> Loading custom scripts... postgresql 02:41:09.90 INFO  ==> Enabling remote connections postgresql 02:41:09.91 INFO  ==> ** PostgreSQL setup finished! ** postgresql 02:41:09.93 INFO  ==> ** Starting PostgreSQL ** 2026-04-21 02:41:09.948 GMT [1] LOG: pgaudit extension initialized 2026-04-21 02:41:09.958 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 02:41:09.958 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2026-04-21 02:41:09.958 GMT [1] LOG: listening on IPv6 address "::", port 5432 2026-04-21 02:41:09.963 GMT [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" 2026-04-21 02:41:09.978 GMT [154] LOG: database system was shut down at 2026-04-21 02:41:09 GMT 2026-04-21 02:41:09.983 GMT [1] LOG: database system is ready to accept connections 2026-04-21 02:46:10.068 GMT [152] LOG: checkpoint starting: time 2026-04-21 02:46:20.522 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.423 s, sync=0.002 s, total=10.455 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 02:56:10.722 GMT [152] LOG: checkpoint starting: time 2026-04-21 02:56:14.637 GMT [152] LOG: checkpoint complete: wrote 39 buffers (0.2%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=3.908 s, sync=0.004 s, total=3.915 s; sync files=11, longest=0.002 s, average=0.001 s; distance=224 kB, estimate=543 kB; lsn=0/1C7B6C8, redo lsn=0/1C5D068 2026-04-21 03:01:10.736 GMT [152] LOG: checkpoint starting: time 2026-04-21 03:01:27.273 GMT [152] LOG: checkpoint complete: wrote 165 buffers (1.0%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=16.531 s, sync=0.002 s, total=16.538 s; sync files=21, longest=0.002 s, average=0.001 s; distance=1890 kB, estimate=1890 kB; lsn=0/1E408C8, redo lsn=0/1E358E8 2026-04-21 03:06:10.373 GMT [152] LOG: checkpoint starting: time 2026-04-21 03:06:39.939 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.555 s, sync=0.006 s, total=29.566 s; sync files=22, longest=0.002 s, average=0.001 s; distance=3457 kB, estimate=3457 kB; lsn=0/21E1148, redo lsn=0/2195EF0 2026-04-21 03:11:11.022 GMT [152] LOG: checkpoint starting: time 2026-04-21 03:11:36.678 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.646 s, sync=0.006 s, total=25.656 s; sync files=19, longest=0.002 s, average=0.001 s; distance=3119 kB, estimate=3423 kB; lsn=0/24E2818, redo lsn=0/24A1E50 2026-04-21 03:15:00.122 GMT [737] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-04-21 03:15:00.122 GMT [737] DETAIL: Key (parent, name)=(build-e2e-gvuu, 04e9326c-7c3a-4632-974e-d4bd6570c4f8) already exists. 2026-04-21 03:15:00.122 GMT [737] 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 03:16:11.778 GMT [152] LOG: checkpoint starting: time 2026-04-21 03:16:48.467 GMT [152] LOG: checkpoint complete: wrote 367 buffers (2.2%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=36.683 s, sync=0.002 s, total=36.690 s; sync files=19, longest=0.002 s, average=0.001 s; distance=3532 kB, estimate=3532 kB; lsn=0/281F2B0, redo lsn=0/2814F88 2026-04-21 03:21:11.566 GMT [152] LOG: checkpoint starting: time 2026-04-21 03:21:29.319 GMT [152] LOG: checkpoint complete: wrote 177 buffers (1.1%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=17.736 s, sync=0.011 s, total=17.753 s; sync files=20, longest=0.004 s, average=0.001 s; distance=1292 kB, estimate=3308 kB; lsn=0/29815C8, redo lsn=0/2958070