Skip to content

Instantly share code, notes, and snippets.

@thuitaw
Created March 26, 2018 16:18
Show Gist options
  • Save thuitaw/c2a4c02a840d5f3ee081ba4ba4bb5a8d to your computer and use it in GitHub Desktop.
Save thuitaw/c2a4c02a840d5f3ee081ba4ba4bb5a8d to your computer and use it in GitHub Desktop.
ansible-container build output
2018-03-26T19:16:26.171645 The default type is [container.config] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/config.py caller_func=_resolve_defaults caller_line=189 config=<class 'ruamel.yaml.comments.CommentedMap'> defaults=<class 'container.utils.ordereddict.WrappedOrderedDict'>
2018-03-26T19:16:26.172807 Getting environment variables... [container.config] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/config.py caller_func=_get_environment_variables caller_line=205
2018-03-26T19:16:26.174001 Read environment variables [container.config] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/config.py caller_func=_get_environment_variables caller_line=210 env_vars={}
2018-03-26T19:16:26.174927 Resolved template variables [container.config] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/config.py caller_func=_resolve_defaults caller_line=194 template_vars={"REACT_APP_GRAPHQL_URL": "http://localhost:8000/graphql", "REACT_APP_CORS_URL": "http://localhost:1337/", "REACT_APP_BRAVE_FILE_UPLOAD": "staging.api.braveventurelabs.com/api/v1/file/upload", "REACT_APP_JD_KEYWORD_URL": "http://localhost:1337/138.68.129.172:8000/hard_skill?link=", "REACT_APP_PORT": 8000, "APP_ROOT": "/app", "REACT_APP_USER": "react"}
2018-03-26T19:16:26.175936 Parsed config [container.config] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/config.py caller_func=set_env caller_line=148 config={"version": "2", "settings": {"conductor": {"base": "debian:jessie", "volumes": ["${PWD}/temp-space:/tmp"]}, "pwd": "/Users/thuita/Projects/brave-labs/server-configuration"}, "defaults": {"REACT_APP_GRAPHQL_URL": "http://localhost:8000/graphql", "REACT_APP_CORS_URL": "http://localhost:1337/", "REACT_APP_BRAVE_FILE_UPLOAD": "staging.api.braveventurelabs.com/api/v1/file/upload", "REACT_APP_JD_KEYWORD_URL": "http://localhost:1337/138.68.129.172:8000/hard_skill?link=", "REACT_APP_PORT": 8000, "APP_ROOT": "/app", "REACT_APP_USER": "react"}, "services": {"careers": {"from": "debian:jessie", "roles": [{"role": "careers", "nodejs_install_npm_user": "root"}], "environment": {"GRAPHQL_URL": "{{ REACT_APP_GRAPHQL_URL }}", "UPLOAD_URL": "{{ REACT_APP_BRAVE_FILE_UPLOAD }}"}, "expose": ["{{ REACT_APP_PORT }}"], "working_dir": "{{ APP_ROOT }}", "user": "{{ REACT_APP_USER }}", "entrypoint": "/usr/bin/dumb-init", "ports": ["8000:8000"]}, "admin": {"from": "debian:jessie", "roles": [{"role": "admin", "nodejs_install_npm_user": "root"}], "environment": {"GRAPHQL_URL": "{{ REACT_APP_GRAPHQL_URL }}", "UPLOAD_URL": "{{ REACT_APP_BRAVE_FILE_UPLOAD }}"}, "expose": ["{{ REACT_APP_PORT }}"], "working_dir": "{{ APP_ROOT }}", "user": "{{ REACT_APP_USER }}", "entrypoint": "/usr/bin/dumb-init", "ports": ["7000:7000"]}}}
2018-03-26T19:16:26.177355 Loading engine capabilities [container.utils.loader] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/utils/loader.py caller_func=load_engine caller_line=14 capabilities=['BUILD', 'RUN'] engine=docker
2018-03-26T19:16:26.259205 Setting Docker client timeout to 60 [container.docker.engine] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=get_timeout caller_line=122
2018-03-26T19:16:26.297804 Could not find container for conductor [container.docker.engine] all_containers=[] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=get_container_id_for_service caller_line=531 container=server-configuration_conductor
2018-03-26T19:16:26.344287 Call: Engine.build_conductor_image [container.docker.engine] args=('/Users/thuita/Projects/brave-labs/server-configuration', 'debian:jessie') caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=Engine.build_conductor_image caller_line=957 kwargs={'cache': True, 'environment': ['ansible_python_interpreter=/usr/bin/python3']}
2018-03-26T19:16:26.348194 Using temporary directory [container.utils.temp] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/utils/temp.py caller_func=__enter__ caller_line=17 path=/var/folders/k_/gn5t8kjx4r730hb2bc59xgbh0000gn/T/tmpv71pu1p1
2018-03-26T19:16:26.349414 Building Docker Engine context... [container.docker.engine] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=build_conductor_image caller_line=963
2018-03-26T19:16:26.448193 Rendered Jinja Template: [container.utils] body=b'FROM debian:jessie\nENV ANSIBLE_CONTAINER=1\n\n\n\nENV ansible_python_interpreter=/usr/bin/python3\n\n\nRUN apt-get update -y && \\\n apt-get install -y make dpkg-dev curl gcc git libffi-dev libpopt0 libssl-dev python2.7 python-apt python-dev rsync sudo && \\\n cd /usr/bin && \\\n rm -f lsb_release && \\\n ln -fs python2.7 python && \\\n \n apt-get clean\n\n\nRUN (curl https://bootstrap.pypa.io/get-pip.py | python - --no-cache-dir ) && \\\n mkdir -p /etc/ansible/roles /_ansible/src && \\\n (curl https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz \\\n | tar -zxC /usr/local/bin/ --strip-components=1 docker/docker )\n\n# The COPY here will break cache if the version of Ansible Container changed\nCOPY /container-src /_ansible/container\nRUN cd /_ansible && \\\n pip install --no-cache-dir -r container/conductor-build/conductor-requirements.txt && \\\n PYTHONPATH=. LC_ALL="en_US.UTF-8" python container/conductor-build/setup.py develop -v -N && \\\n ansible-galaxy install -p /etc/ansible/roles -r container/conductor-build/conductor-requirements.yml\n\n\n\n\n' caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/utils/__init__.py caller_func=jinja_render_to_temp caller_line=83
2018-03-26T19:16:26.462726 Rendered Jinja Template: [container.utils] body=b'FROM ansible/container-conductor-debian-jessie:0.9.2\n\n\nVOLUME /usr\n\nVOLUME /lib\n\n\n# The COPY here will break cache if the requirements or ansible.cfg has changed\nCOPY /build-src /_ansible/build\nRUN ( test -f /_ansible/build/ansible-requirements.txt && pip install --no-cache-dir -r /_ansible/build/ansible-requirements.txt || true ) && \\\n ( test -f /_ansible/build/requirements.yml && ansible-galaxy install -p /etc/ansible/roles -r /_ansible/build/requirements.yml || true ) && \\\n ( test -f /_ansible/build/ansible.cfg && cp /_ansible/build/ansible.cfg /etc/ansible/ansible.cfg || true)\n' caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/utils/__init__.py caller_func=jinja_render_to_temp caller_line=83
2018-03-26T19:16:26.465682 Context manifest: [container.docker.engine] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=build_conductor_image caller_line=1030
2018-03-26T19:16:26.466262 tarball item: build-src/ansible.cfg (196 bytes) [container.docker.engine] bytes=196 file=build-src/ansible.cfg
2018-03-26T19:16:26.467296 tarball item: build-src/ansible-requirements.txt (130 bytes) [container.docker.engine] bytes=130 file=build-src/ansible-requirements.txt
2018-03-26T19:16:26.467636 tarball item: build-src/requirements.yml (0 bytes) [container.docker.engine] bytes=0 file=build-src/requirements.yml
2018-03-26T19:16:26.467889 tarball item: build-src/.touch (0 bytes) [container.docker.engine] bytes=0 file=build-src/.touch
2018-03-26T19:16:26.469655 tarball item: contrib/get-pip.py (1595409 bytes) [container.docker.engine] bytes=1595409 file=contrib/get-pip.py
2018-03-26T19:16:26.471015 tarball item: container-src (0 bytes) [container.docker.engine] bytes=0 file=container-src
2018-03-26T19:16:26.471399 tarball item: container-src/__init__.py (947 bytes) [container.docker.engine] bytes=947 file=container-src/__init__.py
2018-03-26T19:16:26.471553 tarball item: container-src/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/__pycache__
2018-03-26T19:16:26.471696 tarball item: container-src/__pycache__/__init__.cpython-36.pyc (1137 bytes) [container.docker.engine] bytes=1137 file=container-src/__pycache__/__init__.cpython-36.pyc
2018-03-26T19:16:26.471831 tarball item: container-src/__pycache__/cli.cpython-36.pyc (15506 bytes) [container.docker.engine] bytes=15506 file=container-src/__pycache__/cli.cpython-36.pyc
2018-03-26T19:16:26.471932 tarball item: container-src/__pycache__/config.cpython-36.pyc (12678 bytes) [container.docker.engine] bytes=12678 file=container-src/__pycache__/config.cpython-36.pyc
2018-03-26T19:16:26.472022 tarball item: container-src/__pycache__/core.cpython-36.pyc (24821 bytes) [container.docker.engine] bytes=24821 file=container-src/__pycache__/core.cpython-36.pyc
2018-03-26T19:16:26.472108 tarball item: container-src/__pycache__/engine.cpython-36.pyc (8911 bytes) [container.docker.engine] bytes=8911 file=container-src/__pycache__/engine.cpython-36.pyc
2018-03-26T19:16:26.473637 tarball item: container-src/__pycache__/exceptions.cpython-36.pyc (4375 bytes) [container.docker.engine] bytes=4375 file=container-src/__pycache__/exceptions.cpython-36.pyc
2018-03-26T19:16:26.474235 tarball item: container-src/cli.py (22794 bytes) [container.docker.engine] bytes=22794 file=container-src/cli.py
2018-03-26T19:16:26.474485 tarball item: container-src/config.py (15653 bytes) [container.docker.engine] bytes=15653 file=container-src/config.py
2018-03-26T19:16:26.474711 tarball item: container-src/core.py (42745 bytes) [container.docker.engine] bytes=42745 file=container-src/core.py
2018-03-26T19:16:26.474916 tarball item: container-src/docker (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker
2018-03-26T19:16:26.475092 tarball item: container-src/docker/__init__.py (205 bytes) [container.docker.engine] bytes=205 file=container-src/docker/__init__.py
2018-03-26T19:16:26.475306 tarball item: container-src/docker/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/__pycache__
2018-03-26T19:16:26.475482 tarball item: container-src/docker/__pycache__/__init__.cpython-36.pyc (345 bytes) [container.docker.engine] bytes=345 file=container-src/docker/__pycache__/__init__.cpython-36.pyc
2018-03-26T19:16:26.475644 tarball item: container-src/docker/__pycache__/config.cpython-36.pyc (2015 bytes) [container.docker.engine] bytes=2015 file=container-src/docker/__pycache__/config.cpython-36.pyc
2018-03-26T19:16:26.475832 tarball item: container-src/docker/__pycache__/deploy.cpython-36.pyc (343 bytes) [container.docker.engine] bytes=343 file=container-src/docker/__pycache__/deploy.cpython-36.pyc
2018-03-26T19:16:26.476015 tarball item: container-src/docker/__pycache__/engine.cpython-36.pyc (32761 bytes) [container.docker.engine] bytes=32761 file=container-src/docker/__pycache__/engine.cpython-36.pyc
2018-03-26T19:16:26.476230 tarball item: container-src/docker/__pycache__/importer.cpython-36.pyc (16886 bytes) [container.docker.engine] bytes=16886 file=container-src/docker/__pycache__/importer.cpython-36.pyc
2018-03-26T19:16:26.476384 tarball item: container-src/docker/__pycache__/secrets.cpython-36.pyc (4406 bytes) [container.docker.engine] bytes=4406 file=container-src/docker/__pycache__/secrets.cpython-36.pyc
2018-03-26T19:16:26.476582 tarball item: container-src/docker/config.py (2393 bytes) [container.docker.engine] bytes=2393 file=container-src/docker/config.py
2018-03-26T19:16:26.476736 tarball item: container-src/docker/deploy.py (248 bytes) [container.docker.engine] bytes=248 file=container-src/docker/deploy.py
2018-03-26T19:16:26.476941 tarball item: container-src/docker/engine.py (49646 bytes) [container.docker.engine] bytes=49646 file=container-src/docker/engine.py
2018-03-26T19:16:26.477159 tarball item: container-src/docker/files (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/files
2018-03-26T19:16:26.477298 tarball item: container-src/docker/files/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/files/__pycache__
2018-03-26T19:16:26.477496 tarball item: container-src/docker/files/__pycache__/get-pip.cpython-36.pyc (1592758 bytes) [container.docker.engine] bytes=1592758 file=container-src/docker/files/__pycache__/get-pip.cpython-36.pyc
2018-03-26T19:16:26.477658 tarball item: container-src/docker/files/__pycache__/setup.cpython-36.pyc (4707 bytes) [container.docker.engine] bytes=4707 file=container-src/docker/files/__pycache__/setup.cpython-36.pyc
2018-03-26T19:16:26.477821 tarball item: container-src/docker/files/conductor-requirements.txt (273 bytes) [container.docker.engine] bytes=273 file=container-src/docker/files/conductor-requirements.txt
2018-03-26T19:16:26.477987 tarball item: container-src/docker/files/conductor-requirements.yml (60 bytes) [container.docker.engine] bytes=60 file=container-src/docker/files/conductor-requirements.yml
2018-03-26T19:16:26.478152 tarball item: container-src/docker/files/get-pip.py (1595409 bytes) [container.docker.engine] bytes=1595409 file=container-src/docker/files/get-pip.py
2018-03-26T19:16:26.478352 tarball item: container-src/docker/files/setup.py (4628 bytes) [container.docker.engine] bytes=4628 file=container-src/docker/files/setup.py
2018-03-26T19:16:26.478636 tarball item: container-src/docker/importer.py (24838 bytes) [container.docker.engine] bytes=24838 file=container-src/docker/importer.py
2018-03-26T19:16:26.478864 tarball item: container-src/docker/secrets.py (5255 bytes) [container.docker.engine] bytes=5255 file=container-src/docker/secrets.py
2018-03-26T19:16:26.479135 tarball item: container-src/docker/templates (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/templates
2018-03-26T19:16:26.479278 tarball item: container-src/docker/templates/conductor-local-dockerfile.j2 (674 bytes) [container.docker.engine] bytes=674 file=container-src/docker/templates/conductor-local-dockerfile.j2
2018-03-26T19:16:26.479415 tarball item: container-src/docker/templates/conductor-src-dockerfile.j2 (3020 bytes) [container.docker.engine] bytes=3020 file=container-src/docker/templates/conductor-src-dockerfile.j2
2018-03-26T19:16:26.479576 tarball item: container-src/engine.py (6740 bytes) [container.docker.engine] bytes=6740 file=container-src/engine.py
2018-03-26T19:16:26.479769 tarball item: container-src/exceptions.py (2158 bytes) [container.docker.engine] bytes=2158 file=container-src/exceptions.py
2018-03-26T19:16:26.479915 tarball item: container-src/k8s (0 bytes) [container.docker.engine] bytes=0 file=container-src/k8s
2018-03-26T19:16:26.480153 tarball item: container-src/k8s/__init__.py (196 bytes) [container.docker.engine] bytes=196 file=container-src/k8s/__init__.py
2018-03-26T19:16:26.480360 tarball item: container-src/k8s/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/k8s/__pycache__
2018-03-26T19:16:26.480531 tarball item: container-src/k8s/__pycache__/__init__.cpython-36.pyc (342 bytes) [container.docker.engine] bytes=342 file=container-src/k8s/__pycache__/__init__.cpython-36.pyc
2018-03-26T19:16:26.480721 tarball item: container-src/k8s/__pycache__/base_config.cpython-36.pyc (1154 bytes) [container.docker.engine] bytes=1154 file=container-src/k8s/__pycache__/base_config.cpython-36.pyc
2018-03-26T19:16:26.480915 tarball item: container-src/k8s/__pycache__/base_deploy.cpython-36.pyc (19337 bytes) [container.docker.engine] bytes=19337 file=container-src/k8s/__pycache__/base_deploy.cpython-36.pyc
2018-03-26T19:16:26.481049 tarball item: container-src/k8s/__pycache__/base_engine.cpython-36.pyc (7065 bytes) [container.docker.engine] bytes=7065 file=container-src/k8s/__pycache__/base_engine.cpython-36.pyc
2018-03-26T19:16:26.481217 tarball item: container-src/k8s/__pycache__/config.cpython-36.pyc (1114 bytes) [container.docker.engine] bytes=1114 file=container-src/k8s/__pycache__/config.cpython-36.pyc
2018-03-26T19:16:26.481337 tarball item: container-src/k8s/__pycache__/deploy.cpython-36.pyc (1675 bytes) [container.docker.engine] bytes=1675 file=container-src/k8s/__pycache__/deploy.cpython-36.pyc
2018-03-26T19:16:26.481492 tarball item: container-src/k8s/__pycache__/engine.cpython-36.pyc (1604 bytes) [container.docker.engine] bytes=1604 file=container-src/k8s/__pycache__/engine.cpython-36.pyc
2018-03-26T19:16:26.481693 tarball item: container-src/k8s/base_config.py (932 bytes) [container.docker.engine] bytes=932 file=container-src/k8s/base_config.py
2018-03-26T19:16:26.481922 tarball item: container-src/k8s/base_deploy.py (34216 bytes) [container.docker.engine] bytes=34216 file=container-src/k8s/base_deploy.py
2018-03-26T19:16:26.482062 tarball item: container-src/k8s/base_engine.py (10144 bytes) [container.docker.engine] bytes=10144 file=container-src/k8s/base_engine.py
2018-03-26T19:16:26.482256 tarball item: container-src/k8s/config.py (660 bytes) [container.docker.engine] bytes=660 file=container-src/k8s/config.py
2018-03-26T19:16:26.482420 tarball item: container-src/k8s/deploy.py (1720 bytes) [container.docker.engine] bytes=1720 file=container-src/k8s/deploy.py
2018-03-26T19:16:26.482605 tarball item: container-src/k8s/engine.py (1276 bytes) [container.docker.engine] bytes=1276 file=container-src/k8s/engine.py
2018-03-26T19:16:26.482755 tarball item: container-src/openshift (0 bytes) [container.docker.engine] bytes=0 file=container-src/openshift
2018-03-26T19:16:26.482956 tarball item: container-src/openshift/__init__.py (196 bytes) [container.docker.engine] bytes=196 file=container-src/openshift/__init__.py
2018-03-26T19:16:26.483122 tarball item: container-src/openshift/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/openshift/__pycache__
2018-03-26T19:16:26.483310 tarball item: container-src/openshift/__pycache__/__init__.cpython-36.pyc (348 bytes) [container.docker.engine] bytes=348 file=container-src/openshift/__pycache__/__init__.cpython-36.pyc
2018-03-26T19:16:26.483458 tarball item: container-src/openshift/__pycache__/config.cpython-36.pyc (930 bytes) [container.docker.engine] bytes=930 file=container-src/openshift/__pycache__/config.cpython-36.pyc
2018-03-26T19:16:26.483656 tarball item: container-src/openshift/__pycache__/deploy.cpython-36.pyc (4230 bytes) [container.docker.engine] bytes=4230 file=container-src/openshift/__pycache__/deploy.cpython-36.pyc
2018-03-26T19:16:26.483843 tarball item: container-src/openshift/__pycache__/engine.cpython-36.pyc (2173 bytes) [container.docker.engine] bytes=2173 file=container-src/openshift/__pycache__/engine.cpython-36.pyc
2018-03-26T19:16:26.483968 tarball item: container-src/openshift/config.py (427 bytes) [container.docker.engine] bytes=427 file=container-src/openshift/config.py
2018-03-26T19:16:26.484537 tarball item: container-src/openshift/deploy.py (6241 bytes) [container.docker.engine] bytes=6241 file=container-src/openshift/deploy.py
2018-03-26T19:16:26.484853 tarball item: container-src/openshift/engine.py (2207 bytes) [container.docker.engine] bytes=2207 file=container-src/openshift/engine.py
2018-03-26T19:16:26.485373 tarball item: container-src/templates (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates
2018-03-26T19:16:26.485571 tarball item: container-src/templates/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/__pycache__
2018-03-26T19:16:26.485712 tarball item: container-src/templates/__pycache__/ansible-container-inventory.cpython-36.pyc (1493 bytes) [container.docker.engine] bytes=1493 file=container-src/templates/__pycache__/ansible-container-inventory.cpython-36.pyc
2018-03-26T19:16:26.485833 tarball item: container-src/templates/__pycache__/wait_on_host.cpython-36.pyc (2073 bytes) [container.docker.engine] bytes=2073 file=container-src/templates/__pycache__/wait_on_host.cpython-36.pyc
2018-03-26T19:16:26.486018 tarball item: container-src/templates/ansible-container-inventory.py (1230 bytes) [container.docker.engine] bytes=1230 file=container-src/templates/ansible-container-inventory.py
2018-03-26T19:16:26.486128 tarball item: container-src/templates/ansible-dockerfile.j2 (1194 bytes) [container.docker.engine] bytes=1194 file=container-src/templates/ansible-dockerfile.j2
2018-03-26T19:16:26.486245 tarball item: container-src/templates/ansible.cfg (41 bytes) [container.docker.engine] bytes=41 file=container-src/templates/ansible.cfg
2018-03-26T19:16:26.486364 tarball item: container-src/templates/builder.sh (620 bytes) [container.docker.engine] bytes=620 file=container-src/templates/builder.sh
2018-03-26T19:16:26.486467 tarball item: container-src/templates/compose_versioned.j2.yml (237 bytes) [container.docker.engine] bytes=237 file=container-src/templates/compose_versioned.j2.yml
2018-03-26T19:16:26.486608 tarball item: container-src/templates/hosts.j2 (90 bytes) [container.docker.engine] bytes=90 file=container-src/templates/hosts.j2
2018-03-26T19:16:26.486729 tarball item: container-src/templates/init (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/init
2018-03-26T19:16:26.486842 tarball item: container-src/templates/init/ansible-requirements.j2.txt (131 bytes) [container.docker.engine] bytes=131 file=container-src/templates/init/ansible-requirements.j2.txt
2018-03-26T19:16:26.486958 tarball item: container-src/templates/init/ansible.j2.cfg (145 bytes) [container.docker.engine] bytes=145 file=container-src/templates/init/ansible.j2.cfg
2018-03-26T19:16:26.487060 tarball item: container-src/templates/init/container.j2.yml (2514 bytes) [container.docker.engine] bytes=2514 file=container-src/templates/init/container.j2.yml
2018-03-26T19:16:26.487211 tarball item: container-src/templates/init/meta.j2.yml (1231 bytes) [container.docker.engine] bytes=1231 file=container-src/templates/init/meta.j2.yml
2018-03-26T19:16:26.487345 tarball item: container-src/templates/init/requirements.j2.yml (299 bytes) [container.docker.engine] bytes=299 file=container-src/templates/init/requirements.j2.yml
2018-03-26T19:16:26.487481 tarball item: container-src/templates/install-docker-compose.j2.yml (712 bytes) [container.docker.engine] bytes=712 file=container-src/templates/install-docker-compose.j2.yml
2018-03-26T19:16:26.487655 tarball item: container-src/templates/restart-docker-compose.j2.yml (75 bytes) [container.docker.engine] bytes=75 file=container-src/templates/restart-docker-compose.j2.yml
2018-03-26T19:16:26.487778 tarball item: container-src/templates/role (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role
2018-03-26T19:16:26.487884 tarball item: container-src/templates/role/.travis.j2.yml (540 bytes) [container.docker.engine] bytes=540 file=container-src/templates/role/.travis.j2.yml
2018-03-26T19:16:26.488152 tarball item: container-src/templates/role/defaults (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role/defaults
2018-03-26T19:16:26.488270 tarball item: container-src/templates/role/defaults/main.j2.yml (55 bytes) [container.docker.engine] bytes=55 file=container-src/templates/role/defaults/main.j2.yml
2018-03-26T19:16:26.488411 tarball item: container-src/templates/role/meta (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role/meta
2018-03-26T19:16:26.488533 tarball item: container-src/templates/role/meta/main.j2.yml (3220 bytes) [container.docker.engine] bytes=3220 file=container-src/templates/role/meta/main.j2.yml
2018-03-26T19:16:26.488928 tarball item: container-src/templates/role/README.j2.md (1287 bytes) [container.docker.engine] bytes=1287 file=container-src/templates/role/README.j2.md
2018-03-26T19:16:26.489159 tarball item: container-src/templates/role/test (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role/test
2018-03-26T19:16:26.489425 tarball item: container-src/templates/role/test/test.j2.yml (81 bytes) [container.docker.engine] bytes=81 file=container-src/templates/role/test/test.j2.yml
2018-03-26T19:16:26.489706 tarball item: container-src/templates/run-docker-compose.j2.yml (75 bytes) [container.docker.engine] bytes=75 file=container-src/templates/run-docker-compose.j2.yml
2018-03-26T19:16:26.490050 tarball item: container-src/templates/stop-docker-compose.j2.yml (75 bytes) [container.docker.engine] bytes=75 file=container-src/templates/stop-docker-compose.j2.yml
2018-03-26T19:16:26.491155 tarball item: container-src/templates/wait_on_host.py (2365 bytes) [container.docker.engine] bytes=2365 file=container-src/templates/wait_on_host.py
2018-03-26T19:16:26.492172 tarball item: container-src/utils (0 bytes) [container.docker.engine] bytes=0 file=container-src/utils
2018-03-26T19:16:26.492777 tarball item: container-src/utils/__init__.py (11391 bytes) [container.docker.engine] bytes=11391 file=container-src/utils/__init__.py
2018-03-26T19:16:26.493412 tarball item: container-src/utils/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/utils/__pycache__
2018-03-26T19:16:26.494152 tarball item: container-src/utils/__pycache__/__init__.cpython-36.pyc (9295 bytes) [container.docker.engine] bytes=9295 file=container-src/utils/__pycache__/__init__.cpython-36.pyc
2018-03-26T19:16:26.494634 tarball item: container-src/utils/__pycache__/_text.cpython-36.pyc (8332 bytes) [container.docker.engine] bytes=8332 file=container-src/utils/__pycache__/_text.cpython-36.pyc
2018-03-26T19:16:26.495758 tarball item: container-src/utils/__pycache__/galaxy.cpython-36.pyc (6484 bytes) [container.docker.engine] bytes=6484 file=container-src/utils/__pycache__/galaxy.cpython-36.pyc
2018-03-26T19:16:26.496253 tarball item: container-src/utils/__pycache__/loader.cpython-36.pyc (995 bytes) [container.docker.engine] bytes=995 file=container-src/utils/__pycache__/loader.cpython-36.pyc
2018-03-26T19:16:26.496764 tarball item: container-src/utils/__pycache__/logmux.cpython-36.pyc (2028 bytes) [container.docker.engine] bytes=2028 file=container-src/utils/__pycache__/logmux.cpython-36.pyc
2018-03-26T19:16:26.496940 tarball item: container-src/utils/__pycache__/ordereddict.cpython-36.pyc (809 bytes) [container.docker.engine] bytes=809 file=container-src/utils/__pycache__/ordereddict.cpython-36.pyc
2018-03-26T19:16:26.497103 tarball item: container-src/utils/__pycache__/temp.cpython-36.pyc (1138 bytes) [container.docker.engine] bytes=1138 file=container-src/utils/__pycache__/temp.cpython-36.pyc
2018-03-26T19:16:26.497248 tarball item: container-src/utils/__pycache__/visibility.cpython-36.pyc (3110 bytes) [container.docker.engine] bytes=3110 file=container-src/utils/__pycache__/visibility.cpython-36.pyc
2018-03-26T19:16:26.497397 tarball item: container-src/utils/_text.py (12304 bytes) [container.docker.engine] bytes=12304 file=container-src/utils/_text.py
2018-03-26T19:16:26.497534 tarball item: container-src/utils/galaxy.py (8120 bytes) [container.docker.engine] bytes=8120 file=container-src/utils/galaxy.py
2018-03-26T19:16:26.497688 tarball item: container-src/utils/loader.py (906 bytes) [container.docker.engine] bytes=906 file=container-src/utils/loader.py
2018-03-26T19:16:26.497793 tarball item: container-src/utils/logmux.py (1313 bytes) [container.docker.engine] bytes=1313 file=container-src/utils/logmux.py
2018-03-26T19:16:26.497949 tarball item: container-src/utils/ordereddict.py (678 bytes) [container.docker.engine] bytes=678 file=container-src/utils/ordereddict.py
2018-03-26T19:16:26.498064 tarball item: container-src/utils/temp.py (698 bytes) [container.docker.engine] bytes=698 file=container-src/utils/temp.py
2018-03-26T19:16:26.498167 tarball item: container-src/utils/visibility.py (3329 bytes) [container.docker.engine] bytes=3329 file=container-src/utils/visibility.py
2018-03-26T19:16:26.498382 tarball item: container-src/conductor-build/setup.py (4628 bytes) [container.docker.engine] bytes=4628 file=container-src/conductor-build/setup.py
2018-03-26T19:16:26.498689 tarball item: container-src/conductor-build/conductor-requirements.txt (273 bytes) [container.docker.engine] bytes=273 file=container-src/conductor-build/conductor-requirements.txt
2018-03-26T19:16:26.499520 tarball item: container-src/conductor-build/conductor-requirements.yml (60 bytes) [container.docker.engine] bytes=60 file=container-src/conductor-build/conductor-requirements.yml
2018-03-26T19:16:26.499720 tarball item: Dockerfile (1077 bytes) [container.docker.engine] bytes=1077 file=Dockerfile
2018-03-26T19:16:26.499932 tarball item: build-src/ansible.cfg (196 bytes) [container.docker.engine] bytes=196 file=build-src/ansible.cfg
2018-03-26T19:16:26.500103 tarball item: build-src/ansible-requirements.txt (130 bytes) [container.docker.engine] bytes=130 file=build-src/ansible-requirements.txt
2018-03-26T19:16:26.500281 tarball item: build-src/requirements.yml (0 bytes) [container.docker.engine] bytes=0 file=build-src/requirements.yml
2018-03-26T19:16:26.500473 tarball item: build-src/.touch (0 bytes) [container.docker.engine] bytes=0 file=build-src/.touch
2018-03-26T19:16:26.500658 tarball item: Dockerfile (594 bytes) [container.docker.engine] bytes=594 file=Dockerfile
2018-03-26T19:16:26.570112 Starting Docker build of Ansible Container Conductor image (please be patient)... [container.docker.engine] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=build_conductor_image caller_line=1038
Step 1/5 : FROM ansible/container-conductor-debian-jessie:0.9.2
---> 4f3c101a1385
Step 2/5 : VOLUME /usr
---> Using cache
---> de0db9350afa
Step 3/5 : VOLUME /lib
---> Using cache
---> a806451b8f17
Step 4/5 : COPY /build-src /_ansible/build
---> Using cache
---> 3060eb023de5
Step 5/5 : RUN ( test -f /_ansible/build/ansible-requirements.txt && pip install --no-cache-dir -r /_ansible/build/ansible-requirements.txt || true ) && ( test -f /_ansible/build/requirements.yml && ansible-galaxy install -p /etc/ansible/roles -r /_ansible/build/requirements.yml || true ) && ( test -f /_ansible/build/ansible.cfg && cp /_ansible/build/ansible.cfg /etc/ansible/ansible.cfg || true)
---> Using cache
---> de90fd2260fb
{"aux": {"ID": "sha256:de90fd2260fb3b38b9c5494b3ceb47ccc129f409768e48061e2e8b471ffd8ee9"}}
Successfully built de90fd2260fb
Successfully tagged server-configuration-conductor:latest
2018-03-26T19:16:26.905777 Cleaning up temporary directory [container.utils.temp] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/utils/temp.py caller_func=__exit__ caller_line=22 path=/var/folders/k_/gn5t8kjx4r730hb2bc59xgbh0000gn/T/tmpv71pu1p1
2018-03-26T19:16:26.907582 Config settings [container.core] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/core.py caller_func=hostcmd_build caller_line=191 conf=<class 'container.docker.config.AnsibleContainerConfig'> config=<container.docker.config.AnsibleContainerConfig object at 0x109000cf8> rawsettings={"conductor": {"base": "debian:jessie", "volumes": ["${PWD}/temp-space:/tmp"]}, "pwd": "/Users/thuita/Projects/brave-labs/server-configuration"} settings={"conductor": {"base": "debian:jessie", "volumes": ["${PWD}/temp-space:/tmp"]}, "pwd": "/Users/thuita/Projects/brave-labs/server-configuration"}
2018-03-26T19:16:26.923739 Call: Engine.run_conductor [container.docker.engine] args=('build', {'version': '2', 'settings': CommentedMap([('conductor', CommentedMap([('base', 'debian:jessie'), ('volumes', ['${PWD}/temp-space:/tmp'])])), ('pwd', '/Users/thuita/Projects/brave-labs/server-configuration')]), 'defaults': WrappedOrderedDict([('REACT_APP_GRAPHQL_URL', 'http://localhost:8000/graphql'), ('REACT_APP_CORS_URL', 'http://localhost:1337/'), ('REACT_APP_BRAVE_FILE_UPLOAD', 'staging.api.braveventurelabs.com/api/v1/file/upload'), ('REACT_APP_JD_KEYWORD_URL', 'http://localhost:1337/138.68.129.172:8000/hard_skill?link='), ('REACT_APP_PORT', 8000), ('APP_ROOT', '/app'), ('REACT_APP_USER', 'react')]), 'services': ordereddict([('careers', CommentedMap([('from', 'debian:jessie'), ('roles', [CommentedMap([('role', 'careers'), ('nodejs_install_npm_user', 'root')])]), ('environment', CommentedMap([('GRAPHQL_URL', '{{ REACT_APP_GRAPHQL_URL }}'), ('UPLOAD_URL', '{{ REACT_APP_BRAVE_FILE_UPLOAD }}')])), ('expose', ['{{ REACT_APP_PORT }}']), ('working_dir', '{{ APP_ROOT }}'), ('user', '{{ REACT_APP_USER }}'), ('entrypoint', '/usr/bin/dumb-init'), ('ports', ['8000:8000'])])), ('admin', CommentedMap([('from', 'debian:jessie'), ('roles', [CommentedMap([('role', 'admin'), ('nodejs_install_npm_user', 'root')])]), ('environment', CommentedMap([('GRAPHQL_URL', '{{ REACT_APP_GRAPHQL_URL }}'), ('UPLOAD_URL', '{{ REACT_APP_BRAVE_FILE_UPLOAD }}')])), ('expose', ['{{ REACT_APP_PORT }}']), ('working_dir', '{{ APP_ROOT }}'), ('user', '{{ REACT_APP_USER }}'), ('entrypoint', '/usr/bin/dumb-init'), ('ports', ['7000:7000'])]))])}, '/Users/thuita/Projects/brave-labs/server-configuration', {'debug': True, 'devel': False, 'selinux': True, 'subcommand': 'build', 'flatten': False, 'purge_last': True, 'save_conductor_container': False, 'services_to_build': None, 'cache': True, 'conductor_cache': True, 'container_cache': True, 'local_python': False, 'src_mount_path': None, 'ansible_options': ['-vvvvv'], 'roles_path': [], 'with_volumes': [], 'volume_driver': None, 'with_variables': ['ansible_python_interpreter=/usr/bin/python3'], 'config_vars': WrappedOrderedDict([('REACT_APP_GRAPHQL_URL', 'http://localhost:8000/graphql'), ('REACT_APP_CORS_URL', 'http://localhost:1337/'), ('REACT_APP_BRAVE_FILE_UPLOAD', 'staging.api.braveventurelabs.com/api/v1/file/upload'), ('REACT_APP_JD_KEYWORD_URL', 'http://localhost:1337/138.68.129.172:8000/hard_skill?link='), ('REACT_APP_PORT', 8000), ('APP_ROOT', '/app'), ('REACT_APP_USER', 'react')])}) caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=Engine.run_conductor caller_line=278 kwargs={}
2018-03-26T19:16:26.952950 Docker run: [container.docker.engine] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=run_conductor caller_line=435 image=sha256:de90fd2260fb3b38b9c5494b3ceb47ccc129f409768e48061e2e8b471ffd8ee9 params={'name': 'server-configuration_conductor', 'command': ['conductor', 'build', '--project-name', 'server-configuration', '--engine', 'docker', '--params', 'eyJkZWJ1ZyI6IHRydWUsICJkZXZlbCI6IGZhbHNlLCAic2VsaW51eCI6IHRydWUsICJzdWJjb21tYW5kIjogImJ1aWxkIiwgImZsYXR0ZW4iOiBmYWxzZSwgInB1cmdlX2xhc3QiOiB0cnVlLCAic2F2ZV9jb25kdWN0b3JfY29udGFpbmVyIjogZmFsc2UsICJzZXJ2aWNlc190b19idWlsZCI6IG51bGwsICJjYWNoZSI6IHRydWUsICJjb25kdWN0b3JfY2FjaGUiOiB0cnVlLCAiY29udGFpbmVyX2NhY2hlIjogdHJ1ZSwgImxvY2FsX3B5dGhvbiI6IGZhbHNlLCAic3JjX21vdW50X3BhdGgiOiBudWxsLCAiYW5zaWJsZV9vcHRpb25zIjogWyItdnZ2dnYiXSwgInJvbGVzX3BhdGgiOiBbXSwgIndpdGhfdm9sdW1lcyI6IFtdLCAidm9sdW1lX2RyaXZlciI6IG51bGwsICJ3aXRoX3ZhcmlhYmxlcyI6IFsiYW5zaWJsZV9weXRob25faW50ZXJwcmV0ZXI9L3Vzci9iaW4vcHl0aG9uMyJdLCAiY29uZmlnX3ZhcnMiOiB7IlJFQUNUX0FQUF9HUkFQSFFMX1VSTCI6ICJodHRwOi8vbG9jYWxob3N0OjgwMDAvZ3JhcGhxbCIsICJSRUFDVF9BUFBfQ09SU19VUkwiOiAiaHR0cDovL2xvY2FsaG9zdDoxMzM3LyIsICJSRUFDVF9BUFBfQlJBVkVfRklMRV9VUExPQUQiOiAic3RhZ2luZy5hcGkuYnJhdmV2ZW50dXJlbGFicy5jb20vYXBpL3YxL2ZpbGUvdXBsb2FkIiwgIlJFQUNUX0FQUF9KRF9LRVlXT1JEX1VSTCI6ICJodHRwOi8vbG9jYWxob3N0OjEzMzcvMTM4LjY4LjEyOS4xNzI6ODAwMC9oYXJkX3NraWxsP2xpbms9IiwgIlJFQUNUX0FQUF9QT1JUIjogODAwMCwgIkFQUF9ST09UIjogIi9hcHAiLCAiUkVBQ1RfQVBQX1VTRVIiOiAicmVhY3QifX0=', '--config', 'eyJ2ZXJzaW9uIjogIjIiLCAic2V0dGluZ3MiOiBbWyJjb25kdWN0b3IiLCB7ImJhc2UiOiAiZGViaWFuOmplc3NpZSIsICJ2b2x1bWVzIjogWyIke1BXRH0vdGVtcC1zcGFjZTovdG1wIl19XSwgWyJwd2QiLCAiL1VzZXJzL3RodWl0YS9Qcm9qZWN0cy9icmF2ZS1sYWJzL3NlcnZlci1jb25maWd1cmF0aW9uIl1dLCAiZGVmYXVsdHMiOiBbWyJSRUFDVF9BUFBfR1JBUEhRTF9VUkwiLCAiaHR0cDovL2xvY2FsaG9zdDo4MDAwL2dyYXBocWwiXSwgWyJSRUFDVF9BUFBfQ09SU19VUkwiLCAiaHR0cDovL2xvY2FsaG9zdDoxMzM3LyJdLCBbIlJFQUNUX0FQUF9CUkFWRV9GSUxFX1VQTE9BRCIsICJzdGFnaW5nLmFwaS5icmF2ZXZlbnR1cmVsYWJzLmNvbS9hcGkvdjEvZmlsZS91cGxvYWQiXSwgWyJSRUFDVF9BUFBfSkRfS0VZV09SRF9VUkwiLCAiaHR0cDovL2xvY2FsaG9zdDoxMzM3LzEzOC42OC4xMjkuMTcyOjgwMDAvaGFyZF9za2lsbD9saW5rPSJdLCBbIlJFQUNUX0FQUF9QT1JUIiwgODAwMF0sIFsiQVBQX1JPT1QiLCAiL2FwcCJdLCBbIlJFQUNUX0FQUF9VU0VSIiwgInJlYWN0Il1dLCAic2VydmljZXMiOiBbWyJjYXJlZXJzIiwgeyJmcm9tIjogImRlYmlhbjpqZXNzaWUiLCAicm9sZXMiOiBbeyJyb2xlIjogImNhcmVlcnMiLCAibm9kZWpzX2luc3RhbGxfbnBtX3VzZXIiOiAicm9vdCJ9XSwgImVudmlyb25tZW50IjogeyJHUkFQSFFMX1VSTCI6ICJ7eyBSRUFDVF9BUFBfR1JBUEhRTF9VUkwgfX0iLCAiVVBMT0FEX1VSTCI6ICJ7eyAgUkVBQ1RfQVBQX0JSQVZFX0ZJTEVfVVBMT0FEIH19In0sICJleHBvc2UiOiBbInt7IFJFQUNUX0FQUF9QT1JUIH19Il0sICJ3b3JraW5nX2RpciI6ICJ7eyBBUFBfUk9PVCB9fSIsICJ1c2VyIjogInt7IFJFQUNUX0FQUF9VU0VSIH19IiwgImVudHJ5cG9pbnQiOiAiL3Vzci9iaW4vZHVtYi1pbml0IiwgInBvcnRzIjogWyI4MDAwOjgwMDAiXX1dLCBbImFkbWluIiwgeyJmcm9tIjogImRlYmlhbjpqZXNzaWUiLCAicm9sZXMiOiBbeyJyb2xlIjogImFkbWluIiwgIm5vZGVqc19pbnN0YWxsX25wbV91c2VyIjogInJvb3QifV0sICJlbnZpcm9ubWVudCI6IHsiR1JBUEhRTF9VUkwiOiAie3sgUkVBQ1RfQVBQX0dSQVBIUUxfVVJMIH19IiwgIlVQTE9BRF9VUkwiOiAie3sgIFJFQUNUX0FQUF9CUkFWRV9GSUxFX1VQTE9BRCB9fSJ9LCAiZXhwb3NlIjogWyJ7eyBSRUFDVF9BUFBfUE9SVCB9fSJdLCAid29ya2luZ19kaXIiOiAie3sgQVBQX1JPT1QgfX0iLCAidXNlciI6ICJ7eyBSRUFDVF9BUFBfVVNFUiB9fSIsICJlbnRyeXBvaW50IjogIi91c3IvYmluL2R1bWItaW5pdCIsICJwb3J0cyI6IFsiNzAwMDo3MDAwIl19XV19', '--encoding', 'b64json'], 'detach': True, 'user': 'root', 'volumes': {'/Users/thuita/Projects/brave-labs/server-configuration/temp-space': {'bind': '/tmp', 'mode': 'rw'}, 'server-configuration_secrets': {'bind': '/run/secrets', 'mode': 'rw'}, '/Users/thuita/Projects/brave-labs/server-configuration': {'bind': '/src', 'mode': 'ro'}, '/var/run/docker.sock': {'bind': '/var/run/docker.sock', 'mode': 'rw'}, '/Users/thuita/.docker/config.json': {'bind': '/Users/thuita/.docker/config.json', 'mode': 'rw'}}, 'environment': {'DOCKER_HOST': 'unix:///var/run/docker.sock', 'ansible_python_interpreter': '/usr/bin/python3', 'ANSIBLE_ROLES_PATH': '/src/roles:/etc/ansible/roles'}, 'working_dir': '/src', 'cap_add': ['SYS_ADMIN'], 'privileged': True}
Parsing conductor CLI args.
2018-03-26T16:17:03.361070 Processing defaults section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_defaults caller_line=325
2018-03-26T16:17:03.371342 Processing section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_top_level_sections caller_line=334 section=volumes
2018-03-26T16:17:03.376598 Processing section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_top_level_sections caller_line=334 section=registries
2018-03-26T16:17:03.380192 Processing section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_top_level_sections caller_line=334 section=secrets
2018-03-26T16:17:03.411732 Processing service... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_services caller_line=340 service=u'careers' service_data={u'from': u'debian:jessie', u'roles': [{u'nodejs_install_npm_user': u'root', u'role': u'careers'}], u'expose': [u'{{ REACT_APP_PORT }}'], u'environment': {u'GRAPHQL_URL': u'{{ REACT_APP_GRAPHQL_URL }}', u'UPLOAD_URL': u'{{ REACT_APP_BRAVE_FILE_UPLOAD }}'}, u'working_dir': u'{{ APP_ROOT }}', u'entrypoint': u'/usr/bin/dumb-init', u'user': u'{{ REACT_APP_USER }}', u'ports': [u'8000:8000']}
2018-03-26T16:17:03.437083 Rendering service keys from defaults [container.config] caller_file=/_ansible/container/config.py caller_func=_process_services caller_line=363 defaults={"REACT_APP_GRAPHQL_URL": "http://localhost:8000/graphql", "REACT_APP_CORS_URL": "http://localhost:1337/", "REACT_APP_BRAVE_FILE_UPLOAD": "staging.api.braveventurelabs.com/api/v1/file/upload", "REACT_APP_JD_KEYWORD_URL": "http://localhost:1337/138.68.129.172:8000/hard_skill?link=", "REACT_APP_PORT": 8000, "APP_ROOT": "/app", "REACT_APP_USER": "react", "nodejs_version": "8.x", "nodejs_install_npm_user": "root", "npm_config_prefix": "/usr/local/lib/npm", "npm_config_unsafe_perm": "false", "nodejs_npm_global_packages": [{"name": "yarn"}], "nodejs_package_json_path": "", "application_home": "/app", "application_user": "react", "application_directory": "careers", "github_user": "thuitaw", "github_pass": "invictus12"} service=u'careers'
2018-03-26T16:17:03.476034 Processing service... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_services caller_line=340 service=u'admin' service_data={u'from': u'debian:jessie', u'roles': [{u'nodejs_install_npm_user': u'root', u'role': u'admin'}], u'expose': [u'{{ REACT_APP_PORT }}'], u'environment': {u'GRAPHQL_URL': u'{{ REACT_APP_GRAPHQL_URL }}', u'UPLOAD_URL': u'{{ REACT_APP_BRAVE_FILE_UPLOAD }}'}, u'working_dir': u'{{ APP_ROOT }}', u'entrypoint': u'/usr/bin/dumb-init', u'user': u'{{ REACT_APP_USER }}', u'ports': [u'7000:7000']}
2018-03-26T16:17:03.545397 Rendering service keys from defaults [container.config] caller_file=/_ansible/container/config.py caller_func=_process_services caller_line=363 defaults={"REACT_APP_GRAPHQL_URL": "http://localhost:8000/graphql", "REACT_APP_CORS_URL": "http://localhost:1337/", "REACT_APP_BRAVE_FILE_UPLOAD": "staging.api.braveventurelabs.com/api/v1/file/upload", "REACT_APP_JD_KEYWORD_URL": "http://localhost:1337/138.68.129.172:8000/hard_skill?link=", "REACT_APP_PORT": 8000, "APP_ROOT": "/app", "REACT_APP_USER": "react", "nodejs_version": "8.x", "nodejs_install_npm_user": "root", "npm_config_prefix": "/usr/local/lib/npm", "npm_config_unsafe_perm": "false", "nodejs_npm_global_packages": [{"name": "yarn"}], "nodejs_package_json_path": "", "application_home": "/app", "application_user": "react", "application_directory": "admin", "github_user": "thuitaw", "github_pass": "invictus12"} service=u'admin'
2018-03-26T16:17:03.579002 Starting Ansible Container Conductor: build [container.cli] caller_file=/_ansible/container/cli.py caller_func=conductor_commandline caller_line=391 services={"careers": {"from": "debian:jessie", "roles": [{"nodejs_install_npm_user": "root", "role": "careers"}], "expose": ["8000"], "environment": {"GRAPHQL_URL": "http://localhost:8000/graphql", "UPLOAD_URL": "staging.api.braveventurelabs.com/api/v1/file/upload"}, "working_dir": "/app", "entrypoint": "/usr/bin/dumb-init", "user": "react", "ports": ["8000:8000"], "defaults": {"REACT_APP_GRAPHQL_URL": "http://localhost:8000/graphql", "REACT_APP_CORS_URL": "http://localhost:1337/", "REACT_APP_BRAVE_FILE_UPLOAD": "staging.api.braveventurelabs.com/api/v1/file/upload", "REACT_APP_JD_KEYWORD_URL": "http://localhost:1337/138.68.129.172:8000/hard_skill?link=", "REACT_APP_PORT": 8000, "APP_ROOT": "/app", "REACT_APP_USER": "react", "nodejs_version": "8.x", "nodejs_install_npm_user": "root", "npm_config_prefix": "/usr/local/lib/npm", "npm_config_unsafe_perm": "false", "nodejs_npm_global_packages": [{"name": "yarn"}], "nodejs_package_json_path": "", "application_home": "/app", "application_user": "react", "application_directory": "careers", "github_user": "thuitaw", "github_pass": "invictus12"}}, "admin": {"from": "debian:jessie", "roles": [{"nodejs_install_npm_user": "root", "role": "admin"}], "expose": ["8000"], "environment": {"GRAPHQL_URL": "http://localhost:8000/graphql", "UPLOAD_URL": "staging.api.braveventurelabs.com/api/v1/file/upload"}, "working_dir": "/app", "entrypoint": "/usr/bin/dumb-init", "user": "react", "ports": ["7000:7000"], "defaults": {"REACT_APP_GRAPHQL_URL": "http://localhost:8000/graphql", "REACT_APP_CORS_URL": "http://localhost:1337/", "REACT_APP_BRAVE_FILE_UPLOAD": "staging.api.braveventurelabs.com/api/v1/file/upload", "REACT_APP_JD_KEYWORD_URL": "http://localhost:1337/138.68.129.172:8000/hard_skill?link=", "REACT_APP_PORT": 8000, "APP_ROOT": "/app", "REACT_APP_USER": "react", "nodejs_version": "8.x", "nodejs_install_npm_user": "root", "npm_config_prefix": "/usr/local/lib/npm", "npm_config_unsafe_perm": "false", "nodejs_npm_global_packages": [{"name": "yarn"}], "nodejs_package_json_path": "", "application_home": "/app", "application_user": "react", "application_directory": "admin", "github_user": "thuitaw", "github_pass": "invictus12"}}}
2018-03-26T16:17:03.593295 Loading engine capabilities [container.utils.loader] caller_file=/_ansible/container/utils/loader.py caller_func=load_engine caller_line=14 capabilities=['BUILD'] engine=docker
2018-03-26T16:17:03.705543 2018-03-26T16:17:03.705543 Docker™ daemon integration engine loaded. Build starting. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=688 project=server-configuration
2018-03-26T16:17:03.722846 Building service... [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=694 project=server-configuration service=u'careers'
2018-03-26T16:17:03.769834 Setting Docker client timeout to 60 [container.docker.engine] caller_file=/_ansible/container/docker/engine.py caller_func=get_timeout caller_line=122
2018-03-26T16:17:03.813498 Base fingerprint hash = ca60b3191b4437d7122d1fec6a7586cadba1e1b9d1f234fdb26924c21311f14a [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=710 hash=ca60b3191b4437d7122d1fec6a7586cadba1e1b9d1f234fdb26924c21311f14a service=u'careers'
2018-03-26T16:17:03.832853 Could not find container for careers [container.docker.engine] all_containers=[<Container: 0235699e7e>] caller_file=/_ansible/container/docker/engine.py caller_func=get_container_id_for_service caller_line=531 container=u'server-configuration_careers'
2018-03-26T16:17:03.946167 Still trying to keep cache. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=725 service=u'careers'
2018-03-26T16:17:03.967357 Cached layer found for service [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=731 fingerprint=a88a1f871d6afad127c23d3d068ec6000394344582aabef5e1ba2638dbbfe6cb service=u'careers'
2018-03-26T16:17:03.971277 Applied role ordereddict([('nodejs_install_npm_user', 'root'), ('role', 'careers')]) from cache [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=734 role={"nodejs_install_npm_user": "root", "role": "careers"} service=u'careers'
2018-03-26T16:17:03.995354 Build complete. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=833 service=u'careers'
2018-03-26T16:17:04.003245 Building service... [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=694 project=server-configuration service=u'admin'
2018-03-26T16:17:04.014860 Base fingerprint hash = ca60b3191b4437d7122d1fec6a7586cadba1e1b9d1f234fdb26924c21311f14a [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=710 hash=ca60b3191b4437d7122d1fec6a7586cadba1e1b9d1f234fdb26924c21311f14a service=u'admin'
2018-03-26T16:17:04.042156 Could not find container for admin [container.docker.engine] all_containers=[<Container: 0235699e7e>] caller_file=/_ansible/container/docker/engine.py caller_func=get_container_id_for_service caller_line=531 container=u'server-configuration_admin'
2018-03-26T16:17:04.198140 Still trying to keep cache. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=725 service=u'admin'
2018-03-26T16:17:04.220131 Cached layer found for service [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=731 fingerprint=2833f64ab341bc0c6becff3fdba9df451d0d63530f26a1024c11bcdd08d5513a service=u'admin'
2018-03-26T16:17:04.222418 Applied role ordereddict([('nodejs_install_npm_user', 'root'), ('role', 'admin')]) from cache [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=734 role={"nodejs_install_npm_user": "root", "role": "admin"} service=u'admin'
2018-03-26T16:17:04.235269 Build complete. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=833 service=u'admin'
2018-03-26T16:17:04.238110 All images successfully built. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=836
2018-03-26T19:16:46.504552 Conductor terminated. Cleaning up. [container.docker.engine] caller_file=/Users/thuita/.local/share/virtualenvs/server-configuration-UWykhGFB/lib/python3.6/site-packages/container/docker/engine.py caller_func=await_conductor_command caller_line=462 command_rc=0 conductor_id=0235699e7e30bf6d770dc5e612d7da74265491cbf667c64813a991056076bc27 save_container=False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment