-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
167 lines (167 loc) · 15.3 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container db Creating
Container db Created
Container diegomarques-springboot-api02-1 Creating
Container diegomarques-springboot-api01-1 Creating
Container diegomarques-springboot-api02-1 Created
Container diegomarques-springboot-api01-1 Created
Container diegomarques-springboot-nginx-1 Creating
Container diegomarques-springboot-nginx-1 Created
Attaching to db, api01-1, api02-1, nginx-1
db | The files belonging to this database system will be owned by user "postgres".
db | This user must also own the server process.
db |
db | The database cluster will be initialized with locale "en_US.utf8".
db | The default database encoding has accordingly been set to "UTF8".
db | The default text search configuration will be set to "english".
db |
db | Data page checksums are disabled.
db |
db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db | creating subdirectories ... ok
db | selecting dynamic shared memory implementation ... posix
db | selecting default max_connections ... 100
db | selecting default shared_buffers ... 128MB
db | selecting default time zone ... Etc/UTC
db | creating configuration files ... ok
db | running bootstrap script ... ok
db | performing post-bootstrap initialization ... ok
db | initdb: warning: enabling "trust" authentication for local connections
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.
db | syncing data to disk ... ok
db |
db |
db | Success. You can now start the database server using:
db |
db | pg_ctl -D /var/lib/postgresql/data -l logfile start
db |
db | waiting for server to start....2024-03-10 16:20:50.170 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
db | 2024-03-10 16:20:50.217 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2024-03-10 16:20:50.228 UTC [51] LOG: database system was shut down at 2024-03-10 16:20:49 UTC
db | 2024-03-10 16:20:50.234 UTC [48] LOG: database system is ready to accept connections
db | done
db | server started
db | CREATE DATABASE
db |
db |
db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/script.sql
db | ALTER TABLE
db | psql:/docker-entrypoint-initdb.d/script.sql:2: NOTICE: relation "transaction" does not exist, skipping
db | psql:/docker-entrypoint-initdb.d/script.sql:3: NOTICE: table "client" does not exist, skipping
db | DROP TABLE
db | DROP TABLE
db | psql:/docker-entrypoint-initdb.d/script.sql:4: NOTICE: table "transaction" does not exist, skipping
db | CREATE TABLE
db | CREATE TABLE
db | ALTER TABLE
db | INSERT 0 5
db |
db |
db | waiting for server to shut down....2024-03-10 16:20:50.558 UTC [48] LOG: received fast shutdown request
db | 2024-03-10 16:20:50.561 UTC [48] LOG: aborting any active transactions
db | 2024-03-10 16:20:50.615 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
db | 2024-03-10 16:20:50.615 UTC [49] LOG: shutting down
db | 2024-03-10 16:20:50.618 UTC [49] LOG: checkpoint starting: shutdown immediate
db | 2024-03-10 16:20:51.108 UTC [49] LOG: checkpoint complete: wrote 940 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.368 s, sync=0.109 s, total=0.493 s; sync files=313, longest=0.057 s, average=0.001 s; distance=4297 kB, estimate=4297 kB; lsn=0/191CE70, redo lsn=0/191CE70
db | 2024-03-10 16:20:51.113 UTC [48] LOG: database system is shut down
db | done
db | server stopped
db |
db | PostgreSQL init process complete; ready for start up.
db |
db | 2024-03-10 16:20:51.183 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
db | 2024-03-10 16:20:51.183 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db | 2024-03-10 16:20:51.183 UTC [1] LOG: listening on IPv6 address "::", port 5432
db | 2024-03-10 16:20:51.188 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2024-03-10 16:20:51.196 UTC [66] LOG: database system was shut down at 2024-03-10 16:20:51 UTC
db | 2024-03-10 16:20:51.202 UTC [1] LOG: database system is ready to accept connections
api01-1 | . ____ _ __ _ _
api01-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01-1 | =========|_|==============|___/=/_/_/_/
api01-1 |
api01-1 | :: Spring Boot :: (v3.3.0-SNAPSHOT)
api01-1 |
api01-1 | 2024-03-10T16:20:53.992Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Starting AOT-processed BackendApplication using Java 21.0.2 with PID 1 (/workspace/com.rinha.backend.BackendApplication started by cnb in /workspace)
api01-1 | 2024-03-10T16:20:53.992Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : No active profile set, falling back to 1 default profile: "default"
api01-1 | 2024-03-10T16:20:54.025Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api01-1 | 2024-03-10T16:20:54.026Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api01-1 | 2024-03-10T16:20:54.026Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
api01-1 | 2024-03-10T16:20:54.039Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api01-1 | 2024-03-10T16:20:54.039Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 47 ms
api02-1 | . ____ _ __ _ _
api02-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02-1 | =========|_|==============|___/=/_/_/_/
api02-1 |
api02-1 | :: Spring Boot :: (v3.3.0-SNAPSHOT)
api02-1 |
api02-1 | 2024-03-10T16:20:54.045Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Starting AOT-processed BackendApplication using Java 21.0.2 with PID 1 (/workspace/com.rinha.backend.BackendApplication started by cnb in /workspace)
api02-1 | 2024-03-10T16:20:54.045Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : No active profile set, falling back to 1 default profile: "default"
api01-1 | 2024-03-10T16:20:54.060Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api02-1 | 2024-03-10T16:20:54.116Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api02-1 | 2024-03-10T16:20:54.116Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api02-1 | 2024-03-10T16:20:54.116Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
api01-1 | 2024-03-10T16:20:54.118Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@30c56086
api01-1 | 2024-03-10T16:20:54.118Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api01-1 | 2024-03-10T16:20:54.119Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api01-1 | 2024-03-10T16:20:54.121Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.1.Final
api01-1 | 2024-03-10T16:20:54.123Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api02-1 | 2024-03-10T16:20:54.126Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api02-1 | 2024-03-10T16:20:54.126Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 81 ms
api02-1 | 2024-03-10T16:20:54.141Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api01-1 | 2024-03-10T16:20:54.148Z WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
api02-1 | 2024-03-10T16:20:54.155Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1abe7efe
api02-1 | 2024-03-10T16:20:54.155Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api02-1 | 2024-03-10T16:20:54.155Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api02-1 | 2024-03-10T16:20:54.158Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.1.Final
api02-1 | 2024-03-10T16:20:54.161Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-03-10T16:20:54.166Z INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api01-1 | 2024-03-10T16:20:54.166Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-03-10T16:20:54.244Z WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
api02-1 | 2024-03-10T16:20:54.259Z INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api02-1 | 2024-03-10T16:20:54.259Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
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
api01-1 | 2024-03-10T16:20:54.422Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
api01-1 | 2024-03-10T16:20:54.422Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Started BackendApplication in 0.443 seconds (process running for 0.447)
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 | 2024-03-10T16:20:54.451Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
api02-1 | 2024-03-10T16:20:54.452Z INFO 1 --- [ main] com.rinha.backend.BackendApplication : Started BackendApplication in 0.427 seconds (process running for 0.432)
api01-1 | 2024-03-10T16:20:55.148Z INFO 1 --- [nio-8080-exec-4] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api01-1 | 2024-03-10T16:20:55.148Z INFO 1 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api01-1 | 2024-03-10T16:20:55.148Z INFO 1 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
api02-1 | 2024-03-10T16:20:55.159Z INFO 1 --- [nio-8080-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api02-1 | 2024-03-10T16:20:55.159Z INFO 1 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api02-1 | 2024-03-10T16:20:55.159Z INFO 1 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
nginx-1 exited with code 0
nginx-1 exited with code 0
api01-1 | 2024-03-10T16:25:07.997Z INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
api01-1 | 2024-03-10T16:25:07.997Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
api01-1 | 2024-03-10T16:25:08.001Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
api02-1 | 2024-03-10T16:25:08.002Z INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-03-10T16:25:08.003Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
api02-1 | 2024-03-10T16:25:08.004Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
api01-1 exited with code 0
api01-1 exited with code 143
api02-1 exited with code 0
api02-1 exited with code 143
db | 2024-03-10 16:25:08.667 UTC [1] LOG: received fast shutdown request
db | 2024-03-10 16:25:08.699 UTC [1] LOG: aborting any active transactions
db | 2024-03-10 16:25:08.701 UTC [1] LOG: background worker "logical replication launcher" (PID 69) exited with exit code 1
db | 2024-03-10 16:25:08.701 UTC [64] LOG: shutting down
db | 2024-03-10 16:25:08.707 UTC [64] LOG: checkpoint starting: shutdown immediate
db | 2024-03-10 16:25:08.846 UTC [64] LOG: checkpoint complete: wrote 684 buffers (4.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.013 s, sync=0.116 s, total=0.145 s; sync files=30, longest=0.074 s, average=0.004 s; distance=2739 kB, estimate=2739 kB; lsn=0/1BC9C60, redo lsn=0/1BC9C60
db | 2024-03-10 16:25:08.851 UTC [1] LOG: database system is shut down
db exited with code 0