Skip to content

Console Output

10:18:02 + script/build/write-git-sha
10:18:02 + GIT_COMMIT=62d409cc
10:18:02 + docker build -t dockerbuildbot/compose:debian-62d409ccfb8ba220416766902f274813ee6ebfd7 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=62d409ccfb8ba220416766902f274813ee6ebfd7 .
10:18:02 Sending build context to Docker daemon   1.86MB

10:18:02 Step 1/32 : ARG DOCKER_VERSION=18.09.7
10:18:02 Step 2/32 : ARG PYTHON_VERSION=3.7.4
10:18:02 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
10:18:02 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:18:02 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
10:18:02 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
10:18:02 Step 7/32 : ARG BUILD_PLATFORM=alpine
10:18:02 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:18:02  ---> 108a4437ed8c
10:18:02 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:18:02  ---> 39fb80313465
10:18:02 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
10:18:02  ---> Using cache
10:18:02  ---> 9cf43fbc2326
10:18:02 Step 11/32 : ENV BUILD_BOOTLOADER=1
10:18:02  ---> Using cache
10:18:02  ---> a0978a3883d3
10:18:02 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:18:02  ---> 7f8ea8958a02
10:18:02 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
10:18:02  ---> Using cache
10:18:02  ---> 26ff89ac7d82
10:18:02 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
10:18:02  ---> 26ff89ac7d82
10:18:02 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
10:18:02  ---> 6d6c50e6a4c5
10:18:02 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
10:18:02  ---> Running in c376e76df0bd
10:18:02 Removing intermediate container c376e76df0bd
10:18:02  ---> 87901a6bcc19
10:18:02 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
10:18:03  ---> df86407209c6
10:18:03 Step 18/32 : WORKDIR /code/
10:18:03  ---> Running in 420ea34528f4
10:18:03 Removing intermediate container 420ea34528f4
10:18:03  ---> 257ffb0f9211
10:18:03 Step 19/32 : RUN pip install virtualenv==16.2.0
10:18:03  ---> Running in f35cb21e83a5
10:18:05 Collecting virtualenv==16.2.0
10:18:10   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
10:18:10 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
10:18:10 Installing collected packages: virtualenv
10:18:10 Successfully installed virtualenv-16.2.0
10:18:15 Removing intermediate container f35cb21e83a5
10:18:15  ---> fc418b923984
10:18:15 Step 20/32 : RUN pip install tox==2.9.1
10:18:15  ---> Running in 53a40088ce0f
10:18:16 Collecting tox==2.9.1
10:18:21   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
10:18:21 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
10:18:21   Downloading https://files.pythonhosted.org/packages/06/ee/de89e0582276e3551df3110088bf20844de2b0e7df2748406876cc78e021/pluggy-0.12.0-py2.py3-none-any.whl
10:18:21 Collecting six (from tox==2.9.1)
10:18:21   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
10:18:21 Collecting py>=1.4.17 (from tox==2.9.1)
10:18:21   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
10:18:21 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)
10:18:21 Collecting importlib-metadata>=0.12 (from pluggy<1.0,>=0.3.0->tox==2.9.1)
10:18:21   Downloading https://files.pythonhosted.org/packages/89/77/8bae90e4534a8fee1e0c3ee4890e2c7d215dccd7386cf2ec7555e529d6bb/importlib_metadata-0.20-py2.py3-none-any.whl
10:18:21 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.2.0)
10:18:21 Collecting zipp>=0.5 (from importlib-metadata>=0.12->pluggy<1.0,>=0.3.0->tox==2.9.1)
10:18:21   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
10:18:21 Collecting more-itertools (from zipp>=0.5->importlib-metadata>=0.12->pluggy<1.0,>=0.3.0->tox==2.9.1)
10:18:21   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
10:18:21 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
10:18:22 Successfully installed importlib-metadata-0.20 more-itertools-7.2.0 pluggy-0.12.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
10:18:22 Removing intermediate container 53a40088ce0f
10:18:22  ---> 448d656f234e
10:18:22 Step 21/32 : COPY requirements.txt .
10:18:23  ---> 6e90671e69fb
10:18:23 Step 22/32 : COPY requirements-dev.txt .
10:18:23  ---> b068116d2a61
10:18:23 Step 23/32 : COPY .pre-commit-config.yaml .
10:18:23  ---> b80b9b551582
10:18:23 Step 24/32 : COPY tox.ini .
10:18:23  ---> a2a8faa9fd58
10:18:23 Step 25/32 : COPY setup.py .
10:18:23  ---> 52eab7380cf0
10:18:23 Step 26/32 : COPY README.md .
10:18:24  ---> 323209d99d2b
10:18:24 Step 27/32 : COPY compose compose/
10:18:24  ---> cfa5898336dc
10:18:24 Step 28/32 : RUN tox --notest
10:18:24  ---> Running in 6e5ba369a302
10:18:25 py27 create: /code/.tox/py27
10:18:37 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:18:49 py27 develop-inst: /code
10:18:57 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,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.1.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.1,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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.3,websocket-client==0.32.0
10:18:57 py37 create: /code/.tox/py37
10:19:09 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:19:22 py37 develop-inst: /code
10:19:23 py37 installed: asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.1.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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.3,websocket-client==0.32.0
10:19:23 pre-commit create: /code/.tox/pre-commit
10:19:35 pre-commit installdeps: pre-commit
10:19:42 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.20,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0
10:19:42 ___________________________________ summary ____________________________________
10:19:42   py27: skipped tests
10:19:42   py37: skipped tests
10:19:42   pre-commit: skipped tests
10:19:42   congratulations :)
10:19:44 Removing intermediate container 6e5ba369a302
10:19:44  ---> 177aff7ecb92
10:19:44 Step 29/32 : COPY . .
10:19:45  ---> b3f630ce1e0f
10:19:45 Step 30/32 : ARG GIT_COMMIT=unknown
10:19:45  ---> Running in 5f249891ddac
10:19:45 Removing intermediate container 5f249891ddac
10:19:45  ---> 8c22696244d5
10:19:45 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
10:19:45  ---> Running in d5257816d4a0
10:19:45 Removing intermediate container d5257816d4a0
10:19:45  ---> b9146f03a8c2
10:19:45 Step 32/32 : RUN script/build/linux-entrypoint
10:19:45  ---> Running in 91a3f8fbcb44
10:19:46 + CODE_PATH=/code
10:19:46 + VENV=/code/.tox/py37
10:19:46 + cd /code
10:19:46 + mkdir -p dist
10:19:46 + chmod 777 dist
10:19:46 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
10:20:04 + '[' -z 62d409ccfb8ba220416766902f274813ee6ebfd7 ']'
10:20:04 + echo 62d409ccfb8ba220416766902f274813ee6ebfd7
10:20:04 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:20:04 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:20:04 + '[' '!' -z '' ']'
10:20:04 + echo 'NOT compiling bootloader!!!'
10:20:04 NOT compiling bootloader!!!
10:20:04 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
10:20:04 36 INFO: PyInstaller: 3.5
10:20:04 36 INFO: Python: 3.7.4
10:20:04 37 INFO: Platform: Linux-4.15.0-1045-aws-x86_64-with-debian-9.9
10:20:04 38 INFO: UPX is not available.
10:20:04 40 INFO: Extending PYTHONPATH with paths
10:20:04 ['/code/bin', '/code']
10:20:04 40 INFO: checking Analysis
10:20:04 40 INFO: Building Analysis because Analysis-00.toc is non existent
10:20:04 40 INFO: Initializing module dependency graph...
10:20:04 41 INFO: Initializing module graph hooks...
10:20:04 42 INFO: Analyzing base_library.zip ...
10:20:06 2518 INFO: running Analysis Analysis-00.toc
10:20:06 2536 INFO: Caching module hooks...
10:20:06 2540 INFO: Analyzing bin/docker-compose
10:20:06 2620 INFO: Processing pre-find module path hook   distutils
10:20:06 2620 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
10:20:06 2792 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
10:20:07 3805 INFO: Processing pre-safe import module hook   six.moves
10:20:10 6349 INFO: Loading module hooks...
10:20:10 6349 INFO: Loading module hook "hook-pydoc.py"...
10:20:10 6350 INFO: Loading module hook "hook-nacl.py"...
10:20:10 6351 INFO: Loading module hook "hook-certifi.py"...
10:20:10 6352 INFO: Loading module hook "hook-jsonschema.py"...
10:20:10 6353 INFO: Loading module hook "hook-pkg_resources.py"...
10:20:10 6558 INFO: Processing pre-safe import module hook   win32com
10:20:10 6694 INFO: Loading module hook "hook-cryptography.py"...
10:20:10 6843 INFO: Loading module hook "hook-encodings.py"...
10:20:10 6881 INFO: Loading module hook "hook-sysconfig.py"...
10:20:10 6889 INFO: Loading module hook "hook-distutils.py"...
10:20:10 6890 INFO: Loading module hook "hook-xml.py"...
10:20:11 6961 INFO: Looking for ctypes DLLs
10:20:11 6974 INFO: Analyzing run-time hooks ...
10:20:11 6980 INFO: Including run-time hook 'pyi_rth_certifi.py'
10:20:11 6981 INFO: Including run-time hook 'pyi_rth_pkgres.py'
10:20:11 6991 INFO: Looking for dynamic libraries
10:20:11 7517 INFO: Looking for eggs
10:20:11 7517 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
10:20:11 7527 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
10:20:11 7582 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
10:20:11 7605 INFO: checking PYZ
10:20:11 7605 INFO: Building PYZ because PYZ-00.toc is non existent
10:20:11 7605 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
10:20:12 8325 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
10:20:12 8336 INFO: checking PKG
10:20:12 8336 INFO: Building PKG because PKG-00.toc is non existent
10:20:12 8336 INFO: Building PKG (CArchive) PKG-00.pkg
10:20:22 18115 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
10:20:22 18118 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
10:20:22 18118 INFO: checking EXE
10:20:22 18118 INFO: Building EXE because EXE-00.toc is non existent
10:20:22 18118 INFO: Building EXE from EXE-00.toc
10:20:22 18118 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
10:20:22 18174 INFO: Building EXE from EXE-00.toc completed successfully.
10:20:22 + ls -la dist/
10:20:22 total 16864
10:20:22 drwxrwxrwx 2 root root     4096 Sep 10 10:20 .
10:20:22 drwxr-xr-x 1 root root     4096 Sep 10 10:20 ..
10:20:22 -rwxr-xr-x 1 root root 17255584 Sep 10 10:20 docker-compose
10:20:22 + ldd dist/docker-compose
10:20:22 	linux-vdso.so.1 (0x00007ffdc2ff6000)
10:20:22 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f828e19b000)
10:20:22 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f828df81000)
10:20:22 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f828dbe2000)
10:20:22 	/lib64/ld-linux-x86-64.so.2 (0x00007f828e39f000)
10:20:22 + mv dist/docker-compose /usr/local/bin
10:20:22 + docker-compose version
10:20:22 docker-compose version 1.25.0dev, build 62d409ccfb8ba220416766902f274813ee6ebfd7
10:20:22 docker-py version: 4.0.1
10:20:22 CPython version: 3.7.4
10:20:22 OpenSSL version: OpenSSL 1.1.0k  28 May 2019
10:20:24 Removing intermediate container 91a3f8fbcb44
10:20:24  ---> cbaf1d434d20
10:20:24 Successfully built cbaf1d434d20
10:20:24 Successfully tagged dockerbuildbot/compose:debian-62d409ccfb8ba220416766902f274813ee6ebfd7