forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.logs
237 lines (237 loc) · 21 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container postgres Creating
Container postgres Created
Container tonycarvalho1994-python-api02-1 Creating
Container tonycarvalho1994-python-api01-1 Creating
Container tonycarvalho1994-python-api01-1 Created
Container tonycarvalho1994-python-api02-1 Created
Container tonycarvalho1994-python-nginx-1 Creating
Container tonycarvalho1994-python-nginx-1 Created
Attaching to postgres, api01-1, api02-1, nginx-1
postgres | The files belonging to this database system will be owned by user "postgres".
postgres | This user must also own the server process.
postgres |
postgres | The database cluster will be initialized with locale "en_US.utf8".
postgres | The default database encoding has accordingly been set to "UTF8".
postgres | The default text search configuration will be set to "english".
postgres |
postgres | Data page checksums are disabled.
postgres |
postgres | fixing permissions on existing directory /data/postgres ... ok
postgres | creating subdirectories ... ok
postgres | selecting dynamic shared memory implementation ... posix
postgres | selecting default max_connections ... 100
postgres | selecting default shared_buffers ... 128MB
postgres | selecting default time zone ... Etc/UTC
postgres | creating configuration files ... ok
postgres | running bootstrap script ... ok
postgres | performing post-bootstrap initialization ... ok
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
api02-1 | INFO: Started server process [1]
api02-1 | INFO: Waiting for application startup.
api01-1 | INFO: Started server process [1]
api01-1 | INFO: Waiting for application startup.
nginx-1 | 2024/03/11 02:44:51 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:44:51 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.4:8080/clientes/1/extrato", host: "localhost:9999"
postgres | initdb: warning: enabling "trust" authentication for local connections
postgres | 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.
postgres | syncing data to disk ... ok
postgres |
postgres |
postgres | Success. You can now start the database server using:
postgres |
postgres | pg_ctl -D /data/postgres -l logfile start
postgres |
postgres | waiting for server to start....2024-03-11 02:44:52.823 UTC [49] 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
postgres | 2024-03-11 02:44:52.826 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres | 2024-03-11 02:44:52.836 UTC [52] LOG: database system was shut down at 2024-03-11 02:44:48 UTC
postgres | 2024-03-11 02:44:52.842 UTC [49] LOG: database system is ready to accept connections
postgres | done
postgres | server started
postgres |
postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/start.sql
postgres | CREATE DATABASE
postgres | You are now connected to database "rinha2024q1" as user "postgres".
postgres | CREATE TABLE
postgres | CREATE TABLE
postgres | CREATE INDEX
postgres | INSERT 0 1
postgres | INSERT 0 1
postgres | INSERT 0 1
postgres | INSERT 0 1
postgres | INSERT 0 1
postgres | ALTER SYSTEM
postgres |
postgres |
postgres | waiting for server to shut down...2024-03-11 02:44:53.051 UTC [49] LOG: received fast shutdown request
postgres | .2024-03-11 02:44:53.053 UTC [49] LOG: aborting any active transactions
postgres | 2024-03-11 02:44:53.055 UTC [49] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1
postgres | 2024-03-11 02:44:53.055 UTC [50] LOG: shutting down
postgres | 2024-03-11 02:44:53.058 UTC [50] LOG: checkpoint starting: shutdown immediate
nginx-1 | 2024/03/11 02:44:53 [error] 29#29: *4 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
postgres | .2024-03-11 02:44:54.440 UTC [50] LOG: checkpoint complete: wrote 937 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.020 s, sync=1.346 s, total=1.385 s; sync files=307, longest=0.123 s, average=0.005 s; distance=4291 kB, estimate=4291 kB; lsn=0/191B860, redo lsn=0/191B860
api02-1 | ERROR: Traceback (most recent call last):
api02-1 | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 734, in lifespan
api02-1 | async with self.lifespan_context(app) as maybe_state:
api02-1 | File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__
api02-1 | return await anext(self.gen)
api02-1 | ^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/srv/src/api/lifespan.py", line 14, in lifespan
api02-1 | await db.setup()
api02-1 | File "/srv/src/infra/db.py", line 29, in setup
api02-1 | self._pool = await asyncpg.create_pool(
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 403, in _async__init__
api02-1 | await self._initialize()
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 430, in _initialize
api02-1 | await first_ch.connect()
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 128, in connect
api02-1 | self._con = await self._pool._get_new_connection()
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 502, in _get_new_connection
api02-1 | con = await connection.connect(
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connection.py", line 2329, in connect
api02-1 | return await connect_utils._connect(
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 1017, in _connect
api02-1 | raise last_error or exceptions.TargetServerAttributeNotMatched(
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 991, in _connect
api02-1 | conn = await _connect_addr(
api02-1 | ^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 828, in _connect_addr
api02-1 | return await __connect_addr(params, True, *args)
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 873, in __connect_addr
api02-1 | tr, pr = await connector
api02-1 | ^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 744, in _create_ssl_connection
api02-1 | tr, pr = await loop.create_connection(
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1086, in create_connection
api02-1 | raise exceptions[0]
api02-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1070, in create_connection
api02-1 | sock = await self._connect_sock(
api02-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 974, in _connect_sock
api02-1 | await self.sock_connect(sock, address)
api02-1 | File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 638, in sock_connect
api02-1 | return await fut
api02-1 | ^^^^^^^^^
api02-1 | File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 678, in _sock_connect_cb
api02-1 | raise OSError(err, f'Connect call failed {address}')
api02-1 | ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.176.2', 5432)
api02-1 |
api02-1 | ERROR: Application startup failed. Exiting.
api01-1 | ERROR: Traceback (most recent call last):
api01-1 | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 734, in lifespan
api01-1 | async with self.lifespan_context(app) as maybe_state:
api01-1 | File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__
api01-1 | return await anext(self.gen)
api01-1 | ^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/srv/src/api/lifespan.py", line 14, in lifespan
api01-1 | await db.setup()
api01-1 | File "/srv/src/infra/db.py", line 29, in setup
api01-1 | self._pool = await asyncpg.create_pool(
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 403, in _async__init__
api01-1 | await self._initialize()
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 430, in _initialize
api01-1 | await first_ch.connect()
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 128, in connect
api01-1 | self._con = await self._pool._get_new_connection()
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/pool.py", line 502, in _get_new_connection
api01-1 | con = await connection.connect(
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connection.py", line 2329, in connect
api01-1 | return await connect_utils._connect(
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 1017, in _connect
api01-1 | raise last_error or exceptions.TargetServerAttributeNotMatched(
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 991, in _connect
api01-1 | conn = await _connect_addr(
api01-1 | ^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 828, in _connect_addr
api01-1 | return await __connect_addr(params, True, *args)
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 873, in __connect_addr
api01-1 | tr, pr = await connector
api01-1 | ^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 744, in _create_ssl_connection
api01-1 | tr, pr = await loop.create_connection(
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1086, in create_connection
api01-1 | raise exceptions[0]
api01-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1070, in create_connection
api01-1 | sock = await self._connect_sock(
api01-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 974, in _connect_sock
api01-1 | await self.sock_connect(sock, address)
api01-1 | File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 638, in sock_connect
api01-1 | return await fut
api01-1 | ^^^^^^^^^
api01-1 | File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 678, in _sock_connect_cb
api01-1 | raise OSError(err, f'Connect call failed {address}')
api01-1 | ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.176.2', 5432)
api01-1 |
api01-1 | ERROR: Application startup failed. Exiting.
postgres | 2024-03-11 02:44:54.448 UTC [49] LOG: database system is shut down
postgres | done
postgres | server stopped
postgres |
postgres | PostgreSQL init process complete; ready for start up.
postgres |
postgres | 2024-03-11 02:44:54.487 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
postgres | 2024-03-11 02:44:54.487 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres | 2024-03-11 02:44:54.487 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres | 2024-03-11 02:44:54.494 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres | 2024-03-11 02:44:54.501 UTC [66] LOG: database system was shut down at 2024-03-11 02:44:54 UTC
postgres | 2024-03-11 02:44:54.513 UTC [1] LOG: database system is ready to accept connections
api01-1 exited with code 3
nginx-1 | 2024/03/11 02:44:55 [error] 29#29: *5 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 exited with code 3
nginx-1 | 2024/03/11 02:44:57 [error] 29#29: *6 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:44:59 [error] 29#29: *7 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:45:01 [error] 29#29: *8 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:45:38 [error] 29#29: *9 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:45:56 [error] 29#29: *9 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:01 [error] 29#29: *12 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:01 [error] 29#29: *12 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:03 [error] 29#29: *14 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:05 [error] 29#29: *15 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:10 [error] 29#29: *16 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:10 [error] 29#29: *16 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:15 [error] 29#29: *18 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:15 [error] 29#29: *18 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:17 [error] 29#29: *20 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:19 [error] 29#29: *21 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:25 [error] 29#29: *22 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:25 [error] 29#29: *22 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:30 [error] 29#29: *24 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:30 [error] 29#29: *24 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:32 [error] 29#29: *26 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:34 [error] 29#29: *27 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:39 [error] 29#29: *28 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:39 [error] 29#29: *28 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:44 [error] 29#29: *30 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.176.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/11 02:46:44 [error] 29#29: *30 no live upstreams while connecting to upstream, client: 192.168.176.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 exited with code 0
nginx-1 exited with code 0
postgres | 2024-03-11 02:46:46.947 UTC [1] LOG: received fast shutdown request
postgres | 2024-03-11 02:46:46.951 UTC [1] LOG: aborting any active transactions
postgres | 2024-03-11 02:46:46.952 UTC [1] LOG: background worker "logical replication launcher" (PID 69) exited with exit code 1
postgres | 2024-03-11 02:46:46.953 UTC [64] LOG: shutting down
postgres | 2024-03-11 02:46:46.957 UTC [64] LOG: checkpoint starting: shutdown immediate
postgres | 2024-03-11 02:46:47.017 UTC [64] LOG: checkpoint complete: wrote 48 buffers (0.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.009 s, sync=0.036 s, total=0.064 s; sync files=14, longest=0.004 s, average=0.003 s; distance=261 kB, estimate=261 kB; lsn=0/195CC98, redo lsn=0/195CC98
postgres | 2024-03-11 02:46:47.021 UTC [1] LOG: database system is shut down
postgres exited with code 0