Skip to content

Console Output

19:48:50 + script/build/write-git-sha
19:48:50 + GIT_COMMIT=affb205d
19:48:50 + docker build -t dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=affb205d62623f99fbaa73faa40275f1634f3264 .
19:48:50 Sending build context to Docker daemon  1.867MB

19:48:50 Step 1/32 : ARG DOCKER_VERSION=18.09.7
19:48:50 Step 2/32 : ARG PYTHON_VERSION=3.7.4
19:48:50 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
19:48:50 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
19:48:50 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
19:48:50 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
19:48:50 Step 7/32 : ARG BUILD_PLATFORM=alpine
19:48:50 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
19:48:50  ---> 108a4437ed8c
19:48:50 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
19:48:50  ---> f309434dea3a
19:48:50 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:48:50  ---> Using cache
19:48:50  ---> c361329087b8
19:48:50 Step 11/32 : ENV BUILD_BOOTLOADER=1
19:48:50  ---> Using cache
19:48:50  ---> d0a932ef4167
19:48:50 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
19:48:50  ---> fad2b9f06d3b
19:48:50 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:48:50  ---> Using cache
19:48:50  ---> 29cab1da3d1a
19:48:50 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
19:48:50  ---> d0a932ef4167
19:48:50 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
19:48:50  ---> Using cache
19:48:50  ---> b0457107fd2f
19:48:50 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
19:48:50  ---> Using cache
19:48:50  ---> 60b8662bfce5
19:48:50 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
19:48:50  ---> Using cache
19:48:50  ---> a343798109ea
19:48:50 Step 18/32 : WORKDIR /code/
19:48:50  ---> Using cache
19:48:50  ---> e53f008fd042
19:48:50 Step 19/32 : RUN pip install virtualenv==16.2.0
19:48:50  ---> Using cache
19:48:50  ---> f6e6f959baf9
19:48:50 Step 20/32 : RUN pip install tox==2.9.1
19:48:50  ---> Using cache
19:48:50  ---> 34ca723b6290
19:48:50 Step 21/32 : COPY requirements.txt .
19:48:50  ---> Using cache
19:48:50  ---> f2d3848691ba
19:48:50 Step 22/32 : COPY requirements-dev.txt .
19:48:50  ---> Using cache
19:48:50  ---> 260f1385ad62
19:48:50 Step 23/32 : COPY .pre-commit-config.yaml .
19:48:50  ---> Using cache
19:48:50  ---> 45595ec5e558
19:48:50 Step 24/32 : COPY tox.ini .
19:48:50  ---> Using cache
19:48:51  ---> 3c8f123a4ca3
19:48:51 Step 25/32 : COPY setup.py .
19:48:51  ---> Using cache
19:48:51  ---> 8928b9e246ba
19:48:51 Step 26/32 : COPY README.md .
19:48:51  ---> Using cache
19:48:51  ---> 87709312d95e
19:48:51 Step 27/32 : COPY compose compose/
19:48:51  ---> Using cache
19:48:51  ---> bb7031fa7539
19:48:51 Step 28/32 : RUN tox --notest
19:48:51  ---> Using cache
19:48:51  ---> 332e24055f4f
19:48:51 Step 29/32 : COPY . .
19:48:51  ---> ae51b1bd58c7
19:48:51 Step 30/32 : ARG GIT_COMMIT=unknown
19:48:51  ---> Running in 31e3f5a96704
19:48:51 Removing intermediate container 31e3f5a96704
19:48:51  ---> f933ee0c2700
19:48:51 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
19:48:51  ---> Running in e8101f8317b7
19:48:51 Removing intermediate container e8101f8317b7
19:48:51  ---> 5785227b8f9e
19:48:51 Step 32/32 : RUN script/build/linux-entrypoint
19:48:51  ---> Running in 77d251bb8cd4
19:48:52 + CODE_PATH=/code
19:48:52 + VENV=/code/.tox/py37
19:48:52 + cd /code
19:48:52 + mkdir -p dist
19:48:52 + chmod 777 dist
19:48:52 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
19:49:10 + '[' -z affb205d62623f99fbaa73faa40275f1634f3264 ']'
19:49:10 + echo affb205d62623f99fbaa73faa40275f1634f3264
19:49:10 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:49:10 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:49:10 + '[' '!' -z 1 ']'
19:49:10 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
19:49:10 Cloning into '/tmp/pyinstaller'...
19:49:14 + cd /tmp/pyinstaller/bootloader
19:49:14 + git checkout v3.5
19:49:14 Note: checking out 'v3.5'.
19:49:14 
19:49:14 You are in 'detached HEAD' state. You can look around, make experimental
19:49:14 changes and commit them, and you can discard any commits you make in this
19:49:14 state without impacting any branches by performing another checkout.
19:49:14 
19:49:14 If you want to create a new branch to retain commits you create, you may
19:49:14 do so (now or later) by using -b with the checkout command again. Example:
19:49:14 
19:49:14   git checkout -b <new-branch-name>
19:49:14 
19:49:14 HEAD is now at 498e6ee0 Release 3.5.
19:49:14 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
19:49:14 Setting top to                           : /tmp/pyinstaller/bootloader 
19:49:14 Setting out to                           : /tmp/pyinstaller/bootloader/build 
19:49:14 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
19:49:14 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
19:49:14 Checking size of pointer                 : 8 
19:49:14 Platform                                 : Linux-64bit detected based on compiler 
19:49:14 Checking for flags -m64                  : yes 
19:49:14 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
19:49:14 Checking for program 'strip'             : /usr/bin/strip 
19:49:14 Checking for library dl                  : yes 
19:49:14 Checking for library m                   : yes 
19:49:14 Checking for library z                   : yes 
19:49:14 Checking for function unsetenv           : yes 
19:49:14 Checking for function mkdtemp            : yes 
19:49:14 Checking for flags -Wl,--as-needed       : yes 
19:49:14 'configure' finished successfully (0.339s)
19:49:14 'all' finished successfully (0.000s)
19:49:14 'distclean' finished successfully (0.001s)
19:49:14 Setting top to                           : /tmp/pyinstaller/bootloader 
19:49:14 Setting out to                           : /tmp/pyinstaller/bootloader/build 
19:49:14 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
19:49:14 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
19:49:14 Checking size of pointer                 : 8 
19:49:14 Platform                                 : Linux-64bit detected based on compiler 
19:49:14 Checking for flags -m64                  : yes 
19:49:14 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
19:49:14 Checking for program 'strip'             : /usr/bin/strip 
19:49:14 Checking for library dl                  : yes 
19:49:14 Checking for library m                   : yes 
19:49:14 Checking for library z                   : yes 
19:49:15 Checking for function unsetenv           : yes 
19:49:15 Checking for function mkdtemp            : yes 
19:49:15 Checking for flags -Wl,--as-needed       : yes 
19:49:15 'configure' finished successfully (0.304s)
19:49:15 'make_all' finished successfully (0.003s)
19:49:15 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
19:49:15 [ 1/13] Compiling src/pyi_python.c
19:49:15 [ 2/13] Compiling src/pyi_global.c
19:49:15 [ 3/13] Compiling src/main.c
19:49:15 [ 4/13] Compiling src/pyi_utils.c
19:49:15 [ 5/13] Compiling src/pyi_main.c
19:49:15 [ 6/13] Compiling src/pyi_win32_utils.c
19:49:15 [ 7/13] Compiling src/pyi_python27_compat.c
19:49:15 [ 8/13] Compiling src/pyi_pythonlib.c
19:49:15 [ 9/13] Compiling src/pyi_path.c
19:49:15 [10/13] Compiling src/pyi_archive.c
19:49:15 [11/13] Compiling src/pyi_launch.c
19:49:15 [12/13] Linking build/debug/run_d
19:49:15 [13/13] Processing build/debug/run_d
19:49:15 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
19:49:15 'build_debug' finished successfully (0.680s)
19:49:15 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
19:49:15 [ 1/13] Compiling src/pyi_python.c
19:49:15 [ 2/13] Compiling src/pyi_global.c
19:49:15 [ 3/13] Compiling src/main.c
19:49:15 [ 4/13] Compiling src/pyi_archive.c
19:49:15 [ 5/13] Compiling src/pyi_launch.c
19:49:16 [ 6/13] Compiling src/pyi_win32_utils.c
19:49:16 [ 7/13] Compiling src/pyi_main.c
19:49:16 [ 8/13] Compiling src/pyi_pythonlib.c
19:49:16 [ 9/13] Compiling src/pyi_python27_compat.c
19:49:16 [10/13] Compiling src/pyi_utils.c
19:49:16 [11/13] Compiling src/pyi_path.c
19:49:16 [12/13] Linking build/release/run
19:49:16 [13/13] Processing build/release/run
19:49:16 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
19:49:16 'build_release' finished successfully (0.695s)
19:49:16 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
19:49:16 [13/14] Processing build/debug/run_d
19:49:16 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
19:49:16 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
19:49:16 'install_debug' finished successfully (0.015s)
19:49:16 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
19:49:16 [13/14] Processing build/release/run
19:49:16 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
19:49:16 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
19:49:16 'install_release' finished successfully (0.012s)
19:49:16 + /code/.tox/py37/bin/pip3 install ..
19:49:16 Processing /tmp/pyinstaller
19:49:16   Installing build dependencies: started
19:49:22   Installing build dependencies: finished with status 'done'
19:49:22   Getting requirements to build wheel: started
19:49:22   Getting requirements to build wheel: finished with status 'done'
19:49:22     Preparing wheel metadata: started
19:49:22     Preparing wheel metadata: finished with status 'done'
19:49:22 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
19:49:22 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
19:49:22 Building wheels for collected packages: PyInstaller
19:49:22   Building wheel for PyInstaller (PEP 517): started
19:49:23   Building wheel for PyInstaller (PEP 517): finished with status 'done'
19:49:23   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=35c2038ff83c04186a97dc6b8c8a17e6d4c241b408122e1992099b616cbe79c7
19:49:23   Stored in directory: /tmp/pip-ephem-wheel-cache-q1to3l5i/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
19:49:23 Successfully built PyInstaller
19:49:23 Installing collected packages: PyInstaller
19:49:23   Found existing installation: PyInstaller 3.5
19:49:23     Uninstalling PyInstaller-3.5:
19:49:23       Successfully uninstalled PyInstaller-3.5
19:49:24 Successfully installed PyInstaller-3.5
19:49:24 + cd /code
19:49:24 + rm -Rf /tmp/pyinstaller
19:49:24 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
19:49:24 41 INFO: PyInstaller: 3.5
19:49:24 42 INFO: Python: 3.7.4
19:49:24 44 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
19:49:24 46 INFO: UPX is not available.
19:49:24 47 INFO: Extending PYTHONPATH with paths
19:49:24 ['/code/bin', '/code']
19:49:24 47 INFO: checking Analysis
19:49:24 47 INFO: Building Analysis because Analysis-00.toc is non existent
19:49:24 47 INFO: Initializing module dependency graph...
19:49:24 49 INFO: Initializing module graph hooks...
19:49:24 50 INFO: Analyzing base_library.zip ...
19:49:27 2524 INFO: running Analysis Analysis-00.toc
19:49:27 2534 INFO: Caching module hooks...
19:49:27 2538 INFO: Analyzing bin/docker-compose
19:49:27 2618 INFO: Processing pre-find module path hook   distutils
19:49:27 2619 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
19:49:27 2793 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
19:49:28 3649 INFO: Processing pre-safe import module hook   six.moves
19:49:30 5986 INFO: Loading module hooks...
19:49:30 5987 INFO: Loading module hook "hook-certifi.py"...
19:49:30 5987 INFO: Loading module hook "hook-jsonschema.py"...
19:49:30 5989 INFO: Loading module hook "hook-xml.py"...
19:49:30 6027 INFO: Loading module hook "hook-nacl.py"...
19:49:30 6029 INFO: Loading module hook "hook-distutils.py"...
19:49:30 6030 INFO: Loading module hook "hook-pkg_resources.py"...
19:49:30 6356 INFO: Processing pre-safe import module hook   win32com
19:49:30 6357 INFO: Loading module hook "hook-pydoc.py"...
19:49:30 6358 INFO: Loading module hook "hook-sysconfig.py"...
19:49:30 6364 INFO: Loading module hook "hook-encodings.py"...
19:49:30 6400 INFO: Loading module hook "hook-cryptography.py"...
19:49:31 6546 INFO: Looking for ctypes DLLs
19:49:31 Illegal option -p
19:49:31 6574 INFO: Analyzing run-time hooks ...
19:49:31 6582 INFO: Including run-time hook 'pyi_rth_certifi.py'
19:49:31 6583 INFO: Including run-time hook 'pyi_rth_pkgres.py'
19:49:31 6592 INFO: Looking for dynamic libraries
19:49:31 6798 INFO: Looking for eggs
19:49:31 6798 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
19:49:31 6807 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
19:49:31 6851 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
19:49:31 6870 INFO: checking PYZ
19:49:31 6870 INFO: Building PYZ because PYZ-00.toc is non existent
19:49:31 6870 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
19:49:32 7607 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
19:49:32 7618 INFO: checking PKG
19:49:32 7618 INFO: Building PKG because PKG-00.toc is non existent
19:49:32 7618 INFO: Building PKG (CArchive) PKG-00.pkg
19:49:44 18684 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
19:49:44 18687 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
19:49:44 18687 INFO: checking EXE
19:49:44 18687 INFO: Building EXE because EXE-00.toc is non existent
19:49:44 18687 INFO: Building EXE from EXE-00.toc
19:49:44 18687 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
19:49:44 18756 INFO: Building EXE from EXE-00.toc completed successfully.
19:49:44 + ls -la dist/
19:49:44 total 17124
19:49:44 drwxrwxrwx    2 root     root          4096 Nov  6 19:49 .
19:49:44 drwxr-xr-x    1 root     root          4096 Nov  6 19:49 ..
19:49:44 -rwxr-xr-x    1 root     root      17519824 Nov  6 19:49 docker-compose
19:49:44 + ldd dist/docker-compose
19:49:44 	/lib/ld-musl-x86_64.so.1 (0x7fa614b76000)
19:49:44 	libz.so.1 => /lib/libz.so.1 (0x7fa614b40000)
19:49:44 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fa614b76000)
19:49:44 + mv dist/docker-compose /usr/local/bin
19:49:44 + docker-compose version
19:49:44 docker-compose version 1.25.0dev, build affb205d62623f99fbaa73faa40275f1634f3264
19:49:44 docker-py version: 4.1.0
19:49:44 CPython version: 3.7.4
19:49:44 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
19:49:45 Removing intermediate container 77d251bb8cd4
19:49:45  ---> bb13075682ab
19:49:45 Successfully built bb13075682ab
19:49:45 Successfully tagged dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264