Skip to content

Console Output

13:25:36 + script/build/write-git-sha
13:25:36 + GIT_COMMIT=86bb8fb
13:25:36 + docker build -t dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=86bb8fbf2360501e29c4cc87f5a45d8934419a3e .
13:25:36 Sending build context to Docker daemon  1.861MB

13:25:36 Step 1/32 : ARG DOCKER_VERSION=18.09.7
13:25:36 Step 2/32 : ARG PYTHON_VERSION=3.7.4
13:25:36 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
13:25:36 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
13:25:36 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
13:25:36 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
13:25:36 Step 7/32 : ARG BUILD_PLATFORM=alpine
13:25:36 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
13:25:36  ---> 108a4437ed8c
13:25:36 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
13:25:36  ---> f309434dea3a
13:25:36 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
13:25:36  ---> Using cache
13:25:36  ---> b23bc41f8c7e
13:25:36 Step 11/32 : ENV BUILD_BOOTLOADER=1
13:25:36  ---> Using cache
13:25:36  ---> 30528993111e
13:25:36 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
13:25:36  ---> fad2b9f06d3b
13:25:36 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
13:25:36  ---> Using cache
13:25:36  ---> 7493554f5f53
13:25:36 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
13:25:36  ---> 7493554f5f53
13:25:36 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
13:25:36  ---> 62239d0a8b2a
13:25:36 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
13:25:36  ---> Running in 995f5133af1e
13:25:36 Removing intermediate container 995f5133af1e
13:25:36  ---> ca3f93d00e66
13:25:36 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
13:25:37  ---> 2e7c978ac8b4
13:25:37 Step 18/32 : WORKDIR /code/
13:25:37  ---> Running in e4823fe76f4b
13:25:37 Removing intermediate container e4823fe76f4b
13:25:37  ---> b76d3367cb67
13:25:37 Step 19/32 : RUN pip install virtualenv==16.2.0
13:25:37  ---> Running in ffecfa9c68e7
13:25:44 Collecting virtualenv==16.2.0
13:25:44   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
13:25:44 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
13:25:44 Installing collected packages: virtualenv
13:25:44 Successfully installed virtualenv-16.2.0
13:25:48 WARNING: You are using pip version 19.3; however, version 20.2.4 is available.
13:25:48 You should consider upgrading via the 'pip install --upgrade pip' command.
13:25:48 Removing intermediate container ffecfa9c68e7
13:25:48  ---> c94cb1f04b3d
13:25:48 Step 20/32 : RUN pip install tox==2.9.1
13:25:48  ---> Running in c75af5e1c8ac
13:25:54 Collecting tox==2.9.1
13:25:54   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
13:25:54 Collecting pluggy<1.0,>=0.3.0
13:25:54   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
13:25:54 Collecting py>=1.4.17
13:25:54   Downloading https://files.pythonhosted.org/packages/68/0f/41a43535b52a81e4f29e420a151032d26f08b62206840c48d14b70e53376/py-1.9.0-py2.py3-none-any.whl (99kB)
13:25:54 Collecting six
13:25:54   Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
13:25:54 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)
13:25:54 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:25:54   Downloading https://files.pythonhosted.org/packages/6d/6d/f4bb28424bc677bce1210bc19f69a43efe823e294325606ead595211f93e/importlib_metadata-2.0.0-py2.py3-none-any.whl
13:25:54 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)
13:25:54 Collecting zipp>=0.5
13:25:54   Downloading https://files.pythonhosted.org/packages/41/ad/6a4f1a124b325618a7fb758b885b68ff7b058eec47d9220a12ab38d90b1f/zipp-3.4.0-py3-none-any.whl
13:25:54 Installing collected packages: zipp, importlib-metadata, pluggy, py, six, tox
13:25:54 Successfully installed importlib-metadata-2.0.0 pluggy-0.13.1 py-1.9.0 six-1.15.0 tox-2.9.1 zipp-3.4.0
13:25:54 WARNING: You are using pip version 19.3; however, version 20.2.4 is available.
13:25:54 You should consider upgrading via the 'pip install --upgrade pip' command.
13:25:55 Removing intermediate container c75af5e1c8ac
13:25:55  ---> 9b3474b41ab9
13:25:55 Step 21/32 : COPY requirements.txt .
13:25:55  ---> b8967c1674cf
13:25:55 Step 22/32 : COPY requirements-dev.txt .
13:25:55  ---> bb32cba93198
13:25:55 Step 23/32 : COPY .pre-commit-config.yaml .
13:25:56  ---> 350c198aebe5
13:25:56 Step 24/32 : COPY tox.ini .
13:25:56  ---> e6f636489f22
13:25:56 Step 25/32 : COPY setup.py .
13:25:56  ---> dce13ce779be
13:25:56 Step 26/32 : COPY README.md .
13:25:56  ---> 3407622ebbcd
13:25:56 Step 27/32 : COPY compose compose/
13:25:56  ---> 7366f09c9945
13:25:56 Step 28/32 : RUN tox --notest
13:25:56  ---> Running in 5cc4d98024c8
13:25:57 py27 create: /code/.tox/py27
13:26:09 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
13:26:27 py27 develop-inst: /code
13:26:33 py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.,atomicwrites==1.4.0,attrs==20.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.14.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==3.2.1,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.9.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,pyrsistent==0.16.1,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.11,websocket-client==0.32.0
13:26:33 py37 create: /code/.tox/py37
13:26:45 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
13:27:03 py37 develop-inst: /code
13:27:04 py37 installed: atomicwrites==1.4.0,attrs==20.2.0,bcrypt==3.2.0,cached-property==1.3.0,certifi==2017.4.17,cffi==1.14.3,chardet==3.0.4,coverage==4.4.2,cryptography==3.2.1,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==8.6.0,paramiko==2.4.2,pluggy==0.6.0,py==1.9.0,pyasn1==0.4.8,pycodestyle==2.3.1,pycparser==2.20,pyflakes==1.6.0,PyNaCl==1.4.0,pyrsistent==0.17.3,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.11,websocket-client==0.32.0
13:27:04 pre-commit create: /code/.tox/pre-commit
13:27:16 pre-commit installdeps: pre-commit
13:27:29 pre-commit installed: appdirs==1.4.4,cfgv==3.2.0,distlib==0.3.1,filelock==3.0.12,identify==1.5.7,importlib-metadata==2.0.0,nodeenv==1.5.0,pre-commit==2.8.2,PyYAML==5.3.1,six==1.15.0,toml==0.10.2,virtualenv==20.1.0,zipp==3.4.0
13:27:29 ___________________________________ summary ____________________________________
13:27:29   py27: skipped tests
13:27:29   py37: skipped tests
13:27:29   pre-commit: skipped tests
13:27:29   congratulations :)
13:27:30 Removing intermediate container 5cc4d98024c8
13:27:30  ---> 0f506f95d255
13:27:30 Step 29/32 : COPY . .
13:27:30  ---> 54e75320a628
13:27:30 Step 30/32 : ARG GIT_COMMIT=unknown
13:27:30  ---> Running in d48cd3f8a4e3
13:27:30 Removing intermediate container d48cd3f8a4e3
13:27:30  ---> 04f5c427d633
13:27:30 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
13:27:30  ---> Running in 266317e77c47
13:27:30 Removing intermediate container 266317e77c47
13:27:30  ---> 3055261b9a5b
13:27:30 Step 32/32 : RUN script/build/linux-entrypoint
13:27:30  ---> Running in 315eb5155791
13:27:30 + CODE_PATH=/code
13:27:30 + VENV=/code/.tox/py37
13:27:30 + cd /code
13:27:30 + mkdir -p dist
13:27:30 + chmod 777 dist
13:27:30 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
13:27:52 + '[' -z 86bb8fbf2360501e29c4cc87f5a45d8934419a3e ']'
13:27:52 + echo 86bb8fbf2360501e29c4cc87f5a45d8934419a3e
13:27:52 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:27:52 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:27:52 NOT compiling bootloader!!!
13:27:52 + '[' '!' -z '' ']'
13:27:52 + echo 'NOT compiling bootloader!!!'
13:27:52 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
13:27:52 39 INFO: PyInstaller: 3.5
13:27:52 39 INFO: Python: 3.7.4
13:27:52 40 INFO: Platform: Linux-4.4.0-1114-aws-x86_64-with-debian-9.11
13:27:52 41 INFO: UPX is not available.
13:27:52 42 INFO: Extending PYTHONPATH with paths
13:27:52 ['/code/bin', '/code']
13:27:52 42 INFO: checking Analysis
13:27:52 43 INFO: Building Analysis because Analysis-00.toc is non existent
13:27:52 43 INFO: Initializing module dependency graph...
13:27:52 44 INFO: Initializing module graph hooks...
13:27:52 45 INFO: Analyzing base_library.zip ...
13:27:52 2531 INFO: running Analysis Analysis-00.toc
13:27:52 2548 INFO: Caching module hooks...
13:27:52 2552 INFO: Analyzing bin/docker-compose
13:27:52 2639 INFO: Processing pre-find module path hook   distutils
13:27:52 2640 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
13:27:52 2822 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
13:27:53 3659 INFO: Processing pre-safe import module hook   six.moves
13:27:55 6340 INFO: Loading module hooks...
13:27:55 6340 INFO: Loading module hook "hook-certifi.py"...
13:27:55 6341 INFO: Loading module hook "hook-pydoc.py"...
13:27:55 6341 INFO: Loading module hook "hook-jsonschema.py"...
13:27:55 6343 INFO: Loading module hook "hook-pkg_resources.py"...
13:27:56 6661 INFO: Processing pre-safe import module hook   win32com
13:27:56 7076 INFO: Loading module hook "hook-cryptography.py"...
13:27:56 7211 INFO: Loading module hook "hook-encodings.py"...
13:27:56 7252 INFO: Loading module hook "hook-xml.py"...
13:27:56 7296 INFO: Loading module hook "hook-sysconfig.py"...
13:27:56 7304 INFO: Loading module hook "hook-lib2to3.py"...
13:27:56 7305 INFO: Loading module hook "hook-nacl.py"...
13:27:56 7306 INFO: Loading module hook "hook-distutils.py"...
13:27:56 7329 INFO: Looking for ctypes DLLs
13:27:56 7347 INFO: Analyzing run-time hooks ...
13:27:56 7353 INFO: Including run-time hook 'pyi_rth_certifi.py'
13:27:56 7354 INFO: Including run-time hook 'pyi_rth_pkgres.py'
13:27:56 7354 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
13:27:56 7366 INFO: Looking for dynamic libraries
13:27:57 7842 INFO: Looking for eggs
13:27:57 7843 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
13:27:57 7851 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
13:27:57 7902 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
13:27:57 7922 INFO: checking PYZ
13:27:57 7922 INFO: Building PYZ because PYZ-00.toc is non existent
13:27:57 7922 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
13:27:58 8643 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
13:27:58 8654 INFO: checking PKG
13:27:58 8654 INFO: Building PKG because PKG-00.toc is non existent
13:27:58 8655 INFO: Building PKG (CArchive) PKG-00.pkg
13:28:08 18803 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
13:28:08 18806 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
13:28:08 18806 INFO: checking EXE
13:28:08 18806 INFO: Building EXE because EXE-00.toc is non existent
13:28:08 18806 INFO: Building EXE from EXE-00.toc
13:28:08 18806 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
13:28:08 18890 INFO: Building EXE from EXE-00.toc completed successfully.
13:28:08 + ls -la dist/
13:28:08 total 17520
13:28:08 drwxrwxrwx  2 root root     4096 Nov  3 13:28 .
13:28:08 drwxr-xr-x 19 root root     4096 Nov  3 13:27 ..
13:28:08 -rwxr-xr-x  1 root root 17929608 Nov  3 13:28 docker-compose
13:28:08 + ldd dist/docker-compose
13:28:08 	linux-vdso.so.1 (0x00007fffa4b6e000)
13:28:08 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbd81689000)
13:28:08 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fbd8146f000)
13:28:08 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbd810d0000)
13:28:08 	/lib64/ld-linux-x86-64.so.2 (0x00007fbd8188d000)
13:28:08 + mv dist/docker-compose /usr/local/bin
13:28:08 + docker-compose version
13:28:08 docker-compose version 1.25.0dev, build 86bb8fbf2360501e29c4cc87f5a45d8934419a3e
13:28:08 docker-py version: 4.0.1
13:28:08 CPython version: 3.7.4
13:28:08 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
13:28:09 Removing intermediate container 315eb5155791
13:28:09  ---> 12ad58fb7438
13:28:09 Successfully built 12ad58fb7438
13:28:09 Successfully tagged dockerbuildbot/compose:debian-86bb8fbf2360501e29c4cc87f5a45d8934419a3e