Skip to content
Failed

Console Output

Skipping 241 KB.. Full Log
14:15:47  ---> 5800dbf0a7f2
14:15:47 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
14:15:47  ---> db32d62998c9
14:15:47 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
14:15:47  ---> Running in f8924fd808e2
14:15:47 Removing intermediate container f8924fd808e2
14:15:47  ---> 497f19d85474
14:15:47 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
14:15:49  ---> 92ef6d23a103
14:15:49 Step 18/32 : WORKDIR /code/
14:15:49  ---> Running in 4c29b4222dff
14:15:49 Removing intermediate container 4c29b4222dff
14:15:49  ---> 3ea652a97a5d
14:15:49 Step 19/32 : RUN pip install virtualenv==16.2.0
14:15:49  ---> Running in 2ee53ee0c869
14:15:57 Collecting virtualenv==16.2.0
14:15:57   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
14:15:57 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
14:15:57 Installing collected packages: virtualenv
14:15:57 Successfully installed virtualenv-16.2.0
14:16:02 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
14:16:02 You should consider upgrading via the 'pip install --upgrade pip' command.
14:16:03 Removing intermediate container 2ee53ee0c869
14:16:03  ---> c77116680269
14:16:03 Step 20/32 : RUN pip install tox==2.9.1
14:16:03  ---> Running in 1f3e22c489d2
14:16:08 Collecting tox==2.9.1
14:16:09   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
14:16:09 Collecting six
14:16:09   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
14:16:09 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)
14:16:09 Collecting py>=1.4.17
14:16:09   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
14:16:09 Collecting pluggy<1.0,>=0.3.0
14:16:09   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
14:16:09 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)
14:16:09 Collecting importlib-metadata>=0.12; python_version < "3.8"
14:16:09   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
14:16:09 Collecting zipp>=0.5
14:16:09   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
14:16:10 Collecting more-itertools
14:16:10   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
14:16:10 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
14:16:10 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
14:16:10 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
14:16:10 You should consider upgrading via the 'pip install --upgrade pip' command.
14:16:11 Removing intermediate container 1f3e22c489d2
14:16:11  ---> 8626980db1ca
14:16:11 Step 21/32 : COPY requirements.txt .
14:16:11  ---> a105c3294805
14:16:11 Step 22/32 : COPY requirements-dev.txt .
14:16:11  ---> 91c07885003d
14:16:11 Step 23/32 : COPY .pre-commit-config.yaml .
14:16:12  ---> e5278ce28654
14:16:12 Step 24/32 : COPY tox.ini .
14:16:12  ---> b526ca70fccc
14:16:12 Step 25/32 : COPY setup.py .
14:16:12  ---> 9f62f0671fc4
14:16:12 Step 26/32 : COPY README.md .
14:16:12  ---> 688506290ad2
14:16:12 Step 27/32 : COPY compose compose/
14:16:13  ---> ad8a7069afad
14:16:13 Step 28/32 : RUN tox --notest
14:16:13  ---> Running in 045f2e895e22
14:16:14 py27 create: /code/.tox/py27
14:16:29 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
14:18:36 py27 develop-inst: /code
14:18:42 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.7,websocket-client==0.32.0
14:18:42 py37 create: /code/.tox/py37
14:18:52 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
14:20:59 py37 develop-inst: /code
14:20:59 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.7,websocket-client==0.32.0
14:20:59 pre-commit create: /code/.tox/pre-commit
14:21:11 pre-commit installdeps: pre-commit
14:21:23 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
14:21:23 ___________________________________ summary ____________________________________
14:21:23   py27: skipped tests
14:21:23   py37: skipped tests
14:21:23   pre-commit: skipped tests
14:21:23   congratulations :)
14:21:24 Removing intermediate container 045f2e895e22
14:21:24  ---> d2278081825d
14:21:24 Step 29/32 : COPY . .
14:21:25  ---> 3d46a0a6d9cc
14:21:25 Step 30/32 : ARG GIT_COMMIT=unknown
14:21:25  ---> Running in d50dc379bb01
14:21:25 Removing intermediate container d50dc379bb01
14:21:25  ---> 93fe5913ac20
14:21:25 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
14:21:25  ---> Running in b0ef949c03ac
14:21:25 Removing intermediate container b0ef949c03ac
14:21:25  ---> 7c0743e0096a
14:21:25 Step 32/32 : RUN script/build/linux-entrypoint
14:21:25  ---> Running in b82c18ff22be
14:21:26 + CODE_PATH=/code
14:21:26 + VENV=/code/.tox/py37
14:21:26 + cd /code
14:21:26 + mkdir -p dist
14:21:26 + chmod 777 dist
14:21:26 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
14:21:44 + '[' -z 93d9859f13ef1334184816174e537439f6a12e8b ']'
14:21:44 + echo 93d9859f13ef1334184816174e537439f6a12e8b
14:21:44 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:21:44 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:21:44 + '[' '!' -z 1 ']'
14:21:44 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
14:21:44 Cloning into '/tmp/pyinstaller'...
14:21:47 + cd /tmp/pyinstaller/bootloader
14:21:47 + git checkout v3.5
14:21:47 Note: checking out 'v3.5'.
14:21:47 
14:21:47 You are in 'detached HEAD' state. You can look around, make experimental
14:21:47 changes and commit them, and you can discard any commits you make in this
14:21:47 state without impacting any branches by performing another checkout.
14:21:47 
14:21:47 If you want to create a new branch to retain commits you create, you may
14:21:47 do so (now or later) by using -b with the checkout command again. Example:
14:21:47 
14:21:47   git checkout -b <new-branch-name>
14:21:47 
14:21:47 HEAD is now at 498e6ee0 Release 3.5.
14:21:47 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
14:21:48 Setting top to                           : /tmp/pyinstaller/bootloader 
14:21:48 Setting out to                           : /tmp/pyinstaller/bootloader/build 
14:21:48 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
14:21:48 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
14:21:48 Checking size of pointer                 : 8 
14:21:48 Platform                                 : Linux-64bit detected based on compiler 
14:21:48 Checking for flags -m64                  : yes 
14:21:48 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
14:21:48 Checking for program 'strip'             : /usr/bin/strip 
14:21:48 Checking for library dl                  : yes 
14:21:48 Checking for library m                   : yes 
14:21:48 Checking for library z                   : yes 
14:21:48 Checking for function unsetenv           : yes 
14:21:48 Checking for function mkdtemp            : yes 
14:21:48 Checking for flags -Wl,--as-needed       : yes 
14:21:48 'configure' finished successfully (0.360s)
14:21:48 'all' finished successfully (0.000s)
14:21:48 'distclean' finished successfully (0.001s)
14:21:48 Setting top to                           : /tmp/pyinstaller/bootloader 
14:21:48 Setting out to                           : /tmp/pyinstaller/bootloader/build 
14:21:48 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
14:21:48 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
14:21:48 Checking size of pointer                 : 8 
14:21:48 Platform                                 : Linux-64bit detected based on compiler 
14:21:48 Checking for flags -m64                  : yes 
14:21:48 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
14:21:48 Checking for program 'strip'             : /usr/bin/strip 
14:21:48 Checking for library dl                  : yes 
14:21:48 Checking for library m                   : yes 
14:21:48 Checking for library z                   : yes 
14:21:48 Checking for function unsetenv           : yes 
14:21:48 Checking for function mkdtemp            : yes 
14:21:48 Checking for flags -Wl,--as-needed       : yes 
14:21:48 'configure' finished successfully (0.320s)
14:21:48 'make_all' finished successfully (0.003s)
14:21:48 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
14:21:48 [ 1/13] Compiling src/pyi_python.c
14:21:48 [ 2/13] Compiling src/pyi_global.c
14:21:48 [ 3/13] Compiling src/pyi_archive.c
14:21:48 [ 4/13] Compiling src/pyi_utils.c
14:21:49 [ 5/13] Compiling src/pyi_python27_compat.c
14:21:49 [ 6/13] Compiling src/pyi_win32_utils.c
14:21:49 [ 7/13] Compiling src/pyi_main.c
14:21:49 [ 8/13] Compiling src/pyi_pythonlib.c
14:21:49 [ 9/13] Compiling src/pyi_path.c
14:21:49 [10/13] Compiling src/main.c
14:21:49 [11/13] Compiling src/pyi_launch.c
14:21:49 [12/13] Linking build/debug/run_d
14:21:49 [13/13] Processing build/debug/run_d
14:21:49 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
14:21:49 'build_debug' finished successfully (0.736s)
14:21:49 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
14:21:49 [ 1/13] Compiling src/pyi_python.c
14:21:49 [ 2/13] Compiling src/pyi_global.c
14:21:49 [ 3/13] Compiling src/main.c
14:21:49 [ 4/13] Compiling src/pyi_utils.c
14:21:49 [ 5/13] Compiling src/pyi_main.c
14:21:49 [ 6/13] Compiling src/pyi_pythonlib.c
14:21:49 [ 7/13] Compiling src/pyi_python27_compat.c
14:21:49 [ 8/13] Compiling src/pyi_win32_utils.c
14:21:49 [ 9/13] Compiling src/pyi_path.c
14:21:49 [10/13] Compiling src/pyi_archive.c
14:21:49 [11/13] Compiling src/pyi_launch.c
14:21:50 [12/13] Linking build/release/run
14:21:50 [13/13] Processing build/release/run
14:21:50 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
14:21:50 'build_release' finished successfully (0.687s)
14:21:50 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
14:21:50 [13/14] Processing build/debug/run_d
14:21:50 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
14:21:50 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
14:21:50 'install_debug' finished successfully (0.013s)
14:21:50 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
14:21:50 [13/14] Processing build/release/run
14:21:50 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
14:21:50 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
14:21:50 'install_release' finished successfully (0.011s)
14:21:50 + /code/.tox/py37/bin/pip3 install ..
14:21:50 Processing /tmp/pyinstaller
14:21:50   Installing build dependencies: started
14:21:56   Installing build dependencies: finished with status 'done'
14:21:56   Getting requirements to build wheel: started
14:21:56   Getting requirements to build wheel: finished with status 'done'
14:21:56     Preparing wheel metadata: started
14:21:56     Preparing wheel metadata: finished with status 'done'
14:21:56 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
14:21:56 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
14:21:56 Building wheels for collected packages: PyInstaller
14:21:56   Building wheel for PyInstaller (PEP 517): started
14:21:57   Building wheel for PyInstaller (PEP 517): finished with status 'done'
14:21:57   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=6f8860af3b7fa6ef8842e628f439598c4a4907a97575d0a59b64e16dabc5d59c
14:21:57   Stored in directory: /tmp/pip-ephem-wheel-cache-r3ekhoc2/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
14:21:57 Successfully built PyInstaller
14:21:57 Installing collected packages: PyInstaller
14:21:57   Found existing installation: PyInstaller 3.5
14:21:57     Uninstalling PyInstaller-3.5:
14:21:57       Successfully uninstalled PyInstaller-3.5
14:21:58 Successfully installed PyInstaller-3.5
14:21:58 + cd /code
14:21:58 + rm -Rf /tmp/pyinstaller
14:21:58 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
14:21:58 40 INFO: PyInstaller: 3.5
14:21:58 40 INFO: Python: 3.7.4
14:21:58 45 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
14:21:58 47 INFO: UPX is not available.
14:21:58 49 INFO: Extending PYTHONPATH with paths
14:21:58 ['/code/bin', '/code']
14:21:58 49 INFO: checking Analysis
14:21:58 49 INFO: Building Analysis because Analysis-00.toc is non existent
14:21:58 49 INFO: Initializing module dependency graph...
14:21:58 52 INFO: Initializing module graph hooks...
14:21:58 53 INFO: Analyzing base_library.zip ...
14:22:01 2585 INFO: running Analysis Analysis-00.toc
14:22:01 2596 INFO: Caching module hooks...
14:22:01 2600 INFO: Analyzing bin/docker-compose
14:22:01 2683 INFO: Processing pre-find module path hook   distutils
14:22:01 2684 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
14:22:01 2865 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
14:22:02 3752 INFO: Processing pre-safe import module hook   six.moves
14:22:04 6155 INFO: Loading module hooks...
14:22:04 6155 INFO: Loading module hook "hook-certifi.py"...
14:22:04 6156 INFO: Loading module hook "hook-jsonschema.py"...
14:22:04 6157 INFO: Loading module hook "hook-xml.py"...
14:22:04 6196 INFO: Loading module hook "hook-nacl.py"...
14:22:04 6198 INFO: Loading module hook "hook-distutils.py"...
14:22:04 6199 INFO: Loading module hook "hook-pkg_resources.py"...
14:22:04 6514 INFO: Processing pre-safe import module hook   win32com
14:22:04 6520 INFO: Loading module hook "hook-pydoc.py"...
14:22:04 6521 INFO: Loading module hook "hook-sysconfig.py"...
14:22:04 6527 INFO: Loading module hook "hook-encodings.py"...
14:22:05 6570 INFO: Loading module hook "hook-cryptography.py"...
14:22:05 6721 INFO: Looking for ctypes DLLs
14:22:05 Illegal option -p
14:22:05 6751 INFO: Analyzing run-time hooks ...
14:22:05 6759 INFO: Including run-time hook 'pyi_rth_certifi.py'
14:22:05 6761 INFO: Including run-time hook 'pyi_rth_pkgres.py'
14:22:05 6771 INFO: Looking for dynamic libraries
14:22:05 7046 INFO: Looking for eggs
14:22:05 7046 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
14:22:05 7063 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
14:22:05 7158 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
14:22:05 7190 INFO: checking PYZ
14:22:05 7190 INFO: Building PYZ because PYZ-00.toc is non existent
14:22:05 7190 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
14:22:06 7937 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
14:22:06 7947 INFO: checking PKG
14:22:06 7947 INFO: Building PKG because PKG-00.toc is non existent
14:22:06 7948 INFO: Building PKG (CArchive) PKG-00.pkg
14:22:18 19020 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
14:22:18 19023 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
14:22:18 19023 INFO: checking EXE
14:22:18 19024 INFO: Building EXE because EXE-00.toc is non existent
14:22:18 19024 INFO: Building EXE from EXE-00.toc
14:22:18 19024 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
14:22:18 19226 INFO: Building EXE from EXE-00.toc completed successfully.
14:22:18 + ls -la dist/
14:22:18 total 17120
14:22:18 drwxrwxrwx    2 root     root          4096 Nov 20 14:22 .
14:22:18 drwxr-xr-x    1 root     root          4096 Nov 20 14:21 ..
14:22:18 -rwxr-xr-x    1 root     root      17517064 Nov 20 14:22 docker-compose
14:22:18 + ldd dist/docker-compose
14:22:18 	/lib/ld-musl-x86_64.so.1 (0x7f085d967000)
14:22:18 	libz.so.1 => /lib/libz.so.1 (0x7f085d931000)
14:22:18 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f085d967000)
14:22:18 + mv dist/docker-compose /usr/local/bin
14:22:18 + docker-compose version
14:22:18 docker-compose version 1.25.0dev, build 93d9859f13ef1334184816174e537439f6a12e8b
14:22:18 docker-py version: 4.1.0
14:22:18 CPython version: 3.7.4
14:22:18 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
14:22:21 Removing intermediate container b82c18ff22be
14:22:21  ---> bcbdb95c31ca
14:22:21 Successfully built bcbdb95c31ca
14:22:21 Successfully tagged dockerbuildbot/compose:alpine-93d9859f13ef1334184816174e537439f6a12e8b
[Pipeline] sh
14:22:22 + docker push dockerbuildbot/compose:alpine-93d9859f13ef1334184816174e537439f6a12e8b
14:22:22 The push refers to repository [docker.io/dockerbuildbot/compose]
14:22:22 e47e094eb0e8: Preparing
14:22:22 9a57e03a45cd: Preparing
14:22:22 e292d07bcfbb: Preparing
14:22:22 27c45c649e4f: Preparing
14:22:22 d7329cf683d7: Preparing
14:22:22 5b58c5fb62b7: Preparing
14:22:22 f657f2053d82: Preparing
14:22:22 dc68bc5d87d6: Preparing
14:22:22 17134f903418: Preparing
14:22:22 22fe7383d6d2: Preparing
14:22:22 f875a132b744: Preparing
14:22:22 ee03c7497b95: Preparing
14:22:22 c7c3daf5f8f7: Preparing
14:22:22 ce2e45c36823: Preparing
14:22:22 ce1ec1ef9b3c: Preparing
14:22:22 8357fb99f87f: Preparing
14:22:22 2a8b7fd42278: Preparing
14:22:22 6a1aa47d6606: Preparing
14:22:22 7b66164940a3: Preparing
14:22:22 c5728f2d608b: Preparing
14:22:22 03901b4a2ea8: Preparing
14:22:22 5b58c5fb62b7: Waiting
14:22:22 f657f2053d82: Waiting
14:22:22 dc68bc5d87d6: Waiting
14:22:22 17134f903418: Waiting
14:22:22 22fe7383d6d2: Waiting
14:22:22 f875a132b744: Waiting
14:22:22 ee03c7497b95: Waiting
14:22:22 c7c3daf5f8f7: Waiting
14:22:22 ce2e45c36823: Waiting
14:22:22 ce1ec1ef9b3c: Waiting
14:22:22 8357fb99f87f: Waiting
14:22:22 2a8b7fd42278: Waiting
14:22:22 6a1aa47d6606: Waiting
14:22:22 7b66164940a3: Waiting
14:22:22 c5728f2d608b: Waiting
14:22:22 03901b4a2ea8: Waiting
14:22:24 d7329cf683d7: Pushed
14:22:24 9a57e03a45cd: Pushed
14:22:24 27c45c649e4f: Pushed
14:22:26 f657f2053d82: Pushed
14:22:26 5b58c5fb62b7: Pushed
14:22:26 dc68bc5d87d6: Pushed
14:22:27 17134f903418: Pushed
14:22:28 22fe7383d6d2: Pushed
14:22:28 f875a132b744: Pushed
14:22:29 e47e094eb0e8: Pushed
14:22:30 c7c3daf5f8f7: Pushed
14:22:31 ee03c7497b95: Pushed
14:22:31 2a8b7fd42278: Layer already exists
14:22:32 ce1ec1ef9b3c: Pushed
14:22:32 6a1aa47d6606: Layer already exists
14:22:32 7b66164940a3: Layer already exists
14:22:32 c5728f2d608b: Layer already exists
14:22:32 03901b4a2ea8: Layer already exists
14:22:34 ce2e45c36823: Pushed
14:22:34 e292d07bcfbb: Pushed
14:22:49 8357fb99f87f: Pushed
14:22:49 alpine-93d9859f13ef1334184816174e537439f6a12e8b: digest: sha256:21c701c3bb9a28032d520b4746ed77ab14d074eb244d429f840ecef83b74058a size: 4715
[Pipeline] echo
14:22:49 dockerbuildbot/compose:alpine-93d9859f13ef1334184816174e537439f6a12e8b
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-93d9859f13ef1334184816174e537439f6a12e8b
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-043ff79fd37b08e17) in /home/ubuntu/workspace/compose_py2
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_py2@tmp/eda21634-495b-4f0c-85b7-49e5ef9131ce/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
14:22:50 + docker run --rm --entrypoint=python dockerbuildbot/compose:alpine-93d9859f13ef1334184816174e537439f6a12e8b /code/script/test/versions.py -n 2 docker/docker-ce recent
14:22:51 Traceback (most recent call last):
14:22:51   File "/code/script/test/versions.py", line 34, in <module>
14:22:51     import requests
14:22:51 ModuleNotFoundError: No module named 'requests'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE