-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
124 lines (124 loc) · 7.96 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
Container rinha-db Creating
db Published ports are discarded when using host network mode
Container rinha-db Created
Container rinha-api-01 Creating
Container rinha-api-02 Creating
Container rinha-api-02 Created
Container rinha-api-01 Created
Container rinha-nginx Creating
nginx Published ports are discarded when using host network mode
Container rinha-nginx Created
Attaching to rinha-api-01, rinha-api-02, rinha-db, rinha-nginx
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-api-01 | Rinha Backend 2024 Q1
rinha-api-01 | Build configuration: Release
rinha-api-01 | Async Methods: True
rinha-api-01 | Use Problem Details Exception Handler: False
rinha-api-01 | ------------------------------------------------------------
rinha-api-02 | Rinha Backend 2024 Q1
rinha-api-02 | Build configuration: Release
rinha-api-02 | Async Methods: True
rinha-api-02 | Use Problem Details Exception Handler: False
rinha-api-02 | ------------------------------------------------------------
rinha-api-01 | Warming Up app
rinha-api-02 | Warming Up app
rinha-api-01 | Error [1]: Failed to connect to 127.0.0.1:5433
rinha-api-02 | Error [1]: Failed to connect to 127.0.0.1:5433
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-db | running bootstrap script ... ok
rinha-db | sh: locale: not found
rinha-db | 2024-02-21 23:34:53.618 UTC [30] WARNING: no usable system locales were found
rinha-db | performing post-bootstrap initialization ... ok
rinha-api-02 | Error [2]: Failed to connect to 127.0.0.1:5433
rinha-api-01 | Error [2]: Failed to connect to 127.0.0.1:5433
rinha-api-02 | Error [3]: Failed to connect to 127.0.0.1:5433
rinha-api-01 | Error [3]: Failed to connect to 127.0.0.1:5433
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-02-21 23:34:55.869 UTC [36] 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-02-21 23:34:55.872 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-db | 2024-02-21 23:34:55.882 UTC [39] LOG: database system was shut down at 2024-02-21 23:34:54 UTC
rinha-db | 2024-02-21 23:34:55.894 UTC [36] LOG: database system is ready to accept connections
rinha-db | done
rinha-db | server started
rinha-db | CREATE DATABASE
rinha-db |
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 | INSERT 0 5
rinha-db | CREATE TYPE
rinha-db | CREATE FUNCTION
rinha-db | CREATE FUNCTION
rinha-db |
rinha-db |
rinha-db | waiting for server to shut down....2024-02-21 23:34:56.054 UTC [36] LOG: received fast shutdown request
rinha-db | 2024-02-21 23:34:56.058 UTC [36] LOG: aborting any active transactions
rinha-db | 2024-02-21 23:34:56.061 UTC [36] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
rinha-db | 2024-02-21 23:34:56.061 UTC [37] LOG: shutting down
rinha-db | 2024-02-21 23:34:56.064 UTC [37] LOG: checkpoint starting: shutdown immediate
rinha-api-02 | Error [4]: Failed to connect to 127.0.0.1:5433
rinha-api-01 | Error [4]: Failed to connect to 127.0.0.1:5433
rinha-db | 2024-02-21 23:34:56.586 UTC [37] LOG: checkpoint complete: wrote 938 buffers (2.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.218 s, sync=0.292 s, total=0.525 s; sync files=313, longest=0.207 s, average=0.001 s; distance=4304 kB, estimate=4304 kB; lsn=0/1924788, redo lsn=0/1924788
rinha-db | 2024-02-21 23:34:56.613 UTC [36] 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-02-21 23:34:56.771 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-02-21 23:34:56.771 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5433
rinha-db | 2024-02-21 23:34:56.771 UTC [1] LOG: listening on IPv6 address "::", port 5433
rinha-db | 2024-02-21 23:34:56.777 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5433"
rinha-db | 2024-02-21 23:34:56.784 UTC [54] LOG: database system was shut down at 2024-02-21 23:34:56 UTC
rinha-db | 2024-02-21 23:34:56.791 UTC [1] LOG: database system is ready to accept connections
rinha-api-02 | Warn Up OK
rinha-api-02 | ------------------------------------------------------------
rinha-api-01 | Warn Up OK
rinha-api-01 | ------------------------------------------------------------
rinha-nginx exited with code 0
rinha-nginx exited with code 0
rinha-api-02 exited with code 0
rinha-api-02 exited with code 0
rinha-api-01 exited with code 0
rinha-api-01 exited with code 0
rinha-db | 2024-02-21 23:39:10.867 UTC [1] LOG: received fast shutdown request
rinha-db | 2024-02-21 23:39:10.870 UTC [1] LOG: aborting any active transactions
rinha-db | 2024-02-21 23:39:10.873 UTC [1] LOG: background worker "logical replication launcher" (PID 57) exited with exit code 1
rinha-db | 2024-02-21 23:39:10.873 UTC [52] LOG: shutting down
rinha-db | 2024-02-21 23:39:10.877 UTC [52] LOG: checkpoint starting: shutdown immediate
rinha-db | 2024-02-21 23:39:11.037 UTC [52] LOG: checkpoint complete: wrote 927 buffers (2.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.011 s, sync=0.104 s, total=0.164 s; sync files=30, longest=0.099 s, average=0.004 s; distance=2103 kB, estimate=2103 kB; lsn=0/1B324B8, redo lsn=0/1B324B8
rinha-db | 2024-02-21 23:39:11.063 UTC [1] LOG: database system is shut down
rinha-db exited with code 0