Skip to content

Console Output

19:56:34 + script/build/write-git-sha
19:56:34 + GIT_COMMIT=97551c75
19:56:34 + docker build -t dockerbuildbot/compose:alpine-97551c75f48b12c6d714aa9a430222e0bd853e9b --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=97551c75f48b12c6d714aa9a430222e0bd853e9b .
19:56:34 Sending build context to Docker daemon  1.867MB

19:56:34 Step 1/32 : ARG DOCKER_VERSION=18.09.7
19:56:34 Step 2/32 : ARG PYTHON_VERSION=3.7.4
19:56:34 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
19:56:34 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
19:56:34 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
19:56:34 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
19:56:34 Step 7/32 : ARG BUILD_PLATFORM=alpine
19:56:34 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
19:56:34  ---> 108a4437ed8c
19:56:34 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
19:56:34  ---> f309434dea3a
19:56:34 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
19:56:34  ---> Using cache
19:56:34  ---> c361329087b8
19:56:34 Step 11/32 : ENV BUILD_BOOTLOADER=1
19:56:34  ---> Using cache
19:56:34  ---> d0a932ef4167
19:56:34 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
19:56:34  ---> fad2b9f06d3b
19:56:34 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
19:56:34  ---> Using cache
19:56:34  ---> 29cab1da3d1a
19:56:34 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
19:56:34  ---> d0a932ef4167
19:56:34 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
19:56:34  ---> Using cache
19:56:34  ---> b0457107fd2f
19:56:34 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
19:56:34  ---> Using cache
19:56:34  ---> 60b8662bfce5
19:56:34 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
19:56:34  ---> Using cache
19:56:34  ---> a343798109ea
19:56:34 Step 18/32 : WORKDIR /code/
19:56:34  ---> Using cache
19:56:34  ---> e53f008fd042
19:56:34 Step 19/32 : RUN pip install virtualenv==16.2.0
19:56:34  ---> Using cache
19:56:34  ---> f6e6f959baf9
19:56:34 Step 20/32 : RUN pip install tox==2.9.1
19:56:34  ---> Using cache
19:56:34  ---> 34ca723b6290
19:56:34 Step 21/32 : COPY requirements.txt .
19:56:34  ---> Using cache
19:56:34  ---> f2d3848691ba
19:56:34 Step 22/32 : COPY requirements-dev.txt .
19:56:34  ---> Using cache
19:56:34  ---> 260f1385ad62
19:56:34 Step 23/32 : COPY .pre-commit-config.yaml .
19:56:34  ---> Using cache
19:56:34  ---> 45595ec5e558
19:56:34 Step 24/32 : COPY tox.ini .
19:56:34  ---> Using cache
19:56:34  ---> 3c8f123a4ca3
19:56:34 Step 25/32 : COPY setup.py .
19:56:34  ---> Using cache
19:56:34  ---> 8928b9e246ba
19:56:34 Step 26/32 : COPY README.md .
19:56:34  ---> Using cache
19:56:34  ---> 87709312d95e
19:56:34 Step 27/32 : COPY compose compose/
19:56:34  ---> 2db671149c45
19:56:34 Step 28/32 : RUN tox --notest
19:56:34  ---> Running in dd086d8d6127
19:56:35 py27 create: /code/.tox/py27
19:56:48 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:58:54 py27 develop-inst: /code
19:58:54 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.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.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.5,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
19:58:54 py37 create: /code/.tox/py37
19:59:04 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
20:01:11 py37 develop-inst: /code
20:01:11 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.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.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.5,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:01:11 pre-commit create: /code/.tox/pre-commit
20:01:19 pre-commit installdeps: pre-commit
20:01:31 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.7,zipp==0.6.0
20:01:31 ___________________________________ summary ____________________________________
20:01:31   py27: skipped tests
20:01:31   py37: skipped tests
20:01:31   pre-commit: skipped tests
20:01:31   congratulations :)
20:01:35 Removing intermediate container dd086d8d6127
20:01:35  ---> db4a8aad6670
20:01:35 Step 29/32 : COPY . .
20:01:35  ---> 11e7cd9cba6b
20:01:35 Step 30/32 : ARG GIT_COMMIT=unknown
20:01:35  ---> Running in 0e41b4e0cb9a
20:01:35 Removing intermediate container 0e41b4e0cb9a
20:01:35  ---> 530ebd16c2eb
20:01:35 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
20:01:35  ---> Running in 55559b8ab986
20:01:35 Removing intermediate container 55559b8ab986
20:01:35  ---> 833cb7ce0488
20:01:35 Step 32/32 : RUN script/build/linux-entrypoint
20:01:35  ---> Running in 2d2f449f8ea5
20:01:36 + CODE_PATH=/code
20:01:36 + VENV=/code/.tox/py37
20:01:36 + cd /code
20:01:36 + mkdir -p dist
20:01:36 + chmod 777 dist
20:01:36 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
20:01:54 + '[' -z 97551c75f48b12c6d714aa9a430222e0bd853e9b ']'
20:01:54 + echo 97551c75f48b12c6d714aa9a430222e0bd853e9b
20:01:54 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:01:54 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:01:54 + '[' '!' -z 1 ']'
20:01:54 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
20:01:54 Cloning into '/tmp/pyinstaller'...
20:01:57 + cd /tmp/pyinstaller/bootloader
20:01:57 + git checkout v3.5
20:01:57 Note: checking out 'v3.5'.
20:01:57 
20:01:57 You are in 'detached HEAD' state. You can look around, make experimental
20:01:57 changes and commit them, and you can discard any commits you make in this
20:01:57 state without impacting any branches by performing another checkout.
20:01:57 
20:01:57 If you want to create a new branch to retain commits you create, you may
20:01:57 do so (now or later) by using -b with the checkout command again. Example:
20:01:57 
20:01:57   git checkout -b <new-branch-name>
20:01:57 
20:01:57 HEAD is now at 498e6ee0 Release 3.5.
20:01:57 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
20:01:58 Setting top to                           : /tmp/pyinstaller/bootloader 
20:01:58 Setting out to                           : /tmp/pyinstaller/bootloader/build 
20:01:58 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
20:01:58 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
20:01:58 Checking size of pointer                 : 8 
20:01:58 Platform                                 : Linux-64bit detected based on compiler 
20:01:58 Checking for flags -m64                  : yes 
20:01:58 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
20:01:58 Checking for program 'strip'             : /usr/bin/strip 
20:01:58 Checking for library dl                  : yes 
20:01:58 Checking for library m                   : yes 
20:01:58 Checking for library z                   : yes 
20:01:58 Checking for function unsetenv           : yes 
20:01:58 Checking for function mkdtemp            : yes 
20:01:58 Checking for flags -Wl,--as-needed       : yes 
20:01:58 'configure' finished successfully (0.335s)
20:01:58 'all' finished successfully (0.000s)
20:01:58 'distclean' finished successfully (0.001s)
20:01:58 Setting top to                           : /tmp/pyinstaller/bootloader 
20:01:58 Setting out to                           : /tmp/pyinstaller/bootloader/build 
20:01:58 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
20:01:58 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
20:01:58 Checking size of pointer                 : 8 
20:01:58 Platform                                 : Linux-64bit detected based on compiler 
20:01:58 Checking for flags -m64                  : yes 
20:01:58 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
20:01:58 Checking for program 'strip'             : /usr/bin/strip 
20:01:58 Checking for library dl                  : yes 
20:01:58 Checking for library m                   : yes 
20:01:58 Checking for library z                   : yes 
20:01:58 Checking for function unsetenv           : yes 
20:01:58 Checking for function mkdtemp            : yes 
20:01:58 Checking for flags -Wl,--as-needed       : yes 
20:01:58 'configure' finished successfully (0.299s)
20:01:58 'make_all' finished successfully (0.003s)
20:01:58 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
20:01:58 [ 1/13] Compiling src/pyi_python.c
20:01:58 [ 2/13] Compiling src/pyi_global.c
20:01:58 [ 3/13] Compiling src/main.c
20:01:58 [ 4/13] Compiling src/pyi_archive.c
20:01:58 [ 5/13] Compiling src/pyi_launch.c
20:01:58 [ 6/13] Compiling src/pyi_win32_utils.c
20:01:58 [ 7/13] Compiling src/pyi_main.c
20:01:58 [ 8/13] Compiling src/pyi_pythonlib.c
20:01:59 [ 9/13] Compiling src/pyi_python27_compat.c
20:01:59 [10/13] Compiling src/pyi_utils.c
20:01:59 [11/13] Compiling src/pyi_path.c
20:01:59 [12/13] Linking build/debug/run_d
20:01:59 [13/13] Processing build/debug/run_d
20:01:59 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
20:01:59 'build_debug' finished successfully (0.700s)
20:01:59 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
20:01:59 [ 1/13] Compiling src/pyi_python.c
20:01:59 [ 2/13] Compiling src/pyi_global.c
20:01:59 [ 3/13] Compiling src/main.c
20:01:59 [ 4/13] Compiling src/pyi_archive.c
20:01:59 [ 5/13] Compiling src/pyi_launch.c
20:01:59 [ 6/13] Compiling src/pyi_win32_utils.c
20:01:59 [ 7/13] Compiling src/pyi_main.c
20:01:59 [ 8/13] Compiling src/pyi_pythonlib.c
20:01:59 [ 9/13] Compiling src/pyi_python27_compat.c
20:01:59 [10/13] Compiling src/pyi_utils.c
20:01:59 [11/13] Compiling src/pyi_path.c
20:01:59 [12/13] Linking build/release/run
20:01:59 [13/13] Processing build/release/run
20:01:59 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
20:01:59 'build_release' finished successfully (0.686s)
20:02:00 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
20:02:00 [13/14] Processing build/debug/run_d
20:02:00 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
20:02:00 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
20:02:00 'install_debug' finished successfully (0.015s)
20:02:00 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
20:02:00 [13/14] Processing build/release/run
20:02:00 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
20:02:00 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
20:02:00 'install_release' finished successfully (0.012s)
20:02:00 + /code/.tox/py37/bin/pip3 install ..
20:02:00 Processing /tmp/pyinstaller
20:02:00   Installing build dependencies: started
20:02:05   Installing build dependencies: finished with status 'done'
20:02:05   Getting requirements to build wheel: started
20:02:06   Getting requirements to build wheel: finished with status 'done'
20:02:06     Preparing wheel metadata: started
20:02:06     Preparing wheel metadata: finished with status 'done'
20:02:06 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
20:02:06 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
20:02:06 Building wheels for collected packages: PyInstaller
20:02:06   Building wheel for PyInstaller (PEP 517): started
20:02:07   Building wheel for PyInstaller (PEP 517): finished with status 'done'
20:02:07   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=b2b2277f72d80eb46d1867a4c73f041b41e33b376f5524634a793f98286fa0f3
20:02:07   Stored in directory: /tmp/pip-ephem-wheel-cache-h_todpfl/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
20:02:07 Successfully built PyInstaller
20:02:07 Installing collected packages: PyInstaller
20:02:07   Found existing installation: PyInstaller 3.5
20:02:07     Uninstalling PyInstaller-3.5:
20:02:07       Successfully uninstalled PyInstaller-3.5
20:02:07 Successfully installed PyInstaller-3.5
20:02:07 + cd /code
20:02:07 + rm -Rf /tmp/pyinstaller
20:02:07 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
20:02:08 36 INFO: PyInstaller: 3.5
20:02:08 36 INFO: Python: 3.7.4
20:02:08 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
20:02:08 40 INFO: UPX is not available.
20:02:08 41 INFO: Extending PYTHONPATH with paths
20:02:08 ['/code/bin', '/code']
20:02:08 42 INFO: checking Analysis
20:02:08 42 INFO: Building Analysis because Analysis-00.toc is non existent
20:02:08 42 INFO: Initializing module dependency graph...
20:02:08 43 INFO: Initializing module graph hooks...
20:02:08 44 INFO: Analyzing base_library.zip ...
20:02:10 2448 INFO: running Analysis Analysis-00.toc
20:02:10 2458 INFO: Caching module hooks...
20:02:10 2462 INFO: Analyzing bin/docker-compose
20:02:10 2541 INFO: Processing pre-find module path hook   distutils
20:02:10 2542 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
20:02:10 2715 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
20:02:11 3563 INFO: Processing pre-safe import module hook   six.moves
20:02:14 5869 INFO: Loading module hooks...
20:02:14 5869 INFO: Loading module hook "hook-certifi.py"...
20:02:14 5870 INFO: Loading module hook "hook-jsonschema.py"...
20:02:14 5871 INFO: Loading module hook "hook-xml.py"...
20:02:14 5909 INFO: Loading module hook "hook-nacl.py"...
20:02:14 5910 INFO: Loading module hook "hook-distutils.py"...
20:02:14 5911 INFO: Loading module hook "hook-pkg_resources.py"...
20:02:14 6174 INFO: Processing pre-safe import module hook   win32com
20:02:14 6231 INFO: Loading module hook "hook-pydoc.py"...
20:02:14 6231 INFO: Loading module hook "hook-sysconfig.py"...
20:02:14 6237 INFO: Loading module hook "hook-encodings.py"...
20:02:14 6275 INFO: Loading module hook "hook-cryptography.py"...
20:02:14 6426 INFO: Looking for ctypes DLLs
20:02:14 Illegal option -p
20:02:14 6454 INFO: Analyzing run-time hooks ...
20:02:14 6461 INFO: Including run-time hook 'pyi_rth_certifi.py'
20:02:14 6463 INFO: Including run-time hook 'pyi_rth_pkgres.py'
20:02:14 6472 INFO: Looking for dynamic libraries
20:02:14 6676 INFO: Looking for eggs
20:02:14 6677 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
20:02:14 6686 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
20:02:14 6737 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
20:02:14 6759 INFO: checking PYZ
20:02:14 6759 INFO: Building PYZ because PYZ-00.toc is non existent
20:02:14 6759 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
20:02:15 7541 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
20:02:15 7552 INFO: checking PKG
20:02:15 7552 INFO: Building PKG because PKG-00.toc is non existent
20:02:15 7552 INFO: Building PKG (CArchive) PKG-00.pkg
20:02:28 18667 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
20:02:28 18670 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
20:02:28 18670 INFO: checking EXE
20:02:28 18670 INFO: Building EXE because EXE-00.toc is non existent
20:02:28 18670 INFO: Building EXE from EXE-00.toc
20:02:28 18670 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
20:02:28 18979 INFO: Building EXE from EXE-00.toc completed successfully.
20:02:28 + ls -la dist/
20:02:28 total 17124
20:02:28 drwxrwxrwx    2 root     root          4096 Nov  6 20:02 .
20:02:28 drwxr-xr-x    1 root     root          4096 Nov  6 20:02 ..
20:02:28 -rwxr-xr-x    1 root     root      17520784 Nov  6 20:02 docker-compose
20:02:28 + ldd dist/docker-compose
20:02:28 	/lib/ld-musl-x86_64.so.1 (0x7fe58e56a000)
20:02:28 	libz.so.1 => /lib/libz.so.1 (0x7fe58e534000)
20:02:28 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fe58e56a000)
20:02:28 + mv dist/docker-compose /usr/local/bin
20:02:28 + docker-compose version
20:02:28 docker-compose version 1.25.0dev, build 97551c75f48b12c6d714aa9a430222e0bd853e9b
20:02:28 docker-py version: 4.1.0
20:02:28 CPython version: 3.7.4
20:02:28 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
20:02:29 Removing intermediate container 2d2f449f8ea5
20:02:29  ---> a8a0fde41025
20:02:29 Successfully built a8a0fde41025
20:02:29 Successfully tagged dockerbuildbot/compose:alpine-97551c75f48b12c6d714aa9a430222e0bd853e9b