-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
276 lines (276 loc) · 17.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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
Network jndavidx_default Creating
Network jndavidx_default Created
Container pg Creating
Container pg Created
Container app1 Creating
Container app2 Creating
Container app1 Created
Container app2 Created
Container nginx Creating
Container nginx Created
Attaching to app1, app2, nginx, pg
pg | The files belonging to this database system will be owned by user "postgres".
pg | This user must also own the server process.
pg |
pg | The database cluster will be initialized with locale "en_US.utf8".
pg | The default database encoding has accordingly been set to "UTF8".
pg | The default text search configuration will be set to "english".
pg |
pg | Data page checksums are disabled.
pg |
pg | fixing permissions on existing directory /var/lib/postgresql/data ... ok
pg | creating subdirectories ... ok
pg | selecting dynamic shared memory implementation ... posix
pg | selecting default max_connections ... 100
pg | selecting default shared_buffers ... 128MB
pg | selecting default time zone ... UTC
pg | creating configuration files ... ok
nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
pg | running bootstrap script ... ok
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
pg | sh: locale: not found
pg | 2024-03-11 00:15:37.031 UTC [29] WARNING: no usable system locales were found
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app1 | error connecting in 'pool-1': connection failed: Connection refused
app1 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
app2 | error connecting in 'pool-1': connection failed: Connection refused
app2 | Is the server running on that host and accepting TCP/IP connections?
pg | performing post-bootstrap initialization ... ok
pg | syncing data to disk ... ok
pg |
pg |
pg | Success. You can now start the database server using:
pg |
pg | pg_ctl -D /var/lib/postgresql/data -l logfile start
pg |
pg | initdb: warning: enabling "trust" authentication for local connections
pg | 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.
pg | waiting for server to start....2024-03-11 00:15:38.524 UTC [35] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
pg | 2024-03-11 00:15:38.524 UTC [35] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pg | 2024-03-11 00:15:38.525 UTC [38] LOG: database system was shut down at 2024-03-11 00:15:38 UTC
pg | 2024-03-11 00:15:38.528 UTC [35] LOG: database system is ready to accept connections
pg | done
pg | server started
pg |
pg | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/sql.sql
pg | CREATE TABLE
pg | INSERT 0 5
pg | CREATE TABLE
pg | CREATE INDEX
pg | CREATE FUNCTION
pg | CREATE FUNCTION
pg |
pg |
pg | waiting for server to shut down....2024-03-11 00:15:38.639 UTC [35] LOG: received fast shutdown request
pg | 2024-03-11 00:15:38.639 UTC [35] LOG: aborting any active transactions
pg | 2024-03-11 00:15:38.714 UTC [35] LOG: background worker "logical replication launcher" (PID 41) exited with exit code 1
pg | 2024-03-11 00:15:38.716 UTC [36] LOG: shutting down
pg | 2024-03-11 00:15:38.716 UTC [36] LOG: checkpoint starting: shutdown immediate
pg | 2024-03-11 00:15:38.717 UTC [36] LOG: checkpoint complete: wrote 77 buffers (0.5%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.002 s; sync files=0, longest=0.000 s, average=0.000 s; distance=47 kB, estimate=47 kB; lsn=0/14FC3A8, redo lsn=0/14FC3A8
pg | 2024-03-11 00:15:38.720 UTC [35] LOG: database system is shut down
pg | done
pg | server stopped
pg |
pg | PostgreSQL init process complete; ready for start up.
pg |
pg | 2024-03-11 00:15:38.753 UTC [1] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
pg | 2024-03-11 00:15:38.753 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
pg | 2024-03-11 00:15:38.753 UTC [1] LOG: listening on IPv6 address "::", port 5432
pg | 2024-03-11 00:15:38.753 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pg | 2024-03-11 00:15:38.755 UTC [51] LOG: database system was shut down at 2024-03-11 00:15:38 UTC
pg | 2024-03-11 00:15:38.757 UTC [1] LOG: database system is ready to accept connections
nginx | 2024/03/11 00:15:39 [error] 30#30: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://172.21.0.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/11 00:15:39 [error] 30#30: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://172.21.0.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/11 00:15:41 [error] 30#30: *4 no live upstreams while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/11 00:15:43 [error] 30#30: *5 no live upstreams while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/11 00:15:45 [error] 30#30: *6 no live upstreams while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/11 00:15:47 [error] 30#30: *7 no live upstreams while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/11 00:15:49 [error] 30#30: *8 no live upstreams while connecting to upstream, client: 172.21.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 4
app1 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 7
app2 | WARNING:waitress.queue:Task queue depth is 7
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 6
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 7
app2 | WARNING:waitress.queue:Task queue depth is 4
app1 | WARNING:waitress.queue:Task queue depth is 8
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 9
app2 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 10
app1 | WARNING:waitress.queue:Task queue depth is 10
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 4
app1 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 7
app1 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 8
app1 | WARNING:waitress.queue:Task queue depth is 6
app2 | WARNING:waitress.queue:Task queue depth is 8
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 6
app2 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 1
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 4
app1 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 6
app2 | WARNING:waitress.queue:Task queue depth is 7
app1 | WARNING:waitress.queue:Task queue depth is 7
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 4
app1 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 7
app2 | WARNING:waitress.queue:Task queue depth is 6
app2 | WARNING:waitress.queue:Task queue depth is 7
app1 | WARNING:waitress.queue:Task queue depth is 8
app2 | WARNING:waitress.queue:Task queue depth is 8
app1 | WARNING:waitress.queue:Task queue depth is 9
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 2
app1 | WARNING:waitress.queue:Task queue depth is 1
app2 | WARNING:waitress.queue:Task queue depth is 3
app1 | WARNING:waitress.queue:Task queue depth is 2
app2 | WARNING:waitress.queue:Task queue depth is 4
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 5
app1 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 5
app2 | WARNING:waitress.queue:Task queue depth is 7
app1 | WARNING:waitress.queue:Task queue depth is 6
app2 | WARNING:waitress.queue:Task queue depth is 8
app2 | WARNING:waitress.queue:Task queue depth is 9
app1 | WARNING:waitress.queue:Task queue depth is 7
app1 | WARNING:waitress.queue:Task queue depth is 8
app2 | WARNING:waitress.queue:Task queue depth is 6
app1 | WARNING:waitress.queue:Task queue depth is 3
app2 | WARNING:waitress.queue:Task queue depth is 4
app2 | WARNING:waitress.queue:Task queue depth is 1
nginx exited with code 0
nginx exited with code 0
app1 exited with code 0
app1 exited with code 137
app2 exited with code 0
app2 exited with code 137
pg | 2024-03-11 00:20:15.121 UTC [1] LOG: received fast shutdown request
pg | 2024-03-11 00:20:15.121 UTC [1] LOG: aborting any active transactions
pg | 2024-03-11 00:20:15.123 UTC [1] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
pg | 2024-03-11 00:20:15.124 UTC [49] LOG: shutting down
pg | 2024-03-11 00:20:15.124 UTC [49] LOG: checkpoint starting: shutdown immediate
pg | 2024-03-11 00:20:15.127 UTC [49] LOG: checkpoint complete: wrote 726 buffers (4.4%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.004 s, sync=0.001 s, total=0.004 s; sync files=0, longest=0.000 s, average=0.000 s; distance=19395 kB, estimate=19395 kB; lsn=0/27ED0D8, redo lsn=0/27ED0D8
pg | 2024-03-11 00:20:15.131 UTC [1] LOG: database system is shut down
pg exited with code 0