forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.logs
161 lines (161 loc) · 12 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
Network claudio-silva_default Creating
Network claudio-silva_default Created
Volume "claudio-silva_rinha-db" Creating
Volume "claudio-silva_rinha-db" Created
Container rinha-postgres Creating
Container rinha-postgres Created
Container claudio-silva-api02-1 Creating
Container claudio-silva-api01-1 Creating
Container claudio-silva-api02-1 Created
Container claudio-silva-api01-1 Created
Container claudio-silva-nginx-1 Creating
Container claudio-silva-nginx-1 Created
Attaching to api01-1, api02-1, nginx-1, rinha-postgres
rinha-postgres | The files belonging to this database system will be owned by user "postgres".
rinha-postgres | This user must also own the server process.
rinha-postgres |
rinha-postgres | The database cluster will be initialized with locale "en_US.utf8".
rinha-postgres | The default database encoding has accordingly been set to "UTF8".
rinha-postgres | The default text search configuration will be set to "english".
rinha-postgres |
rinha-postgres | Data page checksums are disabled.
rinha-postgres |
rinha-postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
rinha-postgres | creating subdirectories ... ok
rinha-postgres | selecting dynamic shared memory implementation ... posix
rinha-postgres | selecting default max_connections ... 100
rinha-postgres | selecting default shared_buffers ... 128MB
rinha-postgres | selecting default time zone ... Etc/UTC
rinha-postgres | creating configuration files ... ok
api02-1 |
api02-1 | . ____ _ __ _ _
api02-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02-1 | =========|_|==============|___/=/_/_/_/
api02-1 | :: Spring Boot :: (v3.2.2)
api02-1 |
api02-1 | 2024-02-19T03:07:14.930Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Starting AOT-processed BackendApplication using Java 21.0.2 with PID 1 (/work/backend started by root in /work)
api02-1 | 2024-02-19T03:07:14.930Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : No active profile set, falling back to 1 default profile: "default"
api02-1 | 2024-02-19T03:07:15.099Z INFO 1 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8080
api02-1 | 2024-02-19T03:07:15.099Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Started BackendApplication in 0.182 seconds (process running for 0.186)
rinha-postgres | running bootstrap script ... ok
api01-1 |
api01-1 | . ____ _ __ _ _
api01-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01-1 | =========|_|==============|___/=/_/_/_/
api01-1 | :: Spring Boot :: (v3.2.2)
api01-1 |
api01-1 | 2024-02-19T03:07:15.222Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Starting AOT-processed BackendApplication using Java 21.0.2 with PID 1 (/work/backend started by root in /work)
api01-1 | 2024-02-19T03:07:15.223Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : No active profile set, falling back to 1 default profile: "default"
api01-1 | 2024-02-19T03:07:15.330Z INFO 1 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8080
api01-1 | 2024-02-19T03:07:15.330Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Started BackendApplication in 0.122 seconds (process running for 0.126)
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-postgres | performing post-bootstrap initialization ... ok
rinha-postgres | syncing data to disk ... ok
rinha-postgres |
rinha-postgres |
rinha-postgres | Success. You can now start the database server using:
rinha-postgres |
rinha-postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
rinha-postgres |
rinha-postgres | initdb: warning: enabling "trust" authentication for local connections
rinha-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-postgres | waiting for server to start....2024-02-19 03:07:16.823 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-postgres | 2024-02-19 03:07:16.823 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-postgres | 2024-02-19 03:07:16.824 UTC [51] LOG: database system was shut down at 2024-02-19 03:07:16 UTC
rinha-postgres | 2024-02-19 03:07:16.827 UTC [48] LOG: database system is ready to accept connections
rinha-postgres | done
rinha-postgres | server started
rinha-postgres | CREATE DATABASE
rinha-postgres |
rinha-postgres |
rinha-postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
rinha-postgres | CREATE EXTENSION
rinha-postgres | CREATE TABLE
rinha-postgres | CREATE INDEX
rinha-postgres | INSERT 0 5
rinha-postgres | CREATE TABLE
rinha-postgres | CREATE INDEX
rinha-postgres | CREATE EXTENSION
rinha-postgres | psql:/docker-entrypoint-initdb.d/init.sql:34: NOTICE: extension "pg_trgm" already exists, skipping
rinha-postgres | CREATE TABLE
rinha-postgres | psql:/docker-entrypoint-initdb.d/init.sql:41: NOTICE: relation "clientes" already exists, skipping
rinha-postgres | CREATE INDEX
rinha-postgres | psql:/docker-entrypoint-initdb.d/init.sql:43: NOTICE: relation "clientes_id" already exists, skipping
rinha-postgres | INSERT 0 5
rinha-postgres | psql:/docker-entrypoint-initdb.d/init.sql:63: NOTICE: relation "transacoes" already exists, skipping
rinha-postgres | CREATE TABLE
rinha-postgres | CREATE INDEX
rinha-postgres | psql:/docker-entrypoint-initdb.d/init.sql:65: NOTICE: relation "transacoes_clientes_id" already exists, skipping
rinha-postgres |
rinha-postgres |
rinha-postgres | waiting for server to shut down....2024-02-19 03:07:17.232 UTC [48] LOG: received fast shutdown request
rinha-postgres | 2024-02-19 03:07:17.232 UTC [48] LOG: aborting any active transactions
rinha-postgres | 2024-02-19 03:07:17.234 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
rinha-postgres | 2024-02-19 03:07:17.235 UTC [49] LOG: shutting down
rinha-postgres | 2024-02-19 03:07:17.235 UTC [49] LOG: checkpoint starting: shutdown immediate
rinha-postgres | 2024-02-19 03:07:17.316 UTC [49] LOG: checkpoint complete: wrote 948 buffers (5.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.082 s, sync=0.001 s, total=0.082 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4388 kB, estimate=4388 kB; lsn=0/1933CA8, redo lsn=0/1933CA8
rinha-postgres | 2024-02-19 03:07:17.321 UTC [48] LOG: database system is shut down
rinha-postgres | done
rinha-postgres | server stopped
rinha-postgres |
rinha-postgres | PostgreSQL init process complete; ready for start up.
rinha-postgres |
rinha-postgres | 2024-02-19 03:07:17.347 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-postgres | 2024-02-19 03:07:17.347 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha-postgres | 2024-02-19 03:07:17.347 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha-postgres | 2024-02-19 03:07:17.348 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-postgres | 2024-02-19 03:07:17.349 UTC [66] LOG: database system was shut down at 2024-02-19 03:07:17 UTC
rinha-postgres | 2024-02-19 03:07:17.352 UTC [1] LOG: database system is ready to accept connections
rinha-postgres | 2024-02-19 03:07:24.721 UTC [96] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:07:34.823 UTC [103] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:07:44.922 UTC [111] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:07:55.028 UTC [118] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:08:05.127 UTC [126] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:08:15.228 UTC [133] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:08:25.327 UTC [141] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:08:35.432 UTC [148] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:08:45.529 UTC [156] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:08:55.629 UTC [163] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:09:05.733 UTC [171] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:09:15.831 UTC [178] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:09:25.932 UTC [186] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:09:36.121 UTC [193] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:09:46.235 UTC [201] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:09:56.335 UTC [208] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:10:06.438 UTC [216] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:10:16.530 UTC [223] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:10:26.631 UTC [231] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:10:36.735 UTC [239] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:10:46.837 UTC [247] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:10:56.932 UTC [254] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:11:07.031 UTC [261] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:11:17.135 UTC [268] FATAL: role "root" does not exist
rinha-postgres | 2024-02-19 03:11:27.237 UTC [277] FATAL: role "root" does not exist
nginx-1 exited with code 0
nginx-1 exited with code 0
api02-1 exited with code 0
api02-1 exited with code 143
api01-1 exited with code 0
api01-1 exited with code 143
rinha-postgres | 2024-02-19 03:11:34.935 UTC [1] LOG: received fast shutdown request
rinha-postgres | 2024-02-19 03:11:34.935 UTC [1] LOG: aborting any active transactions
rinha-postgres | 2024-02-19 03:11:34.937 UTC [1] LOG: background worker "logical replication launcher" (PID 69) exited with exit code 1
rinha-postgres | 2024-02-19 03:11:34.937 UTC [64] LOG: shutting down
rinha-postgres | 2024-02-19 03:11:34.937 UTC [64] LOG: checkpoint starting: shutdown immediate
rinha-postgres | 2024-02-19 03:11:34.941 UTC [64] LOG: checkpoint complete: wrote 718 buffers (4.4%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.003 s, sync=0.001 s, total=0.004 s; sync files=0, longest=0.000 s, average=0.000 s; distance=18948 kB, estimate=18948 kB; lsn=0/2BB4D40, redo lsn=0/2BB4D40
rinha-postgres | 2024-02-19 03:11:34.944 UTC [1] LOG: database system is shut down
rinha-postgres exited with code 0