lavaserver@lsv05374:/opt/lavaserver/docker-compose$ docker-compose up Creating volume "lava-server-pgdata-trial3" with default driver Pulling db (postgres:12-alpine)... 12-alpine: Pulling from library/postgres ba3557a56b15: Pull complete ba41e371f09c: Pull complete d1ca07debf1d: Pull complete cd1efcfde524: Pull complete 8bc60ca86131: Pull complete 7e6bc180ebdd: Pull complete d339ebc3611a: Pull complete 0db3d8855443: Pull complete Digest: sha256:dbb4b672e3b60e6c6489f1ee06f48ecaf240406bd83c5f8c9f6528fc7a6f94d3 Status: Downloaded newer image for postgres:12-alpine Starting docker-compose_lava-publisher_1 ... done Starting docker-compose_lava-coordinator_1 ... done Starting docker-compose_apache2_1 ... done Creating docker-compose_db_1 ... done Recreating docker-compose_lava-scheduler_1 ... done Recreating docker-compose_lava-server_1 ... done Attaching to docker-compose_lava-publisher_1, docker-compose_lava-coordinator_1, docker-compose_db_1, docker-compose_apache2_1, docker-compose_lava-scheduler_1, docker-compose_lava-server_1 apache2_1 | Updating configuration: apache2_1 | * generate SECRET_KEY [SKIP] apache2_1 | * generate DATABASES [SKIP] apache2_1 | done apache2_1 | db_1 | The files belonging to this database system will be owned by user "postgres". db_1 | This user must also own the server process. db_1 | db_1 | The database cluster will be initialized with locale "en_US.utf8". db_1 | The default database encoding has accordingly been set to "UTF8". db_1 | The default text search configuration will be set to "english". db_1 | db_1 | Data page checksums are disabled. apache2_1 | Starting apache2 apache2_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message db_1 | db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok db_1 | creating subdirectories ... ok db_1 | selecting dynamic shared memory implementation ... posix db_1 | selecting default max_connections ... 100 db_1 | selecting default shared_buffers ... 128MB db_1 | selecting default time zone ... UTC db_1 | creating configuration files ... ok db_1 | running bootstrap script ... ok db_1 | performing post-bootstrap initialization ... sh: locale: not found db_1 | 2021-03-18 14:22:49.534 UTC [30] WARNING: no usable system locales were found db_1 | ok db_1 | syncing data to disk ... initdb: warning: enabling "trust" authentication for local connections db_1 | You can change this by editing pg_hba.conf or using the option -A, or db_1 | --auth-local and --auth-host, the next time you run initdb. db_1 | ok db_1 | db_1 | db_1 | Success. You can now start the database server using: db_1 | db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start db_1 | db_1 | waiting for server to start....2021-03-18 14:22:50.181 UTC [35] LOG: starting PostgreSQL 12.6 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 64-bit db_1 | 2021-03-18 14:22:50.192 UTC [35] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" db_1 | 2021-03-18 14:22:50.215 UTC [36] LOG: database system was shut down at 2021-03-18 14:22:50 UTC db_1 | 2021-03-18 14:22:50.219 UTC [35] LOG: database system is ready to accept connections db_1 | done db_1 | server started db_1 | CREATE DATABASE db_1 | db_1 | db_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/README.txt db_1 | db_1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/lavaserver.sql.gz db_1 | SET apache2_1 | 10.161.66.102 - - [18/Mar/2021:14:22:49 +0000] "GET /scheduler/internal/v1/workers/mougins-docker-soplpuats42/?version=2021.03 HTTP/1.1" 502 652 "-" "lava-worker 2021.03" db_1 | SET db_1 | SET db_1 | SET db_1 | SET db_1 | set_config db_1 | ------------ db_1 | db_1 | (1 row) db_1 | db_1 | SET db_1 | SET db_1 | SET db_1 | SET db_1 | 2021-03-18 14:22:50.397 UTC [51] ERROR: database "lavaserver" already exists db_1 | 2021-03-18 14:22:50.397 UTC [51] STATEMENT: CREATE DATABASE lavaserver WITH TEMPLATE = template0 ENCODING = 'UTF8' LC_COLLATE = 'en_US.utf8' LC_CTYPE = 'en_US.utf8'; db_1 | ERROR: database "lavaserver" already exists