Pull request #6647 updated 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "alpine") [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository 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 Fetching without tags Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) Commit message: "label one-off containers with current count + 1" 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 + git rev-parse HEAD [Pipeline] sh + docker pull dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 Error response from daemon: manifest for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 not found: manifest unknown: manifest unknown [Pipeline] sh + script/build/write-git-sha + GIT_COMMIT=affb205d + docker build -t dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=affb205d62623f99fbaa73faa40275f1634f3264 . Sending build context to Docker daemon 1.867MB Step 1/32 : ARG DOCKER_VERSION=18.09.7 Step 2/32 : ARG PYTHON_VERSION=3.7.4 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim Step 7/32 : ARG BUILD_PLATFORM=alpine Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli ---> 108a4437ed8c Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine ---> f309434dea3a 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 ---> Using cache ---> c361329087b8 Step 11/32 : ENV BUILD_BOOTLOADER=1 ---> Using cache ---> d0a932ef4167 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian ---> fad2b9f06d3b 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 ---> Using cache ---> 29cab1da3d1a Step 14/32 : FROM build-${BUILD_PLATFORM} AS build ---> d0a932ef4167 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ ---> Using cache ---> b0457107fd2f Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] ---> Using cache ---> 60b8662bfce5 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker ---> Using cache ---> a343798109ea Step 18/32 : WORKDIR /code/ ---> Using cache ---> e53f008fd042 Step 19/32 : RUN pip install virtualenv==16.2.0 ---> Using cache ---> f6e6f959baf9 Step 20/32 : RUN pip install tox==2.9.1 ---> Using cache ---> 34ca723b6290 Step 21/32 : COPY requirements.txt . ---> Using cache ---> f2d3848691ba Step 22/32 : COPY requirements-dev.txt . ---> Using cache ---> 260f1385ad62 Step 23/32 : COPY .pre-commit-config.yaml . ---> Using cache ---> 45595ec5e558 Step 24/32 : COPY tox.ini . ---> Using cache ---> 3c8f123a4ca3 Step 25/32 : COPY setup.py . ---> Using cache ---> 8928b9e246ba Step 26/32 : COPY README.md . ---> Using cache ---> 87709312d95e Step 27/32 : COPY compose compose/ ---> Using cache ---> bb7031fa7539 Step 28/32 : RUN tox --notest ---> Using cache ---> 332e24055f4f Step 29/32 : COPY . . ---> ae51b1bd58c7 Step 30/32 : ARG GIT_COMMIT=unknown ---> Running in 31e3f5a96704 Removing intermediate container 31e3f5a96704 ---> f933ee0c2700 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT ---> Running in e8101f8317b7 Removing intermediate container e8101f8317b7 ---> 5785227b8f9e Step 32/32 : RUN script/build/linux-entrypoint ---> Running in 77d251bb8cd4 + CODE_PATH=/code + VENV=/code/.tox/py37 + cd /code + mkdir -p dist + chmod 777 dist + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt + '[' -z affb205d62623f99fbaa73faa40275f1634f3264 ']' + echo affb205d62623f99fbaa73faa40275f1634f3264 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + '[' '!' -z 1 ']' + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller Cloning into '/tmp/pyinstaller'... + cd /tmp/pyinstaller/bootloader + git checkout v3.5 Note: checking out 'v3.5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 498e6ee0 Release 3.5. + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all Setting top to : /tmp/pyinstaller/bootloader Setting out to : /tmp/pyinstaller/bootloader/build Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] Checking for 'gcc' (C compiler) : /usr/bin/gcc Checking size of pointer : 8 Platform : Linux-64bit detected based on compiler Checking for flags -m64 : yes Checking for program '/usr/bin/strip' : /usr/bin/strip Checking for program 'strip' : /usr/bin/strip Checking for library dl : yes Checking for library m : yes Checking for library z : yes Checking for function unsetenv : yes Checking for function mkdtemp : yes Checking for flags -Wl,--as-needed : yes 'configure' finished successfully (0.339s) 'all' finished successfully (0.000s) 'distclean' finished successfully (0.001s) Setting top to : /tmp/pyinstaller/bootloader Setting out to : /tmp/pyinstaller/bootloader/build Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] Checking for 'gcc' (C compiler) : /usr/bin/gcc Checking size of pointer : 8 Platform : Linux-64bit detected based on compiler Checking for flags -m64 : yes Checking for program '/usr/bin/strip' : /usr/bin/strip Checking for program 'strip' : /usr/bin/strip Checking for library dl : yes Checking for library m : yes Checking for library z : yes Checking for function unsetenv : yes Checking for function mkdtemp : yes Checking for flags -Wl,--as-needed : yes 'configure' finished successfully (0.304s) 'make_all' finished successfully (0.003s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [ 1/13] Compiling src/pyi_python.c [ 2/13] Compiling src/pyi_global.c [ 3/13] Compiling src/main.c [ 4/13] Compiling src/pyi_utils.c [ 5/13] Compiling src/pyi_main.c [ 6/13] Compiling src/pyi_win32_utils.c [ 7/13] Compiling src/pyi_python27_compat.c [ 8/13] Compiling src/pyi_pythonlib.c [ 9/13] Compiling src/pyi_path.c [10/13] Compiling src/pyi_archive.c [11/13] Compiling src/pyi_launch.c [12/13] Linking build/debug/run_d [13/13] Processing build/debug/run_d Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 'build_debug' finished successfully (0.680s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [ 1/13] Compiling src/pyi_python.c [ 2/13] Compiling src/pyi_global.c [ 3/13] Compiling src/main.c [ 4/13] Compiling src/pyi_archive.c [ 5/13] Compiling src/pyi_launch.c [ 6/13] Compiling src/pyi_win32_utils.c [ 7/13] Compiling src/pyi_main.c [ 8/13] Compiling src/pyi_pythonlib.c [ 9/13] Compiling src/pyi_python27_compat.c [10/13] Compiling src/pyi_utils.c [11/13] Compiling src/pyi_path.c [12/13] Linking build/release/run [13/13] Processing build/release/run Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 'build_release' finished successfully (0.695s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [13/14] Processing build/debug/run_d + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 'install_debug' finished successfully (0.015s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [13/14] Processing build/release/run + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 'install_release' finished successfully (0.012s) + /code/.tox/py37/bin/pip3 install .. Processing /tmp/pyinstaller Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1) Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0) Building wheels for collected packages: PyInstaller Building wheel for PyInstaller (PEP 517): started Building wheel for PyInstaller (PEP 517): finished with status 'done' Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=35c2038ff83c04186a97dc6b8c8a17e6d4c241b408122e1992099b616cbe79c7 Stored in directory: /tmp/pip-ephem-wheel-cache-q1to3l5i/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887 Successfully built PyInstaller Installing collected packages: PyInstaller Found existing installation: PyInstaller 3.5 Uninstalling PyInstaller-3.5: Successfully uninstalled PyInstaller-3.5 Successfully installed PyInstaller-3.5 + cd /code + rm -Rf /tmp/pyinstaller + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 41 INFO: PyInstaller: 3.5 42 INFO: Python: 3.7.4 44 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with 46 INFO: UPX is not available. 47 INFO: Extending PYTHONPATH with paths ['/code/bin', '/code'] 47 INFO: checking Analysis 47 INFO: Building Analysis because Analysis-00.toc is non existent 47 INFO: Initializing module dependency graph... 49 INFO: Initializing module graph hooks... 50 INFO: Analyzing base_library.zip ... 2524 INFO: running Analysis Analysis-00.toc 2534 INFO: Caching module hooks... 2538 INFO: Analyzing bin/docker-compose 2618 INFO: Processing pre-find module path hook distutils 2619 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 2793 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 3649 INFO: Processing pre-safe import module hook six.moves 5986 INFO: Loading module hooks... 5987 INFO: Loading module hook "hook-certifi.py"... 5987 INFO: Loading module hook "hook-jsonschema.py"... 5989 INFO: Loading module hook "hook-xml.py"... 6027 INFO: Loading module hook "hook-nacl.py"... 6029 INFO: Loading module hook "hook-distutils.py"... 6030 INFO: Loading module hook "hook-pkg_resources.py"... 6356 INFO: Processing pre-safe import module hook win32com 6357 INFO: Loading module hook "hook-pydoc.py"... 6358 INFO: Loading module hook "hook-sysconfig.py"... 6364 INFO: Loading module hook "hook-encodings.py"... 6400 INFO: Loading module hook "hook-cryptography.py"... 6546 INFO: Looking for ctypes DLLs Illegal option -p 6574 INFO: Analyzing run-time hooks ... 6582 INFO: Including run-time hook 'pyi_rth_certifi.py' 6583 INFO: Including run-time hook 'pyi_rth_pkgres.py' 6592 INFO: Looking for dynamic libraries 6798 INFO: Looking for eggs 6798 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 6807 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 6851 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 6870 INFO: checking PYZ 6870 INFO: Building PYZ because PYZ-00.toc is non existent 6870 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 7607 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 7618 INFO: checking PKG 7618 INFO: Building PKG because PKG-00.toc is non existent 7618 INFO: Building PKG (CArchive) PKG-00.pkg 18684 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 18687 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 18687 INFO: checking EXE 18687 INFO: Building EXE because EXE-00.toc is non existent 18687 INFO: Building EXE from EXE-00.toc 18687 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 18756 INFO: Building EXE from EXE-00.toc completed successfully. + ls -la dist/ total 17124 drwxrwxrwx 2 root root 4096 Nov 6 19:49 . drwxr-xr-x 1 root root 4096 Nov 6 19:49 .. -rwxr-xr-x 1 root root 17519824 Nov 6 19:49 docker-compose + ldd dist/docker-compose  /lib/ld-musl-x86_64.so.1 (0x7fa614b76000) libz.so.1 => /lib/libz.so.1 (0x7fa614b40000) libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fa614b76000) + mv dist/docker-compose /usr/local/bin + docker-compose version docker-compose version 1.25.0dev, build affb205d62623f99fbaa73faa40275f1634f3264 docker-py version: 4.1.0 CPython version: 3.7.4 OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019 Removing intermediate container 77d251bb8cd4 ---> bb13075682ab Successfully built bb13075682ab Successfully tagged dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] sh + docker push dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 The push refers to repository [docker.io/dockerbuildbot/compose] 5386f1385ca8: Preparing 9f50854043b2: Preparing a24e0adab9f2: Preparing bb9449e2c14e: Preparing 87f778e947bd: Preparing aaa6cea6d488: Preparing 895537100cf8: Preparing cbf53bf92620: Preparing 15bbab403dd8: Preparing bf7f8d4f54b3: Preparing f9bf53631db5: Preparing 38b29c62b360: Preparing 8a6685cb2553: Preparing 42c4f8afbb2d: Preparing a9feb4814066: Preparing e6cb99f17018: Preparing 2a8b7fd42278: Preparing 6a1aa47d6606: Preparing 7b66164940a3: Preparing c5728f2d608b: Preparing 03901b4a2ea8: Preparing aaa6cea6d488: Waiting 895537100cf8: Waiting cbf53bf92620: Waiting 15bbab403dd8: Waiting bf7f8d4f54b3: Waiting f9bf53631db5: Waiting 38b29c62b360: Waiting 8a6685cb2553: Waiting 42c4f8afbb2d: Waiting a9feb4814066: Waiting e6cb99f17018: Waiting 2a8b7fd42278: Waiting 6a1aa47d6606: Waiting 7b66164940a3: Waiting c5728f2d608b: Waiting 03901b4a2ea8: Waiting bb9449e2c14e: Layer already exists 87f778e947bd: Layer already exists a24e0adab9f2: Layer already exists 895537100cf8: Layer already exists aaa6cea6d488: Layer already exists cbf53bf92620: Layer already exists bf7f8d4f54b3: Layer already exists 15bbab403dd8: Layer already exists 8a6685cb2553: Layer already exists f9bf53631db5: Layer already exists 38b29c62b360: Layer already exists a9feb4814066: Layer already exists e6cb99f17018: Layer already exists 42c4f8afbb2d: Layer already exists 2a8b7fd42278: Layer already exists 6a1aa47d6606: Layer already exists 7b66164940a3: Layer already exists c5728f2d608b: Layer already exists 03901b4a2ea8: Layer already exists 9f50854043b2: Pushed 5386f1385ca8: Pushed alpine-affb205d62623f99fbaa73faa40275f1634f3264: digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b size: 4715 [Pipeline] echo 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 + 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "debian") [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository 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 Fetching without tags 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 Commit message: "label one-off containers with current count + 1" [Pipeline] sh + docker pull dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 Error response from daemon: manifest for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 not found: manifest unknown: manifest unknown [Pipeline] sh + script/build/write-git-sha + GIT_COMMIT=affb205d + docker build -t dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=affb205d62623f99fbaa73faa40275f1634f3264 . Sending build context to Docker daemon 1.867MB Step 1/32 : ARG DOCKER_VERSION=18.09.7 Step 2/32 : ARG PYTHON_VERSION=3.7.4 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim Step 7/32 : ARG BUILD_PLATFORM=alpine Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli ---> 108a4437ed8c Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine ---> f309434dea3a 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 ---> Using cache ---> c361329087b8 Step 11/32 : ENV BUILD_BOOTLOADER=1 ---> Using cache ---> d0a932ef4167 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian ---> fad2b9f06d3b 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 ---> Using cache ---> 29cab1da3d1a Step 14/32 : FROM build-${BUILD_PLATFORM} AS build ---> 29cab1da3d1a Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ ---> Using cache ---> 8e8c0a7d099a Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] ---> Using cache ---> b201b7cfe1ad Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker ---> Using cache ---> 28518c1886b1 Step 18/32 : WORKDIR /code/ ---> Using cache ---> 283e5df1c867 Step 19/32 : RUN pip install virtualenv==16.2.0 ---> Using cache ---> faacdef439d0 Step 20/32 : RUN pip install tox==2.9.1 ---> Using cache ---> bb1ae7533b9f Step 21/32 : COPY requirements.txt . ---> Using cache ---> d2612d5d0ce6 Step 22/32 : COPY requirements-dev.txt . ---> Using cache ---> 7ad33e3672e6 Step 23/32 : COPY .pre-commit-config.yaml . ---> Using cache ---> 75fbd936469e Step 24/32 : COPY tox.ini . ---> Using cache ---> 3ca5e5cfe81d Step 25/32 : COPY setup.py . ---> Using cache ---> 117b5d5d7773 Step 26/32 : COPY README.md . ---> Using cache ---> c1f895e72624 Step 27/32 : COPY compose compose/ ---> Using cache ---> 27774fba43cd Step 28/32 : RUN tox --notest ---> Using cache ---> 1a90df05d4d3 Step 29/32 : COPY . . ---> b862b92d1608 Step 30/32 : ARG GIT_COMMIT=unknown ---> Running in 3de80649fd26 Removing intermediate container 3de80649fd26 ---> e29b8a322a09 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT ---> Running in e7db5746973e Removing intermediate container e7db5746973e ---> 3235ff5d93db Step 32/32 : RUN script/build/linux-entrypoint ---> Running in 08ca5157ff8f + CODE_PATH=/code + VENV=/code/.tox/py37 + cd /code + mkdir -p dist + chmod 777 dist + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt + '[' -z affb205d62623f99fbaa73faa40275f1634f3264 ']' + echo affb205d62623f99fbaa73faa40275f1634f3264 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NOT compiling bootloader!!! + '[' '!' -z '' ']' + echo 'NOT compiling bootloader!!!' + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 42 INFO: PyInstaller: 3.5 42 INFO: Python: 3.7.4 42 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11 44 INFO: UPX is not available. 45 INFO: Extending PYTHONPATH with paths ['/code/bin', '/code'] 45 INFO: checking Analysis 46 INFO: Building Analysis because Analysis-00.toc is non existent 46 INFO: Initializing module dependency graph... 47 INFO: Initializing module graph hooks... 49 INFO: Analyzing base_library.zip ... 2591 INFO: running Analysis Analysis-00.toc 2608 INFO: Caching module hooks... 2612 INFO: Analyzing bin/docker-compose 2702 INFO: Processing pre-find module path hook distutils 2703 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 2889 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 3753 INFO: Processing pre-safe import module hook six.moves 6073 INFO: Loading module hooks... 6074 INFO: Loading module hook "hook-certifi.py"... 6074 INFO: Loading module hook "hook-jsonschema.py"... 6076 INFO: Loading module hook "hook-xml.py"... 6114 INFO: Loading module hook "hook-nacl.py"... 6116 INFO: Loading module hook "hook-distutils.py"... 6117 INFO: Loading module hook "hook-pkg_resources.py"... 6426 INFO: Processing pre-safe import module hook win32com 6428 INFO: Loading module hook "hook-pydoc.py"... 6428 INFO: Loading module hook "hook-sysconfig.py"... 6434 INFO: Loading module hook "hook-encodings.py"... 6471 INFO: Loading module hook "hook-cryptography.py"... 6627 INFO: Looking for ctypes DLLs 6656 INFO: Analyzing run-time hooks ... 6663 INFO: Including run-time hook 'pyi_rth_certifi.py' 6665 INFO: Including run-time hook 'pyi_rth_pkgres.py' 6673 INFO: Looking for dynamic libraries 7189 INFO: Looking for eggs 7189 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 7197 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 7242 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 7261 INFO: checking PYZ 7261 INFO: Building PYZ because PYZ-00.toc is non existent 7261 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 7930 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 7941 INFO: checking PKG 7941 INFO: Building PKG because PKG-00.toc is non existent 7941 INFO: Building PKG (CArchive) PKG-00.pkg 17662 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 17665 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 17665 INFO: checking EXE 17665 INFO: Building EXE because EXE-00.toc is non existent 17665 INFO: Building EXE from EXE-00.toc 17665 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 17824 INFO: Building EXE from EXE-00.toc completed successfully. + ls -la dist/ total 16644 drwxrwxrwx 2 root root 4096 Nov 6 19:50 . drwxr-xr-x 1 root root 4096 Nov 6 19:50 .. -rwxr-xr-x 1 root root 17028904 Nov 6 19:50 docker-compose + ldd dist/docker-compose  linux-vdso.so.1 (0x00007fff63b07000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fdf068a7000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fdf0668d000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fdf062ee000) /lib64/ld-linux-x86-64.so.2 (0x00007fdf06aab000) + mv dist/docker-compose /usr/local/bin + docker-compose version docker-compose version 1.25.0dev, build affb205d62623f99fbaa73faa40275f1634f3264 docker-py version: 4.1.0 CPython version: 3.7.4 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 Removing intermediate container 08ca5157ff8f ---> 885f63b4ce01 Successfully built 885f63b4ce01 Successfully tagged dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] sh + docker push dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 The push refers to repository [docker.io/dockerbuildbot/compose] 79ac9cf86739: Preparing f9a15e9b1ec8: Preparing b5a6bbad519d: Preparing d66322decf19: Preparing 47139c6d1e1d: Preparing 606147b06a36: Preparing ac087ef75ef5: Preparing 3a30e171cc95: Preparing 0df71f476b8b: Preparing 0de271b50e69: Preparing 2d9dd36de98f: Preparing fad3ffa4cc62: Preparing d522b478f6cd: Preparing cdc05b8fa52d: Preparing efc79e0de688: Preparing d64b56cc801a: Preparing 99a2e7cd1f0d: Preparing a8f0218d77da: Preparing b3edacbcd846: Preparing 896510bee743: Preparing 67ecfc9591c8: Preparing 3a30e171cc95: Waiting 0df71f476b8b: Waiting 0de271b50e69: Waiting 2d9dd36de98f: Waiting fad3ffa4cc62: Waiting d522b478f6cd: Waiting cdc05b8fa52d: Waiting efc79e0de688: Waiting d64b56cc801a: Waiting 99a2e7cd1f0d: Waiting a8f0218d77da: Waiting b3edacbcd846: Waiting 896510bee743: Waiting 67ecfc9591c8: Waiting 606147b06a36: Waiting ac087ef75ef5: Waiting b5a6bbad519d: Layer already exists d66322decf19: Layer already exists 47139c6d1e1d: Layer already exists 606147b06a36: Layer already exists ac087ef75ef5: Layer already exists 3a30e171cc95: Layer already exists 0df71f476b8b: Layer already exists 0de271b50e69: Layer already exists 2d9dd36de98f: Layer already exists fad3ffa4cc62: Layer already exists d522b478f6cd: Layer already exists cdc05b8fa52d: Layer already exists efc79e0de688: Layer already exists d64b56cc801a: Layer already exists 99a2e7cd1f0d: Layer already exists b3edacbcd846: Layer already exists a8f0218d77da: Layer already exists 896510bee743: Layer already exists 67ecfc9591c8: Layer already exists f9a15e9b1ec8: Pushed 79ac9cf86739: Pushed debian-affb205d62623f99fbaa73faa40275f1634f3264: digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 size: 4718 [Pipeline] echo 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 + 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] wrap [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=alpine) [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] checkout [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage using credential sf-release-bot.github.ssh [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine) Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo cleanWorkspace: Workspace is clean. + docker container ls -aq [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=debian) + docker container ls -aq using credential sf-release-bot.github.ssh [Pipeline] checkout Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian) using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=debian) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian) [Pipeline] checkout using credential sf-release-bot.github.ssh [Pipeline] checkout Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine) [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=alpine) [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository 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 Fetching without tags Fetching without tags Fetching without tags Fetching without tags Fetching without tags Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) Commit message: "label one-off containers with current count + 1" Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) Commit message: "label one-off containers with current count + 1" Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) 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 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 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 Fetching without tags Fetching without tags Fetching without tags 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 Commit message: "label one-off containers with current count + 1" [Pipeline] sh [Pipeline] sh Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) [Pipeline] sh Checking out Revision affb205d62623f99fbaa73faa40275f1634f3264 (PR-6647) Commit message: "label one-off containers with current count + 1" + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] sh Commit message: "label one-off containers with current count + 1" + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh [Pipeline] echo 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 WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists [Pipeline] sh + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 3bfa42f08d45: Already exists 023b6c611d12: Already exists 1284607e03d1: Already exists 228eecdc53fd: Already exists 770e40ec3156: Already exists 0460d077bcff: Already exists 6682f19710d3: Already exists b429e3cd1970: Already exists + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] echo 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 + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264' locally debian-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 80369df48736: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists 669bde12a6f1: Already exists f505ff8fe013: Already exists 5ca2505ea930: Already exists 4fc1865d2260: Already exists 2bd0fa61a6dd: Already exists de701d1c66f5: Already exists 09ae42fc6bd5: Already exists 7629cb155ac9: Already exists 6918aff44553: Already exists 24c5a410dddf: Already exists 092321a5352a: Already exists c95badf27ccc: Already exists 898b409573fd: Already exists 595c78984637: Already exists a9b6946c3444: Pulling fs layer cd742c8b7a86: Pulling fs layer 287089fe229e: Already exists 3bfa42f08d45: Already exists 023b6c611d12: Already exists 1284607e03d1: Already exists 228eecdc53fd: Already exists 770e40ec3156: Already exists 0460d077bcff: Already exists 6682f19710d3: Already exists b429e3cd1970: Already exists 323015b3acd0: Already exists aca137a768cc: Already exists c23bb74692d9: Already exists ce500c7ba0db: Already exists fcff576d8fec: Already exists 792ede34c442: Already exists 9c18b6f24c1c: Pulling fs layer f2dc9cab2efa: Pulling fs layer 9c18b6f24c1c: Verifying Checksum 9c18b6f24c1c: Download complete + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264' locally debian-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 80369df48736: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists 669bde12a6f1: Already exists f505ff8fe013: Already exists 5ca2505ea930: Already exists 4fc1865d2260: Already exists 2bd0fa61a6dd: Already exists de701d1c66f5: Already exists 09ae42fc6bd5: Already exists 7629cb155ac9: Already exists 6918aff44553: Already exists 323015b3acd0: Already exists aca137a768cc: Already exists c23bb74692d9: Already exists ce500c7ba0db: Already exists fcff576d8fec: Already exists 792ede34c442: Already exists 9c18b6f24c1c: Pulling fs layer f2dc9cab2efa: Pulling fs layer 9c18b6f24c1c: Verifying Checksum 9c18b6f24c1c: Download complete + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264' locally debian-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 80369df48736: Already exists > git config core.sparsecheckout # timeout=10 > git checkout -f affb205d62623f99fbaa73faa40275f1634f3264 [Pipeline] sh + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh a9b6946c3444: Download complete 9c18b6f24c1c: Pull complete 24c5a410dddf: Already exists 092321a5352a: Already exists c95badf27ccc: Already exists 898b409573fd: Already exists 595c78984637: Already exists a9b6946c3444: Pulling fs layer cd742c8b7a86: Pulling fs layer a9b6946c3444: Verifying Checksum a9b6946c3444: Download complete 9c18b6f24c1c: Pull complete + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 3bfa42f08d45: Already exists 023b6c611d12: Already exists 1284607e03d1: Already exists 228eecdc53fd: Already exists 770e40ec3156: Already exists 0460d077bcff: Already exists 6682f19710d3: Already exists b429e3cd1970: Already exists 323015b3acd0: Already exists aca137a768cc: Already exists c23bb74692d9: Already exists ce500c7ba0db: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists 669bde12a6f1: Already exists f505ff8fe013: Already exists 5ca2505ea930: Already exists 4fc1865d2260: Already exists 2bd0fa61a6dd: Already exists de701d1c66f5: Already exists 09ae42fc6bd5: Already exists 7629cb155ac9: Already exists 6918aff44553: Already exists 24c5a410dddf: Already exists 092321a5352a: Already exists c95badf27ccc: Already exists 898b409573fd: Already exists 595c78984637: Already exists a9b6946c3444: Pulling fs layer cd742c8b7a86: Pulling fs layer a9b6946c3444: Verifying Checksum a9b6946c3444: Download complete + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + pwd + 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 a9b6946c3444: Pull complete cd742c8b7a86: Verifying Checksum cd742c8b7a86: Download complete f2dc9cab2efa: Verifying Checksum f2dc9cab2efa: Download complete a9b6946c3444: Pull complete f2dc9cab2efa: Verifying Checksum f2dc9cab2efa: Download complete fcff576d8fec: Already exists 792ede34c442: Already exists 9c18b6f24c1c: Pulling fs layer f2dc9cab2efa: Pulling fs layer 9c18b6f24c1c: Verifying Checksum 9c18b6f24c1c: Download complete + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264' locally alpine-affb205d62623f99fbaa73faa40275f1634f3264: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 3bfa42f08d45: Already exists cd742c8b7a86: Verifying Checksum cd742c8b7a86: Download complete 9c18b6f24c1c: Pull complete a9b6946c3444: Pull complete cd742c8b7a86: Verifying Checksum cd742c8b7a86: Download complete 023b6c611d12: Already exists 1284607e03d1: Already exists 228eecdc53fd: Already exists 770e40ec3156: Already exists 0460d077bcff: Already exists 6682f19710d3: Already exists b429e3cd1970: Already exists 323015b3acd0: Already exists aca137a768cc: Already exists c23bb74692d9: Already exists ce500c7ba0db: Already exists fcff576d8fec: Already exists 792ede34c442: Already exists 9c18b6f24c1c: Pulling fs layer f2dc9cab2efa: Pulling fs layer 9c18b6f24c1c: Verifying Checksum 9c18b6f24c1c: Download complete + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5-rc1 + DOCKER_VERSIONS=19.03.5-rc1 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=a24774e54060 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=a24774e54060 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit f2dc9cab2efa: Pull complete Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 f2dc9cab2efa: Download complete f2dc9cab2efa: Pull complete Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 cd742c8b7a86: Pull complete Digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 Status: Downloaded newer image for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 cd742c8b7a86: Pull complete Digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 Status: Downloaded newer image for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 9c18b6f24c1c: Pull complete f2dc9cab2efa: Verifying Checksum f2dc9cab2efa: Download complete f2dc9cab2efa: Pull complete Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 cd742c8b7a86: Pull complete Digest: sha256:7a1bbc15edea0ac64e3e8f46eaef6a972d0f59a60a691cd340c2e850a1435e01 Status: Downloaded newer image for dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5-rc1 + DOCKER_VERSIONS=19.03.5-rc1 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=8827c07abc0f + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=8827c07abc0f dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=8b0ebcbdbea7 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=8b0ebcbdbea7 dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=b3f69d50e58a + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=b3f69d50e58a dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5-rc1 + DOCKER_VERSIONS=19.03.5-rc1 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=6139e48bd5e1 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=6139e48bd5e1 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit f2dc9cab2efa: Pull complete Digest: sha256:9fa74bbfc3a30a02b114d12f2e8551cc5e80fd69f237338744d16553e88bea6b Status: Downloaded newer image for dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=948588bfbf1c + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=948588bfbf1c dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=7cf90b6a97a0 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=7cf90b6a97a0 dockerbuildbot/compose:debian-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit 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 pre-commit runtests: PYTHONHASHSEED='3949108340' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5-rc1 + DOCKER_VERSIONS=19.03.5-rc1 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=b7fe4077b986 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=b7fe4077b986 dockerbuildbot/compose:alpine-affb205d62623f99fbaa73faa40275f1634f3264 tox -e pre-commit [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 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 pre-commit runtests: PYTHONHASHSEED='1450087809' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files 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 pre-commit runtests: PYTHONHASHSEED='1745871871' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files 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 pre-commit runtests: PYTHONHASHSEED='3558707864' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 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 pre-commit runtests: PYTHONHASHSEED='47553240' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 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 pre-commit runtests: PYTHONHASHSEED='2865876103' pre-commit runtests: commands[0] | pre-commit install [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 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 pre-commit runtests: PYTHONHASHSEED='3577931650' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 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 pre-commit runtests: PYTHONHASHSEED='1653517378' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check for added large files..............................................Passed Debug Statements (Python)................................................Passed Check for added large files..............................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check docstring is first.................................................Passed Debug Statements (Python)................................................Passed Debug Statements (Python)................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Fix End of Files.........................................................Passed Check JSON...............................................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Debug Statements (Python)................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Fix End of Files.........................................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Fix End of Files.........................................................Passed Fix End of Files.........................................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Flake8...................................................................Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Reorder python imports...................................................Passed ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files' ___________________________________ summary ____________________________________ ERROR: pre-commit: commands failed Flake8...................................................................Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap Flake8...................................................................Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_19.03.5-rc1_py27 Flake8...................................................................Sending interrupt signal to process Flake8...................................................................Sending interrupt signal to process Flake8...................................................................Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Flake8...................................................................Sending interrupt signal to process Reorder python imports...................................................Sending interrupt signal to process Reorder python imports...................................................Sending interrupt signal to process Flake8...................................................................Sending interrupt signal to process Passed ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files' ___________________________________ summary ____________________________________ ERROR: pre-commit: commands failed Terminated script returned exit code 143 Terminated script returned exit code 143 Reorder python imports...................................................Sending interrupt signal to process Terminated script returned exit code 143 Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Reorder python imports...................................................Terminated 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 Terminated 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 Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Terminated Failed hookid: flake8 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters) Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Terminated script returned exit code 143 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