postgresql 11:56:00.69 INFO  ==> postgresql 11:56:00.69 INFO  ==> Welcome to the Bitnami postgresql container postgresql 11:56:00.69 INFO  ==> postgresql 11:56:00.70 INFO  ==> ** Starting PostgreSQL setup ** postgresql 11:56:00.72 INFO  ==> Validating settings in POSTGRESQL_* env vars.. postgresql 11:56:00.72 WARN  ==> A CA X.509 certificate was not provided. Client verification will not be performed in TLS connections postgresql 11:56:00.72 INFO  ==> Loading custom pre-init scripts... postgresql 11:56:00.73 INFO  ==> Initializing PostgreSQL database... postgresql 11:56:00.74 INFO  ==> pg_hba.conf file not detected. Generating it... postgresql 11:56:00.74 INFO  ==> Generating local authentication configuration postgresql 11:56:01.35 INFO  ==> Starting PostgreSQL in background... postgresql 11:56:02.43 INFO  ==> Changing password of postgres postgresql 11:56:02.44 INFO  ==> Creating user tekton postgresql 11:56:02.45 INFO  ==> Granting access to "tekton" to the database "tekton_results" postgresql 11:56:02.47 INFO  ==> Setting ownership for the 'public' schema database "tekton_results" to "tekton" postgresql 11:56:02.49 INFO  ==> Configuring replication parameters postgresql 11:56:02.51 INFO  ==> Configuring synchronous_replication postgresql 11:56:02.51 INFO  ==> Configuring fsync postgresql 11:56:02.52 INFO  ==> Configuring TLS chmod: changing permissions of '/opt/bitnami/postgresql/certs/tls.key': Read-only file system postgresql 11:56:02.52 WARN  ==> Could not set compulsory permissions (600) on file /opt/bitnami/postgresql/certs/tls.key postgresql 11:56:02.57 INFO  ==> Stopping PostgreSQL... waiting for server to shut down.... done server stopped postgresql 11:56:02.67 INFO  ==> Loading custom scripts... postgresql 11:56:02.67 INFO  ==> Enabling remote connections postgresql 11:56:02.68 INFO  ==> ** PostgreSQL setup finished! ** postgresql 11:56:02.70 INFO  ==> ** Starting PostgreSQL ** 2026-05-02 11:56:02.724 GMT [1] LOG: pgaudit extension initialized 2026-05-02 11:56:02.736 GMT [1] LOG: starting PostgreSQL 18.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 12.2.0, 64-bit 2026-05-02 11:56:02.736 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2026-05-02 11:56:02.736 GMT [1] LOG: listening on IPv6 address "::", port 5432 2026-05-02 11:56:02.742 GMT [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" 2026-05-02 11:56:02.759 GMT [154] LOG: database system was shut down at 2026-05-02 11:56:02 GMT 2026-05-02 11:56:02.767 GMT [1] LOG: database system is ready to accept connections 2026-05-02 12:01:02.862 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:01:13.332 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.427 s, sync=0.004 s, total=10.471 s; sync files=63, longest=0.003 s, average=0.001 s; distance=578 kB, estimate=578 kB; lsn=0/1C24EF0, redo lsn=0/1C24E60 2026-05-02 12:11:02.475 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:11:12.104 GMT [152] LOG: checkpoint complete: wrote 96 buffers (0.6%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=9.619 s, sync=0.005 s, total=9.629 s; sync files=14, longest=0.002 s, average=0.001 s; distance=674 kB, estimate=674 kB; lsn=0/1D366F8, redo lsn=0/1CCD6F0 2026-05-02 12:16:02.197 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:16:28.855 GMT [152] LOG: checkpoint complete: wrote 266 buffers (1.6%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=26.643 s, sync=0.006 s, total=26.659 s; sync files=22, longest=0.003 s, average=0.001 s; distance=2735 kB, estimate=2735 kB; lsn=0/2054D88, redo lsn=0/1F79598 2026-05-02 12:21:02.957 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:21:47.754 GMT [152] LOG: checkpoint complete: wrote 448 buffers (2.7%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=44.781 s, sync=0.006 s, total=44.797 s; sync files=19, longest=0.003 s, average=0.001 s; distance=5428 kB, estimate=5428 kB; lsn=0/2588508, redo lsn=0/24C68C8 2026-05-02 12:26:02.854 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:26:55.966 GMT [152] LOG: checkpoint complete: wrote 531 buffers (3.2%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=53.095 s, sync=0.007 s, total=53.112 s; sync files=21, longest=0.004 s, average=0.001 s; distance=6253 kB, estimate=6253 kB; lsn=0/2BA0D28, redo lsn=0/2AE2078 2026-05-02 12:27:50.697 GMT [918] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-05-02 12:27:50.697 GMT [918] DETAIL: Key (parent, name)=(build-e2e-fvoq, 2bdb6af0-2cfe-4321-93c8-4a8de6b7b059) already exists. 2026-05-02 12:27:50.697 GMT [918] 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-05-02 12:28:46.392 GMT [918] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-05-02 12:28:46.392 GMT [918] DETAIL: Key (parent, name)=(build-e2e-efya, 480338f5-9aae-4574-94e9-bcea80570e89) already exists. 2026-05-02 12:28:46.392 GMT [918] 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-05-02 12:31:03.066 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:31:56.973 GMT [152] LOG: checkpoint complete: wrote 538 buffers (3.3%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=53.898 s, sync=0.002 s, total=53.908 s; sync files=20, longest=0.002 s, average=0.001 s; distance=5139 kB, estimate=6142 kB; lsn=0/31FDEF8, redo lsn=0/2FE7010 2026-05-02 12:36:04.069 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:36:28.726 GMT [152] LOG: checkpoint complete: wrote 246 buffers (1.5%), wrote 2 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=24.651 s, sync=0.002 s, total=24.658 s; sync files=15, longest=0.001 s, average=0.001 s; distance=3025 kB, estimate=5830 kB; lsn=0/32DB600, redo lsn=0/32DB570 2026-05-02 12:41:04.814 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:41:48.709 GMT [152] LOG: checkpoint complete: wrote 439 buffers (2.7%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=43.879 s, sync=0.006 s, total=43.896 s; sync files=22, longest=0.004 s, average=0.001 s; distance=3369 kB, estimate=5584 kB; lsn=0/3676170, redo lsn=0/3625BF0 2026-05-02 12:46:04.803 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:46:34.478 GMT [152] LOG: checkpoint complete: wrote 296 buffers (1.8%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=29.659 s, sync=0.007 s, total=29.676 s; sync files=19, longest=0.004 s, average=0.001 s; distance=2198 kB, estimate=5246 kB; lsn=0/386F1E8, redo lsn=0/384B758 2026-05-02 12:46:55.484 GMT [1583] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-05-02 12:46:55.484 GMT [1583] DETAIL: Key (parent, name)=(group-jnum, 61362a1a-37b0-441b-a16f-caca482f8cdd) already exists. 2026-05-02 12:46:55.484 GMT [1583] 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-05-02 12:46:55.487 GMT [1584] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-05-02 12:46:55.487 GMT [1584] DETAIL: Key (parent, name)=(group-jnum, 61362a1a-37b0-441b-a16f-caca482f8cdd) already exists. 2026-05-02 12:46:55.487 GMT [1584] 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-05-02 12:51:04.554 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:51:24.304 GMT [152] LOG: checkpoint complete: wrote 197 buffers (1.2%), wrote 1 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=19.737 s, sync=0.003 s, total=19.751 s; sync files=18, longest=0.002 s, average=0.001 s; distance=1457 kB, estimate=4867 kB; lsn=0/39B7EF0, redo lsn=0/39B7E60 2026-05-02 12:56:04.394 GMT [152] LOG: checkpoint starting: time 2026-05-02 12:56:57.834 GMT [152] LOG: checkpoint complete: wrote 533 buffers (3.3%), wrote 1 SLRU buffers; 1 WAL file(s) added, 0 removed, 0 recycled; write=53.400 s, sync=0.003 s, total=53.441 s; sync files=13, longest=0.002 s, average=0.001 s; distance=4375 kB, estimate=4818 kB; lsn=0/3DFDB98, redo lsn=0/3DFDB08