forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.logs
382 lines (382 loc) · 33.7 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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
Network hendrikaraujo_default Creating
Network hendrikaraujo_default Created
Container rinha-db Creating
Container rinha-db Created
Container rinha-api2 Creating
Container rinha-api1 Creating
Container rinha-api2 Created
Container rinha-api1 Created
Container rinha-loadbalance Creating
Container rinha-loadbalance Created
Attaching to rinha-api1, rinha-api2, rinha-db, rinha-loadbalance
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 | 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 | 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 | waiting for server to start....2024-02-26 19:32:04.666 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
rinha-db | 2024-02-26 19:32:04.668 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-db | 2024-02-26 19:32:04.715 UTC [51] LOG: database system was shut down at 2024-02-26 19:32:04 UTC
rinha-db | 2024-02-26 19:32:04.721 UTC [48] LOG: database system is ready to accept connections
rinha-db | 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/init.sql
rinha-db | CREATE TABLE
rinha-db | CREATE TABLE
rinha-db | CREATE INDEX
rinha-db | INSERT 0 5
rinha-db |
rinha-db |
rinha-db | waiting for server to shut down...2024-02-26 19:32:05.046 UTC [48] LOG: received fast shutdown request
rinha-db | .2024-02-26 19:32:05.051 UTC [48] LOG: aborting any active transactions
rinha-db | 2024-02-26 19:32:05.053 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
rinha-db | 2024-02-26 19:32:05.054 UTC [49] LOG: shutting down
rinha-db | 2024-02-26 19:32:05.057 UTC [49] LOG: checkpoint starting: shutdown immediate
rinha-db | 2024-02-26 19:32:05.534 UTC [49] LOG: checkpoint complete: wrote 934 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.381 s, sync=0.075 s, total=0.481 s; sync files=308, longest=0.052 s, average=0.001 s; distance=4286 kB, estimate=4286 kB; lsn=0/191A328, redo lsn=0/191A328
rinha-db | 2024-02-26 19:32:05.539 UTC [48] LOG: database system is shut down
rinha-db | done
rinha-db | server stopped
rinha-db |
rinha-db | PostgreSQL init process complete; ready for start up.
rinha-db |
rinha-db | 2024-02-26 19:32:05.571 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
rinha-db | 2024-02-26 19:32:05.571 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha-db | 2024-02-26 19:32:05.571 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha-db | 2024-02-26 19:32:05.577 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-db | 2024-02-26 19:32:05.584 UTC [66] LOG: database system was shut down at 2024-02-26 19:32:05 UTC
rinha-db | 2024-02-26 19:32:05.591 UTC [1] LOG: database system is ready to accept connections
rinha-db | 2024-02-26 19:32:08.154 UTC [76] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:32:13.237 UTC [87] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:18.319 UTC [130] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:23.393 UTC [137] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:28.470 UTC [146] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:33.542 UTC [153] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:38.619 UTC [160] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:43.715 UTC [167] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:48.815 UTC [175] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:53.918 UTC [182] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:32:59.020 UTC [189] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:04.115 UTC [196] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:09.187 UTC [204] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:14.284 UTC [211] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:19.422 UTC [218] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:24.520 UTC [225] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:29.620 UTC [233] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:34.721 UTC [240] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:39.821 UTC [248] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:44.917 UTC [255] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:50.024 UTC [263] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:33:55.130 UTC [271] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:34:00.222 UTC [278] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:34:05.322 UTC [286] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:34:07.106 UTC [111] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:07.106 UTC [111] LOG: unexpected EOF on client connection with an open transaction
rinha-api1 exited with code 0
rinha-db | 2024-02-26 19:34:08.939 UTC [302] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:08.939 UTC [305] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:08.940 UTC [300] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:08.941 UTC [303] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:08.942 UTC [303] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:08.950 UTC [289] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:08.950 UTC [289] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:08.992 UTC [110] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:08.992 UTC [110] LOG: unexpected EOF on client connection with an open transaction
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-api1 exited with code 0
rinha-db | 2024-02-26 19:34:10.434 UTC [316] FATAL: role "rinha" does not exist
rinha-api2 exited with code 0
rinha-loadbalance exited with code 0
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:11.815 UTC [330] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.815 UTC [330] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.816 UTC [318] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.818 UTC [328] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.830 UTC [336] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.829 UTC [325] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.831 UTC [315] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.831 UTC [315] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.831 UTC [329] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.831 UTC [329] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.834 UTC [335] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.837 UTC [327] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.837 UTC [327] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.839 UTC [326] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:11.844 UTC [332] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:11.846 UTC [334] LOG: could not receive data from client: Connection reset by peer
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-api2 exited with code 0
rinha-api1 exited with code 0
rinha-loadbalance exited with code 0
rinha-loadbalance | [NOTICE] (1) : New worker (9) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:14.616 UTC [382] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:14.616 UTC [382] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:14.616 UTC [362] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:14.620 UTC [375] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:14.620 UTC [375] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:14.622 UTC [376] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:14.622 UTC [376] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:15.209 UTC [348] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:15.215 UTC [378] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:15.216 UTC [360] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:15.217 UTC [381] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:15.217 UTC [380] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:15.519 UTC [389] FATAL: role "rinha" does not exist
rinha-api1 exited with code 0
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (9) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-api2 exited with code 0
rinha-loadbalance exited with code 0
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:18.867 UTC [426] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:18.867 UTC [426] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:19.413 UTC [400] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:19.413 UTC [400] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:19.414 UTC [415] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:19.418 UTC [401] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:19.454 UTC [418] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:19.454 UTC [391] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:19.456 UTC [399] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:19.457 UTC [398] LOG: unexpected EOF on client connection with an open transaction
rinha-api2 exited with code 137
rinha-api1 exited with code 137
rinha-db | 2024-02-26 19:34:20.633 UTC [445] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:20.633 UTC [445] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.638 UTC [449] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:20.638 UTC [449] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.638 UTC [448] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.640 UTC [441] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:20.640 UTC [441] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.641 UTC [439] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:20.641 UTC [439] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.715 UTC [431] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:20.715 UTC [431] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.716 UTC [443] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.717 UTC [438] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.718 UTC [444] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.718 UTC [442] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:20.723 UTC [456] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-api2 exited with code 137
rinha-loadbalance exited with code 137
rinha-loadbalance | [NOTICE] (1) : New worker (9) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:25.440 UTC [460] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:25.836 UTC [488] FATAL: role "rinha" does not exist
rinha-api2 exited with code 137
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (9) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-api1 exited with code 137
rinha-loadbalance exited with code 137
rinha-db | 2024-02-26 19:34:30.905 UTC [500] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:32.516 UTC [529] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.517 UTC [520] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.517 UTC [520] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:32.518 UTC [525] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:32.518 UTC [519] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.518 UTC [519] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:32.522 UTC [522] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.522 UTC [522] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:32.525 UTC [490] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.526 UTC [490] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:32.526 UTC [521] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.527 UTC [524] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:32.529 UTC [526] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:32.529 UTC [526] LOG: unexpected EOF on client connection with an open transaction
rinha-api2 exited with code 137
rinha-db | 2024-02-26 19:34:33.319 UTC [532] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:33.319 UTC [504] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:33.319 UTC [504] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.319 UTC [502] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:33.319 UTC [533] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.320 UTC [492] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.321 UTC [528] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.322 UTC [527] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.323 UTC [523] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:33.323 UTC [523] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.324 UTC [535] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:33.325 UTC [534] LOG: unexpected EOF on client connection with an open transaction
rinha-api1 exited with code 137
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-loadbalance exited with code 137
rinha-db | 2024-02-26 19:34:35.977 UTC [542] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:41.118 UTC [589] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:34:42.289 UTC [581] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:42.289 UTC [581] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:42.914 UTC [568] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:42.914 UTC [554] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:43.107 UTC [580] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:43.107 UTC [556] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:43.109 UTC [575] LOG: unexpected EOF on client connection with an open transaction
rinha-api1 exited with code 137
rinha-api2 exited with code 137
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-loadbalance exited with code 137
rinha-db | 2024-02-26 19:34:46.193 UTC [597] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:34:51.274 UTC [605] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:34:55.815 UTC [614] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:56.025 UTC [631] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:56.025 UTC [631] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.025 UTC [630] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:56.025 UTC [630] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.025 UTC [629] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:56.025 UTC [629] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.115 UTC [622] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:56.115 UTC [623] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:34:56.115 UTC [623] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.115 UTC [620] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.119 UTC [633] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.121 UTC [617] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.122 UTC [632] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:34:56.515 UTC [641] FATAL: role "rinha" does not exist
rinha-api1 exited with code 137
rinha-api2 exited with code 137
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-loadbalance exited with code 137
rinha-db | 2024-02-26 19:35:01.590 UTC [648] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:35:06.665 UTC [656] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:35:11.746 UTC [663] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:35:16.817 UTC [670] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:18] : 'server api/api1' : could not resolve address 'api01'.
rinha-db | 2024-02-26 19:35:21.898 UTC [679] FATAL: role "rinha" does not exist
rinha-loadbalance | [ALERT] (1) : config : Failed to initialize server(s) addr.
rinha-loadbalance exited with code 0
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:35:24.319 UTC [681] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:35:24.319 UTC [699] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:35:24.320 UTC [709] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:35:24.321 UTC [712] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:35:24.321 UTC [701] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:35:24.321 UTC [701] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.324 UTC [710] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.324 UTC [711] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:35:24.324 UTC [711] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.327 UTC [707] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.327 UTC [700] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.328 UTC [716] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.958 UTC [706] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.961 UTC [703] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.961 UTC [705] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.961 UTC [717] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.963 UTC [704] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.963 UTC [715] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:35:24.963 UTC [708] LOG: unexpected EOF on client connection with an open transaction
rinha-api2 exited with code 137
rinha-api1 exited with code 137
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-loadbalance exited with code 0
rinha-db | 2024-02-26 19:35:26.979 UTC [725] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:35:32.115 UTC [732] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:18] : 'server api/api1' : could not resolve address 'api01'.
rinha-db | 2024-02-26 19:35:37.198 UTC [739] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:35:42.315 UTC [746] FATAL: role "rinha" does not exist
rinha-loadbalance | [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:19] : 'server api/api2' : could not resolve address 'api02'.
rinha-loadbalance | [ALERT] (1) : config : Failed to initialize server(s) addr.
rinha-db | 2024-02-26 19:35:47.386 UTC [754] FATAL: role "rinha" does not exist
rinha-loadbalance exited with code 0
rinha-db | 2024-02-26 19:35:52.529 UTC [761] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:35:57.602 UTC [768] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:18] : 'server api/api1' : could not resolve address 'api01'.
rinha-db | 2024-02-26 19:36:02.674 UTC [775] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:36:07.761 UTC [783] FATAL: role "rinha" does not exist
rinha-loadbalance | [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:19] : 'server api/api2' : could not resolve address 'api02'.
rinha-loadbalance | [ALERT] (1) : config : Failed to initialize server(s) addr.
rinha-loadbalance exited with code 0
rinha-db | 2024-02-26 19:36:12.834 UTC [790] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : New worker (8) forked
rinha-loadbalance | [NOTICE] (1) : Loading success.
rinha-db | 2024-02-26 19:36:17.616 UTC [812] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:36:17.616 UTC [804] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:36:17.616 UTC [804] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:36:17.620 UTC [811] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:36:17.623 UTC [802] LOG: unexpected EOF on client connection with an open transaction
rinha-db | 2024-02-26 19:36:17.915 UTC [826] FATAL: role "rinha" does not exist
rinha-api1 exited with code 137
rinha-db | 2024-02-26 19:36:18.927 UTC [828] LOG: could not receive data from client: Connection reset by peer
rinha-db | 2024-02-26 19:36:18.927 UTC [828] LOG: unexpected EOF on client connection with an open transaction
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : Current worker (8) exited with code 137 (Killed)
rinha-loadbalance | [ALERT] (1) : exit-on-failure: killing every processes with SIGTERM
rinha-loadbalance | [WARNING] (1) : All workers exited. Exiting... (137)
rinha-api2 exited with code 137
rinha-loadbalance exited with code 0
rinha-db | 2024-02-26 19:36:22.981 UTC [841] FATAL: role "rinha" does not exist
rinha-db | 2024-02-26 19:36:28.061 UTC [849] FATAL: role "rinha" does not exist
rinha-loadbalance | [NOTICE] (1) : haproxy version is 2.8.6-f6bd011
rinha-loadbalance | [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:18] : 'server api/api1' : could not resolve address 'api01'.
rinha-loadbalance exited with code 0
rinha-loadbalance exited with code 137
rinha-api2 exited with code 0
rinha-api1 exited with code 0
rinha-db | 2024-02-26 19:36:32.640 UTC [1] LOG: received fast shutdown request
rinha-db | 2024-02-26 19:36:32.644 UTC [1] LOG: aborting any active transactions
rinha-db | 2024-02-26 19:36:32.646 UTC [1] LOG: background worker "logical replication launcher" (PID 69) exited with exit code 1
rinha-db | 2024-02-26 19:36:32.647 UTC [64] LOG: shutting down
rinha-db | 2024-02-26 19:36:32.651 UTC [64] LOG: checkpoint starting: shutdown immediate
rinha-db | 2024-02-26 19:36:32.770 UTC [64] LOG: checkpoint complete: wrote 351 buffers (2.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.008 s, sync=0.097 s, total=0.123 s; sync files=30, longest=0.092 s, average=0.004 s; distance=7054 kB, estimate=7054 kB; lsn=0/1FFDD70, redo lsn=0/1FFDD70
rinha-db | 2024-02-26 19:36:32.774 UTC [1] LOG: database system is shut down
rinha-db exited with code 0