-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
166 lines (166 loc) · 12.6 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
Network victor-macedo_default Creating
Network victor-macedo_default Created
Container rinha_redis Creating
Container rinha_postgres Creating
Container rinha_redis Created
Container rinha_postgres Created
Container rinha_api-02 Creating
Container rinha_api-01 Creating
Container rinha_api-01 Created
Container rinha_api-02 Created
Container rinha_nginx Creating
Container rinha_nginx Created
Attaching to rinha_api-01, rinha_api-02, rinha_nginx, rinha_postgres, rinha_redis
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_redis | 1:C 19 Feb 2024 17:15:12.623 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
rinha_redis | 1:C 19 Feb 2024 17:15:12.623 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
rinha_redis | 1:C 19 Feb 2024 17:15:12.623 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
rinha_redis | 1:C 19 Feb 2024 17:15:12.623 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
rinha_redis | 1:M 19 Feb 2024 17:15:12.624 * monotonic clock: POSIX clock_gettime
rinha_redis | 1:M 19 Feb 2024 17:15:12.624 * Running mode=standalone, port=6379.
rinha_redis | 1:M 19 Feb 2024 17:15:12.715 * Server initialized
rinha_redis | 1:M 19 Feb 2024 17:15:12.715 * Ready to accept connections tcp
rinha_postgres | running bootstrap script ... ok
rinha_postgres | sh: locale: not found
rinha_postgres | 2024-02-19 17:15:13.044 UTC [30] WARNING: no usable system locales were found
rinha_postgres | performing post-bootstrap initialization ... ok
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 | 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 | waiting for server to start....2024-02-19 17:15:14.606 UTC [36] LOG: starting PostgreSQL 16.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
rinha_postgres | 2024-02-19 17:15:14.610 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha_postgres | 2024-02-19 17:15:14.621 UTC [39] LOG: database system was shut down at 2024-02-19 17:15:13 UTC
rinha_postgres | 2024-02-19 17:15:14.627 UTC [36] LOG: database system is ready to accept connections
rinha_postgres | done
rinha_postgres | server started
rinha_postgres |
rinha_postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
rinha_postgres | CREATE TYPE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE TABLE
rinha_postgres | CREATE INDEX
rinha_postgres | INSERT 0 5
rinha_postgres |
rinha_postgres |
rinha_postgres | waiting for server to shut down....2024-02-19 17:15:14.791 UTC [36] LOG: received fast shutdown request
rinha_postgres | 2024-02-19 17:15:14.794 UTC [36] LOG: aborting any active transactions
rinha_postgres | 2024-02-19 17:15:14.797 UTC [36] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
rinha_postgres | 2024-02-19 17:15:14.797 UTC [37] LOG: shutting down
rinha_postgres | 2024-02-19 17:15:14.800 UTC [37] LOG: checkpoint starting: shutdown immediate
rinha_postgres | 2024-02-19 17:15:14.916 UTC [37] LOG: checkpoint complete: wrote 94 buffers (0.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.009 s, sync=0.097 s, total=0.120 s; sync files=70, longest=0.087 s, average=0.002 s; distance=327 kB, estimate=327 kB; lsn=0/15422C8, redo lsn=0/15422C8
rinha_postgres | 2024-02-19 17:15:14.920 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-02-19 17:15:15.016 UTC [1] LOG: starting PostgreSQL 16.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
rinha_postgres | 2024-02-19 17:15:15.016 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha_postgres | 2024-02-19 17:15:15.016 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha_postgres | 2024-02-19 17:15:15.022 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha_postgres | 2024-02-19 17:15:15.030 UTC [52] LOG: database system was shut down at 2024-02-19 17:15:14 UTC
rinha_postgres | 2024-02-19 17:15:15.037 UTC [1] LOG: database system is ready to accept connections
rinha_postgres | 2024-02-19 17:15:22.457 UTC [62] FATAL: role "root" does not exist
rinha_api-01 | starting api01 in port 5000
rinha_api-02 | starting api02 in port 5000
rinha_nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
rinha_nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
rinha_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
rinha_nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
rinha_nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
rinha_nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
rinha_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
rinha_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
rinha_nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
rinha_postgres | 2024-02-19 17:15:32.505 UTC [77] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:15:42.567 UTC [84] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:15:52.621 UTC [92] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:16:02.682 UTC [99] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:16:12.733 UTC [106] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:16:22.794 UTC [114] FATAL: role "root" does not exist
rinha_redis | 1:M 19 Feb 2024 17:16:32.645 * 10000 changes in 60 seconds. Saving...
rinha_redis | 1:M 19 Feb 2024 17:16:32.646 * Background saving started by pid 63
rinha_redis | 63:C 19 Feb 2024 17:16:32.661 * DB saved on disk
rinha_redis | 63:C 19 Feb 2024 17:16:32.662 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
rinha_redis | 1:M 19 Feb 2024 17:16:32.746 * Background saving terminated with success
rinha_postgres | 2024-02-19 17:16:32.862 UTC [121] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:16:42.922 UTC [128] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:16:52.981 UTC [136] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:17:03.042 UTC [143] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:17:13.093 UTC [150] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:17:23.151 UTC [158] FATAL: role "root" does not exist
rinha_redis | 1:M 19 Feb 2024 17:17:33.026 * 10000 changes in 60 seconds. Saving...
rinha_redis | 1:M 19 Feb 2024 17:17:33.026 * Background saving started by pid 101
rinha_redis | 101:C 19 Feb 2024 17:17:33.035 * DB saved on disk
rinha_redis | 101:C 19 Feb 2024 17:17:33.036 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
rinha_redis | 1:M 19 Feb 2024 17:17:33.126 * Background saving terminated with success
rinha_postgres | 2024-02-19 17:17:33.227 UTC [165] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:17:43.281 UTC [172] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:17:53.338 UTC [180] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:18:03.409 UTC [187] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:18:13.466 UTC [194] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:18:23.527 UTC [202] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:18:33.579 UTC [209] FATAL: role "root" does not exist
rinha_redis | 1:M 19 Feb 2024 17:18:34.115 * 10000 changes in 60 seconds. Saving...
rinha_redis | 1:M 19 Feb 2024 17:18:34.115 * Background saving started by pid 138
rinha_redis | 138:C 19 Feb 2024 17:18:34.125 * DB saved on disk
rinha_redis | 138:C 19 Feb 2024 17:18:34.126 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
rinha_redis | 1:M 19 Feb 2024 17:18:34.216 * Background saving terminated with success
rinha_postgres | 2024-02-19 17:18:43.639 UTC [216] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:18:53.697 UTC [224] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:19:03.763 UTC [231] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:19:13.819 UTC [238] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:19:23.875 UTC [246] FATAL: role "root" does not exist
rinha_postgres | 2024-02-19 17:19:33.932 UTC [253] FATAL: role "root" does not exist
rinha_redis | 1:M 19 Feb 2024 17:19:35.032 * 10000 changes in 60 seconds. Saving...
rinha_redis | 1:M 19 Feb 2024 17:19:35.032 * Background saving started by pid 175
rinha_redis | 175:C 19 Feb 2024 17:19:35.040 * DB saved on disk
rinha_redis | 175:C 19 Feb 2024 17:19:35.040 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
rinha_redis | 1:M 19 Feb 2024 17:19:35.132 * Background saving terminated with success
rinha_nginx exited with code 0
rinha_nginx exited with code 0
rinha_api-01 exited with code 0
rinha_api-01 exited with code 2
rinha_api-02 exited with code 0
rinha_api-02 exited with code 2
rinha_postgres | 2024-02-19 17:19:38.198 UTC [1] LOG: received fast shutdown request
rinha_redis | 1:signal-handler (1708363178) Received SIGTERM scheduling shutdown...
rinha_postgres | 2024-02-19 17:19:38.209 UTC [1] LOG: aborting any active transactions
rinha_postgres | 2024-02-19 17:19:38.212 UTC [1] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1
rinha_postgres | 2024-02-19 17:19:38.213 UTC [50] LOG: shutting down
rinha_postgres | 2024-02-19 17:19:38.220 UTC [50] LOG: checkpoint starting: shutdown immediate
rinha_redis | 1:M 19 Feb 2024 17:19:38.241 * User requested shutdown...
rinha_redis | 1:M 19 Feb 2024 17:19:38.241 * Saving the final RDB snapshot before exiting.
rinha_redis | 1:M 19 Feb 2024 17:19:38.513 * DB saved on disk
rinha_redis | 1:M 19 Feb 2024 17:19:38.513 # Redis is now ready to exit, bye bye...
rinha_postgres | 2024-02-19 17:19:38.542 UTC [50] LOG: checkpoint complete: wrote 962 buffers (5.9%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.169 s, sync=0.131 s, total=0.330 s; sync files=51, longest=0.114 s, average=0.003 s; distance=24236 kB, estimate=24236 kB; lsn=0/2CED618, redo lsn=0/2CED618
rinha_postgres | 2024-02-19 17:19:38.547 UTC [1] LOG: database system is shut down
rinha_redis exited with code 0
rinha_redis exited with code 0
rinha_postgres exited with code 0