Skip to content

Console Output

10:38:23 [2020-08-11T10:38:23.888Z] + docker build -t dockerbuildbot/compose:debian-5c47805dc30672da769ed31b976cc60dd6af10a9 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=5c47805dc30672da769ed31b976cc60dd6af10a9 .
10:38:23 [2020-08-11T10:38:23.888Z] Sending build context to Docker daemon  1.665MB

10:38:23 [2020-08-11T10:38:23.888Z] Step 1/33 : ARG DOCKER_VERSION=19.03.8
10:38:23 [2020-08-11T10:38:23.888Z] Step 2/33 : ARG PYTHON_VERSION=3.7.7
10:38:23 [2020-08-11T10:38:23.888Z] Step 3/33 : ARG BUILD_ALPINE_VERSION=3.11
10:38:23 [2020-08-11T10:38:23.888Z] Step 4/33 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:38:23 [2020-08-11T10:38:23.888Z] Step 5/33 : ARG RUNTIME_ALPINE_VERSION=3.11.5
10:38:23 [2020-08-11T10:38:23.888Z] Step 6/33 : ARG RUNTIME_DEBIAN_VERSION=stretch-20200414-slim
10:38:23 [2020-08-11T10:38:23.888Z] Step 7/33 : ARG BUILD_PLATFORM=alpine
10:38:23 [2020-08-11T10:38:23.888Z] Step 8/33 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:38:23 [2020-08-11T10:38:23.888Z]  ---> 5cfd4d13e0a8
10:38:23 [2020-08-11T10:38:23.888Z] Step 9/33 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:38:23 [2020-08-11T10:38:23.888Z]  ---> e854017db514
10:38:23 [2020-08-11T10:38:23.888Z] Step 10/33 : RUN apk add --no-cache     bash     build-base     ca-certificates     curl     gcc     git     libc-dev     libffi-dev     libgcc     make     musl-dev     openssl     openssl-dev     zlib-dev
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> b92b7171c03e
10:38:23 [2020-08-11T10:38:23.888Z] Step 11/33 : ENV BUILD_BOOTLOADER=1
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> 7e84ec19db39
10:38:23 [2020-08-11T10:38:23.888Z] Step 12/33 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:38:23 [2020-08-11T10:38:23.888Z]  ---> 4014270402cf
10:38:23 [2020-08-11T10:38:23.888Z] Step 13/33 : 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     zlib1g-dev
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> c370fe4c2c16
10:38:23 [2020-08-11T10:38:23.888Z] Step 14/33 : FROM build-${BUILD_PLATFORM} AS build
10:38:23 [2020-08-11T10:38:23.888Z]  ---> c370fe4c2c16
10:38:23 [2020-08-11T10:38:23.888Z] Step 15/33 : COPY docker-compose-entrypoint.sh /usr/local/bin/
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> d191b397d3ec
10:38:23 [2020-08-11T10:38:23.888Z] Step 16/33 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> 93e80fdb84a4
10:38:23 [2020-08-11T10:38:23.888Z] Step 17/33 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> 324ad3f56df7
10:38:23 [2020-08-11T10:38:23.888Z] Step 18/33 : WORKDIR /code/
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> f773b10f87b2
10:38:23 [2020-08-11T10:38:23.888Z] Step 19/33 : RUN pip install virtualenv==20.0.29
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Using cache
10:38:23 [2020-08-11T10:38:23.888Z]  ---> fac3ce26fb02
10:38:23 [2020-08-11T10:38:23.888Z] Step 20/33 : RUN pip install tox==3.19.0
10:38:23 [2020-08-11T10:38:23.888Z]  ---> Running in 3337dd46887c
10:38:29 [2020-08-11T10:38:29.165Z] Collecting tox==3.19.0
10:38:29 [2020-08-11T10:38:29.734Z]   Downloading tox-3.19.0-py2.py3-none-any.whl (83 kB)
10:38:29 [2020-08-11T10:38:29.994Z] Collecting py>=1.4.17
10:38:29 [2020-08-11T10:38:29.994Z]   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
10:38:29 [2020-08-11T10:38:29.994Z] Requirement already satisfied: importlib-metadata<2,>=0.12; python_version < "3.8" in /usr/local/lib/python3.7/site-packages (from tox==3.19.0) (1.7.0)
10:38:29 [2020-08-11T10:38:29.994Z] Collecting packaging>=14
10:38:29 [2020-08-11T10:38:29.994Z]   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
10:38:29 [2020-08-11T10:38:29.994Z] Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.7/site-packages (from tox==3.19.0) (1.15.0)
10:38:29 [2020-08-11T10:38:29.994Z] Collecting pluggy>=0.12.0
10:38:29 [2020-08-11T10:38:29.994Z]   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
10:38:29 [2020-08-11T10:38:29.994Z] Collecting toml>=0.9.4
10:38:29 [2020-08-11T10:38:29.994Z]   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
10:38:29 [2020-08-11T10:38:29.994Z] Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /usr/local/lib/python3.7/site-packages (from tox==3.19.0) (20.0.29)
10:38:30 [2020-08-11T10:38:30.258Z] Requirement already satisfied: filelock>=3.0.0 in /usr/local/lib/python3.7/site-packages (from tox==3.19.0) (3.0.12)
10:38:30 [2020-08-11T10:38:30.258Z] Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata<2,>=0.12; python_version < "3.8"->tox==3.19.0) (3.1.0)
10:38:30 [2020-08-11T10:38:30.258Z] Collecting pyparsing>=2.0.2
10:38:30 [2020-08-11T10:38:30.259Z]   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
10:38:30 [2020-08-11T10:38:30.259Z] Requirement already satisfied: appdirs<2,>=1.4.3 in /usr/local/lib/python3.7/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox==3.19.0) (1.4.4)
10:38:30 [2020-08-11T10:38:30.259Z] Requirement already satisfied: distlib<1,>=0.3.1 in /usr/local/lib/python3.7/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox==3.19.0) (0.3.1)
10:38:30 [2020-08-11T10:38:30.259Z] Installing collected packages: py, pyparsing, packaging, pluggy, toml, tox
10:38:30 [2020-08-11T10:38:30.519Z] Successfully installed packaging-20.4 pluggy-0.13.1 py-1.9.0 pyparsing-2.4.7 toml-0.10.1 tox-3.19.0
10:38:30 [2020-08-11T10:38:30.519Z] WARNING: You are using pip version 20.1.1; however, version 20.2.1 is available.
10:38:30 [2020-08-11T10:38:30.519Z] You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
10:38:31 [2020-08-11T10:38:31.089Z] Removing intermediate container 3337dd46887c
10:38:31 [2020-08-11T10:38:31.089Z]  ---> e919af00712c
10:38:31 [2020-08-11T10:38:31.089Z] Step 21/33 : COPY requirements-indirect.txt .
10:38:31 [2020-08-11T10:38:31.089Z]  ---> 7b04544edd7c
10:38:31 [2020-08-11T10:38:31.089Z] Step 22/33 : COPY requirements.txt .
10:38:31 [2020-08-11T10:38:31.349Z]  ---> e8e0c32d8b1f
10:38:31 [2020-08-11T10:38:31.349Z] Step 23/33 : COPY requirements-dev.txt .
10:38:31 [2020-08-11T10:38:31.349Z]  ---> 20beb5569271
10:38:31 [2020-08-11T10:38:31.349Z] Step 24/33 : COPY .pre-commit-config.yaml .
10:38:31 [2020-08-11T10:38:31.611Z]  ---> f84c5b637231
10:38:31 [2020-08-11T10:38:31.611Z] Step 25/33 : COPY tox.ini .
10:38:31 [2020-08-11T10:38:31.611Z]  ---> 89459ec2450d
10:38:31 [2020-08-11T10:38:31.611Z] Step 26/33 : COPY setup.py .
10:38:31 [2020-08-11T10:38:31.872Z]  ---> f5e03966fa84
10:38:31 [2020-08-11T10:38:31.872Z] Step 27/33 : COPY README.md .
10:38:31 [2020-08-11T10:38:31.872Z]  ---> 2246823d96ef
10:38:31 [2020-08-11T10:38:31.872Z] Step 28/33 : COPY compose compose/
10:38:32 [2020-08-11T10:38:32.133Z]  ---> bd5e151aa245
10:38:32 [2020-08-11T10:38:32.133Z] Step 29/33 : RUN tox --notest
10:38:32 [2020-08-11T10:38:32.133Z]  ---> Running in 03b651089323
10:38:32 [2020-08-11T10:38:32.703Z] py37 create: /code/.tox/py37
10:38:33 [2020-08-11T10:38:33.644Z] py37 installdeps: -rrequirements-indirect.txt, -rrequirements.txt, -rrequirements-dev.txt
10:38:55 [2020-08-11T10:38:55.596Z] py37 develop-inst: /code
10:38:56 [2020-08-11T10:38:56.976Z] py37 installed: altgraph==0.17,appdirs==1.4.4,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.5.1,certifi==2020.6.20,cffi==1.14.0,chardet==3.0.4,click==7.1.2,coverage==5.2.1,cryptography==2.9.2,ddt==1.4.1,distlib==0.3.1,distro==1.5.0,docker==4.2.2,# Editable install with no version control (docker-compose==1.27.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,filelock==3.0.12,flake8==3.8.3,gitdb==4.0.5,gitdb2==4.0.2,GitPython==3.1.7,idna==2.10,importlib-metadata==1.7.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==8.4.0,packaging==20.4,paramiko==2.7.1,pluggy==0.13.1,py==1.9.0,pycodestyle==2.6.0,pycparser==2.20,pyflakes==2.2.0,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==5.4.3,pytest-cov==2.10.0,python-dotenv==0.14.0,PyYAML==5.3.1,requests==2.24.0,six==1.15.0,smmap==3.0.4,smmap2==3.0.1,texttable==1.6.2,toml==0.10.1,tox==3.19.0,urllib3==1.25.10,virtualenv==20.0.29,wcwidth==0.2.5,websocket-client==0.57.0,zipp==3.1.0
10:38:56 [2020-08-11T10:38:56.976Z] pre-commit create: /code/.tox/pre-commit
10:38:56 [2020-08-11T10:38:56.976Z] pre-commit installdeps: pre-commit
10:39:09 [2020-08-11T10:39:09.189Z] pre-commit installed: appdirs==1.4.4,cfgv==3.2.0,distlib==0.3.1,filelock==3.0.12,identify==1.4.25,importlib-metadata==1.7.0,nodeenv==1.4.0,pre-commit==2.6.0,PyYAML==5.3.1,six==1.15.0,toml==0.10.1,virtualenv==20.0.30,zipp==3.1.0
10:39:09 [2020-08-11T10:39:09.189Z] ___________________________________ summary ____________________________________
10:39:09 [2020-08-11T10:39:09.189Z]   py37: skipped tests
10:39:09 [2020-08-11T10:39:09.189Z]   pre-commit: skipped tests
10:39:09 [2020-08-11T10:39:09.189Z]   congratulations :)
10:39:11 [2020-08-11T10:39:11.096Z] Removing intermediate container 03b651089323
10:39:11 [2020-08-11T10:39:11.096Z]  ---> 8c5b07041d86
10:39:11 [2020-08-11T10:39:11.096Z] Step 30/33 : COPY . .
10:39:11 [2020-08-11T10:39:11.356Z]  ---> 4679a4b4354d
10:39:11 [2020-08-11T10:39:11.356Z] Step 31/33 : ARG GIT_COMMIT=unknown
10:39:11 [2020-08-11T10:39:11.356Z]  ---> Running in d6ac3c4fcc34
10:39:11 [2020-08-11T10:39:11.615Z] Removing intermediate container d6ac3c4fcc34
10:39:11 [2020-08-11T10:39:11.615Z]  ---> 88ee7be9cf87
10:39:11 [2020-08-11T10:39:11.615Z] Step 32/33 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
10:39:11 [2020-08-11T10:39:11.615Z]  ---> Running in 114661ccc1e2
10:39:11 [2020-08-11T10:39:11.615Z] Removing intermediate container 114661ccc1e2
10:39:11 [2020-08-11T10:39:11.615Z]  ---> 23affcae2a07
10:39:11 [2020-08-11T10:39:11.615Z] Step 33/33 : RUN script/build/linux-entrypoint
10:39:11 [2020-08-11T10:39:11.615Z]  ---> Running in a14299c593a7
10:39:12 [2020-08-11T10:39:12.187Z] + CODE_PATH=/code
10:39:12 [2020-08-11T10:39:12.187Z] + VENV=/code/.tox/py37
10:39:12 [2020-08-11T10:39:12.187Z] + cd /code
10:39:12 [2020-08-11T10:39:12.187Z] + mkdir -p dist
10:39:12 [2020-08-11T10:39:12.187Z] + chmod 777 dist
10:39:12 [2020-08-11T10:39:12.187Z] + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
10:39:34 [2020-08-11T10:39:34.121Z] WARNING: You are using pip version 20.2; however, version 20.2.1 is available.
10:39:34 [2020-08-11T10:39:34.121Z] You should consider upgrading via the '/code/.tox/py37/bin/python -m pip install --upgrade pip' command.
10:39:34 [2020-08-11T10:39:34.121Z] + '[' -z 5c47805dc30672da769ed31b976cc60dd6af10a9 ']'
10:39:34 [2020-08-11T10:39:34.121Z] + echo 5c47805dc30672da769ed31b976cc60dd6af10a9
10:39:34 [2020-08-11T10:39:34.121Z] + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:39:34 [2020-08-11T10:39:34.121Z] + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:39:34 [2020-08-11T10:39:34.121Z] + '[' '!' -z '' ']'
10:39:34 [2020-08-11T10:39:34.121Z] + echo 'NOT compiling bootloader!!!'
10:39:34 [2020-08-11T10:39:34.121Z] NOT compiling bootloader!!!
10:39:34 [2020-08-11T10:39:34.121Z] + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
10:39:34 [2020-08-11T10:39:34.121Z] 35 INFO: PyInstaller: 3.6
10:39:34 [2020-08-11T10:39:34.121Z] 35 INFO: Python: 3.7.7
10:39:34 [2020-08-11T10:39:34.121Z] 36 INFO: Platform: Linux-5.3.0-1030-aws-x86_64-with-debian-9.12
10:39:34 [2020-08-11T10:39:34.121Z] 37 INFO: UPX is not available.
10:39:34 [2020-08-11T10:39:34.121Z] 38 INFO: Extending PYTHONPATH with paths
10:39:34 [2020-08-11T10:39:34.121Z] ['/code/bin', '/code']
10:39:34 [2020-08-11T10:39:34.121Z] 38 INFO: checking Analysis
10:39:34 [2020-08-11T10:39:34.121Z] 39 INFO: Building Analysis because Analysis-00.toc is non existent
10:39:34 [2020-08-11T10:39:34.121Z] 39 INFO: Initializing module dependency graph...
10:39:34 [2020-08-11T10:39:34.121Z] 40 INFO: Caching module graph hooks...
10:39:34 [2020-08-11T10:39:34.121Z] 43 INFO: Analyzing base_library.zip ...
10:39:34 [2020-08-11T10:39:34.121Z] 1623 INFO: Processing pre-find module path hook   distutils
10:39:34 [2020-08-11T10:39:34.121Z] 1624 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7'
10:39:34 [2020-08-11T10:39:34.121Z] 2618 INFO: Caching module dependency graph...
10:39:34 [2020-08-11T10:39:34.121Z] 2685 INFO: running Analysis Analysis-00.toc
10:39:34 [2020-08-11T10:39:34.121Z] 2703 INFO: Analyzing bin/docker-compose
10:39:34 [2020-08-11T10:39:34.121Z] 2986 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
10:39:34 [2020-08-11T10:39:34.696Z] 3895 INFO: Processing pre-safe import module hook   six.moves
10:39:37 [2020-08-11T10:39:37.993Z] 7064 INFO: Processing module hooks...
10:39:37 [2020-08-11T10:39:37.993Z] 7064 INFO: Loading module hook "hook-certifi.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7065 INFO: Loading module hook "hook-distutils.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7066 INFO: Loading module hook "hook-encodings.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7105 INFO: Loading module hook "hook-jsonschema.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7108 INFO: Loading module hook "hook-importlib_metadata.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7109 INFO: Loading module hook "hook-sysconfig.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7116 INFO: Loading module hook "hook-cryptography.py"...
10:39:37 [2020-08-11T10:39:37.993Z] 7244 INFO: Loading module hook "hook-xml.py"...
10:39:38 [2020-08-11T10:39:38.356Z] 7291 INFO: Loading module hook "hook-pydoc.py"...
10:39:38 [2020-08-11T10:39:38.356Z] 7291 INFO: Loading module hook "hook-nacl.py"...
10:39:38 [2020-08-11T10:39:38.356Z] 7314 INFO: Looking for ctypes DLLs
10:39:38 [2020-08-11T10:39:38.356Z] 7342 INFO: Analyzing run-time hooks ...
10:39:38 [2020-08-11T10:39:38.356Z] 7350 INFO: Including run-time hook 'pyi_rth_certifi.py'
10:39:38 [2020-08-11T10:39:38.356Z] 7352 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
10:39:38 [2020-08-11T10:39:38.356Z] 7363 INFO: Looking for dynamic libraries
10:39:38 [2020-08-11T10:39:38.620Z] 7866 INFO: Looking for eggs
10:39:38 [2020-08-11T10:39:38.620Z] 7866 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
10:39:38 [2020-08-11T10:39:38.620Z] 7875 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
10:39:38 [2020-08-11T10:39:38.880Z] 7928 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
10:39:38 [2020-08-11T10:39:38.880Z] 7950 INFO: checking PYZ
10:39:38 [2020-08-11T10:39:38.880Z] 7950 INFO: Building PYZ because PYZ-00.toc is non existent
10:39:38 [2020-08-11T10:39:38.880Z] 7950 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
10:39:39 [2020-08-11T10:39:39.450Z] 8631 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
10:39:39 [2020-08-11T10:39:39.450Z] 8642 INFO: checking PKG
10:39:39 [2020-08-11T10:39:39.450Z] 8642 INFO: Building PKG because PKG-00.toc is non existent
10:39:39 [2020-08-11T10:39:39.450Z] 8643 INFO: Building PKG (CArchive) PKG-00.pkg
10:39:44 [2020-08-11T10:39:44.729Z] 13888 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
10:39:44 [2020-08-11T10:39:44.729Z] 13892 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
10:39:44 [2020-08-11T10:39:44.729Z] 13892 INFO: checking EXE
10:39:44 [2020-08-11T10:39:44.729Z] 13892 INFO: Building EXE because EXE-00.toc is non existent
10:39:44 [2020-08-11T10:39:44.729Z] 13892 INFO: Building EXE from EXE-00.toc
10:39:44 [2020-08-11T10:39:44.729Z] 13892 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
10:39:44 [2020-08-11T10:39:44.729Z] 13924 INFO: Building EXE from EXE-00.toc completed successfully.
10:39:44 [2020-08-11T10:39:44.729Z] + ls -la dist/
10:39:44 [2020-08-11T10:39:44.729Z] total 11956
10:39:44 [2020-08-11T10:39:44.729Z] drwxrwxrwx 2 root root     4096 Aug 11 10:39 .
10:39:44 [2020-08-11T10:39:44.729Z] drwxr-xr-x 1 root root     4096 Aug 11 10:39 ..
10:39:44 [2020-08-11T10:39:44.729Z] -rwxr-xr-x 1 root root 12227560 Aug 11 10:39 docker-compose
10:39:44 [2020-08-11T10:39:44.729Z] + ldd dist/docker-compose
10:39:44 [2020-08-11T10:39:44.988Z] 	linux-vdso.so.1 (0x00007ffea4bdb000)
10:39:44 [2020-08-11T10:39:44.988Z] 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fed71ee5000)
10:39:44 [2020-08-11T10:39:44.988Z] 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fed71ccb000)
10:39:44 [2020-08-11T10:39:44.988Z] 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fed7192c000)
10:39:44 [2020-08-11T10:39:44.988Z] 	/lib64/ld-linux-x86-64.so.2 (0x00007fed720e9000)
10:39:44 [2020-08-11T10:39:44.988Z] + mv dist/docker-compose /usr/local/bin
10:39:44 [2020-08-11T10:39:44.988Z] + docker-compose version
10:39:45 [2020-08-11T10:39:45.247Z] docker-compose version 1.27.0dev, build 5c47805dc30672da769ed31b976cc60dd6af10a9
10:39:45 [2020-08-11T10:39:45.247Z] docker-py version: 4.2.2
10:39:45 [2020-08-11T10:39:45.247Z] CPython version: 3.7.7
10:39:45 [2020-08-11T10:39:45.247Z] OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
10:39:46 [2020-08-11T10:39:46.224Z] Removing intermediate container a14299c593a7
10:39:46 [2020-08-11T10:39:46.224Z]  ---> a1014cb9436f
10:39:46 [2020-08-11T10:39:46.224Z] Successfully built a1014cb9436f
10:39:46 [2020-08-11T10:39:46.224Z] Successfully tagged dockerbuildbot/compose:debian-5c47805dc30672da769ed31b976cc60dd6af10a9