Skip to content

Console Output

22:17:33 + script/build/write-git-sha
22:17:33 + GIT_COMMIT=330c1bf6
22:17:33 + docker build -t dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=330c1bf629206e3c5360fb1c99a0fa09fd4178f4 .
22:17:33 Sending build context to Docker daemon  1.881MB

22:17:33 Step 1/32 : ARG DOCKER_VERSION=18.09.7
22:17:33 Step 2/32 : ARG PYTHON_VERSION=3.7.4
22:17:33 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
22:17:33 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
22:17:33 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
22:17:33 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
22:17:33 Step 7/32 : ARG BUILD_PLATFORM=alpine
22:17:33 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
22:17:33  ---> 108a4437ed8c
22:17:33 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
22:17:33  ---> f309434dea3a
22:17: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
22:17:33  ---> Using cache
22:17:33  ---> a0fee480894e
22:17:33 Step 11/32 : ENV BUILD_BOOTLOADER=1
22:17:33  ---> Using cache
22:17:33  ---> 89c1439a3f7f
22:17:33 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
22:17:33  ---> fad2b9f06d3b
22:17:33 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
22:17:33  ---> Using cache
22:17:33  ---> 902b161181da
22:17:33 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
22:17:33  ---> 902b161181da
22:17:33 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
22:17:33  ---> Using cache
22:17:33  ---> a86ba5c1d7d0
22:17:33 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
22:17:33  ---> Using cache
22:17:33  ---> 59e898bde5cd
22:17:33 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
22:17:33  ---> Using cache
22:17:33  ---> 05baf0c88330
22:17:33 Step 18/32 : WORKDIR /code/
22:17:33  ---> Using cache
22:17:33  ---> e37d30adbc7a
22:17:33 Step 19/32 : RUN pip install virtualenv==16.2.0
22:17:33  ---> Using cache
22:17:33  ---> eca006f26015
22:17:33 Step 20/32 : RUN pip install tox==2.9.1
22:17:33  ---> Using cache
22:17:33  ---> 4667f560bee3
22:17:33 Step 21/32 : COPY requirements.txt .
22:17:34  ---> Using cache
22:17:34  ---> 7dd1c36588c7
22:17:34 Step 22/32 : COPY requirements-dev.txt .
22:17:34  ---> Using cache
22:17:34  ---> ee051f700bcc
22:17:34 Step 23/32 : COPY .pre-commit-config.yaml .
22:17:34  ---> Using cache
22:17:34  ---> 953d1a432859
22:17:34 Step 24/32 : COPY tox.ini .
22:17:34  ---> Using cache
22:17:34  ---> b4213f6a8392
22:17:34 Step 25/32 : COPY setup.py .
22:17:34  ---> Using cache
22:17:34  ---> 66f33c91a8b6
22:17:34 Step 26/32 : COPY README.md .
22:17:34  ---> Using cache
22:17:34  ---> 7d2f026431c5
22:17:34 Step 27/32 : COPY compose compose/
22:17:34  ---> 1f140539e74c
22:17:34 Step 28/32 : RUN tox --notest
22:17:34  ---> Running in 60d875ecbc67
22:17:35 py27 create: /code/.tox/py27
22:17:47 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
22:18:05 py27 develop-inst: /code
22:18:13 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.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,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.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0
22:18:13 py37 create: /code/.tox/py37
22:18:23 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
22:18:41 py37 develop-inst: /code
22:18:41 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.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.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
22:18:41 pre-commit create: /code/.tox/pre-commit
22:18:53 pre-commit installdeps: pre-commit
22:19:06 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0
22:19:06 ___________________________________ summary ____________________________________
22:19:06   py27: skipped tests
22:19:06   py37: skipped tests
22:19:06   pre-commit: skipped tests
22:19:06   congratulations :)
22:19:08 Removing intermediate container 60d875ecbc67
22:19:08  ---> c977be83273e
22:19:08 Step 29/32 : COPY . .
22:19:08  ---> 70386037de3e
22:19:08 Step 30/32 : ARG GIT_COMMIT=unknown
22:19:08  ---> Running in f029439dba03
22:19:08 Removing intermediate container f029439dba03
22:19:08  ---> 6cc4ee65f790
22:19:08 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
22:19:08  ---> Running in adf1740df742
22:19:09 Removing intermediate container adf1740df742
22:19:09  ---> 436723b01df2
22:19:09 Step 32/32 : RUN script/build/linux-entrypoint
22:19:09  ---> Running in 0c57a723c5fb
22:19:09 + CODE_PATH=/code
22:19:09 + VENV=/code/.tox/py37
22:19:09 + cd /code
22:19:09 + mkdir -p dist
22:19:09 + chmod 777 dist
22:19:09 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
22:19:31 + '[' -z 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 ']'
22:19:31 + echo 330c1bf629206e3c5360fb1c99a0fa09fd4178f4
22:19:31 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:19:31 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:19:31 + '[' '!' -z '' ']'
22:19:31 NOT compiling bootloader!!!
22:19:31 + echo 'NOT compiling bootloader!!!'
22:19:31 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
22:19:31 36 INFO: PyInstaller: 3.5
22:19:31 37 INFO: Python: 3.7.4
22:19:31 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
22:19:31 39 INFO: UPX is not available.
22:19:31 40 INFO: Extending PYTHONPATH with paths
22:19:31 ['/code/bin', '/code']
22:19:31 40 INFO: checking Analysis
22:19:31 40 INFO: Building Analysis because Analysis-00.toc is non existent
22:19:31 40 INFO: Initializing module dependency graph...
22:19:31 41 INFO: Initializing module graph hooks...
22:19:31 43 INFO: Analyzing base_library.zip ...
22:19:31 2478 INFO: running Analysis Analysis-00.toc
22:19:31 2495 INFO: Caching module hooks...
22:19:31 2499 INFO: Analyzing bin/docker-compose
22:19:31 2581 INFO: Processing pre-find module path hook   distutils
22:19:31 2581 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
22:19:31 2756 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
22:19:31 3617 INFO: Processing pre-safe import module hook   six.moves
22:19:34 5985 INFO: Loading module hooks...
22:19:34 5985 INFO: Loading module hook "hook-certifi.py"...
22:19:34 5986 INFO: Loading module hook "hook-jsonschema.py"...
22:19:34 5988 INFO: Loading module hook "hook-xml.py"...
22:19:34 6027 INFO: Loading module hook "hook-nacl.py"...
22:19:34 6028 INFO: Loading module hook "hook-distutils.py"...
22:19:34 6030 INFO: Loading module hook "hook-pkg_resources.py"...
22:19:34 6210 INFO: Processing pre-safe import module hook   win32com
22:19:34 6371 INFO: Loading module hook "hook-pydoc.py"...
22:19:34 6371 INFO: Loading module hook "hook-sysconfig.py"...
22:19:34 6377 INFO: Loading module hook "hook-encodings.py"...
22:19:34 6416 INFO: Loading module hook "hook-cryptography.py"...
22:19:34 6574 INFO: Looking for ctypes DLLs
22:19:34 6603 INFO: Analyzing run-time hooks ...
22:19:34 6611 INFO: Including run-time hook 'pyi_rth_certifi.py'
22:19:34 6613 INFO: Including run-time hook 'pyi_rth_pkgres.py'
22:19:34 6622 INFO: Looking for dynamic libraries
22:19:35 7155 INFO: Looking for eggs
22:19:35 7155 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
22:19:35 7165 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
22:19:35 7216 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
22:19:35 7238 INFO: checking PYZ
22:19:35 7238 INFO: Building PYZ because PYZ-00.toc is non existent
22:19:35 7238 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
22:19:36 7926 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
22:19:36 7937 INFO: checking PKG
22:19:36 7937 INFO: Building PKG because PKG-00.toc is non existent
22:19:36 7937 INFO: Building PKG (CArchive) PKG-00.pkg
22:19:46 17712 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
22:19:46 17715 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
22:19:46 17715 INFO: checking EXE
22:19:46 17716 INFO: Building EXE because EXE-00.toc is non existent
22:19:46 17716 INFO: Building EXE from EXE-00.toc
22:19:46 17716 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
22:19:46 17764 INFO: Building EXE from EXE-00.toc completed successfully.
22:19:46 + ls -la dist/
22:19:46 total 16652
22:19:46 drwxrwxrwx 2 root root     4096 Jan  6 22:19 .
22:19:46 drwxr-xr-x 1 root root     4096 Jan  6 22:19 ..
22:19:46 -rwxr-xr-x 1 root root 17038528 Jan  6 22:19 docker-compose
22:19:46 + ldd dist/docker-compose
22:19:46 	linux-vdso.so.1 (0x00007ffff2b75000)
22:19:46 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff69aa30000)
22:19:46 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff69a816000)
22:19:46 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff69a477000)
22:19:46 	/lib64/ld-linux-x86-64.so.2 (0x00007ff69ac34000)
22:19:46 + mv dist/docker-compose /usr/local/bin
22:19:46 + docker-compose version
22:19:46 docker-compose version 1.26.0dev, build 330c1bf629206e3c5360fb1c99a0fa09fd4178f4
22:19:46 docker-py version: 4.1.0
22:19:46 CPython version: 3.7.4
22:19:46 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
22:19:47 Removing intermediate container 0c57a723c5fb
22:19:47  ---> 8af9ffed52c5
22:19:47 Successfully built 8af9ffed52c5
22:19:47 Successfully tagged dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4