Skip to content

Instantly share code, notes, and snippets.

@rebelweb
Created April 3, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebelweb/5e6dfe34ec3e8dbb8f02c0755991ef11 to your computer and use it in GitHub Desktop.
Save rebelweb/5e6dfe34ec3e8dbb8f02c0755991ef11 to your computer and use it in GitHub Desktop.
Docker Compose Restart Log
compose.config.config.find: Using configuration files: ./docker-compose.yml
docker.utils.config.find_config_file: Trying paths: ['/Users/rcondron/.docker/config.json', '/Users/rcondron/.dockercfg']
docker.utils.config.find_config_file: Found file at path: /Users/rcondron/.docker/config.json
docker.auth.load_config: Found 'auths' section
docker.auth.parse_auth: Auth data for 756117185280.dkr.ecr.us-west-2.amazonaws.com is absent. Client might be using a credentials store instead.
docker.auth.parse_auth: Auth data for https://756117185280.dkr.ecr.us-west-2.amazonaws.com is absent. Client might be using a credentials store instead.
docker.auth.parse_auth: Auth data for https://registry.gitlab.com is absent. Client might be using a credentials store instead.
docker.auth.parse_auth: Auth data for registry.gitlab.com is absent. Client might be using a credentials store instead.
docker.auth.load_config: Found 'credsStore' section
urllib3.connectionpool._new_conn: Starting new HTTPS connection (1): 192.168.99.100
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/version HTTP/1.1" 200 543
compose.cli.command.get_client: docker-compose version 1.20.1, build 5d8c71b
docker-py version: 3.1.4
CPython version: 3.6.4
OpenSSL version: OpenSSL 1.0.2n 7 Dec 2017
compose.cli.command.get_client: Docker base_url: https://192.168.99.100:2376
compose.cli.command.get_client: Docker version: Platform={'Name': ''}, Components=[{'Name': 'Engine', 'Version': '18.03.0-ce', 'Details': {'ApiVersion': '1.37', 'Arch': 'amd64', 'BuildTime': '2018-03-21T23:14:54.000000000+00:00', 'Experimental': 'false', 'GitCommit': '0520e24', 'GoVersion': 'go1.9.4', 'KernelVersion': '4.9.89-boot2docker', 'MinAPIVersion': '1.12', 'Os': 'linux'}}], Version=18.03.0-ce, ApiVersion=1.37, MinAPIVersion=1.12, GitCommit=0520e24, GoVersion=go1.9.4, Os=linux, Arch=amd64, KernelVersion=4.9.89-boot2docker, BuildTime=2018-03-21T23:14:54.000000000+00:00
compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=jjventures', 'com.docker.compose.oneoff=False']})
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/json?limit=-1&all=1&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Djjventures%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 12 items)
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('4bffa9d5910e7e697ca0614feeaa9019501aef4e4097a7719aaeb245f64dede5')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/4bffa9d5910e7e697ca0614feeaa9019501aef4e4097a7719aaeb245f64dede5/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': ['-g', 'daemon off;'],
'Config': {'ArgsEscaped': True,
'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['nginx', '-g', 'daemon off;'],
'Domainname': '',
'Entrypoint': None,
'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('8d616875918e4053b8cc64b2be9d539cfbfcc172787b85c14f453da86661807e')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/8d616875918e4053b8cc64b2be9d539cfbfcc172787b85c14f453da86661807e/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/server.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('4dca1749f4b57d895bbbebed0fefab1ea98cc3e929e7c621afa8c4c310c0f57e')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/4dca1749f4b57d895bbbebed0fefab1ea98cc3e929e7c621afa8c4c310c0f57e/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/server.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('e5c15ae3b6bb50f71570a2869e83d2c5eea58c3eb0cd9539463a25fa5fb7f134')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/e5c15ae3b6bb50f71570a2869e83d2c5eea58c3eb0cd9539463a25fa5fb7f134/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/server.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('730011643b4f5a4be6a4b3641bcd4437784354c663f34e0790e0189e7d2d419f')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/730011643b4f5a4be6a4b3641bcd4437784354c663f34e0790e0189e7d2d419f/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/server.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('2c4f3c5347ed8d373d734b2712fdfbe271deca428f4e6ee5ea1f72abb088f4c5')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/2c4f3c5347ed8d373d734b2712fdfbe271deca428f4e6ee5ea1f72abb088f4c5/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/sidekiq.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('bd68c88c23b11d27964cac7c45b6614d720c1b234450b34306f355bec3c0c6e7')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/bd68c88c23b11d27964cac7c45b6614d720c1b234450b34306f355bec3c0c6e7/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/sidekiq.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('d8c11b55096b8e4e8cd93971e3a952fefc04b3900af665b717f3f385997d993c')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/d8c11b55096b8e4e8cd93971e3a952fefc04b3900af665b717f3f385997d993c/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/server.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.32',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('15a0a3fec5c65a62162fd6be69019502a5fa486b01e18e4d51ae55356c34993c')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/15a0a3fec5c65a62162fd6be69019502a5fa486b01e18e4d51ae55356c34993c/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/sidekiq.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('8ca6de4b8dc27c1f391f7409e2c60f4e831c02a03278670530606fcf63577c9f')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/8ca6de4b8dc27c1f391f7409e2c60f4e831c02a03278670530606fcf63577c9f/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/sidekiq.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.32',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('4c43cadea73c6beb88334109370b0b7bb27c1a14342fa1436f1eb52857c4f544')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/4c43cadea73c6beb88334109370b0b7bb27c1a14342fa1436f1eb52857c4f544/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': [],
'Config': {'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['/app/bin/docker/sidekiq.sh'],
'Domainname': '',
'Entrypoint': None,
'Env': ['DB_HOST=192.168.0.49',
'DB_USER=sa',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('b00db041ab42a1c3e4b8c73fe483718b607c02ca6d5a31f4ae9578cbb7d48242')
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "GET /v1.25/containers/b00db041ab42a1c3e4b8c73fe483718b607c02ca6d5a31f4ae9578cbb7d48242/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '',
'Args': ['redis-server'],
'Config': {'ArgsEscaped': True,
'AttachStderr': False,
'AttachStdin': False,
'AttachStdout': False,
'Cmd': ['redis-server'],
'Domainname': '',
'Entrypoint': ['docker-entrypoint.sh'],
'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
...
Restarting nginx ...
Restarting gaming_cn_web ...
Restarting atm_solns_web ...
Restarting il_gaming_web ...
Restarting amusement_web ...
Restarting atm_solns_sidekiq ...
Restarting amusement_sidekiq ...
Restarting mo_gaming_web ...
Restarting gaming_cn_sidekiq ...
Restarting mo_gaming_sidekiq ...
Restarting il_gaming_sidekiq ...
Restarting redis ...
compose.parallel.feed_queue: Pending: {<Container: il_gaming_sidekiq (4c43ca)>, <Container: atm_solns_web (4dca17)>, <Container: gaming_cn_web (8d6168)>, <Container: amusement_sidekiq (bd68c8)>, <Container: nginx (4bffa9)>, <Container: gaming_cn_sidekiq (15a0a3)>, <Container: mo_gaming_sidekiq (8ca6de)>, <Container: mo_gaming_web (d8c11b)>, <Container: il_gaming_web (e5c15a)>, <Container: amusement_web (730011)>, <Container: atm_solns_sidekiq (2c4f3c)>, <Container: redis (b00db0)>}
compose.parallel.feed_queue: Starting producer thread for <Container: il_gaming_sidekiq (4c43ca)>
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('4c43cadea73c6beb88334109370b0b7bb27c1a14342fa1436f1eb52857c4f544', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: atm_solns_web (4dca17)>
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('4dca1749f4b57d895bbbebed0fefab1ea98cc3e929e7c621afa8c4c310c0f57e', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: gaming_cn_web (8d6168)>
urllib3.connectionpool._new_conn: Starting new HTTPS connection (2): 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('8d616875918e4053b8cc64b2be9d539cfbfcc172787b85c14f453da86661807e', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: amusement_sidekiq (bd68c8)>
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('bd68c88c23b11d27964cac7c45b6614d720c1b234450b34306f355bec3c0c6e7', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: nginx (4bffa9)>
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('4bffa9d5910e7e697ca0614feeaa9019501aef4e4097a7719aaeb245f64dede5', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: gaming_cn_sidekiq (15a0a3)>
urllib3.connectionpool._new_conn: Starting new HTTPS connection (3): 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('15a0a3fec5c65a62162fd6be69019502a5fa486b01e18e4d51ae55356c34993c', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: mo_gaming_sidekiq (8ca6de)>
urllib3.connectionpool._new_conn: Starting new HTTPS connection (4): 192.168.99.100
urllib3.connectionpool._new_conn: Starting new HTTPS connection (5): 192.168.99.100
urllib3.connectionpool._new_conn: Starting new HTTPS connection (6): 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('8ca6de4b8dc27c1f391f7409e2c60f4e831c02a03278670530606fcf63577c9f', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: mo_gaming_web (d8c11b)>
urllib3.connectionpool._new_conn: Starting new HTTPS connection (7): 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('d8c11b55096b8e4e8cd93971e3a952fefc04b3900af665b717f3f385997d993c', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: il_gaming_web (e5c15a)>
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('e5c15ae3b6bb50f71570a2869e83d2c5eea58c3eb0cd9539463a25fa5fb7f134', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: amusement_web (730011)>
urllib3.connectionpool._new_conn: Starting new HTTPS connection (8): 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('730011643b4f5a4be6a4b3641bcd4437784354c663f34e0790e0189e7d2d419f', timeout=10)
urllib3.connectionpool._new_conn: Starting new HTTPS connection (9): 192.168.99.100
compose.parallel.feed_queue: Starting producer thread for <Container: atm_solns_sidekiq (2c4f3c)>
urllib3.connectionpool._new_conn: Starting new HTTPS connection (10): 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('2c4f3c5347ed8d373d734b2712fdfbe271deca428f4e6ee5ea1f72abb088f4c5', timeout=10)
compose.parallel.feed_queue: Starting producer thread for <Container: redis (b00db0)>
compose.cli.verbose_proxy.proxy_callable: docker restart <- ('b00db041ab42a1c3e4b8c73fe483718b607c02ca6d5a31f4ae9578cbb7d48242', timeout=10)
urllib3.connectionpool._new_conn: Starting new HTTPS connection (11): 192.168.99.100
urllib3.connectionpool._new_conn: Starting new HTTPS connection (12): 192.168.99.100
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
Restarting nginx ... done
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/b00db041ab42a1c3e4b8c73fe483718b607c02ca6d5a31f4ae9578cbb7d48242/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
Restarting redis ... done
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/4bffa9d5910e7e697ca0614feeaa9019501aef4e4097a7719aaeb245f64dede5/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
compose.parallel.parallel_execute_iter: Finished processing: <Container: nginx (4bffa9)>
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
Restarting gaming_cn_web ... done
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/8d616875918e4053b8cc64b2be9d539cfbfcc172787b85c14f453da86661807e/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
compose.parallel.parallel_execute_iter: Finished processing: <Container: gaming_cn_web (8d6168)>
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
Restarting mo_gaming_web ... done
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/d8c11b55096b8e4e8cd93971e3a952fefc04b3900af665b717f3f385997d993c/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
compose.parallel.parallel_execute_iter: Finished processing: <Container: mo_gaming_web (d8c11b)>
compose.parallel.feed_queue: Pending: set()
Restarting atm_solns_web ... done
compose.parallel.feed_queue: Pending: set()
Restarting gaming_cn_sidekiq ... done
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/15a0a3fec5c65a62162fd6be69019502a5fa486b01e18e4d51ae55356c34993c/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
Restarting il_gaming_web ... done
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/4dca1749f4b57d895bbbebed0fefab1ea98cc3e929e7c621afa8c4c310c0f57e/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
compose.parallel.parallel_execute_iter: Finished processing: <Container: atm_solns_web (4dca17)>
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/e5c15ae3b6bb50f71570a2869e83d2c5eea58c3eb0cd9539463a25fa5fb7f134/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
Restarting amusement_sidekiq ... done
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/bd68c88c23b11d27964cac7c45b6614d720c1b234450b34306f355bec3c0c6e7/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
compose.parallel.parallel_execute_iter: Finished processing: <Container: amusement_sidekiq (bd68c8)>
Restarting atm_solns_sidekiq ... done
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/2c4f3c5347ed8d373d734b2712fdfbe271deca428f4e6ee5ea1f72abb088f4c5/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/8ca6de4b8dc27c1f391f7409e2c60f4e831c02a03278670530606fcf63577c9f/restart?t=10 HTTP/1.1" 204 0
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
Restarting amusement_web ... done
compose.parallel.feed_queue: Pending: set()
compose.parallel.parallel_execute_iter: Finished processing: <Container: mo_gaming_sidekiq (8ca6de)>
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/730011643b4f5a4be6a4b3641bcd4437784354c663f34e0790e0189e7d2d419f/restart?t=10 HTTP/1.1" 204 0
WARNING: urllib3.connectionpool._put_conn: Connection pool is full, discarding connection: 192.168.99.100
compose.cli.verbose_proxy.proxy_callable: docker restart -> None
compose.parallel.parallel_execute_iter: Finished processing: <Container: amusement_web (730011)>
compose.parallel.feed_queue: Pending: set()
urllib3.connectionpool._make_request: https://192.168.99.100:2376 "POST /v1.25/containers/4c43cadea73c6beb88334109370b0b7bb27c1a14342fa1436f1eb52857c4f544/restart?t=10 HTTP/1.1" 204 0
WARNING: urllib3.connectionpool._put_conn: Connection pool is full, discarding connection: 192.168.99.100
Restarting il_gaming_sidekiq ... done
compose.parallel.parallel_execute_iter: Finished processing: <Container: il_gaming_sidekiq (4c43ca)>
compose.parallel.feed_queue: Pending: set()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment