Pull request #6647 updated 19:48:42 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at abef11b2a6fa5bed4a86c3ebc022fb5e8898217a rather than affb205d62623f99fbaa73faa40275f1634f3264 Obtained Jenkinsfile from abef11b2a6fa5bed4a86c3ebc022fb5e8898217a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647 [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_PR-6647@tmp/fbce1af4-84c0-4ebf-90e4-7cacd532de31/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] echo 19:48:45 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:48:45 chowning workspace [Pipeline] sh 19:48:45 + uname -m [Pipeline] sh 19:48:46 + pwd 19:48:46 + id -u 19:48:46 + id -g 19:48:46 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 19:48:47 Removing all docker containers [Pipeline] sh 19:48:47 + docker container ls -aq [Pipeline] echo 19:48:47 Docker containers have been removed [Pipeline] echo 19:48:47 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 19:48:47 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "alpine") [Pipeline] checkout 19:48:47 using credential sf-release-bot.github.ssh 19:48:47 Cloning the remote Git repository 19:48:47 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 19:48:49 Fetching without tags 19:48:49 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:48:49 Commit message: "label one-off containers with current count + 1" 19:48:49 First time build. Skipping changelog. > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 > git rev-list --no-walk 9fe5dfb11f9599533331df47c366a66d5b2d67cb # timeout=10 [Pipeline] sh 19:48:50 + git rev-parse HEAD [Pipeline] sh 19:48:50 + docker pull dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 19:48:50 Error response from daemon: manifest for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 not found: manifest unknown: manifest unknown [Pipeline] sh 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 [Pipeline] sh 19:49:45 + docker push dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 19:49:45 The push refers to repository [docker.io/dockerbuildbot/compose] 19:49:45 5386f1385ca8: Preparing 19:49:45 9f50854043b2: Preparing 19:49:45 a24e0adab9f2: Preparing 19:49:45 bb9449e2c14e: Preparing 19:49:45 87f778e947bd: Preparing 19:49:45 aaa6cea6d488: Preparing 19:49:45 895537100cf8: Preparing 19:49:45 cbf53bf92620: Preparing 19:49:45 15bbab403dd8: Preparing 19:49:45 bf7f8d4f54b3: Preparing 19:49:45 f9bf53631db5: Preparing 19:49:45 38b29c62b360: Preparing 19:49:45 8a6685cb2553: Preparing 19:49:45 42c4f8afbb2d: Preparing 19:49:45 a9feb4814066: Preparing 19:49:45 e6cb99f17018: Preparing 19:49:45 2a8b7fd42278: Preparing 19:49:45 6a1aa47d6606: Preparing 19:49:45 7b66164940a3: Preparing 19:49:45 c5728f2d608b: Preparing 19:49:45 03901b4a2ea8: Preparing 19:49:45 aaa6cea6d488: Waiting 19:49:45 895537100cf8: Waiting 19:49:45 cbf53bf92620: Waiting 19:49:45 15bbab403dd8: Waiting 19:49:45 bf7f8d4f54b3: Waiting 19:49:45 f9bf53631db5: Waiting 19:49:45 38b29c62b360: Waiting 19:49:45 8a6685cb2553: Waiting 19:49:45 42c4f8afbb2d: Waiting 19:49:45 a9feb4814066: Waiting 19:49:45 e6cb99f17018: Waiting 19:49:45 2a8b7fd42278: Waiting 19:49:45 6a1aa47d6606: Waiting 19:49:45 7b66164940a3: Waiting 19:49:45 c5728f2d608b: Waiting 19:49:45 03901b4a2ea8: Waiting 19:49:45 bb9449e2c14e: Layer already exists 19:49:45 87f778e947bd: Layer already exists 19:49:45 a24e0adab9f2: Layer already exists 19:49:45 895537100cf8: Layer already exists 19:49:45 aaa6cea6d488: Layer already exists 19:49:45 cbf53bf92620: Layer already exists 19:49:45 bf7f8d4f54b3: Layer already exists 19:49:45 15bbab403dd8: Layer already exists 19:49:45 8a6685cb2553: Layer already exists 19:49:45 f9bf53631db5: Layer already exists 19:49:46 38b29c62b360: Layer already exists 19:49:46 a9feb4814066: Layer already exists 19:49:46 e6cb99f17018: Layer already exists 19:49:46 42c4f8afbb2d: Layer already exists 19:49:46 2a8b7fd42278: Layer already exists 19:49:46 6a1aa47d6606: Layer already exists 19:49:46 7b66164940a3: Layer already exists 19:49:46 c5728f2d608b: Layer already exists 19:49:46 03901b4a2ea8: Layer already exists 19:49:46 9f50854043b2: Pushed 19:49:51 5386f1385ca8: Pushed 19:49:53 alpine-affb205d62623f99fbaa73faa40275f1634f3264: digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b size: 4715 [Pipeline] echo 19:49:53 dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] echo image.id: dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] node Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647 [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_PR-6647@tmp/3ffd2b4a-5725-4883-9e8d-ac7d5f4219b6/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 19:49:53 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 /code/script/test/versions.py -n 2 docker/docker-ce recent [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647 [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_PR-6647@tmp/7aedba37-dcc6-4397-96cd-3afe3fc14e54/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] echo 19:49:55 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:49:55 chowning workspace [Pipeline] sh 19:49:55 + uname -m [Pipeline] sh 19:49:55 + pwd 19:49:55 + id -u 19:49:55 + id -g 19:49:55 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 19:49:56 Removing all docker containers [Pipeline] sh 19:49:57 + docker container ls -aq [Pipeline] echo 19:49:57 Docker containers have been removed [Pipeline] echo 19:49:57 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 19:49:57 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "debian") [Pipeline] checkout 19:49:57 using credential sf-release-bot.github.ssh 19:49:57 Cloning the remote Git repository 19:49:57 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 19:49:59 Fetching without tags 19:49:59 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 19:49:59 Commit message: "label one-off containers with current count + 1" [Pipeline] sh 19:50:00 + docker pull dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 19:50:00 Error response from daemon: manifest for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 not found: manifest unknown: manifest unknown [Pipeline] sh 19:50:01 + script/build/write-git-sha 19:50:01 + GIT_COMMIT=affb205d 19:50:01 + docker build -t dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=affb205d62623f99fbaa73faa40275f1634f3264 . 19:50:01 Sending build context to Docker daemon 1.867MB 19:50:01 Step 1/32 : ARG DOCKER_VERSION=18.09.7 19:50:01 Step 2/32 : ARG PYTHON_VERSION=3.7.4 19:50:01 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 19:50:01 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch 19:50:01 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 19:50:01 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim 19:50:01 Step 7/32 : ARG BUILD_PLATFORM=alpine 19:50:01 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli 19:50:01 ---> 108a4437ed8c 19:50:01 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine 19:50:01 ---> f309434dea3a 19:50:01 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:50:01 ---> Using cache 19:50:01 ---> c361329087b8 19:50:01 Step 11/32 : ENV BUILD_BOOTLOADER=1 19:50:01 ---> Using cache 19:50:01 ---> d0a932ef4167 19:50:01 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian 19:50:01 ---> fad2b9f06d3b 19:50:01 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:50:01 ---> Using cache 19:50:01 ---> 29cab1da3d1a 19:50:01 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build 19:50:01 ---> 29cab1da3d1a 19:50:01 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ 19:50:01 ---> Using cache 19:50:01 ---> 8e8c0a7d099a 19:50:01 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] 19:50:01 ---> Using cache 19:50:01 ---> b201b7cfe1ad 19:50:01 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 19:50:01 ---> Using cache 19:50:01 ---> 28518c1886b1 19:50:01 Step 18/32 : WORKDIR /code/ 19:50:01 ---> Using cache 19:50:01 ---> 283e5df1c867 19:50:01 Step 19/32 : RUN pip install virtualenv==16.2.0 19:50:01 ---> Using cache 19:50:01 ---> faacdef439d0 19:50:01 Step 20/32 : RUN pip install tox==2.9.1 19:50:01 ---> Using cache 19:50:01 ---> bb1ae7533b9f 19:50:01 Step 21/32 : COPY requirements.txt . 19:50:01 ---> Using cache 19:50:01 ---> d2612d5d0ce6 19:50:01 Step 22/32 : COPY requirements-dev.txt . 19:50:01 ---> Using cache 19:50:01 ---> 7ad33e3672e6 19:50:01 Step 23/32 : COPY .pre-commit-config.yaml . 19:50:01 ---> Using cache 19:50:01 ---> 75fbd936469e 19:50:01 Step 24/32 : COPY tox.ini . 19:50:01 ---> Using cache 19:50:01 ---> 3ca5e5cfe81d 19:50:01 Step 25/32 : COPY setup.py . 19:50:01 ---> Using cache 19:50:01 ---> 117b5d5d7773 19:50:01 Step 26/32 : COPY README.md . 19:50:01 ---> Using cache 19:50:01 ---> c1f895e72624 19:50:01 Step 27/32 : COPY compose compose/ 19:50:01 ---> Using cache 19:50:01 ---> 27774fba43cd 19:50:01 Step 28/32 : RUN tox --notest 19:50:01 ---> Using cache 19:50:01 ---> 1a90df05d4d3 19:50:01 Step 29/32 : COPY . . 19:50:01 ---> b862b92d1608 19:50:01 Step 30/32 : ARG GIT_COMMIT=unknown 19:50:01 ---> Running in 3de80649fd26 19:50:02 Removing intermediate container 3de80649fd26 19:50:02 ---> e29b8a322a09 19:50:02 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 19:50:02 ---> Running in e7db5746973e 19:50:02 Removing intermediate container e7db5746973e 19:50:02 ---> 3235ff5d93db 19:50:02 Step 32/32 : RUN script/build/linux-entrypoint 19:50:02 ---> Running in 08ca5157ff8f 19:50:02 + CODE_PATH=/code 19:50:02 + VENV=/code/.tox/py37 19:50:02 + cd /code 19:50:02 + mkdir -p dist 19:50:02 + chmod 777 dist 19:50:02 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 19:50:21 + '[' -z affb205d62623f99fbaa73faa40275f1634f3264 ']' 19:50:21 + echo affb205d62623f99fbaa73faa40275f1634f3264 19:50:21 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 19:50:21 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 19:50:21 NOT compiling bootloader!!! 19:50:21 + '[' '!' -z '' ']' 19:50:21 + echo 'NOT compiling bootloader!!!' 19:50:21 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 19:50:21 42 INFO: PyInstaller: 3.5 19:50:21 42 INFO: Python: 3.7.4 19:50:21 42 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11 19:50:21 44 INFO: UPX is not available. 19:50:21 45 INFO: Extending PYTHONPATH with paths 19:50:21 ['/code/bin', '/code'] 19:50:21 45 INFO: checking Analysis 19:50:21 46 INFO: Building Analysis because Analysis-00.toc is non existent 19:50:21 46 INFO: Initializing module dependency graph... 19:50:21 47 INFO: Initializing module graph hooks... 19:50:21 49 INFO: Analyzing base_library.zip ... 19:50:23 2591 INFO: running Analysis Analysis-00.toc 19:50:23 2608 INFO: Caching module hooks... 19:50:23 2612 INFO: Analyzing bin/docker-compose 19:50:23 2702 INFO: Processing pre-find module path hook distutils 19:50:23 2703 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 19:50:24 2889 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 19:50:25 3753 INFO: Processing pre-safe import module hook six.moves 19:50:27 6073 INFO: Loading module hooks... 19:50:27 6074 INFO: Loading module hook "hook-certifi.py"... 19:50:27 6074 INFO: Loading module hook "hook-jsonschema.py"... 19:50:27 6076 INFO: Loading module hook "hook-xml.py"... 19:50:27 6114 INFO: Loading module hook "hook-nacl.py"... 19:50:27 6116 INFO: Loading module hook "hook-distutils.py"... 19:50:27 6117 INFO: Loading module hook "hook-pkg_resources.py"... 19:50:27 6426 INFO: Processing pre-safe import module hook win32com 19:50:27 6428 INFO: Loading module hook "hook-pydoc.py"... 19:50:27 6428 INFO: Loading module hook "hook-sysconfig.py"... 19:50:27 6434 INFO: Loading module hook "hook-encodings.py"... 19:50:27 6471 INFO: Loading module hook "hook-cryptography.py"... 19:50:27 6627 INFO: Looking for ctypes DLLs 19:50:27 6656 INFO: Analyzing run-time hooks ... 19:50:27 6663 INFO: Including run-time hook 'pyi_rth_certifi.py' 19:50:27 6665 INFO: Including run-time hook 'pyi_rth_pkgres.py' 19:50:27 6673 INFO: Looking for dynamic libraries 19:50:28 7189 INFO: Looking for eggs 19:50:28 7189 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 19:50:28 7197 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 19:50:28 7242 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 19:50:28 7261 INFO: checking PYZ 19:50:28 7261 INFO: Building PYZ because PYZ-00.toc is non existent 19:50:28 7261 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 19:50:29 7930 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 19:50:29 7941 INFO: checking PKG 19:50:29 7941 INFO: Building PKG because PKG-00.toc is non existent 19:50:29 7941 INFO: Building PKG (CArchive) PKG-00.pkg 19:50:39 17662 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 19:50:39 17665 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 19:50:39 17665 INFO: checking EXE 19:50:39 17665 INFO: Building EXE because EXE-00.toc is non existent 19:50:39 17665 INFO: Building EXE from EXE-00.toc 19:50:39 17665 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 19:50:39 17824 INFO: Building EXE from EXE-00.toc completed successfully. 19:50:39 + ls -la dist/ 19:50:39 total 16644 19:50:39 drwxrwxrwx 2 root root 4096 Nov 6 19:50 . 19:50:39 drwxr-xr-x 1 root root 4096 Nov 6 19:50 .. 19:50:39 -rwxr-xr-x 1 root root 17028904 Nov 6 19:50 docker-compose 19:50:39 + ldd dist/docker-compose 19:50:39  linux-vdso.so.1 (0x00007fff63b07000) 19:50:39 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fdf068a7000) 19:50:39 libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fdf0668d000) 19:50:39 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fdf062ee000) 19:50:39 /lib64/ld-linux-x86-64.so.2 (0x00007fdf06aab000) 19:50:39 + mv dist/docker-compose /usr/local/bin 19:50:39 + docker-compose version 19:50:39 docker-compose version 1.25.0dev, build affb205d62623f99fbaa73faa40275f1634f3264 19:50:39 docker-py version: 4.1.0 19:50:39 CPython version: 3.7.4 19:50:39 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 19:50:40 Removing intermediate container 08ca5157ff8f 19:50:40 ---> 885f63b4ce01 19:50:40 Successfully built 885f63b4ce01 19:50:40 Successfully tagged dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] sh 19:50:41 + docker push dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 19:50:41 The push refers to repository [docker.io/dockerbuildbot/compose] 19:50:41 79ac9cf86739: Preparing 19:50:41 f9a15e9b1ec8: Preparing 19:50:41 b5a6bbad519d: Preparing 19:50:41 d66322decf19: Preparing 19:50:41 47139c6d1e1d: Preparing 19:50:41 606147b06a36: Preparing 19:50:41 ac087ef75ef5: Preparing 19:50:41 3a30e171cc95: Preparing 19:50:41 0df71f476b8b: Preparing 19:50:41 0de271b50e69: Preparing 19:50:41 2d9dd36de98f: Preparing 19:50:41 fad3ffa4cc62: Preparing 19:50:41 d522b478f6cd: Preparing 19:50:41 cdc05b8fa52d: Preparing 19:50:41 efc79e0de688: Preparing 19:50:41 d64b56cc801a: Preparing 19:50:41 99a2e7cd1f0d: Preparing 19:50:41 a8f0218d77da: Preparing 19:50:41 b3edacbcd846: Preparing 19:50:41 896510bee743: Preparing 19:50:41 67ecfc9591c8: Preparing 19:50:41 3a30e171cc95: Waiting 19:50:41 0df71f476b8b: Waiting 19:50:41 0de271b50e69: Waiting 19:50:41 2d9dd36de98f: Waiting 19:50:41 fad3ffa4cc62: Waiting 19:50:41 d522b478f6cd: Waiting 19:50:41 cdc05b8fa52d: Waiting 19:50:41 efc79e0de688: Waiting 19:50:41 d64b56cc801a: Waiting 19:50:41 99a2e7cd1f0d: Waiting 19:50:41 a8f0218d77da: Waiting 19:50:41 b3edacbcd846: Waiting 19:50:41 896510bee743: Waiting 19:50:41 67ecfc9591c8: Waiting 19:50:41 606147b06a36: Waiting 19:50:41 ac087ef75ef5: Waiting 19:50:41 b5a6bbad519d: Layer already exists 19:50:41 d66322decf19: Layer already exists 19:50:41 47139c6d1e1d: Layer already exists 19:50:41 606147b06a36: Layer already exists 19:50:41 ac087ef75ef5: Layer already exists 19:50:41 3a30e171cc95: Layer already exists 19:50:41 0df71f476b8b: Layer already exists 19:50:41 0de271b50e69: Layer already exists 19:50:41 2d9dd36de98f: Layer already exists 19:50:41 fad3ffa4cc62: Layer already exists 19:50:41 d522b478f6cd: Layer already exists 19:50:41 cdc05b8fa52d: Layer already exists 19:50:41 efc79e0de688: Layer already exists 19:50:41 d64b56cc801a: Layer already exists 19:50:41 99a2e7cd1f0d: Layer already exists 19:50:41 b3edacbcd846: Layer already exists 19:50:41 a8f0218d77da: Layer already exists 19:50:41 896510bee743: Layer already exists 19:50:41 67ecfc9591c8: Layer already exists 19:50:42 f9a15e9b1ec8: Pushed 19:50:57 79ac9cf86739: Pushed 19:50:57 debian-affb205d62623f99fbaa73faa40275f1634f3264: digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 size: 4718 [Pipeline] echo 19:50:57 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] echo image.id: dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] node Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647 [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_PR-6647@tmp/bc2fc904-513c-4f96-80ee-7f0686fe440f/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 19:50:57 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 /code/script/test/versions.py -n 2 docker/docker-ce recent [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: alpine_19.03.5-rc1_py27) [Pipeline] { (Branch: alpine_19.03.5-rc1_py37) [Pipeline] { (Branch: alpine_18.09.9_py27) [Pipeline] { (Branch: alpine_18.09.9_py37) [Pipeline] { (Branch: debian_19.03.5-rc1_py27) [Pipeline] { (Branch: debian_19.03.5-rc1_py37) [Pipeline] { (Branch: debian_18.09.9_py27) [Pipeline] { (Branch: debian_18.09.9_py37) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on ubuntu-1804-overlay2 (i-0640df5ecb7b727d3) in /home/ubuntu/workspace/compose_PR-6647 Running on ubuntu-1804-overlay2 (i-0c0144143f9aeb202) in /home/ubuntu/workspace/compose_PR-6647Running on ubuntu-1804-overlay2 (i-05966ee8d08f8709c) in /home/ubuntu/workspace/compose_PR-6647 [Pipeline] node [Pipeline] node [Pipeline] { [Pipeline] { Running on ubuntu-1804-overlay2 (i-03126ca68ff6b14eb) in /home/ubuntu/workspace/compose_PR-6647 [Pipeline] { Running on ubuntu-1804-overlay2 (i-030b17c152a32bf28) in /home/ubuntu/workspace/compose_PR-6647 [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry Running on ubuntu-1804-overlay2 (i-0abee6691bac171a0) in /home/ubuntu/workspace/compose_PR-6647 Running on ubuntu-1804-overlay2 (i-0fd1372b25a304901) in /home/ubuntu/workspace/compose_PR-6647 [Pipeline] withDockerRegistry Running on ubuntu-1804-overlay2 (i-0477140df04fcdda0) in /home/ubuntu/workspace/compose_PR-6647 $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ 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_PR-6647@tmp/6799a2ee-90ae-4d86-b943-52ba4547dc01/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/328079fc-5508-48dd-a8dc-014b77eabd36/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/373f8b7e-eaf7-41a1-8cee-591d5d8eb519/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] { WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/8a29a405-4eec-4344-b7fc-2138addb2712/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] wrap [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/86cc4f57-faae-4481-9edf-9829bb9aff25/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/0ee94b28-6aad-4a28-ade0-316a75a62204/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] { [Pipeline] { [Pipeline] { [Pipeline] wrap WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/9620c304-485c-42de-979d-7517bbf6eaf4/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] wrap WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/aac3fc90-3716-40c9-b5c6-8a2d13ec89ac/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] wrap [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh [Pipeline] wrap [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] { [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh 19:50:59 + uname -m [Pipeline] echo 19:50:59 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 19:50:59 chowning workspace [Pipeline] sh 19:50:59 + uname -m [Pipeline] sh [Pipeline] sh 19:50:59 + uname -m [Pipeline] sh 19:50:59 + uname -m [Pipeline] sh 19:50:59 + uname -m [Pipeline] sh 19:50:59 + uname -m [Pipeline] sh 19:51:00 + uname -m [Pipeline] sh 19:51:00 + uname -m [Pipeline] sh 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace 19:51:00 + pwd 19:51:00 + id -u 19:51:00 + id -g 19:51:00 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh 19:51:01 + docker container ls -aq [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir 19:51:01 + docker container ls -aq [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir 19:51:01 + docker container ls -aq [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=alpine) [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh 19:51:01 + docker container ls -aq [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] checkout [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage 19:51:01 using credential sf-release-bot.github.ssh [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine) 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. 19:51:01 + docker container ls -aq [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=debian) 19:51:01 + docker container ls -aq 19:51:01 using credential sf-release-bot.github.ssh [Pipeline] checkout 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian) 19:51:01 using credential sf-release-bot.github.ssh 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir 19:51:01 using credential sf-release-bot.github.ssh 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=debian) [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian) [Pipeline] checkout 19:51:01 using credential sf-release-bot.github.ssh [Pipeline] checkout 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags 19:51:01 using credential sf-release-bot.github.ssh 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags [Pipeline] echo 19:51:01 Removing all docker containers [Pipeline] sh 19:51:01 + docker container ls -aq [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 19:51:01 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine) [Pipeline] checkout 19:51:01 using credential sf-release-bot.github.ssh 19:51:01 Cloning the remote Git repository 19:51:01 Cloning with configured refspecs honoured and without tags 19:51:01 + docker container ls -aq [Pipeline] echo 19:51:01 Docker containers have been removed [Pipeline] echo 19:51:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 19:51:02 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=alpine) [Pipeline] checkout 19:51:02 using credential sf-release-bot.github.ssh 19:51:02 Cloning the remote Git repository 19:51:02 Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git > git --version # timeout=10 using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 19:51:03 Fetching without tags 19:51:03 Fetching without tags 19:51:03 Fetching without tags 19:51:03 Fetching without tags 19:51:03 Fetching without tags 19:51:03 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:51:03 Commit message: "label one-off containers with current count + 1" 19:51:03 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:51:03 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:51:03 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:51:03 Commit message: "label one-off containers with current count + 1" 19:51:03 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:51:03 Commit message: "label one-off containers with current count + 1" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 19:51:03 Commit message: "label one-off containers with current count + 1" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 19:51:03 Commit message: "label one-off containers with current count + 1" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 19:51:03 Fetching without tags 19:51:03 Fetching without tags 19:51:04 Fetching without tags 19:51:04 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 19:51:04 Commit message: "label one-off containers with current count + 1" [Pipeline] sh [Pipeline] sh 19:51:04 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) [Pipeline] sh 19:51:04 Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 19:51:04 Commit message: "label one-off containers with current count + 1" 19:51:04 + docker info 19:51:04 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:04 + docker info 19:51:04 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:04 WARNING: No swap limit support [Pipeline] sh 19:51:04 Commit message: "label one-off containers with current count + 1" 19:51:04 + docker info 19:51:04 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:04 WARNING: No swap limit support [Pipeline] echo 19:51:04 Using local system's storage driver: [Pipeline] sh [Pipeline] echo 19:51:04 Using local system's storage driver: [Pipeline] sh [Pipeline] sh > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 19:51:04 WARNING: No swap limit support [Pipeline] echo 19:51:04 Using local system's storage driver: [Pipeline] sh 19:51:04 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:04 + docker info 19:51:04 WARNING: No swap limit support [Pipeline] echo 19:51:04 Using local system's storage driver: [Pipeline] sh 19:51:04 + pwd 19:51:04 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:04 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:04 alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:04 9d48c3bd43c5: Already exists 19:51:04 c0ea575d71b9: Already exists 19:51:04 0f535eceebd5: Already exists 19:51:04 8a30f5893bea: Already exists [Pipeline] sh 19:51:04 + pwd 19:51:04 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:04 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:04 alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:04 9d48c3bd43c5: Already exists 19:51:04 c0ea575d71b9: Already exists 19:51:04 0f535eceebd5: Already exists 19:51:04 8a30f5893bea: Already exists 19:51:04 287089fe229e: Already exists 19:51:04 3bfa42f08d45: Already exists 19:51:04 023b6c611d12: Already exists 19:51:04 1284607e03d1: Already exists 19:51:04 228eecdc53fd: Already exists 19:51:04 770e40ec3156: Already exists 19:51:04 0460d077bcff: Already exists 19:51:04 6682f19710d3: Already exists 19:51:04 b429e3cd1970: Already exists 19:51:04 + docker info 19:51:04 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:04 WARNING: No swap limit support [Pipeline] echo 19:51:04 Using local system's storage driver: [Pipeline] sh > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 Fetching upstream changes from git@github.com:docker/compose.git using GIT_SSH to set credentials docker-jenkins user on github.com > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647 > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] sh 19:51:05 + pwd 19:51:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:05 Unable to find image 'dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:05 debian-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:05 80369df48736: Already exists 19:51:05 aaba0609d543: Already exists 19:51:05 33536ac8210e: Already exists 19:51:05 35aa8bff600e: Already exists 19:51:05 6e4c9666aa4e: Already exists 19:51:05 669bde12a6f1: Already exists 19:51:05 f505ff8fe013: Already exists 19:51:05 5ca2505ea930: Already exists 19:51:05 4fc1865d2260: Already exists 19:51:05 2bd0fa61a6dd: Already exists 19:51:05 de701d1c66f5: Already exists 19:51:05 09ae42fc6bd5: Already exists 19:51:05 7629cb155ac9: Already exists 19:51:05 6918aff44553: Already exists 19:51:05 24c5a410dddf: Already exists 19:51:05 092321a5352a: Already exists 19:51:05 c95badf27ccc: Already exists 19:51:05 898b409573fd: Already exists 19:51:05 595c78984637: Already exists 19:51:05 a9b6946c3444: Pulling fs layer 19:51:05 cd742c8b7a86: Pulling fs layer 19:51:05 287089fe229e: Already exists 19:51:05 3bfa42f08d45: Already exists 19:51:05 023b6c611d12: Already exists 19:51:05 1284607e03d1: Already exists 19:51:05 228eecdc53fd: Already exists 19:51:05 770e40ec3156: Already exists 19:51:05 0460d077bcff: Already exists 19:51:05 6682f19710d3: Already exists 19:51:05 b429e3cd1970: Already exists 19:51:05 323015b3acd0: Already exists 19:51:05 aca137a768cc: Already exists 19:51:05 c23bb74692d9: Already exists 19:51:05 ce500c7ba0db: Already exists 19:51:05 fcff576d8fec: Already exists 19:51:05 792ede34c442: Already exists 19:51:05 9c18b6f24c1c: Pulling fs layer 19:51:05 f2dc9cab2efa: Pulling fs layer 19:51:05 9c18b6f24c1c: Verifying Checksum 19:51:05 9c18b6f24c1c: Download complete 19:51:05 + pwd 19:51:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:05 Unable to find image 'dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:05 debian-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:05 80369df48736: Already exists 19:51:05 aaba0609d543: Already exists 19:51:05 33536ac8210e: Already exists 19:51:05 35aa8bff600e: Already exists 19:51:05 6e4c9666aa4e: Already exists 19:51:05 669bde12a6f1: Already exists 19:51:05 f505ff8fe013: Already exists 19:51:05 5ca2505ea930: Already exists 19:51:05 4fc1865d2260: Already exists 19:51:05 2bd0fa61a6dd: Already exists 19:51:05 de701d1c66f5: Already exists 19:51:05 09ae42fc6bd5: Already exists 19:51:05 7629cb155ac9: Already exists 19:51:05 6918aff44553: Already exists 19:51:05 323015b3acd0: Already exists 19:51:05 aca137a768cc: Already exists 19:51:05 c23bb74692d9: Already exists 19:51:05 ce500c7ba0db: Already exists 19:51:05 fcff576d8fec: Already exists 19:51:05 792ede34c442: Already exists 19:51:05 9c18b6f24c1c: Pulling fs layer 19:51:05 f2dc9cab2efa: Pulling fs layer 19:51:05 9c18b6f24c1c: Verifying Checksum 19:51:05 9c18b6f24c1c: Download complete 19:51:05 + docker info 19:51:05 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:05 WARNING: No swap limit support [Pipeline] echo 19:51:05 Using local system's storage driver: [Pipeline] sh 19:51:05 + pwd 19:51:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:05 Unable to find image 'dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:05 debian-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:05 80369df48736: Already exists > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] sh 19:51:05 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:05 + docker info 19:51:05 WARNING: No swap limit support [Pipeline] echo 19:51:05 Using local system's storage driver: [Pipeline] sh 19:51:05 a9b6946c3444: Download complete 19:51:05 9c18b6f24c1c: Pull complete 19:51:05 24c5a410dddf: Already exists 19:51:05 092321a5352a: Already exists 19:51:05 c95badf27ccc: Already exists 19:51:05 898b409573fd: Already exists 19:51:05 595c78984637: Already exists 19:51:05 a9b6946c3444: Pulling fs layer 19:51:05 cd742c8b7a86: Pulling fs layer 19:51:05 a9b6946c3444: Verifying Checksum 19:51:05 a9b6946c3444: Download complete 19:51:05 9c18b6f24c1c: Pull complete 19:51:05 + pwd 19:51:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:05 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:05 alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:05 9d48c3bd43c5: Already exists 19:51:05 c0ea575d71b9: Already exists 19:51:05 0f535eceebd5: Already exists 19:51:05 8a30f5893bea: Already exists 19:51:05 287089fe229e: Already exists 19:51:05 3bfa42f08d45: Already exists 19:51:05 023b6c611d12: Already exists 19:51:05 1284607e03d1: Already exists 19:51:05 228eecdc53fd: Already exists 19:51:05 770e40ec3156: Already exists 19:51:05 0460d077bcff: Already exists 19:51:05 6682f19710d3: Already exists 19:51:05 b429e3cd1970: Already exists 19:51:05 323015b3acd0: Already exists 19:51:05 aca137a768cc: Already exists 19:51:05 c23bb74692d9: Already exists 19:51:05 ce500c7ba0db: Already exists 19:51:05 aaba0609d543: Already exists 19:51:05 33536ac8210e: Already exists 19:51:05 35aa8bff600e: Already exists 19:51:05 6e4c9666aa4e: Already exists 19:51:05 669bde12a6f1: Already exists 19:51:05 f505ff8fe013: Already exists 19:51:05 5ca2505ea930: Already exists 19:51:05 4fc1865d2260: Already exists 19:51:05 2bd0fa61a6dd: Already exists 19:51:05 de701d1c66f5: Already exists 19:51:05 09ae42fc6bd5: Already exists 19:51:05 7629cb155ac9: Already exists 19:51:05 6918aff44553: Already exists 19:51:05 24c5a410dddf: Already exists 19:51:05 092321a5352a: Already exists 19:51:05 c95badf27ccc: Already exists 19:51:05 898b409573fd: Already exists 19:51:05 595c78984637: Already exists 19:51:05 a9b6946c3444: Pulling fs layer 19:51:05 cd742c8b7a86: Pulling fs layer 19:51:05 a9b6946c3444: Verifying Checksum 19:51:05 a9b6946c3444: Download complete 19:51:05 + awk -F : $1 == "Storage Driver" { print $2; exit } 19:51:05 + docker info 19:51:05 WARNING: No swap limit support [Pipeline] echo 19:51:05 Using local system's storage driver: [Pipeline] sh 19:51:05 + pwd 19:51:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:05 a9b6946c3444: Pull complete 19:51:05 cd742c8b7a86: Verifying Checksum 19:51:05 cd742c8b7a86: Download complete 19:51:05 f2dc9cab2efa: Verifying Checksum 19:51:05 f2dc9cab2efa: Download complete 19:51:05 a9b6946c3444: Pull complete 19:51:05 f2dc9cab2efa: Verifying Checksum 19:51:05 f2dc9cab2efa: Download complete 19:51:05 fcff576d8fec: Already exists 19:51:05 792ede34c442: Already exists 19:51:05 9c18b6f24c1c: Pulling fs layer 19:51:05 f2dc9cab2efa: Pulling fs layer 19:51:05 9c18b6f24c1c: Verifying Checksum 19:51:05 9c18b6f24c1c: Download complete 19:51:05 + pwd 19:51:05 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-7 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 --verbose 19:51:05 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally 19:51:05 alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 19:51:05 9d48c3bd43c5: Already exists 19:51:05 c0ea575d71b9: Already exists 19:51:05 0f535eceebd5: Already exists 19:51:05 8a30f5893bea: Already exists 19:51:05 287089fe229e: Already exists 19:51:05 3bfa42f08d45: Already exists 19:51:05 cd742c8b7a86: Verifying Checksum 19:51:05 cd742c8b7a86: Download complete 19:51:05 9c18b6f24c1c: Pull complete 19:51:06 a9b6946c3444: Pull complete 19:51:06 cd742c8b7a86: Verifying Checksum 19:51:06 cd742c8b7a86: Download complete 19:51:06 023b6c611d12: Already exists 19:51:06 1284607e03d1: Already exists 19:51:06 228eecdc53fd: Already exists 19:51:06 770e40ec3156: Already exists 19:51:06 0460d077bcff: Already exists 19:51:06 6682f19710d3: Already exists 19:51:06 b429e3cd1970: Already exists 19:51:06 323015b3acd0: Already exists 19:51:06 aca137a768cc: Already exists 19:51:06 c23bb74692d9: Already exists 19:51:06 ce500c7ba0db: Already exists 19:51:06 fcff576d8fec: Already exists 19:51:06 792ede34c442: Already exists 19:51:06 9c18b6f24c1c: Pulling fs layer 19:51:06 f2dc9cab2efa: Pulling fs layer 19:51:06 9c18b6f24c1c: Verifying Checksum 19:51:06 9c18b6f24c1c: Download complete 19:51:06 + docker version 19:51:06 Client: Docker Engine - Community 19:51:06 Version: 18.09.7 19:51:06 API version: 1.39 19:51:06 Go version: go1.10.8 19:51:06 Git commit: 2d0083d 19:51:06 Built: Thu Jun 27 17:54:15 2019 19:51:06 OS/Arch: linux/amd64 19:51:06 Experimental: false 19:51:06 19:51:06 Server: Docker Engine - Community 19:51:06 Engine: 19:51:06 Version: 19.03.2 19:51:06 API version: 1.40 (minimum version 1.12) 19:51:06 Go version: go1.12.8 19:51:06 Git commit: 6a30dfc 19:51:06 Built: Thu Aug 29 05:27:45 2019 19:51:06 OS/Arch: linux/amd64 19:51:06 Experimental: true 19:51:06 containerd: 19:51:06 Version: 1.2.6 19:51:06 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:06 runc: 19:51:06 Version: 1.0.0-rc8 19:51:06 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:06 docker-init: 19:51:06 Version: 0.18.0 19:51:06 GitCommit: fec3683 19:51:06 + export DOCKER_VERSIONS=19.03.5-rc1 19:51:06 + DOCKER_VERSIONS=19.03.5-rc1 19:51:06 + STORAGE_DRIVER=overlay 19:51:06 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:06 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:06 ++ hostname 19:51:06 + GIT_VOLUME=--volumes-from=a24774e54060 19:51:06 + . script/test/all 19:51:06 ++ set -e 19:51:06 ++ echo 'Running lint checks' 19:51:06 Running lint checks 19:51:06 ++ docker run --rm --tty --volumes-from=a24774e54060 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:06 f2dc9cab2efa: Pull complete 19:51:06 Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b 19:51:06 Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 19:51:06 f2dc9cab2efa: Download complete 19:51:06 f2dc9cab2efa: Pull complete 19:51:06 Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b 19:51:06 Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 19:51:06 cd742c8b7a86: Pull complete 19:51:06 Digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 19:51:06 Status: Downloaded newer image for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 19:51:06 cd742c8b7a86: Pull complete 19:51:06 Digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 19:51:06 Status: Downloaded newer image for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 19:51:06 9c18b6f24c1c: Pull complete 19:51:06 f2dc9cab2efa: Verifying Checksum 19:51:06 f2dc9cab2efa: Download complete 19:51:06 f2dc9cab2efa: Pull complete 19:51:06 Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b 19:51:06 Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 19:51:07 cd742c8b7a86: Pull complete 19:51:07 Digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 19:51:07 Status: Downloaded newer image for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 19:51:07 + docker version 19:51:07 Client: Docker Engine - Community 19:51:07 Version: 18.09.7 19:51:07 API version: 1.39 19:51:07 Go version: go1.10.8 19:51:07 Git commit: 2d0083d 19:51:07 Built: Thu Jun 27 17:54:15 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: false 19:51:07 19:51:07 Server: Docker Engine - Community 19:51:07 Engine: 19:51:07 Version: 19.03.2 19:51:07 API version: 1.40 (minimum version 1.12) 19:51:07 Go version: go1.12.8 19:51:07 Git commit: 6a30dfc 19:51:07 Built: Thu Aug 29 05:27:45 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: true 19:51:07 containerd: 19:51:07 Version: 1.2.6 19:51:07 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:07 runc: 19:51:07 Version: 1.0.0-rc8 19:51:07 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:07 docker-init: 19:51:07 Version: 0.18.0 19:51:07 GitCommit: fec3683 19:51:07 + export DOCKER_VERSIONS=19.03.5-rc1 19:51:07 + DOCKER_VERSIONS=19.03.5-rc1 19:51:07 + STORAGE_DRIVER=overlay 19:51:07 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 ++ hostname 19:51:07 + GIT_VOLUME=--volumes-from=8827c07abc0f 19:51:07 + . script/test/all 19:51:07 ++ set -e 19:51:07 ++ echo 'Running lint checks' 19:51:07 Running lint checks 19:51:07 ++ docker run --rm --tty --volumes-from=8827c07abc0f dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:07 + docker version 19:51:07 Client: Docker Engine - Community 19:51:07 Version: 18.09.7 19:51:07 API version: 1.39 19:51:07 Go version: go1.10.8 19:51:07 Git commit: 2d0083d 19:51:07 Built: Thu Jun 27 17:54:15 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: false 19:51:07 19:51:07 Server: Docker Engine - Community 19:51:07 Engine: 19:51:07 Version: 19.03.2 19:51:07 API version: 1.40 (minimum version 1.12) 19:51:07 Go version: go1.12.8 19:51:07 Git commit: 6a30dfc 19:51:07 Built: Thu Aug 29 05:27:45 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: true 19:51:07 containerd: 19:51:07 Version: 1.2.6 19:51:07 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:07 runc: 19:51:07 Version: 1.0.0-rc8 19:51:07 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:07 docker-init: 19:51:07 Version: 0.18.0 19:51:07 GitCommit: fec3683 19:51:07 + export DOCKER_VERSIONS=18.09.9 19:51:07 + DOCKER_VERSIONS=18.09.9 19:51:07 + STORAGE_DRIVER=overlay 19:51:07 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 ++ hostname 19:51:07 + GIT_VOLUME=--volumes-from=8b0ebcbdbea7 19:51:07 + . script/test/all 19:51:07 ++ set -e 19:51:07 ++ echo 'Running lint checks' 19:51:07 Running lint checks 19:51:07 ++ docker run --rm --tty --volumes-from=8b0ebcbdbea7 dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:07 + docker version 19:51:07 Client: Docker Engine - Community 19:51:07 Version: 18.09.7 19:51:07 API version: 1.39 19:51:07 Go version: go1.10.8 19:51:07 Git commit: 2d0083d 19:51:07 Built: Thu Jun 27 17:54:15 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: false 19:51:07 19:51:07 Server: Docker Engine - Community 19:51:07 Engine: 19:51:07 Version: 19.03.2 19:51:07 API version: 1.40 (minimum version 1.12) 19:51:07 Go version: go1.12.8 19:51:07 Git commit: 6a30dfc 19:51:07 Built: Thu Aug 29 05:27:45 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: true 19:51:07 containerd: 19:51:07 Version: 1.2.6 19:51:07 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:07 runc: 19:51:07 Version: 1.0.0-rc8 19:51:07 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:07 docker-init: 19:51:07 Version: 0.18.0 19:51:07 GitCommit: fec3683 19:51:07 + export DOCKER_VERSIONS=18.09.9 19:51:07 + DOCKER_VERSIONS=18.09.9 19:51:07 + STORAGE_DRIVER=overlay 19:51:07 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 ++ hostname 19:51:07 + GIT_VOLUME=--volumes-from=b3f69d50e58a 19:51:07 + . script/test/all 19:51:07 ++ set -e 19:51:07 ++ echo 'Running lint checks' 19:51:07 Running lint checks 19:51:07 ++ docker run --rm --tty --volumes-from=b3f69d50e58a dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:07 + docker version 19:51:07 Client: Docker Engine - Community 19:51:07 Version: 18.09.7 19:51:07 API version: 1.39 19:51:07 Go version: go1.10.8 19:51:07 Git commit: 2d0083d 19:51:07 Built: Thu Jun 27 17:54:15 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: false 19:51:07 19:51:07 Server: Docker Engine - Community 19:51:07 Engine: 19:51:07 Version: 19.03.2 19:51:07 API version: 1.40 (minimum version 1.12) 19:51:07 Go version: go1.12.8 19:51:07 Git commit: 6a30dfc 19:51:07 Built: Thu Aug 29 05:27:45 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: true 19:51:07 containerd: 19:51:07 Version: 1.2.6 19:51:07 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:07 runc: 19:51:07 Version: 1.0.0-rc8 19:51:07 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:07 docker-init: 19:51:07 Version: 0.18.0 19:51:07 GitCommit: fec3683 19:51:07 + export DOCKER_VERSIONS=19.03.5-rc1 19:51:07 + DOCKER_VERSIONS=19.03.5-rc1 19:51:07 + STORAGE_DRIVER=overlay 19:51:07 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 ++ hostname 19:51:07 + GIT_VOLUME=--volumes-from=6139e48bd5e1 19:51:07 + . script/test/all 19:51:07 ++ set -e 19:51:07 ++ echo 'Running lint checks' 19:51:07 Running lint checks 19:51:07 ++ docker run --rm --tty --volumes-from=6139e48bd5e1 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:07 f2dc9cab2efa: Pull complete 19:51:07 Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b 19:51:07 Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 19:51:07 + docker version 19:51:07 Client: Docker Engine - Community 19:51:07 Version: 18.09.7 19:51:07 API version: 1.39 19:51:07 Go version: go1.10.8 19:51:07 Git commit: 2d0083d 19:51:07 Built: Thu Jun 27 17:54:15 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: false 19:51:07 19:51:07 Server: Docker Engine - Community 19:51:07 Engine: 19:51:07 Version: 19.03.2 19:51:07 API version: 1.40 (minimum version 1.12) 19:51:07 Go version: go1.12.8 19:51:07 Git commit: 6a30dfc 19:51:07 Built: Thu Aug 29 05:27:45 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: true 19:51:07 containerd: 19:51:07 Version: 1.2.6 19:51:07 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:07 runc: 19:51:07 Version: 1.0.0-rc8 19:51:07 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:07 docker-init: 19:51:07 Version: 0.18.0 19:51:07 GitCommit: fec3683 19:51:07 + export DOCKER_VERSIONS=18.09.9 19:51:07 + DOCKER_VERSIONS=18.09.9 19:51:07 + STORAGE_DRIVER=overlay 19:51:07 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 ++ hostname 19:51:07 + GIT_VOLUME=--volumes-from=948588bfbf1c 19:51:07 + . script/test/all 19:51:07 ++ set -e 19:51:07 ++ echo 'Running lint checks' 19:51:07 Running lint checks 19:51:07 ++ docker run --rm --tty --volumes-from=948588bfbf1c dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:07 + docker version 19:51:07 Client: Docker Engine - Community 19:51:07 Version: 18.09.7 19:51:07 API version: 1.39 19:51:07 Go version: go1.10.8 19:51:07 Git commit: 2d0083d 19:51:07 Built: Thu Jun 27 17:54:15 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: false 19:51:07 19:51:07 Server: Docker Engine - Community 19:51:07 Engine: 19:51:07 Version: 19.03.2 19:51:07 API version: 1.40 (minimum version 1.12) 19:51:07 Go version: go1.12.8 19:51:07 Git commit: 6a30dfc 19:51:07 Built: Thu Aug 29 05:27:45 2019 19:51:07 OS/Arch: linux/amd64 19:51:07 Experimental: true 19:51:07 containerd: 19:51:07 Version: 1.2.6 19:51:07 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:07 runc: 19:51:07 Version: 1.0.0-rc8 19:51:07 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:07 docker-init: 19:51:07 Version: 0.18.0 19:51:07 GitCommit: fec3683 19:51:07 + export DOCKER_VERSIONS=18.09.9 19:51:07 + DOCKER_VERSIONS=18.09.9 19:51:07 + STORAGE_DRIVER=overlay 19:51:07 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:07 ++ hostname 19:51:07 + GIT_VOLUME=--volumes-from=7cf90b6a97a0 19:51:07 + . script/test/all 19:51:07 ++ set -e 19:51:07 ++ echo 'Running lint checks' 19:51:07 Running lint checks 19:51:07 ++ docker run --rm --tty --volumes-from=7cf90b6a97a0 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:08 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 19:51:08 pre-commit runtests: PYTHONHASHSEED='3949108340' 19:51:08 pre-commit runtests: commands[0] | pre-commit install 19:51:08 pre-commit installed at .git/hooks/pre-commit 19:51:08 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:08 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:08 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:08 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:08 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:08 + docker version 19:51:08 Client: Docker Engine - Community 19:51:08 Version: 18.09.7 19:51:08 API version: 1.39 19:51:08 Go version: go1.10.8 19:51:08 Git commit: 2d0083d 19:51:08 Built: Thu Jun 27 17:54:15 2019 19:51:08 OS/Arch: linux/amd64 19:51:08 Experimental: false 19:51:08 19:51:08 Server: Docker Engine - Community 19:51:08 Engine: 19:51:08 Version: 19.03.2 19:51:08 API version: 1.40 (minimum version 1.12) 19:51:08 Go version: go1.12.8 19:51:08 Git commit: 6a30dfc 19:51:08 Built: Thu Aug 29 05:27:45 2019 19:51:08 OS/Arch: linux/amd64 19:51:08 Experimental: true 19:51:08 containerd: 19:51:08 Version: 1.2.6 19:51:08 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 19:51:08 runc: 19:51:08 Version: 1.0.0-rc8 19:51:08 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 19:51:08 docker-init: 19:51:08 Version: 0.18.0 19:51:08 GitCommit: fec3683 19:51:08 + export DOCKER_VERSIONS=19.03.5-rc1 19:51:08 + DOCKER_VERSIONS=19.03.5-rc1 19:51:08 + STORAGE_DRIVER=overlay 19:51:08 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:08 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 19:51:08 ++ hostname 19:51:08 + GIT_VOLUME=--volumes-from=b7fe4077b986 19:51:08 + . script/test/all 19:51:08 ++ set -e 19:51:08 ++ echo 'Running lint checks' 19:51:08 Running lint checks 19:51:08 ++ docker run --rm --tty --volumes-from=b7fe4077b986 dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 19:51:08 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:08 [INFO] Once installed this environment will be reused. 19:51:08 [INFO] This may take a few minutes... 19:51:09 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 19:51:09 pre-commit runtests: PYTHONHASHSEED='1450087809' 19:51:09 pre-commit runtests: commands[0] | pre-commit install 19:51:09 pre-commit installed at .git/hooks/pre-commit 19:51:09 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:09 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 19:51:09 pre-commit runtests: PYTHONHASHSEED='1745871871' 19:51:09 pre-commit runtests: commands[0] | pre-commit install 19:51:09 pre-commit installed at .git/hooks/pre-commit 19:51:09 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:09 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 19:51:09 pre-commit runtests: PYTHONHASHSEED='3558707864' 19:51:09 pre-commit runtests: commands[0] | pre-commit install 19:51:09 pre-commit installed at .git/hooks/pre-commit 19:51:09 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:09 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:09 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 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 19:51:09 pre-commit runtests: PYTHONHASHSEED='47553240' 19:51:09 pre-commit runtests: commands[0] | pre-commit install 19:51:09 pre-commit installed at .git/hooks/pre-commit 19:51:09 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:09 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:09 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:09 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:09 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 19:51:09 pre-commit runtests: PYTHONHASHSEED='2865876103' 19:51:09 pre-commit runtests: commands[0] | pre-commit install 19:51:09 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:09 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:09 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [INFO] Once installed this environment will be reused. 19:51:09 [INFO] This may take a few minutes... 19:51:09 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [INFO] Once installed this environment will be reused. 19:51:09 [INFO] This may take a few minutes... 19:51:09 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [INFO] Once installed this environment will be reused. 19:51:09 [INFO] This may take a few minutes... 19:51:09 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 19:51:09 pre-commit runtests: PYTHONHASHSEED='3577931650' 19:51:09 pre-commit runtests: commands[0] | pre-commit install 19:51:09 pre-commit installed at .git/hooks/pre-commit 19:51:09 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:09 pre-commit installed at .git/hooks/pre-commit 19:51:09 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:09 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:09 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:09 [INFO] Once installed this environment will be reused. 19:51:09 [INFO] This may take a few minutes... 19:51:10 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:10 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:10 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:10 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:10 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:10 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:10 [INFO] Once installed this environment will be reused. 19:51:10 [INFO] This may take a few minutes... 19:51:10 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:10 [INFO] Once installed this environment will be reused. 19:51:10 [INFO] This may take a few minutes... 19:51:10 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 19:51:10 pre-commit runtests: PYTHONHASHSEED='1653517378' 19:51:10 pre-commit runtests: commands[0] | pre-commit install 19:51:10 pre-commit installed at .git/hooks/pre-commit 19:51:10 pre-commit runtests: commands[1] | pre-commit run --all-files 19:51:10 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 19:51:10 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 19:51:10 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:10 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 19:51:11 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 19:51:11 [INFO] Once installed this environment will be reused. 19:51:11 [INFO] This may take a few minutes... 19:51:26 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:26 [INFO] Once installed this environment will be reused. 19:51:26 [INFO] This may take a few minutes... 19:51:27 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:27 [INFO] Once installed this environment will be reused. 19:51:27 [INFO] This may take a few minutes... 19:51:27 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:27 [INFO] Once installed this environment will be reused. 19:51:27 [INFO] This may take a few minutes... 19:51:27 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:27 [INFO] Once installed this environment will be reused. 19:51:27 [INFO] This may take a few minutes... 19:51:27 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:27 [INFO] Once installed this environment will be reused. 19:51:27 [INFO] This may take a few minutes... 19:51:28 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:28 [INFO] Once installed this environment will be reused. 19:51:28 [INFO] This may take a few minutes... 19:51:28 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:28 [INFO] Once installed this environment will be reused. 19:51:28 [INFO] This may take a few minutes... 19:51:29 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 19:51:29 [INFO] Once installed this environment will be reused. 19:51:29 [INFO] This may take a few minutes... 19:51:36 Check for added large files..............................................Passed 19:51:37 Check docstring is first.................................................Passed 19:51:37 Check for merge conflicts................................................Passed 19:51:37 Check Yaml...............................................................Passed 19:51:37 Check JSON...............................................................Passed 19:51:38 Check for added large files..............................................Passed 19:51:38 Debug Statements (Python)................................................Passed 19:51:38 Check for added large files..............................................Passed 19:51:38 Check for added large files..............................................Passed 19:51:38 Check docstring is first.................................................Passed 19:51:38 Check for merge conflicts................................................Passed 19:51:38 Fix End of Files.........................................................Passed 19:51:38 Check Yaml...............................................................Passed 19:51:38 Check JSON...............................................................Passed 19:51:39 Check docstring is first.................................................Passed 19:51:39 Check for merge conflicts................................................Passed 19:51:39 Check Yaml...............................................................Passed 19:51:39 Check JSON...............................................................Passed 19:51:39 Check docstring is first.................................................Passed 19:51:39 Debug Statements (Python)................................................Passed 19:51:39 Debug Statements (Python)................................................Passed 19:51:39 Check for merge conflicts................................................Passed 19:51:39 Check Yaml...............................................................Passed 19:51:39 Fix End of Files.........................................................Passed 19:51:39 Check JSON...............................................................Passed 19:51:40 Check for added large files..............................................Passed 19:51:40 Check docstring is first.................................................Passed 19:51:40 Check for merge conflicts................................................Passed 19:51:40 Check Yaml...............................................................Passed 19:51:40 Check JSON...............................................................Passed 19:51:40 Check for added large files..............................................Passed 19:51:40 Check docstring is first.................................................Passed 19:51:40 Check for merge conflicts................................................Passed 19:51:40 Check Yaml...............................................................Passed 19:51:40 Check JSON...............................................................Passed 19:51:40 Debug Statements (Python)................................................Passed 19:51:40 Debug Statements (Python)................................................Passed 19:51:40 Debug Statements (Python)................................................Passed 19:51:40 Fix End of Files.........................................................Passed 19:51:40 Fix End of Files.........................................................Passed 19:51:40 Check for added large files..............................................Passed 19:51:40 Check docstring is first.................................................Passed 19:51:40 Check for merge conflicts................................................Passed 19:51:40 Check Yaml...............................................................Passed 19:51:40 Check JSON...............................................................Passed 19:51:40 Debug Statements (Python)................................................Passed 19:51:40 Fix End of Files.........................................................Passed 19:51:41 Fix End of Files.........................................................Passed 19:51:41 Fix End of Files.........................................................Passed 19:51:41 Check for added large files..............................................Passed 19:51:41 Check docstring is first.................................................Passed 19:51:41 Check for merge conflicts................................................Passed 19:51:41 Check Yaml...............................................................Passed 19:51:41 Check JSON...............................................................Passed 19:51:41 Debug Statements (Python)................................................Passed 19:51:42 Fix End of Files.........................................................Passed 19:51:46 Flake8...................................................................Failed 19:51:46 hookid: flake8 19:51:46 19:51:46 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:46 19:51:46 Tests should end in _test.py.............................................Passed 19:51:46 Fix requirements.txt.....................................................Passed 19:51:46 Trim Trailing Whitespace.................................................Passed 19:51:47 Reorder python imports...................................................Passed 19:51:47 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files' 19:51:47 ___________________________________ summary ____________________________________ 19:51:47 ERROR: pre-commit: commands failed 19:51:47 Flake8...................................................................Failed 19:51:47 hookid: flake8 19:51:47 19:51:47 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:47 19:51:47 Tests should end in _test.py.............................................Passed 19:51:47 Fix requirements.txt.....................................................Passed 19:51:48 Trim Trailing Whitespace.................................................Passed [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap 19:51:48 Flake8...................................................................Failed 19:51:48 hookid: flake8 19:51:48 19:51:48 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:48 19:51:48 Tests should end in _test.py.............................................Passed 19:51:48 Fix requirements.txt.....................................................Passed 19:51:48 Trim Trailing Whitespace.................................................Passed [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_19.03.5-rc1_py27 19:51:48 Flake8...................................................................Sending interrupt signal to process 19:51:48 Flake8...................................................................Sending interrupt signal to process 19:51:48 Flake8...................................................................Failed 19:51:48 hookid: flake8 19:51:48 19:51:48 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:48 19:51:48 Tests should end in _test.py.............................................Passed 19:51:48 Fix requirements.txt.....................................................Passed 19:51:48 Trim Trailing Whitespace.................................................Passed 19:51:48 Flake8...................................................................Sending interrupt signal to process 19:51:48 Reorder python imports...................................................Sending interrupt signal to process 19:51:48 Reorder python imports...................................................Sending interrupt signal to process 19:51:48 Flake8...................................................................Sending interrupt signal to process 19:51:48 Passed 19:51:48 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files' 19:51:48 ___________________________________ summary ____________________________________ 19:51:48 ERROR: pre-commit: commands failed 19:51:48 Terminated 19:51:48 script returned exit code 143 19:51:48 Terminated 19:51:49 script returned exit code 143 19:51:49 Reorder python imports...................................................Sending interrupt signal to process 19:51:49 Terminated 19:51:49 script returned exit code 143 19:51:49 Failed 19:51:49 hookid: flake8 19:51:49 19:51:49 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:49 19:51:49 Tests should end in _test.py.............................................Passed 19:51:49 Fix requirements.txt.....................................................Passed 19:51:49 Trim Trailing Whitespace.................................................Passed 19:51:49 Reorder python imports...................................................Terminated 19:51:49 script returned exit code 143 [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] // node [Pipeline] } Failed in branch alpine_19.03.5-rc1_py27 [Pipeline] } Failed in branch alpine_18.09.9_py37 [Pipeline] } Failed in branch debian_19.03.5-rc1_py37 [Pipeline] // node [Pipeline] } Failed in branch alpine_19.03.5-rc1_py37 19:51:49 Terminated 19:51:49 script returned exit code 143 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_18.09.9_py37 19:51:49 Failed 19:51:49 hookid: flake8 19:51:49 19:51:49 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:49 19:51:49 Tests should end in _test.py.............................................Terminated 19:51:49 Failed 19:51:49 hookid: flake8 19:51:49 19:51:49 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) 19:51:49 19:51:49 Tests should end in _test.py.............................................Passed 19:51:49 Fix requirements.txt.....................................................Passed 19:51:49 Trim Trailing Whitespace.................................................Terminated 19:51:49 script returned exit code 143 19:51:49 script returned exit code 143 [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] } Failed in branch alpine_18.09.9_py27 [Pipeline] } Failed in branch debian_18.09.9_py27 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE