Skip to content

Console Output

16:57:21 + script/build/write-git-sha
16:57:21 + GIT_COMMIT=ad2d86c1
16:57:21 + docker build -t dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 .
16:57:21 Sending build context to Docker daemon   1.86MB

16:57:21 Step 1/32 : ARG DOCKER_VERSION=18.09.7
16:57:21 Step 2/32 : ARG PYTHON_VERSION=3.7.4
16:57:21 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
16:57:21 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
16:57:21 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
16:57:21 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
16:57:21 Step 7/32 : ARG BUILD_PLATFORM=alpine
16:57:21 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
16:57:21  ---> 108a4437ed8c
16:57:21 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
16:57:21  ---> 39fb80313465
16:57:21 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
16:57:21  ---> Using cache
16:57:21  ---> d4e7c9ac9021
16:57:21 Step 11/32 : ENV BUILD_BOOTLOADER=1
16:57:21  ---> Using cache
16:57:21  ---> 81368dca8a0f
16:57:21 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
16:57:21  ---> 7691d3cb6cbc
16:57:21 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
16:57:21  ---> Using cache
16:57:21  ---> 1fc88e534ece
16:57:21 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
16:57:21  ---> 81368dca8a0f
16:57:21 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
16:57:22  ---> 995991e7a863
16:57:22 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
16:57:22  ---> Running in 503bf457befa
16:57:22 Removing intermediate container 503bf457befa
16:57:22  ---> a0e74f25449d
16:57:22 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
16:57:23  ---> 082c7096d284
16:57:23 Step 18/32 : WORKDIR /code/
16:57:23  ---> Running in 7c40f00c7483
16:57:23 Removing intermediate container 7c40f00c7483
16:57:23  ---> bad2cf434be8
16:57:23 Step 19/32 : RUN pip install virtualenv==16.2.0
16:57:23  ---> Running in 23bb800a804c
16:57:25 Collecting virtualenv==16.2.0
16:57:30   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
16:57:30 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
16:57:30 Installing collected packages: virtualenv
16:57:30 Successfully installed virtualenv-16.2.0
16:57:35 Removing intermediate container 23bb800a804c
16:57:35  ---> 288c8ea31385
16:57:35 Step 20/32 : RUN pip install tox==2.9.1
16:57:35  ---> Running in 8125e1e3f8e8
16:57:36 Collecting tox==2.9.1
16:57:41   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
16:57:41 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
16:57:41 Collecting six (from tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
16:57:41 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)
16:57:41 Collecting py>=1.4.17 (from tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
16:57:41 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
16:57:41 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)
16:57:41 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
16:57:41 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)
16:57:41   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
16:57:41 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
16:57:42 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
16:57:42 Removing intermediate container 8125e1e3f8e8
16:57:42  ---> fd493665c10c
16:57:42 Step 21/32 : COPY requirements.txt .
16:57:43  ---> 379135471be1
16:57:43 Step 22/32 : COPY requirements-dev.txt .
16:57:43  ---> ef8bd9601921
16:57:43 Step 23/32 : COPY .pre-commit-config.yaml .
16:57:43  ---> 70a44d8aa590
16:57:43 Step 24/32 : COPY tox.ini .
16:57:43  ---> c65577450308
16:57:43 Step 25/32 : COPY setup.py .
16:57:44  ---> e13b2f56835e
16:57:44 Step 26/32 : COPY README.md .
16:57:44  ---> 808bd2386c49
16:57:44 Step 27/32 : COPY compose compose/
16:57:44  ---> 388ecc1b9251
16:57:44 Step 28/32 : RUN tox --notest
16:57:44  ---> Running in 0ecffd61f999
16:57:45 py27 create: /code/.tox/py27
16:57:57 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
17:00:04 py27 develop-inst: /code
17:00:04 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
17:00:04 py37 create: /code/.tox/py37
17:00:10 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
17:02:17 py37 develop-inst: /code
17:02:17 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
17:02:17 pre-commit create: /code/.tox/pre-commit
17:02:18 pre-commit installdeps: pre-commit
17:02:27 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
17:02:27 ___________________________________ summary ____________________________________
17:02:27   py27: skipped tests
17:02:27   py37: skipped tests
17:02:27   pre-commit: skipped tests
17:02:27   congratulations :)
17:02:29 Removing intermediate container 0ecffd61f999
17:02:29  ---> 1acb072197ee
17:02:29 Step 29/32 : COPY . .
17:02:30  ---> a32143477ed6
17:02:30 Step 30/32 : ARG GIT_COMMIT=unknown
17:02:30  ---> Running in b34bcee4f9f1
17:02:30 Removing intermediate container b34bcee4f9f1
17:02:30  ---> 0b0637016b02
17:02:30 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
17:02:30  ---> Running in a051e0f106fe
17:02:30 Removing intermediate container a051e0f106fe
17:02:30  ---> d5ff7813138e
17:02:30 Step 32/32 : RUN script/build/linux-entrypoint
17:02:30  ---> Running in 9b38462ea771
17:02:31 + CODE_PATH=/code
17:02:31 + VENV=/code/.tox/py37
17:02:31 + cd /code
17:02:31 + mkdir -p dist
17:02:31 + chmod 777 dist
17:02:31 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
17:02:49 + '[' -z ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 ']'
17:02:49 + echo ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:02:49 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:02:49 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:02:49 + '[' '!' -z 1 ']'
17:02:49 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
17:02:49 Cloning into '/tmp/pyinstaller'...
17:02:52 + cd /tmp/pyinstaller/bootloader
17:02:52 + git checkout v3.5
17:02:52 Note: checking out 'v3.5'.
17:02:52 
17:02:52 You are in 'detached HEAD' state. You can look around, make experimental
17:02:52 changes and commit them, and you can discard any commits you make in this
17:02:52 state without impacting any branches by performing another checkout.
17:02:52 
17:02:52 If you want to create a new branch to retain commits you create, you may
17:02:52 do so (now or later) by using -b with the checkout command again. Example:
17:02:52 
17:02:52   git checkout -b <new-branch-name>
17:02:52 
17:02:52 HEAD is now at 498e6ee0 Release 3.5.
17:02:52 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
17:02:53 Setting top to                           : /tmp/pyinstaller/bootloader 
17:02:53 Setting out to                           : /tmp/pyinstaller/bootloader/build 
17:02:53 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
17:02:53 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
17:02:53 Checking size of pointer                 : 8 
17:02:53 Platform                                 : Linux-64bit detected based on compiler 
17:02:53 Checking for flags -m64                  : yes 
17:02:53 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
17:02:53 Checking for program 'strip'             : /usr/bin/strip 
17:02:53 Checking for library dl                  : yes 
17:02:53 Checking for library m                   : yes 
17:02:53 Checking for library z                   : yes 
17:02:53 Checking for function unsetenv           : yes 
17:02:53 Checking for function mkdtemp            : yes 
17:02:53 Checking for flags -Wl,--as-needed       : yes 
17:02:53 'configure' finished successfully (0.338s)
17:02:53 'all' finished successfully (0.000s)
17:02:53 'distclean' finished successfully (0.001s)
17:02:53 Setting top to                           : /tmp/pyinstaller/bootloader 
17:02:53 Setting out to                           : /tmp/pyinstaller/bootloader/build 
17:02:53 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
17:02:53 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
17:02:53 Checking size of pointer                 : 8 
17:02:53 Platform                                 : Linux-64bit detected based on compiler 
17:02:53 Checking for flags -m64                  : yes 
17:02:53 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
17:02:53 Checking for program 'strip'             : /usr/bin/strip 
17:02:53 Checking for library dl                  : yes 
17:02:53 Checking for library m                   : yes 
17:02:53 Checking for library z                   : yes 
17:02:53 Checking for function unsetenv           : yes 
17:02:53 Checking for function mkdtemp            : yes 
17:02:53 Checking for flags -Wl,--as-needed       : yes 
17:02:53 'configure' finished successfully (0.310s)
17:02:53 'make_all' finished successfully (0.003s)
17:02:53 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:53 [ 1/13] Compiling src/pyi_python.c
17:02:53 [ 2/13] Compiling src/pyi_global.c
17:02:53 [ 3/13] Compiling src/pyi_archive.c
17:02:53 [ 4/13] Compiling src/pyi_utils.c
17:02:54 [ 5/13] Compiling src/pyi_python27_compat.c
17:02:54 [ 6/13] Compiling src/pyi_win32_utils.c
17:02:54 [ 7/13] Compiling src/pyi_main.c
17:02:54 [ 8/13] Compiling src/pyi_pythonlib.c
17:02:54 [ 9/13] Compiling src/pyi_path.c
17:02:54 [10/13] Compiling src/main.c
17:02:54 [11/13] Compiling src/pyi_launch.c
17:02:54 [12/13] Linking build/debug/run_d
17:02:54 [13/13] Processing build/debug/run_d
17:02:54 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:54 'build_debug' finished successfully (0.708s)
17:02:54 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
17:02:54 [ 1/13] Compiling src/pyi_python.c
17:02:54 [ 2/13] Compiling src/pyi_global.c
17:02:54 [ 3/13] Compiling src/main.c
17:02:54 [ 4/13] Compiling src/pyi_archive.c
17:02:54 [ 5/13] Compiling src/pyi_launch.c
17:02:54 [ 6/13] Compiling src/pyi_win32_utils.c
17:02:54 [ 7/13] Compiling src/pyi_main.c
17:02:54 [ 8/13] Compiling src/pyi_pythonlib.c
17:02:54 [ 9/13] Compiling src/pyi_python27_compat.c
17:02:54 [10/13] Compiling src/pyi_utils.c
17:02:54 [11/13] Compiling src/pyi_path.c
17:02:55 [12/13] Linking build/release/run
17:02:55 [13/13] Processing build/release/run
17:02:55 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
17:02:55 'build_release' finished successfully (0.691s)
17:02:55 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:55 [13/14] Processing build/debug/run_d
17:02:55 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
17:02:55 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:55 'install_debug' finished successfully (0.014s)
17:02:55 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
17:02:55 [14/14] Processing build/release/run
17:02:55 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
17:02:55 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
17:02:55 'install_release' finished successfully (0.012s)
17:02:55 + /code/.tox/py37/bin/pip3 install ..
17:02:55 Processing /tmp/pyinstaller
17:02:55   Installing build dependencies: started
17:03:00   Installing build dependencies: finished with status 'done'
17:03:00   Getting requirements to build wheel: started
17:03:01   Getting requirements to build wheel: finished with status 'done'
17:03:01     Preparing wheel metadata: started
17:03:01     Preparing wheel metadata: finished with status 'done'
17:03:01 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.2.0)
17:03:01 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
17:03:01 Building wheels for collected packages: PyInstaller
17:03:01   Building wheel for PyInstaller (PEP 517): started
17:03:02   Building wheel for PyInstaller (PEP 517): finished with status 'done'
17:03:02   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=f5623565695c4bf2a2819923f7edac815bc8aca077db449e532135deb16f7410
17:03:02   Stored in directory: /tmp/pip-ephem-wheel-cache-m_y_d391/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
17:03:02 Successfully built PyInstaller
17:03:02 Installing collected packages: PyInstaller
17:03:02   Found existing installation: PyInstaller 3.5
17:03:02     Uninstalling PyInstaller-3.5:
17:03:02       Successfully uninstalled PyInstaller-3.5
17:03:03 Successfully installed PyInstaller-3.5
17:03:03 + cd /code
17:03:03 + rm -Rf /tmp/pyinstaller
17:03:03 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
17:03:03 36 INFO: PyInstaller: 3.5
17:03:03 36 INFO: Python: 3.7.4
17:03:03 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
17:03:03 40 INFO: UPX is not available.
17:03:03 42 INFO: Extending PYTHONPATH with paths
17:03:03 ['/code/bin', '/code']
17:03:03 42 INFO: checking Analysis
17:03:03 42 INFO: Building Analysis because Analysis-00.toc is non existent
17:03:03 42 INFO: Initializing module dependency graph...
17:03:03 43 INFO: Initializing module graph hooks...
17:03:03 45 INFO: Analyzing base_library.zip ...
17:03:05 2450 INFO: running Analysis Analysis-00.toc
17:03:05 2461 INFO: Caching module hooks...
17:03:05 2465 INFO: Analyzing bin/docker-compose
17:03:05 2544 INFO: Processing pre-find module path hook   distutils
17:03:05 2545 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
17:03:05 2707 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
17:03:07 3670 INFO: Processing pre-safe import module hook   six.moves
17:03:09 6217 INFO: Loading module hooks...
17:03:09 6217 INFO: Loading module hook "hook-certifi.py"...
17:03:09 6218 INFO: Loading module hook "hook-jsonschema.py"...
17:03:09 6220 INFO: Loading module hook "hook-xml.py"...
17:03:09 6258 INFO: Loading module hook "hook-nacl.py"...
17:03:09 6259 INFO: Loading module hook "hook-distutils.py"...
17:03:09 6261 INFO: Loading module hook "hook-pkg_resources.py"...
17:03:09 6401 INFO: Processing pre-safe import module hook   win32com
17:03:09 6589 INFO: Loading module hook "hook-pydoc.py"...
17:03:09 6589 INFO: Loading module hook "hook-sysconfig.py"...
17:03:09 6596 INFO: Loading module hook "hook-encodings.py"...
17:03:09 6634 INFO: Loading module hook "hook-cryptography.py"...
17:03:10 6841 INFO: Looking for ctypes DLLs
17:03:10 6851 INFO: Analyzing run-time hooks ...
17:03:10 6857 INFO: Including run-time hook 'pyi_rth_certifi.py'
17:03:10 6858 INFO: Including run-time hook 'pyi_rth_pkgres.py'
17:03:10 6868 INFO: Looking for dynamic libraries
17:03:10 7087 INFO: Looking for eggs
17:03:10 7087 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
17:03:10 7097 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
17:03:10 7153 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
17:03:10 7176 INFO: checking PYZ
17:03:10 7176 INFO: Building PYZ because PYZ-00.toc is non existent
17:03:10 7176 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
17:03:11 7920 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
17:03:11 7931 INFO: checking PKG
17:03:11 7931 INFO: Building PKG because PKG-00.toc is non existent
17:03:11 7931 INFO: Building PKG (CArchive) PKG-00.pkg
17:03:23 18864 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
17:03:23 18868 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
17:03:23 18868 INFO: checking EXE
17:03:23 18868 INFO: Building EXE because EXE-00.toc is non existent
17:03:23 18868 INFO: Building EXE from EXE-00.toc
17:03:23 18868 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
17:03:23 18915 INFO: Building EXE from EXE-00.toc completed successfully.
17:03:23 + ls -la dist/
17:03:23 total 17272
17:03:23 drwxrwxrwx    2 root     root          4096 Oct  1 17:03 .
17:03:23 drwxr-xr-x    1 root     root          4096 Oct  1 17:03 ..
17:03:23 -rwxr-xr-x    1 root     root      17672664 Oct  1 17:03 docker-compose
17:03:23 + ldd dist/docker-compose
17:03:23 	/lib/ld-musl-x86_64.so.1 (0x7f0ccb64a000)
17:03:23 	libz.so.1 => /lib/libz.so.1 (0x7f0ccb614000)
17:03:23 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f0ccb64a000)
17:03:23 + mv dist/docker-compose /usr/local/bin
17:03:23 + docker-compose version
17:03:23 docker-compose version 1.25.0dev, build ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:03:23 docker-py version: 4.0.1
17:03:23 CPython version: 3.7.4
17:03:23 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
17:03:23 Removing intermediate container 9b38462ea771
17:03:23  ---> 6e9119e2894e
17:03:23 Successfully built 6e9119e2894e
17:03:23 Successfully tagged dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456