Skip to content

Console Output

20:51:35 + script/build/write-git-sha
20:51:35 + GIT_COMMIT=51ae5351
20:51:35 + docker build -t dockerbuildbot/compose:debian-51ae5351487fc561032b0eff4deccf86354e54d9 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=51ae5351487fc561032b0eff4deccf86354e54d9 .
20:51:35 Sending build context to Docker daemon   1.86MB

20:51:35 Step 1/32 : ARG DOCKER_VERSION=18.09.7
20:51:35 Step 2/32 : ARG PYTHON_VERSION=3.7.4
20:51:35 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
20:51:35 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
20:51:35 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
20:51:35 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
20:51:35 Step 7/32 : ARG BUILD_PLATFORM=alpine
20:51:35 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
20:51:35  ---> 108a4437ed8c
20:51:35 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
20:51:35  ---> 39fb80313465
20:51:35 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
20:51:35  ---> Using cache
20:51:35  ---> 30eab060f0a8
20:51:35 Step 11/32 : ENV BUILD_BOOTLOADER=1
20:51:35  ---> Using cache
20:51:35  ---> eb946effd2b1
20:51:35 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
20:51:35  ---> 7691d3cb6cbc
20:51:35 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
20:51:35  ---> Using cache
20:51:35  ---> 2ce1e05e199b
20:51:35 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
20:51:35  ---> 2ce1e05e199b
20:51:35 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
20:51:36  ---> d4b7a1dd46f0
20:51:36 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
20:51:36  ---> Running in 4e110f8b42c7
20:51:36 Removing intermediate container 4e110f8b42c7
20:51:36  ---> d3482bebc4e6
20:51:36 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
20:51:37  ---> c4c8b2a410a4
20:51:37 Step 18/32 : WORKDIR /code/
20:51:37  ---> Running in 19686eaa3909
20:51:37 Removing intermediate container 19686eaa3909
20:51:37  ---> 5396959314be
20:51:37 Step 19/32 : RUN pip install virtualenv==16.2.0
20:51:37  ---> Running in 5b289281766d
20:51:39 Collecting virtualenv==16.2.0
20:51:44   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
20:51:44 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
20:51:44 Installing collected packages: virtualenv
20:51:44 Successfully installed virtualenv-16.2.0
20:51:49 Removing intermediate container 5b289281766d
20:51:49  ---> 9725a78254d7
20:51:49 Step 20/32 : RUN pip install tox==2.9.1
20:51:49  ---> Running in acd3e7d33f6c
20:51:50 Collecting tox==2.9.1
20:51:55   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
20:51:55 Collecting six (from tox==2.9.1)
20:51:55   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
20:51:55 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)
20:51:55 Collecting py>=1.4.17 (from tox==2.9.1)
20:51:55   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
20:51:55 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
20:51:55   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
20:51:55 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)
20:51:55 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
20:51:55   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
20:51:55 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
20:51:55   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
20:51:55 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)
20:51:55   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
20:51:55 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
20:51:55 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
20:51:56 Removing intermediate container acd3e7d33f6c
20:51:56  ---> 3ac5cfe15865
20:51:56 Step 21/32 : COPY requirements.txt .
20:51:56  ---> 19d78b571fab
20:51:56 Step 22/32 : COPY requirements-dev.txt .
20:51:57  ---> 75648dbe0095
20:51:57 Step 23/32 : COPY .pre-commit-config.yaml .
20:51:57  ---> 3b572afbcd1f
20:51:57 Step 24/32 : COPY tox.ini .
20:51:57  ---> 46811847155d
20:51:57 Step 25/32 : COPY setup.py .
20:51:57  ---> ca6cc97007cf
20:51:57 Step 26/32 : COPY README.md .
20:51:57  ---> 94ee9e05ea7f
20:51:57 Step 27/32 : COPY compose compose/
20:51:58  ---> e52b7f129ad2
20:51:58 Step 28/32 : RUN tox --notest
20:51:58  ---> Running in 2cf61d7b1b52
20:51:59 py27 create: /code/.tox/py27
20:52:11 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
20:52:23 py27 develop-inst: /code
20:52: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.2.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.6,websocket-client==0.32.0
20:52:31 py37 create: /code/.tox/py37
20:52:43 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
20:52:56 py37 develop-inst: /code
20:52:57 py37 installed: asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.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.6,websocket-client==0.32.0
20:52:57 pre-commit create: /code/.tox/pre-commit
20:53:09 pre-commit installdeps: pre-commit
20:53:16 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
20:53:16 ___________________________________ summary ____________________________________
20:53:16   py27: skipped tests
20:53:16   py37: skipped tests
20:53:16   pre-commit: skipped tests
20:53:16   congratulations :)
20:53:19 Removing intermediate container 2cf61d7b1b52
20:53:19  ---> 0c5caeb99c99
20:53:19 Step 29/32 : COPY . .
20:53:19  ---> 82adf7510f3f
20:53:19 Step 30/32 : ARG GIT_COMMIT=unknown
20:53:19  ---> Running in 0b7c0b02dbcc
20:53:19 Removing intermediate container 0b7c0b02dbcc
20:53:19  ---> 2748fcc545c1
20:53:19 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
20:53:19  ---> Running in 05c0437c959e
20:53:19 Removing intermediate container 05c0437c959e
20:53:19  ---> 1323e86770fd
20:53:19 Step 32/32 : RUN script/build/linux-entrypoint
20:53:19  ---> Running in 30766dbb27eb
20:53:20 + CODE_PATH=/code
20:53:20 + VENV=/code/.tox/py37
20:53:20 + cd /code
20:53:20 + mkdir -p dist
20:53:20 + chmod 777 dist
20:53:20 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
20:53:38 + '[' -z 51ae5351487fc561032b0eff4deccf86354e54d9 ']'
20:53:38 + echo 51ae5351487fc561032b0eff4deccf86354e54d9
20:53:38 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:53:38 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:53:38 + '[' '!' -z '' ']'
20:53:38 + echo 'NOT compiling bootloader!!!'
20:53:38 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
20:53:38 NOT compiling bootloader!!!
20:53:38 36 INFO: PyInstaller: 3.5
20:53:38 36 INFO: Python: 3.7.4
20:53:38 36 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
20:53:38 38 INFO: UPX is not available.
20:53:38 39 INFO: Extending PYTHONPATH with paths
20:53:38 ['/code/bin', '/code']
20:53:38 39 INFO: checking Analysis
20:53:38 39 INFO: Building Analysis because Analysis-00.toc is non existent
20:53:38 39 INFO: Initializing module dependency graph...
20:53:38 41 INFO: Initializing module graph hooks...
20:53:38 42 INFO: Analyzing base_library.zip ...
20:53:40 2407 INFO: running Analysis Analysis-00.toc
20:53:40 2424 INFO: Caching module hooks...
20:53:40 2427 INFO: Analyzing bin/docker-compose
20:53:40 2507 INFO: Processing pre-find module path hook   distutils
20:53:40 2507 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
20:53:40 2667 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
20:53:41 3591 INFO: Processing pre-safe import module hook   six.moves
20:53:44 6103 INFO: Loading module hooks...
20:53:44 6103 INFO: Loading module hook "hook-certifi.py"...
20:53:44 6104 INFO: Loading module hook "hook-jsonschema.py"...
20:53:44 6105 INFO: Loading module hook "hook-xml.py"...
20:53:44 6142 INFO: Loading module hook "hook-nacl.py"...
20:53:44 6144 INFO: Loading module hook "hook-distutils.py"...
20:53:44 6145 INFO: Loading module hook "hook-pkg_resources.py"...
20:53:44 6472 INFO: Processing pre-safe import module hook   win32com
20:53:44 6473 INFO: Loading module hook "hook-pydoc.py"...
20:53:44 6474 INFO: Loading module hook "hook-sysconfig.py"...
20:53:44 6479 INFO: Loading module hook "hook-encodings.py"...
20:53:44 6523 INFO: Loading module hook "hook-cryptography.py"...
20:53:44 6692 INFO: Looking for ctypes DLLs
20:53:44 6703 INFO: Analyzing run-time hooks ...
20:53:44 6709 INFO: Including run-time hook 'pyi_rth_certifi.py'
20:53:44 6710 INFO: Including run-time hook 'pyi_rth_pkgres.py'
20:53:44 6718 INFO: Looking for dynamic libraries
20:53:45 7230 INFO: Looking for eggs
20:53:45 7230 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
20:53:45 7242 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
20:53:45 7296 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
20:53:45 7320 INFO: checking PYZ
20:53:45 7320 INFO: Building PYZ because PYZ-00.toc is non existent
20:53:45 7320 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
20:53:46 8023 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
20:53:46 8034 INFO: checking PKG
20:53:46 8034 INFO: Building PKG because PKG-00.toc is non existent
20:53:46 8035 INFO: Building PKG (CArchive) PKG-00.pkg
20:53:56 17889 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
20:53:56 17892 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
20:53:56 17892 INFO: checking EXE
20:53:56 17892 INFO: Building EXE because EXE-00.toc is non existent
20:53:56 17892 INFO: Building EXE from EXE-00.toc
20:53:56 17892 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
20:53:56 17944 INFO: Building EXE from EXE-00.toc completed successfully.
20:53:56 + ls -la dist/
20:53:56 total 16852
20:53:56 drwxrwxrwx 2 root root     4096 Oct  1 20:53 .
20:53:56 drwxr-xr-x 1 root root     4096 Oct  1 20:53 ..
20:53:56 -rwxr-xr-x 1 root root 17243928 Oct  1 20:53 docker-compose
20:53:56 + ldd dist/docker-compose
20:53:56 	linux-vdso.so.1 (0x00007fff78fd6000)
20:53:56 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f09d7e2c000)
20:53:56 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f09d7c12000)
20:53:56 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f09d7873000)
20:53:56 	/lib64/ld-linux-x86-64.so.2 (0x00007f09d8030000)
20:53:56 + mv dist/docker-compose /usr/local/bin
20:53:56 + docker-compose version
20:53:56 docker-compose version 1.25.0dev, build 51ae5351487fc561032b0eff4deccf86354e54d9
20:53:56 docker-py version: 4.0.1
20:53:56 CPython version: 3.7.4
20:53:56 OpenSSL version: OpenSSL 1.1.0k  28 May 2019
20:53:58 Removing intermediate container 30766dbb27eb
20:53:58  ---> 69821861858b
20:53:58 Successfully built 69821861858b
20:53:58 Successfully tagged dockerbuildbot/compose:debian-51ae5351487fc561032b0eff4deccf86354e54d9