postgresql 23:42:50.28 INFO  ==> postgresql 23:42:50.29 INFO  ==> Welcome to the Bitnami postgresql container postgresql 23:42:50.29 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers postgresql 23:42:50.29 INFO  ==> Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information. postgresql 23:42:50.29 INFO  ==> postgresql 23:42:50.31 INFO  ==> ** Starting PostgreSQL setup ** postgresql 23:42:50.33 INFO  ==> Validating settings in POSTGRESQL_* env vars.. postgresql 23:42:50.34 INFO  ==> Loading custom pre-init scripts... postgresql 23:42:50.34 INFO  ==> Initializing PostgreSQL database... postgresql 23:42:50.36 INFO  ==> pg_hba.conf file not detected. Generating it... postgresql 23:42:50.36 INFO  ==> Generating local authentication configuration postgresql 23:42:53.42 INFO  ==> Starting PostgreSQL in background... postgresql 23:42:54.51 INFO  ==> Creating user result postgresql 23:42:54.54 INFO  ==> Granting access to "result" to the database "tekton-results" postgresql 23:42:54.56 INFO  ==> Setting ownership for the 'public' schema database "tekton-results" to "result" postgresql 23:42:54.59 INFO  ==> Configuring replication parameters postgresql 23:42:54.61 INFO  ==> Configuring synchronous_replication postgresql 23:42:54.62 INFO  ==> Configuring fsync postgresql 23:42:54.64 INFO  ==> Stopping PostgreSQL... waiting for server to shut down.... done server stopped postgresql 23:42:55.44 INFO  ==> Loading custom scripts... postgresql 23:42:55.45 INFO  ==> Enabling remote connections postgresql 23:42:55.46 INFO  ==> ** PostgreSQL setup finished! ** postgresql 23:42:55.48 INFO  ==> ** Starting PostgreSQL ** 2026-08-17 23:42:55.497 GMT [1] LOG: pgaudit extension initialized 2026-08-17 23:42:55.509 GMT [1] LOG: starting PostgreSQL 17.5 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14+deb12u1) 12.2.0, 64-bit 2026-08-17 23:42:55.509 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2026-08-17 23:42:55.509 GMT [1] LOG: listening on IPv6 address "::", port 5432 2026-08-17 23:42:55.513 GMT [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" 2026-08-17 23:42:55.519 GMT [149] LOG: database system was shut down at 2026-08-17 23:42:55 GMT 2026-08-17 23:42:55.531 GMT [1] LOG: database system is ready to accept connections 2026-08-17 23:47:55.609 GMT [147] LOG: checkpoint starting: time 2026-08-17 23:48:06.158 GMT [147] LOG: checkpoint complete: wrote 108 buffers (0.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=10.520 s, sync=0.017 s, total=10.549 s; sync files=63, longest=0.003 s, average=0.001 s; distance=479 kB, estimate=479 kB; lsn=0/1981148, redo lsn=0/19810B8 2026-08-17 23:52:55.173 GMT [147] LOG: checkpoint starting: time 2026-08-17 23:52:58.201 GMT [147] LOG: checkpoint complete: wrote 31 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=3.006 s, sync=0.014 s, total=3.029 s; sync files=14, longest=0.002 s, average=0.001 s; distance=97 kB, estimate=441 kB; lsn=0/1999898, redo lsn=0/1999840 2026-08-17 23:54:43.767 GMT [153] ERROR: duplicate key value violates unique constraint "results_by_name" 2026-08-17 23:54:43.767 GMT [153] DETAIL: Key (parent, name)=(tenant-dev-5zhe, 71fb1241-cc58-4db9-a88e-fd0d5fad1397) already exists. 2026-08-17 23:54:43.767 GMT [153] 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"