-
Notifications
You must be signed in to change notification settings - Fork 925
/
docker-compose.logs
500 lines (500 loc) · 44.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
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
Container rinha-rust-postgres Creating
Container rinha-rust-postgres Created
Container williamtakeshi-rust-api01-1 Creating
Container williamtakeshi-rust-api02-1 Creating
Container williamtakeshi-rust-api02-1 Created
Container williamtakeshi-rust-api01-1 Created
Container williamtakeshi-rust-nginx-1 Creating
Container williamtakeshi-rust-nginx-1 Created
Attaching to rinha-rust-postgres, api01-1, api02-1, nginx-1
rinha-rust-postgres | The files belonging to this database system will be owned by user "postgres".
rinha-rust-postgres | This user must also own the server process.
rinha-rust-postgres |
rinha-rust-postgres | The database cluster will be initialized with locale "en_US.utf8".
rinha-rust-postgres | The default database encoding has accordingly been set to "UTF8".
rinha-rust-postgres | The default text search configuration will be set to "english".
rinha-rust-postgres |
rinha-rust-postgres | Data page checksums are disabled.
rinha-rust-postgres |
rinha-rust-postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
rinha-rust-postgres | creating subdirectories ... ok
rinha-rust-postgres | selecting dynamic shared memory implementation ... posix
rinha-rust-postgres | selecting default max_connections ... 100
rinha-rust-postgres | selecting default shared_buffers ... 128MB
rinha-rust-postgres | selecting default time zone ... Etc/UTC
rinha-rust-postgres | creating configuration files ... ok
rinha-rust-postgres | running bootstrap script ... 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
rinha-rust-postgres | performing post-bootstrap initialization ... ok
rinha-rust-postgres | syncing data to disk ... ok
rinha-rust-postgres |
rinha-rust-postgres |
rinha-rust-postgres | Success. You can now start the database server using:
rinha-rust-postgres |
rinha-rust-postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
rinha-rust-postgres |
rinha-rust-postgres | initdb: warning: enabling "trust" authentication for local connections
rinha-rust-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.
rinha-rust-postgres | waiting for server to start....2024-03-09 02:05:03.138 UTC [48] LOG: starting PostgreSQL 15.6 (Debian 15.6-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
rinha-rust-postgres | 2024-03-09 02:05:03.141 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-rust-postgres | 2024-03-09 02:05:03.151 UTC [51] LOG: database system was shut down at 2024-03-09 02:05:02 UTC
rinha-rust-postgres | 2024-03-09 02:05:03.157 UTC [48] LOG: database system is ready to accept connections
rinha-rust-postgres | done
rinha-rust-postgres | server started
rinha-rust-postgres | CREATE DATABASE
rinha-rust-postgres |
rinha-rust-postgres |
rinha-rust-postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
rinha-rust-postgres | CREATE TYPE
rinha-rust-postgres | CREATE TABLE
rinha-rust-postgres | CREATE TABLE
rinha-rust-postgres | CREATE INDEX
rinha-rust-postgres | CREATE INDEX
rinha-rust-postgres | INSERT 0 5
rinha-rust-postgres | ALTER TABLE
rinha-rust-postgres |
rinha-rust-postgres |
rinha-rust-postgres | waiting for server to shut down...2024-03-09 02:05:03.386 UTC [48] LOG: received fast shutdown request
rinha-rust-postgres | .2024-03-09 02:05:03.388 UTC [48] LOG: aborting any active transactions
rinha-rust-postgres | 2024-03-09 02:05:03.390 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
rinha-rust-postgres | 2024-03-09 02:05:03.391 UTC [49] LOG: shutting down
rinha-rust-postgres | 2024-03-09 02:05:03.393 UTC [49] LOG: checkpoint starting: shutdown immediate
rinha-rust-postgres | 2024-03-09 02:05:03.885 UTC [49] LOG: checkpoint complete: wrote 937 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.392 s, sync=0.087 s, total=0.495 s; sync files=309, longest=0.057 s, average=0.001 s; distance=4269 kB, estimate=4269 kB
rinha-rust-postgres | 2024-03-09 02:05:03.890 UTC [48] LOG: database system is shut down
rinha-rust-postgres | done
rinha-rust-postgres | server stopped
rinha-rust-postgres |
rinha-rust-postgres | PostgreSQL init process complete; ready for start up.
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:04.011 UTC [1] LOG: starting PostgreSQL 15.6 (Debian 15.6-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
rinha-rust-postgres | 2024-03-09 02:05:04.011 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha-rust-postgres | 2024-03-09 02:05:04.011 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha-rust-postgres | 2024-03-09 02:05:04.017 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-rust-postgres | 2024-03-09 02:05:04.024 UTC [66] LOG: database system was shut down at 2024-03-09 02:05:03 UTC
rinha-rust-postgres | 2024-03-09 02:05:04.030 UTC [1] LOG: database system is ready to accept connections
rinha-rust-postgres | 2024-03-09 02:05:14.423 UTC [79] ERROR: value too long for type character varying(10)
rinha-rust-postgres | 2024-03-09 02:05:14.423 UTC [79] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.424 UTC [75] ERROR: new row for relation "transactions" violates check constraint "transactions_description_check"
rinha-rust-postgres | 2024-03-09 02:05:14.424 UTC [75] DETAIL: Failing row contains (67, 3, 1, credit, , 2024-03-09 02:05:14.424447+00).
rinha-rust-postgres | 2024-03-09 02:05:14.424 UTC [75] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.427 UTC [76] ERROR: value too long for type character varying(10)
rinha-rust-postgres | 2024-03-09 02:05:14.427 UTC [76] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.429 UTC [73] ERROR: new row for relation "transactions" violates check constraint "transactions_description_check"
rinha-rust-postgres | 2024-03-09 02:05:14.429 UTC [73] DETAIL: Failing row contains (69, 2, 1, credit, , 2024-03-09 02:05:14.429826+00).
rinha-rust-postgres | 2024-03-09 02:05:14.429 UTC [73] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.429 UTC [72] ERROR: value too long for type character varying(10)
rinha-rust-postgres | 2024-03-09 02:05:14.429 UTC [72] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.431 UTC [77] ERROR: new row for relation "transactions" violates check constraint "transactions_description_check"
rinha-rust-postgres | 2024-03-09 02:05:14.431 UTC [77] DETAIL: Failing row contains (71, 4, 1, credit, , 2024-03-09 02:05:14.431606+00).
rinha-rust-postgres | 2024-03-09 02:05:14.431 UTC [77] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.433 UTC [78] ERROR: value too long for type character varying(10)
rinha-rust-postgres | 2024-03-09 02:05:14.433 UTC [78] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.435 UTC [70] ERROR: new row for relation "transactions" violates check constraint "transactions_description_check"
rinha-rust-postgres | 2024-03-09 02:05:14.435 UTC [70] DETAIL: Failing row contains (72, 5, 1, credit, , 2024-03-09 02:05:14.435544+00).
rinha-rust-postgres | 2024-03-09 02:05:14.435 UTC [70] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.436 UTC [71] ERROR: value too long for type character varying(10)
rinha-rust-postgres | 2024-03-09 02:05:14.436 UTC [71] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:14.437 UTC [74] ERROR: new row for relation "transactions" violates check constraint "transactions_description_check"
rinha-rust-postgres | 2024-03-09 02:05:14.437 UTC [74] DETAIL: Failing row contains (74, 1, 1, credit, , 2024-03-09 02:05:14.437843+00).
rinha-rust-postgres | 2024-03-09 02:05:14.437 UTC [74] STATEMENT:
rinha-rust-postgres | INSERT INTO transactions (wallet_id, value, kind, description) VALUES ($1, $2, $3, $4);
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:25.416 UTC [71] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:25.416 UTC [71] DETAIL: Failing row contains (1, -100632, 100000).
rinha-rust-postgres | 2024-03-09 02:05:25.416 UTC [71] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:26.316 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:26.316 UTC [73] DETAIL: Failing row contains (1, -103602, 100000).
rinha-rust-postgres | 2024-03-09 02:05:26.316 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:26.729 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:26.729 UTC [78] DETAIL: Failing row contains (1, -103111, 100000).
rinha-rust-postgres | 2024-03-09 02:05:26.729 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:26.775 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:26.775 UTC [75] DETAIL: Failing row contains (2, -87893, 80000).
rinha-rust-postgres | 2024-03-09 02:05:26.775 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:26.866 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:26.866 UTC [70] DETAIL: Failing row contains (1, -107761, 100000).
rinha-rust-postgres | 2024-03-09 02:05:26.866 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:27.002 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:27.002 UTC [78] DETAIL: Failing row contains (2, -82995, 80000).
rinha-rust-postgres | 2024-03-09 02:05:27.002 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:27.184 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:27.184 UTC [72] DETAIL: Failing row contains (1, -100670, 100000).
rinha-rust-postgres | 2024-03-09 02:05:27.184 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:27.657 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:27.657 UTC [70] DETAIL: Failing row contains (1, -103943, 100000).
rinha-rust-postgres | 2024-03-09 02:05:27.657 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:27.949 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:27.949 UTC [74] DETAIL: Failing row contains (2, -80638, 80000).
rinha-rust-postgres | 2024-03-09 02:05:27.949 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.282 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.282 UTC [78] DETAIL: Failing row contains (1, -105471, 100000).
rinha-rust-postgres | 2024-03-09 02:05:28.282 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.324 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.324 UTC [77] DETAIL: Failing row contains (2, -85414, 80000).
rinha-rust-postgres | 2024-03-09 02:05:28.324 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.405 UTC [71] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.405 UTC [71] DETAIL: Failing row contains (2, -84170, 80000).
rinha-rust-postgres | 2024-03-09 02:05:28.405 UTC [71] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.485 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.485 UTC [78] DETAIL: Failing row contains (2, -86335, 80000).
rinha-rust-postgres | 2024-03-09 02:05:28.485 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.646 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.646 UTC [72] DETAIL: Failing row contains (2, -83343, 80000).
rinha-rust-postgres | 2024-03-09 02:05:28.646 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.686 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.686 UTC [74] DETAIL: Failing row contains (2, -81125, 80000).
rinha-rust-postgres | 2024-03-09 02:05:28.686 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:28.805 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:28.805 UTC [77] DETAIL: Failing row contains (2, -86245, 80000).
rinha-rust-postgres | 2024-03-09 02:05:28.805 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:29.436 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:29.436 UTC [70] DETAIL: Failing row contains (2, -81035, 80000).
rinha-rust-postgres | 2024-03-09 02:05:29.436 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:29.579 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:29.579 UTC [78] DETAIL: Failing row contains (2, -81395, 80000).
rinha-rust-postgres | 2024-03-09 02:05:29.579 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:29.793 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:29.793 UTC [73] DETAIL: Failing row contains (2, -85230, 80000).
rinha-rust-postgres | 2024-03-09 02:05:29.793 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:29.865 UTC [79] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:29.865 UTC [79] DETAIL: Failing row contains (2, -82024, 80000).
rinha-rust-postgres | 2024-03-09 02:05:29.865 UTC [79] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:29.936 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:29.936 UTC [74] DETAIL: Failing row contains (2, -81907, 80000).
rinha-rust-postgres | 2024-03-09 02:05:29.936 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:30.468 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:30.468 UTC [73] DETAIL: Failing row contains (2, -89329, 80000).
rinha-rust-postgres | 2024-03-09 02:05:30.468 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:30.847 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:30.847 UTC [78] DETAIL: Failing row contains (1, -101338, 100000).
rinha-rust-postgres | 2024-03-09 02:05:30.847 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:30.951 UTC [71] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:30.951 UTC [71] DETAIL: Failing row contains (1, -100286, 100000).
rinha-rust-postgres | 2024-03-09 02:05:30.951 UTC [71] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.089 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.089 UTC [73] DETAIL: Failing row contains (1, -102229, 100000).
rinha-rust-postgres | 2024-03-09 02:05:31.089 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.261 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.261 UTC [77] DETAIL: Failing row contains (2, -84551, 80000).
rinha-rust-postgres | 2024-03-09 02:05:31.261 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.365 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.365 UTC [70] DETAIL: Failing row contains (2, -86035, 80000).
rinha-rust-postgres | 2024-03-09 02:05:31.365 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.494 UTC [79] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.494 UTC [79] DETAIL: Failing row contains (1, -103750, 100000).
rinha-rust-postgres | 2024-03-09 02:05:31.494 UTC [79] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.784 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.784 UTC [70] DETAIL: Failing row contains (1, -101871, 100000).
rinha-rust-postgres | 2024-03-09 02:05:31.784 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.848 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.848 UTC [77] DETAIL: Failing row contains (2, -80886, 80000).
rinha-rust-postgres | 2024-03-09 02:05:31.848 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:31.945 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:31.945 UTC [75] DETAIL: Failing row contains (2, -85041, 80000).
rinha-rust-postgres | 2024-03-09 02:05:31.945 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.010 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.010 UTC [74] DETAIL: Failing row contains (2, -84905, 80000).
rinha-rust-postgres | 2024-03-09 02:05:32.010 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.043 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.043 UTC [77] DETAIL: Failing row contains (2, -80838, 80000).
rinha-rust-postgres | 2024-03-09 02:05:32.043 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.364 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.364 UTC [70] DETAIL: Failing row contains (2, -85683, 80000).
rinha-rust-postgres | 2024-03-09 02:05:32.364 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.454 UTC [76] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.454 UTC [76] DETAIL: Failing row contains (1, -104672, 100000).
rinha-rust-postgres | 2024-03-09 02:05:32.454 UTC [76] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.545 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.545 UTC [75] DETAIL: Failing row contains (2, -82236, 80000).
rinha-rust-postgres | 2024-03-09 02:05:32.545 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.698 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.698 UTC [70] DETAIL: Failing row contains (1, -104864, 100000).
rinha-rust-postgres | 2024-03-09 02:05:32.698 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.788 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.788 UTC [78] DETAIL: Failing row contains (1, -104550, 100000).
rinha-rust-postgres | 2024-03-09 02:05:32.788 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:32.879 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:32.879 UTC [70] DETAIL: Failing row contains (2, -83344, 80000).
rinha-rust-postgres | 2024-03-09 02:05:32.879 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:33.122 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:33.122 UTC [77] DETAIL: Failing row contains (2, -80825, 80000).
rinha-rust-postgres | 2024-03-09 02:05:33.122 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:33.303 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:33.303 UTC [72] DETAIL: Failing row contains (2, -86580, 80000).
rinha-rust-postgres | 2024-03-09 02:05:33.303 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:33.478 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:33.478 UTC [72] DETAIL: Failing row contains (2, -80335, 80000).
rinha-rust-postgres | 2024-03-09 02:05:33.478 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:33.763 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:33.763 UTC [73] DETAIL: Failing row contains (1, -101490, 100000).
rinha-rust-postgres | 2024-03-09 02:05:33.763 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.192 UTC [79] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.192 UTC [79] DETAIL: Failing row contains (2, -86581, 80000).
rinha-rust-postgres | 2024-03-09 02:05:34.192 UTC [79] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.249 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.249 UTC [74] DETAIL: Failing row contains (2, -80255, 80000).
rinha-rust-postgres | 2024-03-09 02:05:34.249 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.278 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.278 UTC [73] DETAIL: Failing row contains (1, -104040, 100000).
rinha-rust-postgres | 2024-03-09 02:05:34.278 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.392 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.392 UTC [72] DETAIL: Failing row contains (2, -85470, 80000).
rinha-rust-postgres | 2024-03-09 02:05:34.392 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.418 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.418 UTC [74] DETAIL: Failing row contains (2, -81723, 80000).
rinha-rust-postgres | 2024-03-09 02:05:34.418 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.500 UTC [76] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.500 UTC [76] DETAIL: Failing row contains (1, -101119, 100000).
rinha-rust-postgres | 2024-03-09 02:05:34.500 UTC [76] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:34.985 UTC [76] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:34.985 UTC [76] DETAIL: Failing row contains (1, -104114, 100000).
rinha-rust-postgres | 2024-03-09 02:05:34.985 UTC [76] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:35.575 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:35.575 UTC [78] DETAIL: Failing row contains (1, -101641, 100000).
rinha-rust-postgres | 2024-03-09 02:05:35.575 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:35.891 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:35.891 UTC [73] DETAIL: Failing row contains (1, -100795, 100000).
rinha-rust-postgres | 2024-03-09 02:05:35.891 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:35.996 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:35.996 UTC [75] DETAIL: Failing row contains (1, -100695, 100000).
rinha-rust-postgres | 2024-03-09 02:05:35.996 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:36.338 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:36.338 UTC [75] DETAIL: Failing row contains (1, -102478, 100000).
rinha-rust-postgres | 2024-03-09 02:05:36.338 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:36.389 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:36.389 UTC [73] DETAIL: Failing row contains (1, -104259, 100000).
rinha-rust-postgres | 2024-03-09 02:05:36.389 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:36.490 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:36.490 UTC [75] DETAIL: Failing row contains (1, -101406, 100000).
rinha-rust-postgres | 2024-03-09 02:05:36.490 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:36.565 UTC [73] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:36.565 UTC [73] DETAIL: Failing row contains (1, -105307, 100000).
rinha-rust-postgres | 2024-03-09 02:05:36.565 UTC [73] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.189 UTC [71] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.189 UTC [71] DETAIL: Failing row contains (1, -101099, 100000).
rinha-rust-postgres | 2024-03-09 02:05:37.189 UTC [71] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.387 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.387 UTC [78] DETAIL: Failing row contains (1, -104259, 100000).
rinha-rust-postgres | 2024-03-09 02:05:37.387 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.530 UTC [71] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.530 UTC [71] DETAIL: Failing row contains (2, -81071, 80000).
rinha-rust-postgres | 2024-03-09 02:05:37.530 UTC [71] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.603 UTC [74] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.603 UTC [74] DETAIL: Failing row contains (1, -101270, 100000).
rinha-rust-postgres | 2024-03-09 02:05:37.603 UTC [74] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.649 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.649 UTC [75] DETAIL: Failing row contains (2, -87688, 80000).
rinha-rust-postgres | 2024-03-09 02:05:37.649 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.673 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.673 UTC [72] DETAIL: Failing row contains (2, -86723, 80000).
rinha-rust-postgres | 2024-03-09 02:05:37.673 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.792 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.792 UTC [70] DETAIL: Failing row contains (1, -100853, 100000).
rinha-rust-postgres | 2024-03-09 02:05:37.792 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.865 UTC [77] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.865 UTC [77] DETAIL: Failing row contains (1, -104476, 100000).
rinha-rust-postgres | 2024-03-09 02:05:37.865 UTC [77] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:37.911 UTC [79] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:37.911 UTC [79] DETAIL: Failing row contains (1, -101300, 100000).
rinha-rust-postgres | 2024-03-09 02:05:37.911 UTC [79] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.102 UTC [75] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.102 UTC [75] DETAIL: Failing row contains (1, -101915, 100000).
rinha-rust-postgres | 2024-03-09 02:05:38.102 UTC [75] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.387 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.387 UTC [78] DETAIL: Failing row contains (2, -81715, 80000).
rinha-rust-postgres | 2024-03-09 02:05:38.387 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.433 UTC [71] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.433 UTC [71] DETAIL: Failing row contains (1, -104119, 100000).
rinha-rust-postgres | 2024-03-09 02:05:38.433 UTC [71] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.478 UTC [70] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.478 UTC [70] DETAIL: Failing row contains (2, -80190, 80000).
rinha-rust-postgres | 2024-03-09 02:05:38.478 UTC [70] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.501 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.501 UTC [72] DETAIL: Failing row contains (1, -104119, 100000).
rinha-rust-postgres | 2024-03-09 02:05:38.501 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.660 UTC [72] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.660 UTC [72] DETAIL: Failing row contains (2, -84112, 80000).
rinha-rust-postgres | 2024-03-09 02:05:38.660 UTC [72] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.728 UTC [76] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.728 UTC [76] DETAIL: Failing row contains (1, -104437, 100000).
rinha-rust-postgres | 2024-03-09 02:05:38.728 UTC [76] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.819 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.819 UTC [78] DETAIL: Failing row contains (1, -100050, 100000).
rinha-rust-postgres | 2024-03-09 02:05:38.819 UTC [78] STATEMENT:
rinha-rust-postgres | UPDATE wallets SET balance = balance + $1 WHERE id = $2 RETURNING balance, credit_limit;
rinha-rust-postgres |
rinha-rust-postgres | 2024-03-09 02:05:38.978 UTC [78] ERROR: new row for relation "wallets" violates check constraint "positive_balance"
rinha-rust-postgres | 2024-03-09 02:05:38.978 UTC [78] DETAIL: Failing row contains (2, -80851, 80000).
rinha-rust-postgres | 2024-03-09 02:05:38.978 UTC [78] STATEMENT: