-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
98 lines (98 loc) · 5.4 KB
/
docker-compose.logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Container rinha-db Creating
Container rinha-db Created
Container rinha-api02 Creating
Container rinha-api01 Creating
Container rinha-api02 Created
Container rinha-api01 Created
Container rinha-nginx Creating
Container rinha-nginx Created
Attaching to rinha-api01, rinha-api02, rinha-db, rinha-nginx
rinha-db | The files belonging to this database system will be owned by user "postgres".
rinha-db | This user must also own the server process.
rinha-db |
rinha-db | The database cluster will be initialized with locale "en_US.utf8".
rinha-db | The default database encoding has accordingly been set to "UTF8".
rinha-db | The default text search configuration will be set to "english".
rinha-db |
rinha-db | Data page checksums are disabled.
rinha-db |
rinha-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
rinha-db | creating subdirectories ... ok
rinha-db | selecting dynamic shared memory implementation ... posix
rinha-db | selecting default max_connections ... 100
rinha-db | selecting default shared_buffers ... 128MB
rinha-db | selecting default time zone ... Etc/UTC
rinha-db | creating configuration files ... ok
rinha-db | running bootstrap script ... ok
rinha-db | performing post-bootstrap initialization ... ok
rinha-db | syncing data to disk ... ok
rinha-db |
rinha-db |
rinha-db | Success. You can now start the database server using:
rinha-db |
rinha-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
rinha-db |
rinha-db | initdb: warning: enabling "trust" authentication for local connections
rinha-db | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
rinha-db | waiting for server to start.... done
rinha-db | server started
rinha-db | CREATE DATABASE
rinha-db |
rinha-db |
rinha-db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/script.sql
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | SET
rinha-db | CREATE TABLE
rinha-db | CREATE INDEX
rinha-db | INSERT 0 5
rinha-db | CREATE TABLE
rinha-db | CREATE INDEX
rinha-db | CREATE PROCEDURE
rinha-db |
rinha-db |
rinha-db | waiting for server to shut down.... done
rinha-db | server stopped
rinha-db |
rinha-db | PostgreSQL init process complete; ready for start up.
rinha-db |
rinha-api02 | __ ____ __ _____ ___ __ ____ ______
rinha-api02 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
rinha-api02 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
rinha-api02 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
rinha-api02 | 2024-03-11 02:13:20,424 INFO [io.quarkus] (main) rinha-de-backend-2024-q1-kotlin 1.0.0 native (powered by Quarkus 3.7.1) started in 0.080s. Listening on: http://0.0.0.0:8081
rinha-api02 | 2024-03-11 02:13:20,424 INFO [io.quarkus] (main) Profile prod activated.
rinha-api02 | 2024-03-11 02:13:20,424 INFO [io.quarkus] (main) Installed features: [agroal, cdi, jdbc-postgresql, kotlin, narayana-jta, reactive-pg-client, resteasy-reactive, resteasy-reactive-jackson, smallrye-context-propagation, vertx]
rinha-api01 | __ ____ __ _____ ___ __ ____ ______
rinha-api01 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
rinha-api01 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
rinha-api01 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
rinha-api01 | 2024-03-11 02:13:20,431 INFO [io.quarkus] (main) rinha-de-backend-2024-q1-kotlin 1.0.0 native (powered by Quarkus 3.7.1) started in 0.087s. Listening on: http://0.0.0.0:8080
rinha-api01 | 2024-03-11 02:13:20,431 INFO [io.quarkus] (main) Profile prod activated.
rinha-api01 | 2024-03-11 02:13:20,431 INFO [io.quarkus] (main) Installed features: [agroal, cdi, jdbc-postgresql, kotlin, narayana-jta, reactive-pg-client, resteasy-reactive, resteasy-reactive-jackson, smallrye-context-propagation, vertx]
rinha-nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
rinha-nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
rinha-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
rinha-nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
rinha-nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
rinha-nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
rinha-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
rinha-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
rinha-nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
rinha-nginx exited with code 0
rinha-nginx exited with code 0
rinha-api02 | 2024-03-11 02:17:33,269 INFO [io.quarkus] (main) rinha-de-backend-2024-q1-kotlin stopped in 0.009s
rinha-api01 | 2024-03-11 02:17:33,284 INFO [io.quarkus] (main) rinha-de-backend-2024-q1-kotlin stopped in 0.009s
rinha-api02 exited with code 0
rinha-api02 exited with code 143
rinha-api01 exited with code 0
rinha-api01 exited with code 143
rinha-db exited with code 0