Skip to content

Console Output

21:57:57 + script/build/write-git-sha
21:57:57 + GIT_COMMIT=c77e97c4
21:57:57 + docker build -t dockerbuildbot/compose:debian-c77e97c419d43eeea736cdd0ff018fd790e5efe6 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=c77e97c419d43eeea736cdd0ff018fd790e5efe6 .
21:57:57 Sending build context to Docker daemon  1.862MB

21:57:57 Step 1/32 : ARG DOCKER_VERSION=18.09.7
21:57:57 Step 2/32 : ARG PYTHON_VERSION=3.7.4
21:57:57 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
21:57:57 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
21:57:57 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
21:57:57 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
21:57:57 Step 7/32 : ARG BUILD_PLATFORM=alpine
21:57:57 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
21:57:57  ---> 108a4437ed8c
21:57:57 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
21:57:57  ---> 39fb80313465
21:57:57 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
21:57:57  ---> Using cache
21:57:57  ---> a7c57b0dab95
21:57:57 Step 11/32 : ENV BUILD_BOOTLOADER=1
21:57:57  ---> Using cache
21:57:57  ---> 73a4f6270bd1
21:57:57 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
21:57:57  ---> 7691d3cb6cbc
21:57:57 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
21:57:57  ---> Using cache
21:57:57  ---> d23bf3fb4e48
21:57:57 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
21:57:57  ---> d23bf3fb4e48
21:57:57 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
21:57:57  ---> b729bb6dba19
21:57:57 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
21:57:57  ---> Running in 24ee5c6634fc
21:57:57 Removing intermediate container 24ee5c6634fc
21:57:57  ---> d9c0605820ed
21:57:57 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
21:57:58  ---> 56f2479f0290
21:57:58 Step 18/32 : WORKDIR /code/
21:57:58  ---> Running in 7568f1d76ee2
21:57:58 Removing intermediate container 7568f1d76ee2
21:57:58  ---> 8016045dd6ca
21:57:58 Step 19/32 : RUN pip install virtualenv==16.2.0
21:57:59  ---> Running in 71bd1f3be041
21:58:01 Collecting virtualenv==16.2.0
21:58:06   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
21:58:06 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
21:58:06 Installing collected packages: virtualenv
21:58:06 Successfully installed virtualenv-16.2.0
21:58:11 Removing intermediate container 71bd1f3be041
21:58:11  ---> 6572dc1c5378
21:58:11 Step 20/32 : RUN pip install tox==2.9.1
21:58:11  ---> Running in f89c323d5c3d
21:58:12 Collecting tox==2.9.1
21:58:17   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
21:58:17 Collecting six (from tox==2.9.1)
21:58:17   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
21:58:17 Collecting py>=1.4.17 (from tox==2.9.1)
21:58:17   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
21:58:17 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)
21:58:17 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
21:58:17   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
21:58:17 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)
21:58:17 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
21:58:17   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
21:58:17 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
21:58:17   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
21:58:17 Collecting more-itertools (from zipp>=0.5->importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
21:58:17   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
21:58:17 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
21:58:17 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
21:58:18 Removing intermediate container f89c323d5c3d
21:58:18  ---> 9def994240ba
21:58:18 Step 21/32 : COPY requirements.txt .
21:58:18  ---> dffb3bce820a
21:58:18 Step 22/32 : COPY requirements-dev.txt .
21:58:19  ---> 5365e4b2b4d5
21:58:19 Step 23/32 : COPY .pre-commit-config.yaml .
21:58:19  ---> a21ee41635d8
21:58:19 Step 24/32 : COPY tox.ini .
21:58:19  ---> 8a95b015b682
21:58:19 Step 25/32 : COPY setup.py .
21:58:19  ---> 17eb2f9e76e3
21:58:19 Step 26/32 : COPY README.md .
21:58:19  ---> 645504fd1874
21:58:19 Step 27/32 : COPY compose compose/
21:58:20  ---> 4c41854986d5
21:58:20 Step 28/32 : RUN tox --notest
21:58:20  ---> Running in 5a4dd76e951c
21:58:21 py27 create: /code/.tox/py27
21:58:33 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:58:48 py27 develop-inst: /code
21:58:54 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.2,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,python-dateutil==2.8.0,pytz==2019.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.5,websocket-client==0.32.0
21:58:54 py37 create: /code/.tox/py37
21:59:06 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
21:59:18 py37 develop-inst: /code
21:59:20 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,python-dateutil==2.8.0,pytz==2019.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.5,websocket-client==0.32.0
21:59:20 pre-commit create: /code/.tox/pre-commit
21:59:32 pre-commit installdeps: pre-commit
21:59:39 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0
21:59:39 ___________________________________ summary ____________________________________
21:59:39   py27: skipped tests
21:59:39   py37: skipped tests
21:59:39   pre-commit: skipped tests
21:59:39   congratulations :)
21:59:42 Removing intermediate container 5a4dd76e951c
21:59:42  ---> 173f25dbcafe
21:59:42 Step 29/32 : COPY . .
21:59:42  ---> 0b183a50928a
21:59:42 Step 30/32 : ARG GIT_COMMIT=unknown
21:59:42  ---> Running in 2710ea15ea7f
21:59:42 Removing intermediate container 2710ea15ea7f
21:59:42  ---> ed1599e5637f
21:59:42 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
21:59:42  ---> Running in 06e873a6bd68
21:59:42 Removing intermediate container 06e873a6bd68
21:59:42  ---> a129827964ca
21:59:42 Step 32/32 : RUN script/build/linux-entrypoint
21:59:42  ---> Running in 50bbf2d30b37
21:59:43 + CODE_PATH=/code
21:59:43 + VENV=/code/.tox/py37
21:59:43 + cd /code
21:59:43 + mkdir -p dist
21:59:43 + chmod 777 dist
21:59:43 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
22:00:01 + '[' -z c77e97c419d43eeea736cdd0ff018fd790e5efe6 ']'
22:00:01 + echo c77e97c419d43eeea736cdd0ff018fd790e5efe6
22:00:01 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:00:01 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:00:01 + '[' '!' -z '' ']'
22:00:01 + echo 'NOT compiling bootloader!!!'
22:00:01 NOT compiling bootloader!!!
22:00:01 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
22:00:01 37 INFO: PyInstaller: 3.5
22:00:01 37 INFO: Python: 3.7.4
22:00:01 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
22:00:01 39 INFO: UPX is not available.
22:00:01 40 INFO: Extending PYTHONPATH with paths
22:00:01 ['/code/bin', '/code']
22:00:01 40 INFO: checking Analysis
22:00:01 41 INFO: Building Analysis because Analysis-00.toc is non existent
22:00:01 41 INFO: Initializing module dependency graph...
22:00:01 42 INFO: Initializing module graph hooks...
22:00:01 43 INFO: Analyzing base_library.zip ...
22:00:04 2496 INFO: running Analysis Analysis-00.toc
22:00:04 2514 INFO: Caching module hooks...
22:00:04 2517 INFO: Analyzing bin/docker-compose
22:00:04 2596 INFO: Processing pre-find module path hook   distutils
22:00:04 2597 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
22:00:04 2760 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
22:00:05 3706 INFO: Processing pre-safe import module hook   six.moves
22:00:08 6450 INFO: Loading module hooks...
22:00:08 6450 INFO: Loading module hook "hook-certifi.py"...
22:00:08 6451 INFO: Loading module hook "hook-jsonschema.py"...
22:00:08 6453 INFO: Loading module hook "hook-xml.py"...
22:00:08 6502 INFO: Loading module hook "hook-pytz.py"...
22:00:08 6518 INFO: Loading module hook "hook-nacl.py"...
22:00:08 6519 INFO: Loading module hook "hook-distutils.py"...
22:00:08 6521 INFO: Loading module hook "hook-pkg_resources.py"...
22:00:08 6832 INFO: Processing pre-safe import module hook   win32com
22:00:08 6834 INFO: Loading module hook "hook-pydoc.py"...
22:00:08 6834 INFO: Loading module hook "hook-sysconfig.py"...
22:00:08 6840 INFO: Loading module hook "hook-encodings.py"...
22:00:08 6878 INFO: Loading module hook "hook-cryptography.py"...
22:00:08 7063 INFO: Looking for ctypes DLLs
22:00:08 7092 WARNING: library user32 required via ctypes not found
22:00:08 7096 INFO: Analyzing run-time hooks ...
22:00:08 7104 INFO: Including run-time hook 'pyi_rth_certifi.py'
22:00:08 7105 INFO: Including run-time hook 'pyi_rth_pkgres.py'
22:00:08 7115 INFO: Looking for dynamic libraries
22:00:09 7631 INFO: Looking for eggs
22:00:09 7631 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
22:00:09 7642 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
22:00:09 7698 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
22:00:09 7734 INFO: checking PYZ
22:00:09 7734 INFO: Building PYZ because PYZ-00.toc is non existent
22:00:09 7734 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
22:00:10 8503 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
22:00:10 8516 INFO: checking PKG
22:00:10 8516 INFO: Building PKG because PKG-00.toc is non existent
22:00:10 8516 INFO: Building PKG (CArchive) PKG-00.pkg
22:00:20 18402 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
22:00:20 18417 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
22:00:20 18417 INFO: checking EXE
22:00:20 18417 INFO: Building EXE because EXE-00.toc is non existent
22:00:20 18417 INFO: Building EXE from EXE-00.toc
22:00:20 18417 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
22:00:20 18480 INFO: Building EXE from EXE-00.toc completed successfully.
22:00:20 + ls -la dist/
22:00:20 total 17356
22:00:20 drwxrwxrwx 2 root root     4096 Sep 20 22:00 .
22:00:20 drwxr-xr-x 1 root root     4096 Sep 20 22:00 ..
22:00:20 -rwxr-xr-x 1 root root 17756496 Sep 20 22:00 docker-compose
22:00:20 + ldd dist/docker-compose
22:00:20 	linux-vdso.so.1 (0x00007ffe3777d000)
22:00:20 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f0d1cf67000)
22:00:20 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f0d1cd4d000)
22:00:20 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0d1c9ae000)
22:00:20 	/lib64/ld-linux-x86-64.so.2 (0x00007f0d1d16b000)
22:00:20 + mv dist/docker-compose /usr/local/bin
22:00:20 + docker-compose version
22:00:20 docker-compose version 1.25.0dev, build c77e97c419d43eeea736cdd0ff018fd790e5efe6
22:00:20 docker-py version: 4.0.1
22:00:20 CPython version: 3.7.4
22:00:20 OpenSSL version: OpenSSL 1.1.0k  28 May 2019
22:00:21 Removing intermediate container 50bbf2d30b37
22:00:21  ---> 9c15ad1a4f70
22:00:21 Successfully built 9c15ad1a4f70
22:00:21 Successfully tagged dockerbuildbot/compose:debian-c77e97c419d43eeea736cdd0ff018fd790e5efe6