forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.logs
67 lines (67 loc) · 4.67 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
Container api01 Creating
Container api01 Created
Container api02 Creating
Container api02 Created
Container nginx Creating
Container nginx Created
Attaching to api01, api02, nginx
nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
api01 |
api01 | 22:16:14.717 [info] Running RinhaWeb.Router with Bandit 1.2.2 at 0.0.0.0:4000 (http)
nginx | 2024/03/06 22:16:17 [error] 29#29: *1 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://0.0.0.0:4000/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/06 22:16:17 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://0.0.0.0:4001/clientes/1/extrato", host: "localhost:9999"
api01 |
api01 | 22:16:17.361 [error] GenServer #PID<0.1576.0> terminating
api01 | ** (stop) {:aborted, {:no_exists, [:account, 1]}}
api01 | (mnesia 4.21.4.2) mnesia.erl:362: :mnesia.abort/1
api01 | (rinha 0.1.0) lib/rinha/accounts.ex:20: Rinha.Accounts.get_account/1
api01 | (rinha 0.1.0) lib/rinha_web/router.ex:39: anonymous fn/2 in RinhaWeb.Router.do_match/4
api01 | (rinha 0.1.0) deps/plug/lib/plug/router.ex:246: anonymous fn/4 in RinhaWeb.Router.dispatch/2
api01 | (telemetry 1.2.1) /app/deps/telemetry/src/telemetry.erl:321: :telemetry.span/3
api01 | (rinha 0.1.0) deps/plug/lib/plug/router.ex:242: RinhaWeb.Router.dispatch/2
api01 | (rinha 0.1.0) lib/rinha_web/router.ex:1: RinhaWeb.Router.plug_builder_call/2
api01 | (bandit 1.2.2) lib/bandit/pipeline.ex:103: Bandit.Pipeline.call_plug/2
api01 | Last message: {:continue, :handle_connection}
api01 |
api01 | 22:16:17.764 [info] [libcluster:gossip] connected to :api02@localhost
api01 |
api01 | 22:16:17.765 [notice] Application mnesia exited: :stopped
api02 |
api02 | 22:16:17.765 [notice] Application mnesia exited: :stopped
api02 |
api02 | 22:16:17.766 [info] Running RinhaWeb.Router with Bandit 1.2.2 at 0.0.0.0:4001 (http)
api01 |
api01 | 22:16:17.779 [info] schema has been created
api01 |
api01 | 22:16:17.965 [info] global: Name conflict terminating {Rinha.NodeMonitor, #PID<37024.1579.0>}
api01 |
api01 |
api01 | 22:16:18.103 [info] accounts table has been created
api01 |
api01 | 22:16:18.103 [info] tables have been cleared
api01 |
api01 | 22:16:18.104 [info] Seeds successfully executed
nginx | 2024/03/06 22:16:19 [error] 29#29: *4 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/06 22:16:21 [error] 29#29: *5 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/06 22:16:23 [error] 29#29: *6 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/06 22:16:25 [error] 29#29: *7 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/06 22:16:27 [error] 29#29: *8 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx exited with code 0
nginx exited with code 0
api02 |
api02 | 22:20:41.892 [notice] SIGTERM received - shutting down
api02 |
api02 exited with code 0
api02 exited with code 0
api01 |
api01 | 22:20:43.151 [notice] SIGTERM received - shutting down
api01 |
api01 exited with code 0