Skip to content

Console Output

17:39:22 + script/build/write-git-sha
17:39:22 + GIT_COMMIT=b7a675b1
17:39:22 + docker build -t dockerbuildbot/compose:debian-b7a675b1c047dcf53da0076e074271e2af8e4d00 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=b7a675b1c047dcf53da0076e074271e2af8e4d00 .
17:39:22 Sending build context to Docker daemon  1.878MB

17:39:22 Step 1/32 : ARG DOCKER_VERSION=18.09.7
17:39:22 Step 2/32 : ARG PYTHON_VERSION=3.7.4
17:39:22 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
17:39:22 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
17:39:22 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
17:39:22 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
17:39:22 Step 7/32 : ARG BUILD_PLATFORM=alpine
17:39:22 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
17:39:22  ---> 108a4437ed8c
17:39:22 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
17:39:22  ---> f309434dea3a
17:39:22 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
17:39:22  ---> Using cache
17:39:22  ---> 3de1df9036d0
17:39:22 Step 11/32 : ENV BUILD_BOOTLOADER=1
17:39:22  ---> Using cache
17:39:22  ---> f0f2321f6ea2
17:39:22 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
17:39:22  ---> fad2b9f06d3b
17:39:22 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
17:39:22  ---> Using cache
17:39:22  ---> d4ed14b5dc82
17:39:22 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
17:39:22  ---> d4ed14b5dc82
17:39:22 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
17:39:22  ---> 318eaeb49c22
17:39:22 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
17:39:22  ---> Running in d06ad9d4c4d5
17:39:22 Removing intermediate container d06ad9d4c4d5
17:39:22  ---> 380c22559697
17:39:22 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
17:39:27  ---> dc3a30c7c815
17:39:27 Step 18/32 : WORKDIR /code/
17:39:27  ---> Running in 556ab85a8e87
17:39:27 Removing intermediate container 556ab85a8e87
17:39:27  ---> d83cadc5f517
17:39:27 Step 19/32 : RUN pip install virtualenv==16.2.0
17:39:27  ---> Running in a05c2eb812a6
17:39:33 Collecting virtualenv==16.2.0
17:39:34   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
17:39:34 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
17:39:34 Installing collected packages: virtualenv
17:39:34 Successfully installed virtualenv-16.2.0
17:39:38 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
17:39:38 You should consider upgrading via the 'pip install --upgrade pip' command.
17:39:39 Removing intermediate container a05c2eb812a6
17:39:39  ---> 1b25468fef32
17:39:39 Step 20/32 : RUN pip install tox==2.9.1
17:39:39  ---> Running in cd30612962e8
17:39:45 Collecting tox==2.9.1
17:39:45   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
17:39:45 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)
17:39:45 Collecting py>=1.4.17
17:39:45   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
17:39:45 Collecting pluggy<1.0,>=0.3.0
17:39:45   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
17:39:45 Collecting six
17:39:45   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
17:39:45 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)
17:39:45 Collecting importlib-metadata>=0.12; python_version < "3.8"
17:39:45   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
17:39:45 Collecting zipp>=0.5
17:39:45   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
17:39:46 Collecting more-itertools
17:39:46   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
17:39:46 Installing collected packages: py, more-itertools, zipp, importlib-metadata, pluggy, six, tox
17:39:46 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.1 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
17:39:46 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
17:39:46 You should consider upgrading via the 'pip install --upgrade pip' command.
17:39:47 Removing intermediate container cd30612962e8
17:39:47  ---> 5d27a51dda5b
17:39:47 Step 21/32 : COPY requirements.txt .
17:39:47  ---> 62ea143deb84
17:39:47 Step 22/32 : COPY requirements-dev.txt .
17:39:47  ---> e2fd40470098
17:39:47 Step 23/32 : COPY .pre-commit-config.yaml .
17:39:47  ---> 2a42d19b7b73
17:39:47 Step 24/32 : COPY tox.ini .
17:39:47  ---> ac4bffe7ddb3
17:39:47 Step 25/32 : COPY setup.py .
17:39:48  ---> 2f01d8505c00
17:39:48 Step 26/32 : COPY README.md .
17:39:48  ---> c212e3212331
17:39:48 Step 27/32 : COPY compose compose/
17:39:48  ---> ee8004712caa
17:39:48 Step 28/32 : RUN tox --notest
17:39:48  ---> Running in d71fa08fc5bf
17:39:49 py27 create: /code/.tox/py27
17:40:01 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
17:40:23 py27 develop-inst: /code
17:40:28 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.26.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.6,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
17:40:28 py37 create: /code/.tox/py37
17:40:40 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
17:40:59 py37 develop-inst: /code
17:40:59 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.26.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.6,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
17:40:59 pre-commit create: /code/.tox/pre-commit
17:41:11 pre-commit installdeps: pre-commit
17:41:23 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.8,zipp==0.6.0
17:41:23 ___________________________________ summary ____________________________________
17:41:23   py27: skipped tests
17:41:23   py37: skipped tests
17:41:23   pre-commit: skipped tests
17:41:23   congratulations :)
17:41:26 Removing intermediate container d71fa08fc5bf
17:41:26  ---> 4fbb0d39c607
17:41:26 Step 29/32 : COPY . .
17:41:27  ---> 9bb95d357e33
17:41:27 Step 30/32 : ARG GIT_COMMIT=unknown
17:41:27  ---> Running in 6d2989bd25e0
17:41:27 Removing intermediate container 6d2989bd25e0
17:41:27  ---> b9cf189b5b6a
17:41:27 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
17:41:27  ---> Running in bf3d4d474fde
17:41:27 Removing intermediate container bf3d4d474fde
17:41:27  ---> 8fc7bb9eb6ab
17:41:27 Step 32/32 : RUN script/build/linux-entrypoint
17:41:27  ---> Running in 2e6fd52f7784
17:41:28 + CODE_PATH=/code
17:41:28 + VENV=/code/.tox/py37
17:41:28 + cd /code
17:41:28 + mkdir -p dist
17:41:28 + chmod 777 dist
17:41:28 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
17:41:50 + '[' -z b7a675b1c047dcf53da0076e074271e2af8e4d00 ']'
17:41:50 + echo b7a675b1c047dcf53da0076e074271e2af8e4d00
17:41:50 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:41:50 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:41:50 + '[' '!' -z '' ']'
17:41:50 + echo 'NOT compiling bootloader!!!'
17:41:50 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
17:41:50 NOT compiling bootloader!!!
17:41:50 39 INFO: PyInstaller: 3.5
17:41:50 39 INFO: Python: 3.7.4
17:41:50 40 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
17:41:50 42 INFO: UPX is not available.
17:41:50 43 INFO: Extending PYTHONPATH with paths
17:41:50 ['/code/bin', '/code']
17:41:50 43 INFO: checking Analysis
17:41:50 43 INFO: Building Analysis because Analysis-00.toc is non existent
17:41:50 43 INFO: Initializing module dependency graph...
17:41:50 45 INFO: Initializing module graph hooks...
17:41:50 46 INFO: Analyzing base_library.zip ...
17:41:50 2726 INFO: running Analysis Analysis-00.toc
17:41:50 2747 INFO: Caching module hooks...
17:41:50 2750 INFO: Analyzing bin/docker-compose
17:41:50 2847 INFO: Processing pre-find module path hook   distutils
17:41:50 2848 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
17:41:50 3034 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
17:41:50 3928 INFO: Processing pre-safe import module hook   six.moves
17:41:52 6377 INFO: Loading module hooks...
17:41:52 6377 INFO: Loading module hook "hook-certifi.py"...
17:41:52 6378 INFO: Loading module hook "hook-jsonschema.py"...
17:41:52 6379 INFO: Loading module hook "hook-xml.py"...
17:41:52 6420 INFO: Loading module hook "hook-nacl.py"...
17:41:52 6422 INFO: Loading module hook "hook-distutils.py"...
17:41:52 6423 INFO: Loading module hook "hook-pkg_resources.py"...
17:41:53 6733 INFO: Processing pre-safe import module hook   win32com
17:41:53 6759 INFO: Loading module hook "hook-pydoc.py"...
17:41:53 6760 INFO: Loading module hook "hook-sysconfig.py"...
17:41:53 6767 INFO: Loading module hook "hook-encodings.py"...
17:41:53 6807 INFO: Loading module hook "hook-cryptography.py"...
17:41:53 6965 INFO: Looking for ctypes DLLs
17:41:53 6997 INFO: Analyzing run-time hooks ...
17:41:53 7008 INFO: Including run-time hook 'pyi_rth_certifi.py'
17:41:53 7009 INFO: Including run-time hook 'pyi_rth_pkgres.py'
17:41:53 7019 INFO: Looking for dynamic libraries
17:41:54 7558 INFO: Looking for eggs
17:41:54 7558 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
17:41:54 7567 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
17:41:54 7615 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
17:41:54 7634 INFO: checking PYZ
17:41:54 7634 INFO: Building PYZ because PYZ-00.toc is non existent
17:41:54 7634 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
17:41:54 8302 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
17:41:54 8313 INFO: checking PKG
17:41:54 8313 INFO: Building PKG because PKG-00.toc is non existent
17:41:54 8313 INFO: Building PKG (CArchive) PKG-00.pkg
17:42:04 18023 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
17:42:04 18026 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
17:42:04 18026 INFO: checking EXE
17:42:04 18026 INFO: Building EXE because EXE-00.toc is non existent
17:42:04 18027 INFO: Building EXE from EXE-00.toc
17:42:04 18027 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
17:42:04 18082 INFO: Building EXE from EXE-00.toc completed successfully.
17:42:04 + ls -la dist/
17:42:04 total 16644
17:42:04 drwxrwxrwx 2 root root     4096 Nov 29 17:42 .
17:42:04 drwxr-xr-x 1 root root     4096 Nov 29 17:41 ..
17:42:04 -rwxr-xr-x 1 root root 17030232 Nov 29 17:42 docker-compose
17:42:04 + ldd dist/docker-compose
17:42:04 	linux-vdso.so.1 (0x00007ffd57b10000)
17:42:04 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd1f387a000)
17:42:04 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd1f3660000)
17:42:04 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd1f32c1000)
17:42:04 	/lib64/ld-linux-x86-64.so.2 (0x00007fd1f3a7e000)
17:42:04 + mv dist/docker-compose /usr/local/bin
17:42:04 + docker-compose version
17:42:05 docker-compose version 1.26.0dev, build b7a675b1c047dcf53da0076e074271e2af8e4d00
17:42:05 docker-py version: 4.1.0
17:42:05 CPython version: 3.7.4
17:42:05 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
17:42:06 Removing intermediate container 2e6fd52f7784
17:42:06  ---> 462ae41b01de
17:42:06 Successfully built 462ae41b01de
17:42:06 Successfully tagged dockerbuildbot/compose:debian-b7a675b1c047dcf53da0076e074271e2af8e4d00