-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
153 lines (153 loc) · 10.1 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
Network andarilhoz_default Creating
Network andarilhoz_default Created
Container rinha_postgres Creating
Container rinha_postgres Created
Container andarilhoz-rinha_api_01-1 Creating
Container andarilhoz-rinha_api_02-1 Creating
Container andarilhoz-rinha_api_02-1 Created
Container andarilhoz-rinha_api_01-1 Created
Container andarilhoz-nginx-1 Creating
Container andarilhoz-nginx-1 Created
Attaching to nginx-1, rinha_api_01-1, rinha_api_02-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 ... UTC
rinha_postgres | creating configuration files ... ok
rinha_postgres | running bootstrap script ... ok
rinha_api_01-1 | SERVER_PORT: 8080
rinha_api_01-1 | DATABASE_HOST: postgres
rinha_api_01-1 | DATABASE_PORT: 5432
rinha_api_01-1 | DATABASE_NAME: db
rinha_api_01-1 | DATABASE_USER: user
rinha_api_01-1 | DATABASE_PASSWORD: password
rinha_api_01-1 | LOG_LEVEL: debug
rinha_api_01-1 | 20240302 14:48:53.034968 UTC 1 INFO Initializing app on port: 8080 - main.cc:32
rinha_api_01-1 | 20240302 14:48:53.035045 UTC 1 INFO Database connection created - main.cc:36
rinha_api_01-1 | 20240302 14:48:53.035047 UTC 1 INFO Starting app - main.cc:51
rinha_api_01-1 | Database connection:
rinha_api_01-1 | 20240302 14:48:53.042859 UTC 1 ERROR !!!Pg connection failed: Connection refused
rinha_api_01-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_01-1 | - PgBatchConnection.cc:175
rinha_api_01-1 | 20240302 14:48:53.042837 UTC 7 ERROR !!!Pg connection failed: Connection refused
rinha_api_01-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_01-1 | - PgBatchConnection.cc:175
rinha_api_02-1 | SERVER_PORT: 8081
rinha_api_02-1 | DATABASE_HOST: postgres
rinha_api_02-1 | DATABASE_PORT: 5432
rinha_api_02-1 | DATABASE_NAME: db
rinha_api_02-1 | DATABASE_USER: user
rinha_api_02-1 | DATABASE_PASSWORD: password
rinha_api_02-1 | LOG_LEVEL: 20240302 14:48:53.057668 UTC 1 INFO Initializing app on port: 8081 - main.cc:32
rinha_api_02-1 | 20240302 14:48:53.057728 UTC 1 INFO Database connection created - main.cc:36
rinha_api_02-1 | 20240302 14:48:53.057730 UTC 1 INFO Starting app - main.cc:51
rinha_api_02-1 | 20240302 14:48:53.064592 UTC 1 ERROR !!!Pg connection failed: Connection refused
rinha_api_02-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_02-1 | - PgBatchConnection.cc:175
rinha_api_02-1 | 20240302 14:48:53.064604 UTC 7 ERROR !!!Pg connection failed: Connection refused
rinha_api_02-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_02-1 | - PgBatchConnection.cc:175
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 | sh: locale: not found
rinha_postgres | 2024-03-02 14:48:53.523 UTC [30] WARNING: no usable system locales were found
rinha_api_01-1 | 20240302 14:48:54.043465 UTC 1 ERROR !!!Pg connection failed: Connection refused
rinha_api_01-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_01-1 | - PgBatchConnection.cc:175
rinha_api_01-1 | 20240302 14:48:54.043465 UTC 7 ERROR !!!Pg connection failed: Connection refused
rinha_api_01-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_01-1 | - PgBatchConnection.cc:175
rinha_api_02-1 | 20240302 14:48:54.065027 UTC 1 ERROR !!!Pg connection failed: Connection refused
rinha_api_02-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_02-1 | - PgBatchConnection.cc:175
rinha_api_02-1 | 20240302 14:48:54.065212 UTC 7 ERROR !!!Pg connection failed: Connection refused
rinha_api_02-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_02-1 | - PgBatchConnection.cc:175
rinha_postgres | performing post-bootstrap initialization ... ok
rinha_api_01-1 | 20240302 14:48:55.043940 UTC 1 ERROR !!!Pg connection failed: Connection refused
rinha_api_01-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_01-1 | - PgBatchConnection.cc:175
rinha_api_01-1 | 20240302 14:48:55.043961 UTC 7 ERROR !!!Pg connection failed: Connection refused
rinha_api_01-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_01-1 | - PgBatchConnection.cc:175
rinha_api_02-1 | 20240302 14:48:55.065467 UTC 1 ERROR !!!Pg connection failed: Connection refused
rinha_api_02-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_02-1 | - PgBatchConnection.cc:175
rinha_api_02-1 | 20240302 14:48:55.065567 UTC 7 ERROR !!!Pg connection failed: Connection refused
rinha_api_02-1 | Is the server running on that host and accepting TCP/IP connections?
rinha_api_02-1 | - PgBatchConnection.cc:175
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 | You can change this by editing pg_hba.conf or using the option -A, or
rinha_postgres | --auth-local and --auth-host, the next time you run initdb.
rinha_postgres | waiting for server to start....2024-03-02 14:48:55.119 UTC [36] LOG: starting PostgreSQL 14.11 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
rinha_postgres | 2024-03-02 14:48:55.122 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha_postgres | 2024-03-02 14:48:55.130 UTC [37] LOG: database system was shut down at 2024-03-02 14:48:54 UTC
rinha_postgres | 2024-03-02 14:48:55.136 UTC [36] 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 TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | DO
rinha_postgres |
rinha_postgres |
rinha_postgres | waiting for server to shut down....2024-03-02 14:48:55.718 UTC [36] LOG: received fast shutdown request
rinha_postgres | 2024-03-02 14:48:55.721 UTC [36] LOG: aborting any active transactions
rinha_postgres | 2024-03-02 14:48:55.723 UTC [36] LOG: background worker "logical replication launcher" (PID 43) exited with exit code 1
rinha_postgres | 2024-03-02 14:48:55.723 UTC [38] LOG: shutting down
rinha_postgres | 2024-03-02 14:48:55.851 UTC [36] 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-03-02 14:48:55.941 UTC [1] LOG: starting PostgreSQL 14.11 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
rinha_postgres | 2024-03-02 14:48:55.941 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha_postgres | 2024-03-02 14:48:55.941 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha_postgres | 2024-03-02 14:48:55.949 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha_postgres | 2024-03-02 14:48:55.955 UTC [53] LOG: database system was shut down at 2024-03-02 14:48:55 UTC
rinha_postgres | 2024-03-02 14:48:55.963 UTC [1] LOG: database system is ready to accept connections
rinha_api_01-1 | 20240302 14:49:05.543067 UTC 7 ERROR Cliente ou saldo não encontrado - UsersController.cc:30
nginx-1 exited with code 0
nginx-1 exited with code 0
rinha_api_02-1 | 20240302 14:53:10.111200 UTC 1 WARN SIGTERM signal received. - HttpAppFrameworkImpl.cc:194
rinha_api_01-1 | 20240302 14:53:10.114442 UTC 1 WARN SIGTERM signal received. - HttpAppFrameworkImpl.cc:194
rinha_api_02-1 exited with code 0
rinha_api_02-1 exited with code 0
rinha_api_01-1 exited with code 0
rinha_api_01-1 exited with code 0
rinha_postgres | 2024-03-02 14:53:11.051 UTC [1] LOG: received fast shutdown request
rinha_postgres | 2024-03-02 14:53:11.054 UTC [1] LOG: aborting any active transactions
rinha_postgres | 2024-03-02 14:53:11.057 UTC [1] LOG: background worker "logical replication launcher" (PID 59) exited with exit code 1
rinha_postgres | 2024-03-02 14:53:11.057 UTC [54] LOG: shutting down
rinha_postgres | 2024-03-02 14:53:11.211 UTC [1] LOG: database system is shut down
rinha_postgres exited with code 0