-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
158 lines (158 loc) · 11.3 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Container db Creating
Container db Created
Container api2 Creating
Container api1 Creating
Container api1 Created
Container api2 Created
Container gasparbarancelli-nginx-nginx-1 Creating
Container gasparbarancelli-nginx-nginx-1 Created
Attaching to api1, api2, db, nginx-1
db | The files belonging to this database system will be owned by user "postgres".
db | This user must also own the server process.
db |
db | The database cluster will be initialized with locale "en_US.utf8".
db | The default database encoding has accordingly been set to "UTF8".
db | The default text search configuration will be set to "english".
db |
db | Data page checksums are disabled.
db |
db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db | creating subdirectories ... ok
db | selecting dynamic shared memory implementation ... posix
db | selecting default max_connections ... 100
db | selecting default shared_buffers ... 128MB
db | selecting default time zone ... Etc/UTC
db | creating configuration files ... ok
db | running bootstrap script ... ok
db | performing post-bootstrap initialization ... ok
db | syncing data to disk ... ok
db |
db |
db | Success. You can now start the database server using:
db |
db | pg_ctl -D /var/lib/postgresql/data -l logfile start
db |
db | initdb: warning: enabling "trust" authentication for local connections
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.
db | waiting for server to start....2024-03-01 21:14:20.911 UTC [48] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db | 2024-03-01 21:14:20.911 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2024-03-01 21:14:20.912 UTC [51] LOG: database system was shut down at 2024-03-01 21:14:20 UTC
db | 2024-03-01 21:14:20.915 UTC [48] LOG: database system is ready to accept connections
db | done
db | server started
db | CREATE DATABASE
db |
db |
db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/script.sql
db | CREATE TABLE
db | CREATE TABLE
db | CREATE INDEX
db | INSERT 0 5
db |
db |
db | waiting for server to shut down...2024-03-01 21:14:21.139 UTC [48] LOG: received fast shutdown request
db | .2024-03-01 21:14:21.139 UTC [48] LOG: aborting any active transactions
db | 2024-03-01 21:14:21.141 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
db | 2024-03-01 21:14:21.142 UTC [49] LOG: shutting down
db | 2024-03-01 21:14:21.142 UTC [49] LOG: checkpoint starting: shutdown immediate
db | 2024-03-01 21:14:21.147 UTC [49] LOG: checkpoint complete: wrote 936 buffers (5.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.006 s, sync=0.001 s, total=0.006 s; sync files=0, longest=0.000 s, average=0.000 s; distance=7426 kB, estimate=7426 kB; lsn=0/1C2B588, redo lsn=0/1C2B588
db | 2024-03-01 21:14:21.154 UTC [48] LOG: database system is shut down
db | done
db | server stopped
db |
db | PostgreSQL init process complete; ready for start up.
db |
db | 2024-03-01 21:14:21.267 UTC [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db | 2024-03-01 21:14:21.267 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db | 2024-03-01 21:14:21.267 UTC [1] LOG: listening on IPv6 address "::", port 5432
db | 2024-03-01 21:14:21.267 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2024-03-01 21:14:21.269 UTC [66] LOG: database system was shut down at 2024-03-01 21:14:21 UTC
db | 2024-03-01 21:14:21.279 UTC [1] LOG: database system is ready to accept connections
db | 2024-03-01 21:14:24.797 UTC [77] FATAL: role "root" does not exist
api1 | __ ____ __ _____ ___ __ ____ ______
api1 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
api1 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
api1 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
api1 | 2024-03-01 21:14:25,444 INFO [io.quarkus] (main) rinha-backend-2024 1.0.0-SNAPSHOT native (powered by Quarkus 3.7.4) started in 0.072s. Listening on: http://0.0.0.0:8081
api1 | 2024-03-01 21:14:25,444 INFO [io.quarkus] (main) Profile prod activated.
api1 | 2024-03-01 21:14:25,444 INFO [io.quarkus] (main) Installed features: [agroal, cdi, hibernate-orm, jdbc-postgresql, narayana-jta, resteasy, resteasy-jackson, smallrye-context-propagation, vertx]
api2 | __ ____ __ _____ ___ __ ____ ______
api2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
api2 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
api2 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
api2 | 2024-03-01 21:14:25,444 INFO [io.quarkus] (main) rinha-backend-2024 1.0.0-SNAPSHOT native (powered by Quarkus 3.7.4) started in 0.072s. Listening on: http://0.0.0.0:8082
api2 | 2024-03-01 21:14:25,444 INFO [io.quarkus] (main) Profile prod activated.
api2 | 2024-03-01 21:14:25,444 INFO [io.quarkus] (main) Installed features: [agroal, cdi, hibernate-orm, jdbc-postgresql, narayana-jta, resteasy, resteasy-jackson, smallrye-context-propagation, vertx]
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
db | 2024-03-01 21:14:29.895 UTC [96] FATAL: role "root" does not exist
db | 2024-03-01 21:14:34.969 UTC [104] FATAL: role "root" does not exist
db | 2024-03-01 21:14:40.040 UTC [112] FATAL: role "root" does not exist
db | 2024-03-01 21:14:45.116 UTC [121] FATAL: role "root" does not exist
db | 2024-03-01 21:14:50.207 UTC [129] FATAL: role "root" does not exist
db | 2024-03-01 21:14:55.275 UTC [137] FATAL: role "root" does not exist
db | 2024-03-01 21:15:00.362 UTC [145] FATAL: role "root" does not exist
db | 2024-03-01 21:15:05.438 UTC [154] FATAL: role "root" does not exist
db | 2024-03-01 21:15:10.515 UTC [163] FATAL: role "root" does not exist
db | 2024-03-01 21:15:15.583 UTC [171] FATAL: role "root" does not exist
db | 2024-03-01 21:15:20.651 UTC [179] FATAL: role "root" does not exist
db | 2024-03-01 21:15:25.729 UTC [188] FATAL: role "root" does not exist
db | 2024-03-01 21:15:30.811 UTC [196] FATAL: role "root" does not exist
db | 2024-03-01 21:15:35.879 UTC [204] FATAL: role "root" does not exist
db | 2024-03-01 21:15:40.955 UTC [212] FATAL: role "root" does not exist
db | 2024-03-01 21:15:46.031 UTC [221] FATAL: role "root" does not exist
db | 2024-03-01 21:15:51.107 UTC [229] FATAL: role "root" does not exist
db | 2024-03-01 21:15:56.184 UTC [237] FATAL: role "root" does not exist
db | 2024-03-01 21:16:01.263 UTC [245] FATAL: role "root" does not exist
db | 2024-03-01 21:16:06.344 UTC [254] FATAL: role "root" does not exist
db | 2024-03-01 21:16:11.419 UTC [262] FATAL: role "root" does not exist
db | 2024-03-01 21:16:16.488 UTC [270] FATAL: role "root" does not exist
db | 2024-03-01 21:16:21.564 UTC [280] FATAL: role "root" does not exist
db | 2024-03-01 21:16:26.645 UTC [288] FATAL: role "root" does not exist
db | 2024-03-01 21:16:31.724 UTC [296] FATAL: role "root" does not exist
db | 2024-03-01 21:16:36.812 UTC [304] FATAL: role "root" does not exist
db | 2024-03-01 21:16:41.892 UTC [313] FATAL: role "root" does not exist
db | 2024-03-01 21:16:46.964 UTC [321] FATAL: role "root" does not exist
db | 2024-03-01 21:16:52.056 UTC [329] FATAL: role "root" does not exist
db | 2024-03-01 21:16:57.132 UTC [337] FATAL: role "root" does not exist
db | 2024-03-01 21:17:02.208 UTC [346] FATAL: role "root" does not exist
db | 2024-03-01 21:17:07.284 UTC [354] FATAL: role "root" does not exist
db | 2024-03-01 21:17:12.360 UTC [362] FATAL: role "root" does not exist
db | 2024-03-01 21:17:17.437 UTC [370] FATAL: role "root" does not exist
db | 2024-03-01 21:17:22.514 UTC [379] FATAL: role "root" does not exist
db | 2024-03-01 21:17:27.588 UTC [387] FATAL: role "root" does not exist
db | 2024-03-01 21:17:32.668 UTC [395] FATAL: role "root" does not exist
db | 2024-03-01 21:17:37.740 UTC [403] FATAL: role "root" does not exist
db | 2024-03-01 21:17:42.816 UTC [412] FATAL: role "root" does not exist
db | 2024-03-01 21:17:47.905 UTC [420] FATAL: role "root" does not exist
db | 2024-03-01 21:17:52.984 UTC [428] FATAL: role "root" does not exist
db | 2024-03-01 21:17:58.068 UTC [436] FATAL: role "root" does not exist
db | 2024-03-01 21:18:03.156 UTC [445] FATAL: role "root" does not exist
db | 2024-03-01 21:18:08.244 UTC [453] FATAL: role "root" does not exist
db | 2024-03-01 21:18:13.333 UTC [461] FATAL: role "root" does not exist
db | 2024-03-01 21:18:18.403 UTC [469] FATAL: role "root" does not exist
db | 2024-03-01 21:18:23.480 UTC [478] FATAL: role "root" does not exist
db | 2024-03-01 21:18:28.559 UTC [486] FATAL: role "root" does not exist
db | 2024-03-01 21:18:33.640 UTC [495] FATAL: role "root" does not exist
nginx-1 exited with code 0
nginx-1 exited with code 0
api1 | 2024-03-01 21:18:37,796 INFO [io.quarkus] (main) rinha-backend-2024 stopped in 0.006s
api2 | 2024-03-01 21:18:37,796 INFO [io.quarkus] (main) rinha-backend-2024 stopped in 0.005s
api2 exited with code 0
api1 exited with code 0
api1 exited with code 143
db | 2024-03-01 21:18:38.269 UTC [1] LOG: received fast shutdown request
db | 2024-03-01 21:18:38.269 UTC [1] LOG: aborting any active transactions
db | 2024-03-01 21:18:38.271 UTC [1] LOG: background worker "logical replication launcher" (PID 69) exited with exit code 1
db | 2024-03-01 21:18:38.272 UTC [64] LOG: shutting down
db | 2024-03-01 21:18:38.272 UTC [64] LOG: checkpoint starting: shutdown immediate
db | 2024-03-01 21:18:38.275 UTC [64] LOG: checkpoint complete: wrote 662 buffers (3.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.003 s, sync=0.001 s, total=0.003 s; sync files=0, longest=0.000 s, average=0.000 s; distance=2432 kB, estimate=2432 kB; lsn=0/1E8B8F8, redo lsn=0/1E8B8F8
db | 2024-03-01 21:18:38.281 UTC [1] LOG: database system is shut down
db exited with code 0