forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.logs
108 lines (108 loc) · 7.36 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
Network garnizeh_default Creating
Network garnizeh_default Created
Container rinha_db Creating
Container rinha_db Created
Container rinha_api_2 Creating
Container rinha_api_1 Creating
Container rinha_api_1 Created
Container rinha_api_2 Created
Container rinha_proxy Creating
Container rinha_proxy Created
Attaching to rinha_api_1, rinha_api_2, rinha_db, rinha_proxy
rinha_db | ********************************************************************************
rinha_db | WARNING: POSTGRES_HOST_AUTH_METHOD has been set to "trust". This will allow
rinha_db | anyone with access to the Postgres port to access your database without
rinha_db | a password, even if POSTGRES_PASSWORD is set. See PostgreSQL
rinha_db | documentation about "trust":
rinha_db | https://www.postgresql.org/docs/current/auth-trust.html
rinha_db | In Docker's default configuration, this is effectively any other
rinha_db | container on the same system.
rinha_db |
rinha_db | It is not recommended to use POSTGRES_HOST_AUTH_METHOD=trust. Replace
rinha_db | it with "-e POSTGRES_PASSWORD=password" instead to set a password in
rinha_db | "docker run".
rinha_db | ********************************************************************************
rinha_db | The files belonging to this database system will be owned by user "postgres".
rinha_db | This user must also own the server process.
rinha_db |
rinha_db | The database cluster will be initialized with locale "en_US.utf8".
rinha_db | The default database encoding has accordingly been set to "UTF8".
rinha_db | The default text search configuration will be set to "english".
rinha_db |
rinha_db | Data page checksums are disabled.
rinha_db |
rinha_db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
rinha_db | creating subdirectories ... ok
rinha_db | selecting dynamic shared memory implementation ... posix
rinha_db | selecting default max_connections ... 100
rinha_db | selecting default shared_buffers ... 128MB
rinha_db | selecting default time zone ... UTC
rinha_db | creating configuration files ... ok
rinha_db | running bootstrap script ... ok
rinha_db | sh: locale: not found
rinha_db | 2024-03-07 13:51:20.027 UTC [31] WARNING: no usable system locales were found
rinha_proxy | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
rinha_proxy | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
rinha_proxy | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
rinha_proxy | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
rinha_proxy | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
rinha_proxy | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
rinha_proxy | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
rinha_proxy | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
rinha_proxy | /docker-entrypoint.sh: Configuration complete; ready for start up
rinha_db | performing post-bootstrap initialization ... ok
rinha_db | initdb: warning: enabling "trust" authentication for local connections
rinha_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.
rinha_db | syncing data to disk ... ok
rinha_db |
rinha_db |
rinha_db | Success. You can now start the database server using:
rinha_db |
rinha_db | pg_ctl -D /var/lib/postgresql/data -l logfile start
rinha_db |
rinha_db | waiting for server to start....2024-03-07 13:51:21.952 UTC [37] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
rinha_db | 2024-03-07 13:51:21.952 UTC [37] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha_db | 2024-03-07 13:51:21.953 UTC [40] LOG: database system was shut down at 2024-03-07 13:51:20 UTC
rinha_db | 2024-03-07 13:51:21.956 UTC [37] LOG: database system is ready to accept connections
rinha_db | done
rinha_db | server started
rinha_db |
rinha_db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
rinha_db | CREATE TABLE
rinha_db | CREATE TABLE
rinha_db | CREATE INDEX
rinha_db | DO
rinha_db |
rinha_db |
rinha_db | waiting for server to shut down....2024-03-07 13:51:22.064 UTC [37] LOG: received fast shutdown request
rinha_db | 2024-03-07 13:51:22.064 UTC [37] LOG: aborting any active transactions
rinha_db | 2024-03-07 13:51:22.067 UTC [37] LOG: background worker "logical replication launcher" (PID 43) exited with exit code 1
rinha_db | 2024-03-07 13:51:22.067 UTC [38] LOG: shutting down
rinha_db | 2024-03-07 13:51:22.067 UTC [38] LOG: checkpoint starting: shutdown immediate
rinha_db | 2024-03-07 13:51:22.068 UTC [38] LOG: checkpoint complete: wrote 68 buffers (0.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.002 s; sync files=0, longest=0.000 s, average=0.000 s; distance=34 kB, estimate=34 kB; lsn=0/14F8C58, redo lsn=0/14F8C58
rinha_db | 2024-03-07 13:51:22.072 UTC [37] LOG: database system is shut down
rinha_db | done
rinha_db | server stopped
rinha_db |
rinha_db | PostgreSQL init process complete; ready for start up.
rinha_db |
rinha_db | 2024-03-07 13:51:22.180 UTC [1] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
rinha_db | 2024-03-07 13:51:22.180 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha_db | 2024-03-07 13:51:22.180 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha_db | 2024-03-07 13:51:22.180 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha_db | 2024-03-07 13:51:22.182 UTC [53] LOG: database system was shut down at 2024-03-07 13:51:22 UTC
rinha_db | 2024-03-07 13:51:22.184 UTC [1] LOG: database system is ready to accept connections
rinha_proxy exited with code 0
rinha_proxy exited with code 0
rinha_api_1 exited with code 0
rinha_api_1 exited with code 143
rinha_api_2 exited with code 0
rinha_api_2 exited with code 143
rinha_db | 2024-03-07 13:55:36.895 UTC [1] LOG: received fast shutdown request
rinha_db | 2024-03-07 13:55:36.895 UTC [1] LOG: aborting any active transactions
rinha_db | 2024-03-07 13:55:36.897 UTC [1] LOG: background worker "logical replication launcher" (PID 56) exited with exit code 1
rinha_db | 2024-03-07 13:55:36.899 UTC [51] LOG: shutting down
rinha_db | 2024-03-07 13:55:36.899 UTC [51] LOG: checkpoint starting: shutdown immediate
rinha_db | 2024-03-07 13:55:36.902 UTC [51] LOG: checkpoint complete: wrote 663 buffers (2.6%); 0 WAL file(s) added, 0 removed, 0 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=2465 kB, estimate=2465 kB; lsn=0/1761418, redo lsn=0/1761418
rinha_db | 2024-03-07 13:55:36.906 UTC [1] LOG: database system is shut down
rinha_db exited with code 0