Skip to content

Console Output

09:49:33 + script/build/write-git-sha
09:49:33 + GIT_COMMIT=e8c0e533
09:49:33 + docker build -t dockerbuildbot/compose:debian-e8c0e533895a934aeba70739e8418809c8c88563 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=e8c0e533895a934aeba70739e8418809c8c88563 .
09:49:33 Sending build context to Docker daemon  1.861MB

09:49:33 Step 1/32 : ARG DOCKER_VERSION=18.09.7
09:49:33 Step 2/32 : ARG PYTHON_VERSION=3.7.4
09:49:33 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
09:49:33 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
09:49:33 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
09:49:33 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
09:49:33 Step 7/32 : ARG BUILD_PLATFORM=alpine
09:49:33 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
09:49:33  ---> 108a4437ed8c
09:49:33 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
09:49:33  ---> 39fb80313465
09:49:33 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
09:49:33  ---> Using cache
09:49:33  ---> 01e15689ea21
09:49:33 Step 11/32 : ENV BUILD_BOOTLOADER=1
09:49:33  ---> Using cache
09:49:33  ---> 6b2ce8695c15
09:49:33 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
09:49:33  ---> 7691d3cb6cbc
09:49:33 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
09:49:33  ---> Using cache
09:49:33  ---> 99af8035f960
09:49:33 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
09:49:33  ---> 99af8035f960
09:49:33 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
09:49:33  ---> 130925fadda1
09:49:33 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
09:49:33  ---> Running in 5db54f4269ac
09:49:33 Removing intermediate container 5db54f4269ac
09:49:33  ---> 918380989978
09:49:33 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
09:49:34  ---> c7eccf390c8a
09:49:34 Step 18/32 : WORKDIR /code/
09:49:34  ---> Running in d151340269b8
09:49:34 Removing intermediate container d151340269b8
09:49:34  ---> b331d314d50b
09:49:34 Step 19/32 : RUN pip install virtualenv==16.2.0
09:49:34  ---> Running in 93ffb78c0520
09:49:36 Collecting virtualenv==16.2.0
09:49:42   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
09:49:42 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
09:49:42 Installing collected packages: virtualenv
09:49:42 Successfully installed virtualenv-16.2.0
09:49:47 Removing intermediate container 93ffb78c0520
09:49:47  ---> c09b24a0b9f4
09:49:47 Step 20/32 : RUN pip install tox==2.9.1
09:49:47  ---> Running in 012f8351c3a1
09:49:48 Collecting tox==2.9.1
09:49:53   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
09:49:53 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
09:49:53   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
09:49:53 Collecting six (from tox==2.9.1)
09:49:53   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
09:49:53 Collecting py>=1.4.17 (from tox==2.9.1)
09:49:53   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
09:49:53 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)
09:49:53 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
09:49:53   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
09:49:53 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)
09:49:53 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
09:49:53   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
09:49:53 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)
09:49:53   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
09:49:53 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
09:49:53 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
09:49:54 Removing intermediate container 012f8351c3a1
09:49:54  ---> 509862cfbc1b
09:49:54 Step 21/32 : COPY requirements.txt .
09:49:54  ---> df76d0e91fda
09:49:54 Step 22/32 : COPY requirements-dev.txt .
09:49:54  ---> 7324ac1f97ea
09:49:54 Step 23/32 : COPY .pre-commit-config.yaml .
09:49:54  ---> b8541ae4baee
09:49:54 Step 24/32 : COPY tox.ini .
09:49:55  ---> 01e42118738c
09:49:55 Step 25/32 : COPY setup.py .
09:49:55  ---> d7962ea30f42
09:49:55 Step 26/32 : COPY README.md .
09:49:55  ---> 8fb32d619c78
09:49:55 Step 27/32 : COPY compose compose/
09:49:55  ---> ff069ce93179
09:49:55 Step 28/32 : RUN tox --notest
09:49:55  ---> Running in 038710d0fe22
09:49:57 py27 create: /code/.tox/py27
09:50:09 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
09:50:21 py27 develop-inst: /code
09:50:31 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,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
09:50:31 py37 create: /code/.tox/py37
09:50:41 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
09:50:56 py37 develop-inst: /code
09:50:56 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
09:50:56 pre-commit create: /code/.tox/pre-commit
09:51:06 pre-commit installdeps: pre-commit
09:51:14 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
09:51:14 ___________________________________ summary ____________________________________
09:51:14   py27: skipped tests
09:51:14   py37: skipped tests
09:51:14   pre-commit: skipped tests
09:51:14   congratulations :)
09:51:16 Removing intermediate container 038710d0fe22
09:51:16  ---> 94e91376df93
09:51:16 Step 29/32 : COPY . .
09:51:16  ---> 3811d5283d7a
09:51:16 Step 30/32 : ARG GIT_COMMIT=unknown
09:51:16  ---> Running in 0f2fe062afac
09:51:17 Removing intermediate container 0f2fe062afac
09:51:17  ---> 0eb214375a3c
09:51:17 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
09:51:17  ---> Running in 0831f398a694
09:51:17 Removing intermediate container 0831f398a694
09:51:17  ---> 5395e216b8f9
09:51:17 Step 32/32 : RUN script/build/linux-entrypoint
09:51:17  ---> Running in 9a21968bd78a
09:51:18 + CODE_PATH=/code
09:51:18 + VENV=/code/.tox/py37
09:51:18 + cd /code
09:51:18 + mkdir -p dist
09:51:18 + chmod 777 dist
09:51:18 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
09:51:36 + '[' -z e8c0e533895a934aeba70739e8418809c8c88563 ']'
09:51:36 + echo e8c0e533895a934aeba70739e8418809c8c88563
09:51:36 NOT compiling bootloader!!!
09:51:36 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:51:36 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:51:36 + '[' '!' -z '' ']'
09:51:36 + echo 'NOT compiling bootloader!!!'
09:51:36 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
09:51:36 35 INFO: PyInstaller: 3.5
09:51:36 35 INFO: Python: 3.7.4
09:51:36 36 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
09:51:36 38 INFO: UPX is not available.
09:51:36 39 INFO: Extending PYTHONPATH with paths
09:51:36 ['/code/bin', '/code']
09:51:36 39 INFO: checking Analysis
09:51:36 39 INFO: Building Analysis because Analysis-00.toc is non existent
09:51:36 39 INFO: Initializing module dependency graph...
09:51:36 40 INFO: Initializing module graph hooks...
09:51:36 41 INFO: Analyzing base_library.zip ...
09:51:38 2455 INFO: running Analysis Analysis-00.toc
09:51:38 2472 INFO: Caching module hooks...
09:51:38 2476 INFO: Analyzing bin/docker-compose
09:51:38 2555 INFO: Processing pre-find module path hook   distutils
09:51:38 2555 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
09:51:38 2716 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
09:51:39 3726 INFO: Processing pre-safe import module hook   six.moves
09:51:43 6267 INFO: Loading module hooks...
09:51:43 6267 INFO: Loading module hook "hook-certifi.py"...
09:51:43 6268 INFO: Loading module hook "hook-jsonschema.py"...
09:51:43 6270 INFO: Loading module hook "hook-xml.py"...
09:51:43 6311 INFO: Loading module hook "hook-nacl.py"...
09:51:43 6313 INFO: Loading module hook "hook-distutils.py"...
09:51:43 6314 INFO: Loading module hook "hook-pkg_resources.py"...
09:51:43 6449 INFO: Processing pre-safe import module hook   win32com
09:51:43 6639 INFO: Loading module hook "hook-pydoc.py"...
09:51:43 6640 INFO: Loading module hook "hook-sysconfig.py"...
09:51:43 6646 INFO: Loading module hook "hook-encodings.py"...
09:51:43 6684 INFO: Loading module hook "hook-cryptography.py"...
09:51:43 6856 INFO: Looking for ctypes DLLs
09:51:43 6867 INFO: Analyzing run-time hooks ...
09:51:43 6873 INFO: Including run-time hook 'pyi_rth_certifi.py'
09:51:43 6874 INFO: Including run-time hook 'pyi_rth_pkgres.py'
09:51:43 6883 INFO: Looking for dynamic libraries
09:51:43 7399 INFO: Looking for eggs
09:51:43 7399 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
09:51:43 7409 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
09:51:43 7465 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
09:51:43 7487 INFO: checking PYZ
09:51:43 7487 INFO: Building PYZ because PYZ-00.toc is non existent
09:51:43 7488 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
09:51:44 8196 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
09:51:44 8207 INFO: checking PKG
09:51:44 8207 INFO: Building PKG because PKG-00.toc is non existent
09:51:44 8207 INFO: Building PKG (CArchive) PKG-00.pkg
09:51:54 18004 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
09:51:54 18008 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
09:51:54 18008 INFO: checking EXE
09:51:54 18008 INFO: Building EXE because EXE-00.toc is non existent
09:51:54 18008 INFO: Building EXE from EXE-00.toc
09:51:54 18008 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
09:51:54 18071 INFO: Building EXE from EXE-00.toc completed successfully.
09:51:54 + ls -la dist/
09:51:54 total 16868
09:51:54 drwxrwxrwx 2 root root     4096 Sep 18 09:51 .
09:51:54 drwxr-xr-x 1 root root     4096 Sep 18 09:51 ..
09:51:54 -rwxr-xr-x 1 root root 17260480 Sep 18 09:51 docker-compose
09:51:54 + ldd dist/docker-compose
09:51:54 	linux-vdso.so.1 (0x00007ffe489f3000)
09:51:54 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f69224c9000)
09:51:54 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f69222af000)
09:51:54 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6921f10000)
09:51:54 	/lib64/ld-linux-x86-64.so.2 (0x00007f69226cd000)
09:51:54 + mv dist/docker-compose /usr/local/bin
09:51:54 + docker-compose version
09:51:54 docker-compose version 1.25.0dev, build e8c0e533895a934aeba70739e8418809c8c88563
09:51:54 docker-py version: 4.0.1
09:51:54 CPython version: 3.7.4
09:51:54 OpenSSL version: OpenSSL 1.1.0k  28 May 2019
09:51:56 Removing intermediate container 9a21968bd78a
09:51:56  ---> 001cc19a1d81
09:51:56 Successfully built 001cc19a1d81
09:51:56 Successfully tagged dockerbuildbot/compose:debian-e8c0e533895a934aeba70739e8418809c8c88563