Skip to content

Console Output

14:45:39 + script/build/write-git-sha
14:45:39 + GIT_COMMIT=494f6845
14:45:39 + docker build -t dockerbuildbot/compose:debian-494f684525d8a3cb6b23dab14bc40f36581b5799 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=494f684525d8a3cb6b23dab14bc40f36581b5799 .
14:45:39 Sending build context to Docker daemon  1.869MB

14:45:39 Step 1/32 : ARG DOCKER_VERSION=18.09.7
14:45:39 Step 2/32 : ARG PYTHON_VERSION=3.7.4
14:45:39 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
14:45:39 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
14:45:39 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
14:45:39 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
14:45:39 Step 7/32 : ARG BUILD_PLATFORM=alpine
14:45:39 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
14:45:39  ---> 108a4437ed8c
14:45:39 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
14:45:39  ---> f309434dea3a
14:45:39 Step 10/32 : RUN apk add --no-cache     bash     build-base     ca-certificates     curl     gcc     git     libc-dev     libffi-dev     libgcc     make     musl-dev     openssl     openssl-dev     python2     python2-dev     zlib-dev
14:45:39  ---> Using cache
14:45:39  ---> baab6488590f
14:45:39 Step 11/32 : ENV BUILD_BOOTLOADER=1
14:45:39  ---> Using cache
14:45:39  ---> b3fa3f8db068
14:45:39 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
14:45:39  ---> fad2b9f06d3b
14:45:39 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
14:45:39  ---> Using cache
14:45:39  ---> 64539b512ddb
14:45:39 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
14:45:39  ---> 64539b512ddb
14:45:39 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
14:45:39  ---> 1811c250efe3
14:45:39 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
14:45:39  ---> Running in aafb73baf667
14:45:40 Removing intermediate container aafb73baf667
14:45:40  ---> e189eb55b356
14:45:40 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
14:45:41  ---> d59ab36078b7
14:45:41 Step 18/32 : WORKDIR /code/
14:45:41  ---> Running in 878d314f1769
14:45:41 Removing intermediate container 878d314f1769
14:45:41  ---> c35bed1f5baa
14:45:41 Step 19/32 : RUN pip install virtualenv==16.2.0
14:45:41  ---> Running in ef4a65d7069c
14:45:47 Collecting virtualenv==16.2.0
14:45:48   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
14:45:48 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
14:45:48 Installing collected packages: virtualenv
14:45:48 Successfully installed virtualenv-16.2.0
14:45:52 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
14:45:52 You should consider upgrading via the 'pip install --upgrade pip' command.
14:45:53 Removing intermediate container ef4a65d7069c
14:45:53  ---> 286094a97818
14:45:53 Step 20/32 : RUN pip install tox==2.9.1
14:45:53  ---> Running in ff484b6e974b
14:45:58 Collecting tox==2.9.1
14:45:59   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
14:45:59 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
14:45:59 Collecting py>=1.4.17
14:45:59   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
14:45:59 Collecting six
14:45:59   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
14:45:59 Collecting pluggy<1.0,>=0.3.0
14:45:59   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
14:45:59 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
14:45:59 Collecting importlib-metadata>=0.12; python_version < "3.8"
14:45:59   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
14:45:59 Collecting zipp>=0.5
14:45:59   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
14:45:59 Collecting more-itertools
14:45:59   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
14:45:59 Installing collected packages: py, six, more-itertools, zipp, importlib-metadata, pluggy, tox
14:46:00 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
14:46:00 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
14:46:00 You should consider upgrading via the 'pip install --upgrade pip' command.
14:46:00 Removing intermediate container ff484b6e974b
14:46:00  ---> decc92635e04
14:46:00 Step 21/32 : COPY requirements.txt .
14:46:01  ---> 552100b78615
14:46:01 Step 22/32 : COPY requirements-dev.txt .
14:46:01  ---> dcb9c157c027
14:46:01 Step 23/32 : COPY .pre-commit-config.yaml .
14:46:01  ---> 8a891a640ac4
14:46:01 Step 24/32 : COPY tox.ini .
14:46:01  ---> 76470b5ddf69
14:46:01 Step 25/32 : COPY setup.py .
14:46:01  ---> c49d70b25a3a
14:46:01 Step 26/32 : COPY README.md .
14:46:02  ---> 5d672153109c
14:46:02 Step 27/32 : COPY compose compose/
14:46:02  ---> 63335fee9c47
14:46:02 Step 28/32 : RUN tox --notest
14:46:02  ---> Running in 356aea3dfd81
14:46:03 py27 create: /code/.tox/py27
14:46:15 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
14:46:35 py27 develop-inst: /code
14:46:40 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
14:46:40 py37 create: /code/.tox/py37
14:46:52 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
14:47:10 py37 develop-inst: /code
14:47:10 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
14:47:10 pre-commit create: /code/.tox/pre-commit
14:47:23 pre-commit installdeps: pre-commit
14:47:32 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
14:47:32 ___________________________________ summary ____________________________________
14:47:32   py27: skipped tests
14:47:32   py37: skipped tests
14:47:32   pre-commit: skipped tests
14:47:32   congratulations :)
14:47:36 Removing intermediate container 356aea3dfd81
14:47:36  ---> cd7464a8a36c
14:47:36 Step 29/32 : COPY . .
14:47:36  ---> 26ed3d69d3d5
14:47:36 Step 30/32 : ARG GIT_COMMIT=unknown
14:47:36  ---> Running in 637f16d935cd
14:47:36 Removing intermediate container 637f16d935cd
14:47:36  ---> 4299c0ca667a
14:47:36 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
14:47:36  ---> Running in 3edff0a3f496
14:47:37 Removing intermediate container 3edff0a3f496
14:47:37  ---> 3e7152e36f9c
14:47:37 Step 32/32 : RUN script/build/linux-entrypoint
14:47:37  ---> Running in e96b72d8bc4e
14:47:37 + CODE_PATH=/code
14:47:37 + VENV=/code/.tox/py37
14:47:37 + cd /code
14:47:37 + mkdir -p dist
14:47:37 + chmod 777 dist
14:47:37 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
14:47:55 + '[' -z 494f684525d8a3cb6b23dab14bc40f36581b5799 ']'
14:47:55 + echo 494f684525d8a3cb6b23dab14bc40f36581b5799
14:47:55 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:47:55 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:47:55 NOT compiling bootloader!!!
14:47:55 + '[' '!' -z '' ']'
14:47:55 + echo 'NOT compiling bootloader!!!'
14:47:55 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
14:47:55 36 INFO: PyInstaller: 3.5
14:47:55 36 INFO: Python: 3.7.4
14:47:55 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
14:47:55 39 INFO: UPX is not available.
14:47:55 40 INFO: Extending PYTHONPATH with paths
14:47:55 ['/code/bin', '/code']
14:47:55 40 INFO: checking Analysis
14:47:55 40 INFO: Building Analysis because Analysis-00.toc is non existent
14:47:55 40 INFO: Initializing module dependency graph...
14:47:55 42 INFO: Initializing module graph hooks...
14:47:55 43 INFO: Analyzing base_library.zip ...
14:47:58 2563 INFO: running Analysis Analysis-00.toc
14:47:58 2581 INFO: Caching module hooks...
14:47:58 2585 INFO: Analyzing bin/docker-compose
14:47:58 2669 INFO: Processing pre-find module path hook   distutils
14:47:58 2670 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
14:47:58 2845 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
14:47:59 3701 INFO: Processing pre-safe import module hook   six.moves
14:48:01 6086 INFO: Loading module hooks...
14:48:01 6086 INFO: Loading module hook "hook-certifi.py"...
14:48:01 6087 INFO: Loading module hook "hook-jsonschema.py"...
14:48:01 6089 INFO: Loading module hook "hook-xml.py"...
14:48:01 6127 INFO: Loading module hook "hook-nacl.py"...
14:48:01 6129 INFO: Loading module hook "hook-distutils.py"...
14:48:01 6131 INFO: Loading module hook "hook-pkg_resources.py"...
14:48:01 6291 INFO: Processing pre-safe import module hook   win32com
14:48:02 6460 INFO: Loading module hook "hook-pydoc.py"...
14:48:02 6460 INFO: Loading module hook "hook-sysconfig.py"...
14:48:02 6481 INFO: Loading module hook "hook-encodings.py"...
14:48:02 6520 INFO: Loading module hook "hook-cryptography.py"...
14:48:02 6674 INFO: Looking for ctypes DLLs
14:48:02 6704 INFO: Analyzing run-time hooks ...
14:48:02 6712 INFO: Including run-time hook 'pyi_rth_certifi.py'
14:48:02 6714 INFO: Including run-time hook 'pyi_rth_pkgres.py'
14:48:02 6723 INFO: Looking for dynamic libraries
14:48:03 7263 INFO: Looking for eggs
14:48:03 7263 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
14:48:03 7271 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
14:48:03 7319 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
14:48:03 7339 INFO: checking PYZ
14:48:03 7339 INFO: Building PYZ because PYZ-00.toc is non existent
14:48:03 7339 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
14:48:03 8023 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
14:48:03 8033 INFO: checking PKG
14:48:03 8034 INFO: Building PKG because PKG-00.toc is non existent
14:48:03 8034 INFO: Building PKG (CArchive) PKG-00.pkg
14:48:13 17808 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
14:48:13 17811 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
14:48:13 17811 INFO: checking EXE
14:48:13 17811 INFO: Building EXE because EXE-00.toc is non existent
14:48:13 17811 INFO: Building EXE from EXE-00.toc
14:48:13 17811 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
14:48:13 17868 INFO: Building EXE from EXE-00.toc completed successfully.
14:48:13 + ls -la dist/
14:48:13 total 16652
14:48:13 drwxrwxrwx 2 root root     4096 Nov 21 14:48 .
14:48:13 drwxr-xr-x 1 root root     4096 Nov 21 14:47 ..
14:48:13 -rwxr-xr-x 1 root root 17037480 Nov 21 14:48 docker-compose
14:48:13 + ldd dist/docker-compose
14:48:13 	linux-vdso.so.1 (0x00007fff8a9f1000)
14:48:13 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f326ecc5000)
14:48:13 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f326eaab000)
14:48:13 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f326e70c000)
14:48:13 	/lib64/ld-linux-x86-64.so.2 (0x00007f326eec9000)
14:48:13 + mv dist/docker-compose /usr/local/bin
14:48:13 + docker-compose version
14:48:14 docker-compose version 1.25.0dev, build 494f684525d8a3cb6b23dab14bc40f36581b5799
14:48:14 docker-py version: 4.1.0
14:48:14 CPython version: 3.7.4
14:48:14 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
14:48:15 Removing intermediate container e96b72d8bc4e
14:48:15  ---> ab8ffd9f176f
14:48:15 Successfully built ab8ffd9f176f
14:48:15 Successfully tagged dockerbuildbot/compose:debian-494f684525d8a3cb6b23dab14bc40f36581b5799