-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
53 lines (53 loc) · 3.52 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
Network lubien-phoenixqlite_erlcluster Creating
Network lubien-phoenixqlite_erlcluster Created
Container lubien-phoenixqlite-rinha1-1 Creating
Container lubien-phoenixqlite-rinha2-1 Creating
Container lubien-phoenixqlite-rinha2-1 Created
Container lubien-phoenixqlite-rinha1-1 Created
Container lubien-phoenixqlite-nginx-1 Creating
Container lubien-phoenixqlite-nginx-1 Created
Attaching to nginx-1, rinha1-1, rinha2-1
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
rinha1-1 | 10:39:32.030 [info] Running BackendFightWeb.Endpoint with Bandit 1.2.0 at :::3000 (http)
rinha1-1 | 10:39:32.030 [info] Access BackendFightWeb.Endpoint at https://example.com
rinha1-1 | 10:39:32.148 [info] == Running 20240205214236 BackendFight.Repo.Migrations.CreateCustomers.change/0 forward
rinha1-1 | 10:39:32.148 [info] create table customers
rinha1-1 | 10:39:32.148 [info] == Migrated 20240205214236 in 0.0s
rinha1-1 | 10:39:32.149 [info] == Running 20240205220827 BackendFight.Repo.Migrations.CreateTransactions.change/0 forward
rinha1-1 | 10:39:32.149 [info] create table transactions
rinha1-1 | 10:39:32.149 [info] create index transactions_customer_id_index
rinha1-1 | 10:39:32.150 [info] == Migrated 20240205220827 in 0.0s
rinha1-1 | 10:39:32.151 [info] == Running 20240209173339 BackendFight.Repo.Migrations.AddCustomerBalance.change/0 forward
rinha1-1 | 10:39:32.151 [info] alter table customers
rinha1-1 | 10:39:32.151 [info] == Migrated 20240209173339 in 0.0s
rinha1-1 | 10:39:32.152 [info] == Running 20240209182352 BackendFight.Repo.Migrations.AddTransactionTrigger.up/0 forward
rinha1-1 | 10:39:32.152 [info] == Migrated 20240209182352 in 0.0s
rinha1-1 | 10:39:32.153 [info] == Running 20240210201123 BackendFight.Repo.Migrations.RunSeeds.up/0 forward
rinha1-1 | 10:39:32.154 [info] == Migrated 20240210201123 in 0.0s
rinha2-1 | 10:39:34.421 [info] Discovered node :"[email protected]" in region primary
rinha1-1 | 10:39:34.421 [info] Discovered node :"[email protected]" in region replica
rinha2-1 | 10:39:34.422 [info] Running BackendFightWeb.Endpoint with Bandit 1.2.0 at :::3000 (http)
rinha2-1 | 10:39:34.423 [info] Access BackendFightWeb.Endpoint at https://example.com
rinha1-1 | 10:39:34.586 [info] ❌ CACHE MISS
rinha1-1 | 10:39:43.929 [info] ❌ CACHE MISS
rinha1-1 | 10:39:43.933 [info] ❌ CACHE MISS
rinha1-1 | 10:39:43.934 [info] ❌ CACHE MISS
rinha1-1 | 10:39:43.935 [info] ❌ CACHE MISS
rinha1-1 | 10:39:43.937 [info] ❌ CACHE MISS
nginx-1 exited with code 0
nginx-1 exited with code 0
rinha2-1 | 10:43:47.972 [notice] SIGTERM received - shutting down
rinha2-1 |
rinha1-1 | 10:43:47.976 [notice] SIGTERM received - shutting down
rinha1-1 |
rinha2-1 exited with code 0
rinha2-1 exited with code 0
rinha1-1 exited with code 0