Skip to content
Failed

Console Output

Pull request #6647 updated
19:35:54 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at abef11b2a6fa5bed4a86c3ebc022fb5e8898217a rather than 9fe5dfb11f9599533331df47c366a66d5b2d67cb
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/9fbf73f9-88e0-420c-899b-f9deb0fc563e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
19:35:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:35:57 chowning workspace
[Pipeline] sh
19:35:58 + uname -m
[Pipeline] sh
19:35:58 + pwd
19:35:58 + id -u
19:35:58 + id -g
19:35:58 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:35:59 Removing all docker containers
[Pipeline] sh
19:35:59 + docker container ls -aq
[Pipeline] echo
19:35:59 Docker containers have been removed
[Pipeline] echo
19:35:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:35:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
19:35:59 using credential sf-release-bot.github.ssh
19:35:59 Cloning the remote Git repository
19:35:59 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647
19:36:01 Fetching without tags
19:36:01 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:36:01 Commit message: "label one-off containers with current count + 1"
19:36:01 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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
 > git rev-list --no-walk 7f8ad814d116f45398211186fa7d3c6b35574be0 # timeout=10
[Pipeline] sh
19:36:02 + git rev-parse HEAD
[Pipeline] sh
19:36:03 + docker pull dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:36:03 Error response from daemon: manifest for dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb not found: manifest unknown: manifest unknown
[Pipeline] sh
19:36:03 + script/build/write-git-sha
19:36:03 + GIT_COMMIT=9fe5dfb1
19:36:03 + docker build -t dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=9fe5dfb11f9599533331df47c366a66d5b2d67cb .
19:36:03 Sending build context to Docker daemon  1.868MB

19:36:03 Step 1/32 : ARG DOCKER_VERSION=18.09.7
19:36:03 Step 2/32 : ARG PYTHON_VERSION=3.7.4
19:36:03 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
19:36:03 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
19:36:03 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
19:36:03 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
19:36:03 Step 7/32 : ARG BUILD_PLATFORM=alpine
19:36:03 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
19:36:03  ---> 108a4437ed8c
19:36:03 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
19:36:03  ---> f309434dea3a
19:36:03 Step 10/32 : RUN apk add --no-cache     bash     build-base     ca-certificates     curl     gcc     git     libc-dev     libffi-dev     libgcc     make     musl-dev     openssl     openssl-dev     python2     python2-dev     zlib-dev
19:36:03  ---> Using cache
19:36:03  ---> c361329087b8
19:36:03 Step 11/32 : ENV BUILD_BOOTLOADER=1
19:36:03  ---> Using cache
19:36:03  ---> d0a932ef4167
19:36:03 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
19:36:03  ---> fad2b9f06d3b
19:36:03 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
19:36:03  ---> Using cache
19:36:03  ---> 29cab1da3d1a
19:36:03 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
19:36:03  ---> d0a932ef4167
19:36:03 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
19:36:03  ---> Using cache
19:36:03  ---> b0457107fd2f
19:36:03 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
19:36:03  ---> Using cache
19:36:03  ---> 60b8662bfce5
19:36:03 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
19:36:03  ---> Using cache
19:36:03  ---> a343798109ea
19:36:03 Step 18/32 : WORKDIR /code/
19:36:03  ---> Using cache
19:36:03  ---> e53f008fd042
19:36:03 Step 19/32 : RUN pip install virtualenv==16.2.0
19:36:03  ---> Using cache
19:36:03  ---> f6e6f959baf9
19:36:03 Step 20/32 : RUN pip install tox==2.9.1
19:36:03  ---> Using cache
19:36:03  ---> 34ca723b6290
19:36:03 Step 21/32 : COPY requirements.txt .
19:36:03  ---> Using cache
19:36:03  ---> f2d3848691ba
19:36:03 Step 22/32 : COPY requirements-dev.txt .
19:36:03  ---> Using cache
19:36:03  ---> 260f1385ad62
19:36:03 Step 23/32 : COPY .pre-commit-config.yaml .
19:36:03  ---> Using cache
19:36:03  ---> 45595ec5e558
19:36:03 Step 24/32 : COPY tox.ini .
19:36:03  ---> Using cache
19:36:03  ---> 3c8f123a4ca3
19:36:03 Step 25/32 : COPY setup.py .
19:36:03  ---> Using cache
19:36:03  ---> 8928b9e246ba
19:36:03 Step 26/32 : COPY README.md .
19:36:03  ---> Using cache
19:36:03  ---> 87709312d95e
19:36:03 Step 27/32 : COPY compose compose/
19:36:04  ---> bb7031fa7539
19:36:04 Step 28/32 : RUN tox --notest
19:36:04  ---> Running in f9ee80cbec7f
19:36:05 py27 create: /code/.tox/py27
19:36:17 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:38:23 py27 develop-inst: /code
19:38:24 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:38:24 py37 create: /code/.tox/py37
19:38:36 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:40:43 py37 develop-inst: /code
19:40:43 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:40:43 pre-commit create: /code/.tox/pre-commit
19:40:51 pre-commit installdeps: pre-commit
19:41:03 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
19:41:03 ___________________________________ summary ____________________________________
19:41:03   py27: skipped tests
19:41:03   py37: skipped tests
19:41:03   pre-commit: skipped tests
19:41:03   congratulations :)
19:41:06 Removing intermediate container f9ee80cbec7f
19:41:06  ---> 332e24055f4f
19:41:06 Step 29/32 : COPY . .
19:41:06  ---> 162ed1211cff
19:41:06 Step 30/32 : ARG GIT_COMMIT=unknown
19:41:06  ---> Running in 632fb2578e32
19:41:06 Removing intermediate container 632fb2578e32
19:41:06  ---> 550261052863
19:41:06 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
19:41:06  ---> Running in c6dd3bbd2355
19:41:06 Removing intermediate container c6dd3bbd2355
19:41:06  ---> ca53b39bad07
19:41:06 Step 32/32 : RUN script/build/linux-entrypoint
19:41:06  ---> Running in 38167de420a2
19:41:07 + CODE_PATH=/code
19:41:07 + VENV=/code/.tox/py37
19:41:07 + cd /code
19:41:07 + mkdir -p dist
19:41:07 + chmod 777 dist
19:41:07 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
19:41:26 + '[' -z 9fe5dfb11f9599533331df47c366a66d5b2d67cb ']'
19:41:26 + echo 9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:41:26 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:41:26 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:41:26 + '[' '!' -z 1 ']'
19:41:26 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
19:41:26 Cloning into '/tmp/pyinstaller'...
19:41:30 + cd /tmp/pyinstaller/bootloader
19:41:30 + git checkout v3.5
19:41:30 Note: checking out 'v3.5'.
19:41:30 
19:41:30 You are in 'detached HEAD' state. You can look around, make experimental
19:41:30 changes and commit them, and you can discard any commits you make in this
19:41:30 state without impacting any branches by performing another checkout.
19:41:30 
19:41:30 If you want to create a new branch to retain commits you create, you may
19:41:30 do so (now or later) by using -b with the checkout command again. Example:
19:41:30 
19:41:30   git checkout -b <new-branch-name>
19:41:30 
19:41:30 HEAD is now at 498e6ee0 Release 3.5.
19:41:30 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
19:41:30 Setting top to                           : /tmp/pyinstaller/bootloader 
19:41:30 Setting out to                           : /tmp/pyinstaller/bootloader/build 
19:41:30 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
19:41:30 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
19:41:30 Checking size of pointer                 : 8 
19:41:30 Platform                                 : Linux-64bit detected based on compiler 
19:41:30 Checking for flags -m64                  : yes 
19:41:30 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
19:41:30 Checking for program 'strip'             : /usr/bin/strip 
19:41:30 Checking for library dl                  : yes 
19:41:30 Checking for library m                   : yes 
19:41:30 Checking for library z                   : yes 
19:41:30 Checking for function unsetenv           : yes 
19:41:30 Checking for function mkdtemp            : yes 
19:41:30 Checking for flags -Wl,--as-needed       : yes 
19:41:30 'configure' finished successfully (0.323s)
19:41:30 'all' finished successfully (0.000s)
19:41:30 'distclean' finished successfully (0.001s)
19:41:30 Setting top to                           : /tmp/pyinstaller/bootloader 
19:41:30 Setting out to                           : /tmp/pyinstaller/bootloader/build 
19:41:30 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
19:41:30 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
19:41:30 Checking size of pointer                 : 8 
19:41:30 Platform                                 : Linux-64bit detected based on compiler 
19:41:30 Checking for flags -m64                  : yes 
19:41:30 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
19:41:30 Checking for program 'strip'             : /usr/bin/strip 
19:41:30 Checking for library dl                  : yes 
19:41:30 Checking for library m                   : yes 
19:41:30 Checking for library z                   : yes 
19:41:30 Checking for function unsetenv           : yes 
19:41:30 Checking for function mkdtemp            : yes 
19:41:30 Checking for flags -Wl,--as-needed       : yes 
19:41:30 'configure' finished successfully (0.297s)
19:41:30 'make_all' finished successfully (0.003s)
19:41:30 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
19:41:30 [ 1/13] Compiling src/pyi_python.c
19:41:30 [ 2/13] Compiling src/pyi_global.c
19:41:30 [ 3/13] Compiling src/main.c
19:41:30 [ 4/13] Compiling src/pyi_archive.c
19:41:31 [ 5/13] Compiling src/pyi_launch.c
19:41:31 [ 6/13] Compiling src/pyi_win32_utils.c
19:41:31 [ 7/13] Compiling src/pyi_main.c
19:41:31 [ 8/13] Compiling src/pyi_pythonlib.c
19:41:31 [ 9/13] Compiling src/pyi_python27_compat.c
19:41:31 [10/13] Compiling src/pyi_utils.c
19:41:31 [11/13] Compiling src/pyi_path.c
19:41:31 [12/13] Linking build/debug/run_d
19:41:31 [13/13] Processing build/debug/run_d
19:41:31 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
19:41:31 'build_debug' finished successfully (0.703s)
19:41:31 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
19:41:31 [ 1/13] Compiling src/pyi_python.c
19:41:31 [ 2/13] Compiling src/pyi_global.c
19:41:31 [ 3/13] Compiling src/main.c
19:41:31 [ 4/13] Compiling src/pyi_utils.c
19:41:31 [ 5/13] Compiling src/pyi_main.c
19:41:31 [ 6/13] Compiling src/pyi_win32_utils.c
19:41:31 [ 7/13] Compiling src/pyi_python27_compat.c
19:41:31 [ 8/13] Compiling src/pyi_pythonlib.c
19:41:31 [ 9/13] Compiling src/pyi_path.c
19:41:32 [10/13] Compiling src/pyi_archive.c
19:41:32 [11/13] Compiling src/pyi_launch.c
19:41:32 [12/13] Linking build/release/run
19:41:32 [13/13] Processing build/release/run
19:41:32 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
19:41:32 'build_release' finished successfully (0.692s)
19:41:32 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
19:41:32 [13/14] Processing build/debug/run_d
19:41:32 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
19:41:32 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
19:41:32 'install_debug' finished successfully (0.015s)
19:41:32 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
19:41:32 [14/14] Processing build/release/run
19:41:32 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
19:41:32 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
19:41:32 'install_release' finished successfully (0.012s)
19:41:32 + /code/.tox/py37/bin/pip3 install ..
19:41:32 Processing /tmp/pyinstaller
19:41:32   Installing build dependencies: started
19:41:38   Installing build dependencies: finished with status 'done'
19:41:38   Getting requirements to build wheel: started
19:41:38   Getting requirements to build wheel: finished with status 'done'
19:41:38     Preparing wheel metadata: started
19:41:38     Preparing wheel metadata: finished with status 'done'
19:41:38 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
19:41:38 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
19:41:38 Building wheels for collected packages: PyInstaller
19:41:38   Building wheel for PyInstaller (PEP 517): started
19:41:39   Building wheel for PyInstaller (PEP 517): finished with status 'done'
19:41:39   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=bd056dd7314ed3d685acebf175fd1c08ee988338e3c3617732e44233718dccd1
19:41:39   Stored in directory: /tmp/pip-ephem-wheel-cache-d3j5kwzr/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
19:41:39 Successfully built PyInstaller
19:41:39 Installing collected packages: PyInstaller
19:41:39   Found existing installation: PyInstaller 3.5
19:41:39     Uninstalling PyInstaller-3.5:
19:41:39       Successfully uninstalled PyInstaller-3.5
19:41:40 Successfully installed PyInstaller-3.5
19:41:40 + cd /code
19:41:40 + rm -Rf /tmp/pyinstaller
19:41:40 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
19:41:40 36 INFO: PyInstaller: 3.5
19:41:40 36 INFO: Python: 3.7.4
19:41:40 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
19:41:40 41 INFO: UPX is not available.
19:41:40 43 INFO: Extending PYTHONPATH with paths
19:41:40 ['/code/bin', '/code']
19:41:40 43 INFO: checking Analysis
19:41:40 43 INFO: Building Analysis because Analysis-00.toc is non existent
19:41:40 43 INFO: Initializing module dependency graph...
19:41:40 45 INFO: Initializing module graph hooks...
19:41:40 46 INFO: Analyzing base_library.zip ...
19:41:43 2699 INFO: running Analysis Analysis-00.toc
19:41:43 2710 INFO: Caching module hooks...
19:41:43 2714 INFO: Analyzing bin/docker-compose
19:41:43 2793 INFO: Processing pre-find module path hook   distutils
19:41:43 2793 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
19:41:43 2978 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
19:41:44 3858 INFO: Processing pre-safe import module hook   six.moves
19:41:47 6186 INFO: Loading module hooks...
19:41:47 6186 INFO: Loading module hook "hook-certifi.py"...
19:41:47 6187 INFO: Loading module hook "hook-jsonschema.py"...
19:41:47 6188 INFO: Loading module hook "hook-xml.py"...
19:41:47 6226 INFO: Loading module hook "hook-nacl.py"...
19:41:47 6228 INFO: Loading module hook "hook-distutils.py"...
19:41:47 6229 INFO: Loading module hook "hook-pkg_resources.py"...
19:41:47 6378 INFO: Processing pre-safe import module hook   win32com
19:41:47 6558 INFO: Loading module hook "hook-pydoc.py"...
19:41:47 6558 INFO: Loading module hook "hook-sysconfig.py"...
19:41:47 6564 INFO: Loading module hook "hook-encodings.py"...
19:41:47 6601 INFO: Loading module hook "hook-cryptography.py"...
19:41:47 6758 INFO: Looking for ctypes DLLs
19:41:47 Illegal option -p
19:41:47 6786 INFO: Analyzing run-time hooks ...
19:41:47 6794 INFO: Including run-time hook 'pyi_rth_certifi.py'
19:41:47 6795 INFO: Including run-time hook 'pyi_rth_pkgres.py'
19:41:47 6804 INFO: Looking for dynamic libraries
19:41:47 7009 INFO: Looking for eggs
19:41:47 7010 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
19:41:47 7019 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
19:41:47 7070 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
19:41:47 7091 INFO: checking PYZ
19:41:47 7091 INFO: Building PYZ because PYZ-00.toc is non existent
19:41:47 7091 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
19:41:48 7806 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
19:41:48 7816 INFO: checking PKG
19:41:48 7816 INFO: Building PKG because PKG-00.toc is non existent
19:41:48 7816 INFO: Building PKG (CArchive) PKG-00.pkg
19:42:00 18869 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
19:42:00 18872 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
19:42:00 18872 INFO: checking EXE
19:42:00 18872 INFO: Building EXE because EXE-00.toc is non existent
19:42:00 18872 INFO: Building EXE from EXE-00.toc
19:42:00 18872 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
19:42:00 19044 INFO: Building EXE from EXE-00.toc completed successfully.
19:42:00 + ls -la dist/
19:42:00 total 17124
19:42:00 drwxrwxrwx    2 root     root          4096 Nov  6 19:41 .
19:42:00 drwxr-xr-x    1 root     root          4096 Nov  6 19:41 ..
19:42:00 -rwxr-xr-x    1 root     root      17521744 Nov  6 19:41 docker-compose
19:42:00 + ldd dist/docker-compose
19:42:00 	/lib/ld-musl-x86_64.so.1 (0x7f52a8d16000)
19:42:00 	libz.so.1 => /lib/libz.so.1 (0x7f52a8ce0000)
19:42:00 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f52a8d16000)
19:42:00 + mv dist/docker-compose /usr/local/bin
19:42:00 + docker-compose version
19:42:00 docker-compose version 1.25.0dev, build 9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:42:00 docker-py version: 4.1.0
19:42:00 CPython version: 3.7.4
19:42:00 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
19:42:01 Removing intermediate container 38167de420a2
19:42:01  ---> 14dd86dfe7c0
19:42:01 Successfully built 14dd86dfe7c0
19:42:01 Successfully tagged dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] sh
19:42:02 + docker push dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:42:02 The push refers to repository [docker.io/dockerbuildbot/compose]
19:42:02 cbd2083e1d9f: Preparing
19:42:02 ef132c48d54f: Preparing
19:42:02 a24e0adab9f2: Preparing
19:42:02 bb9449e2c14e: Preparing
19:42:02 87f778e947bd: Preparing
19:42:02 aaa6cea6d488: Preparing
19:42:02 895537100cf8: Preparing
19:42:02 cbf53bf92620: Preparing
19:42:02 15bbab403dd8: Preparing
19:42:02 bf7f8d4f54b3: Preparing
19:42:02 f9bf53631db5: Preparing
19:42:02 38b29c62b360: Preparing
19:42:02 8a6685cb2553: Preparing
19:42:02 42c4f8afbb2d: Preparing
19:42:02 a9feb4814066: Preparing
19:42:02 e6cb99f17018: Preparing
19:42:02 2a8b7fd42278: Preparing
19:42:02 6a1aa47d6606: Preparing
19:42:02 7b66164940a3: Preparing
19:42:02 c5728f2d608b: Preparing
19:42:02 03901b4a2ea8: Preparing
19:42:02 aaa6cea6d488: Waiting
19:42:02 895537100cf8: Waiting
19:42:02 cbf53bf92620: Waiting
19:42:02 15bbab403dd8: Waiting
19:42:02 bf7f8d4f54b3: Waiting
19:42:02 f9bf53631db5: Waiting
19:42:02 38b29c62b360: Waiting
19:42:02 8a6685cb2553: Waiting
19:42:02 42c4f8afbb2d: Waiting
19:42:02 a9feb4814066: Waiting
19:42:02 e6cb99f17018: Waiting
19:42:02 2a8b7fd42278: Waiting
19:42:02 6a1aa47d6606: Waiting
19:42:02 7b66164940a3: Waiting
19:42:02 c5728f2d608b: Waiting
19:42:02 03901b4a2ea8: Waiting
19:42:02 87f778e947bd: Layer already exists
19:42:02 aaa6cea6d488: Layer already exists
19:42:02 895537100cf8: Layer already exists
19:42:02 cbf53bf92620: Layer already exists
19:42:03 15bbab403dd8: Layer already exists
19:42:03 bf7f8d4f54b3: Layer already exists
19:42:04 bb9449e2c14e: Pushed
19:42:04 f9bf53631db5: Layer already exists
19:42:04 ef132c48d54f: Pushed
19:42:04 38b29c62b360: Layer already exists
19:42:05 8a6685cb2553: Layer already exists
19:42:05 42c4f8afbb2d: Layer already exists
19:42:05 a9feb4814066: Layer already exists
19:42:05 e6cb99f17018: Layer already exists
19:42:05 2a8b7fd42278: Layer already exists
19:42:05 6a1aa47d6606: Layer already exists
19:42:05 c5728f2d608b: Layer already exists
19:42:05 03901b4a2ea8: Layer already exists
19:42:05 7b66164940a3: Layer already exists
19:42:11 cbd2083e1d9f: Pushed
19:42:12 a24e0adab9f2: Pushed
19:42:13 alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb: digest: sha256:9323f2ce4d43ab218561bba947f9b828cd2c1600207b99a72d7bfbd4702f8af4 size: 4715
[Pipeline] echo
19:42:13 dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
[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/f6574f1e-96f2-4041-8705-ebaaf3f86ef0/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
19:42:14 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb /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/9a77785f-7987-4d3e-a792-a8b1404ba746/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
19:42:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:42:15 chowning workspace
[Pipeline] sh
19:42:15 + uname -m
[Pipeline] sh
19:42:16 + pwd
19:42:16 + id -u
19:42:16 + id -g
19:42:16 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:42:17 Removing all docker containers
[Pipeline] sh
19:42:17 + docker container ls -aq
[Pipeline] echo
19:42:17 Docker containers have been removed
[Pipeline] echo
19:42:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:42:17 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
19:42:17 using credential sf-release-bot.github.ssh
19:42:17 Cloning the remote Git repository
19:42:17 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647
19:42:19 Fetching without tags
19:42:19 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:42:19 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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] sh
19:42:20 + docker pull dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:42:20 Error response from daemon: manifest for dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb not found: manifest unknown: manifest unknown
[Pipeline] sh
19:42:20 + script/build/write-git-sha
19:42:20 + GIT_COMMIT=9fe5dfb1
19:42:20 + docker build -t dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=9fe5dfb11f9599533331df47c366a66d5b2d67cb .
19:42:20 Sending build context to Docker daemon  1.868MB

19:42:20 Step 1/32 : ARG DOCKER_VERSION=18.09.7
19:42:20 Step 2/32 : ARG PYTHON_VERSION=3.7.4
19:42:20 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
19:42:20 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
19:42:20 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
19:42:20 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
19:42:20 Step 7/32 : ARG BUILD_PLATFORM=alpine
19:42:20 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
19:42:20  ---> 108a4437ed8c
19:42:20 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
19:42:20  ---> f309434dea3a
19:42:20 Step 10/32 : RUN apk add --no-cache     bash     build-base     ca-certificates     curl     gcc     git     libc-dev     libffi-dev     libgcc     make     musl-dev     openssl     openssl-dev     python2     python2-dev     zlib-dev
19:42:20  ---> Using cache
19:42:20  ---> c361329087b8
19:42:20 Step 11/32 : ENV BUILD_BOOTLOADER=1
19:42:20  ---> Using cache
19:42:20  ---> d0a932ef4167
19:42:20 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
19:42:20  ---> fad2b9f06d3b
19:42:20 Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y     curl     gcc     git     libc-dev     libffi-dev     libgcc-6-dev     libssl-dev     make     openssl     python2.7-dev     zlib1g-dev
19:42:20  ---> Using cache
19:42:20  ---> 29cab1da3d1a
19:42:20 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
19:42:20  ---> 29cab1da3d1a
19:42:20 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
19:42:20  ---> Using cache
19:42:20  ---> 8e8c0a7d099a
19:42:20 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
19:42:20  ---> Using cache
19:42:20  ---> b201b7cfe1ad
19:42:20 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
19:42:20  ---> Using cache
19:42:20  ---> 28518c1886b1
19:42:20 Step 18/32 : WORKDIR /code/
19:42:20  ---> Using cache
19:42:20  ---> 283e5df1c867
19:42:20 Step 19/32 : RUN pip install virtualenv==16.2.0
19:42:20  ---> Using cache
19:42:20  ---> faacdef439d0
19:42:20 Step 20/32 : RUN pip install tox==2.9.1
19:42:20  ---> Using cache
19:42:20  ---> bb1ae7533b9f
19:42:20 Step 21/32 : COPY requirements.txt .
19:42:20  ---> Using cache
19:42:20  ---> d2612d5d0ce6
19:42:20 Step 22/32 : COPY requirements-dev.txt .
19:42:20  ---> Using cache
19:42:20  ---> 7ad33e3672e6
19:42:20 Step 23/32 : COPY .pre-commit-config.yaml .
19:42:20  ---> Using cache
19:42:20  ---> 75fbd936469e
19:42:20 Step 24/32 : COPY tox.ini .
19:42:20  ---> Using cache
19:42:20  ---> 3ca5e5cfe81d
19:42:20 Step 25/32 : COPY setup.py .
19:42:20  ---> Using cache
19:42:20  ---> 117b5d5d7773
19:42:20 Step 26/32 : COPY README.md .
19:42:20  ---> Using cache
19:42:20  ---> c1f895e72624
19:42:20 Step 27/32 : COPY compose compose/
19:42:21  ---> 27774fba43cd
19:42:21 Step 28/32 : RUN tox --notest
19:42:21  ---> Running in f132d3139a75
19:42:22 py27 create: /code/.tox/py27
19:42:34 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:42:52 py27 develop-inst: /code
19:43:00 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:43:00 py37 create: /code/.tox/py37
19:43:10 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
19:43:28 py37 develop-inst: /code
19:43:29 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
19:43:29 pre-commit create: /code/.tox/pre-commit
19:43:41 pre-commit installdeps: pre-commit
19:43:53 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
19:43:53 ___________________________________ summary ____________________________________
19:43:53   py27: skipped tests
19:43:53   py37: skipped tests
19:43:53   pre-commit: skipped tests
19:43:53   congratulations :)
19:43:54 Removing intermediate container f132d3139a75
19:43:54  ---> 1a90df05d4d3
19:43:54 Step 29/32 : COPY . .
19:43:55  ---> 84c718ac6338
19:43:55 Step 30/32 : ARG GIT_COMMIT=unknown
19:43:55  ---> Running in 904dc3bc9c3b
19:43:55 Removing intermediate container 904dc3bc9c3b
19:43:55  ---> 8d4f3a673825
19:43:55 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
19:43:55  ---> Running in 18124565efdc
19:43:55 Removing intermediate container 18124565efdc
19:43:55  ---> 31eec2dfb163
19:43:55 Step 32/32 : RUN script/build/linux-entrypoint
19:43:55  ---> Running in 4b537a076452
19:43:56 + CODE_PATH=/code
19:43:56 + VENV=/code/.tox/py37
19:43:56 + cd /code
19:43:56 + mkdir -p dist
19:43:56 + chmod 777 dist
19:43:56 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
19:44:14 + '[' -z 9fe5dfb11f9599533331df47c366a66d5b2d67cb ']'
19:44:14 + echo 9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:44:14 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:44:14 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:44:14 + '[' '!' -z '' ']'
19:44:14 + echo 'NOT compiling bootloader!!!'
19:44:14 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
19:44:14 NOT compiling bootloader!!!
19:44:14 37 INFO: PyInstaller: 3.5
19:44:14 37 INFO: Python: 3.7.4
19:44:14 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
19:44:14 39 INFO: UPX is not available.
19:44:14 40 INFO: Extending PYTHONPATH with paths
19:44:14 ['/code/bin', '/code']
19:44:14 40 INFO: checking Analysis
19:44:14 40 INFO: Building Analysis because Analysis-00.toc is non existent
19:44:14 40 INFO: Initializing module dependency graph...
19:44:14 42 INFO: Initializing module graph hooks...
19:44:14 43 INFO: Analyzing base_library.zip ...
19:44:17 2502 INFO: running Analysis Analysis-00.toc
19:44:17 2519 INFO: Caching module hooks...
19:44:17 2522 INFO: Analyzing bin/docker-compose
19:44:17 2601 INFO: Processing pre-find module path hook   distutils
19:44:17 2602 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
19:44:17 2777 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
19:44:18 3623 INFO: Processing pre-safe import module hook   six.moves
19:44:20 5980 INFO: Loading module hooks...
19:44:20 5980 INFO: Loading module hook "hook-certifi.py"...
19:44:20 5981 INFO: Loading module hook "hook-jsonschema.py"...
19:44:20 5983 INFO: Loading module hook "hook-xml.py"...
19:44:20 6021 INFO: Loading module hook "hook-nacl.py"...
19:44:20 6022 INFO: Loading module hook "hook-distutils.py"...
19:44:20 6024 INFO: Loading module hook "hook-pkg_resources.py"...
19:44:20 6318 INFO: Processing pre-safe import module hook   win32com
19:44:20 6356 INFO: Loading module hook "hook-pydoc.py"...
19:44:20 6356 INFO: Loading module hook "hook-sysconfig.py"...
19:44:20 6363 INFO: Loading module hook "hook-encodings.py"...
19:44:20 6400 INFO: Loading module hook "hook-cryptography.py"...
19:44:21 6560 INFO: Looking for ctypes DLLs
19:44:21 6589 INFO: Analyzing run-time hooks ...
19:44:21 6597 INFO: Including run-time hook 'pyi_rth_certifi.py'
19:44:21 6598 INFO: Including run-time hook 'pyi_rth_pkgres.py'
19:44:21 6607 INFO: Looking for dynamic libraries
19:44:21 7134 INFO: Looking for eggs
19:44:21 7134 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
19:44:21 7144 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
19:44:21 7196 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
19:44:21 7218 INFO: checking PYZ
19:44:21 7218 INFO: Building PYZ because PYZ-00.toc is non existent
19:44:21 7218 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
19:44:22 7911 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
19:44:22 7922 INFO: checking PKG
19:44:22 7922 INFO: Building PKG because PKG-00.toc is non existent
19:44:22 7922 INFO: Building PKG (CArchive) PKG-00.pkg
19:44:32 17647 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
19:44:32 17650 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
19:44:32 17650 INFO: checking EXE
19:44:32 17650 INFO: Building EXE because EXE-00.toc is non existent
19:44:32 17650 INFO: Building EXE from EXE-00.toc
19:44:32 17650 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
19:44:32 17703 INFO: Building EXE from EXE-00.toc completed successfully.
19:44:32 + ls -la dist/
19:44:32 total 16648
19:44:32 drwxrwxrwx 2 root root     4096 Nov  6 19:44 .
19:44:32 drwxr-xr-x 1 root root     4096 Nov  6 19:44 ..
19:44:32 -rwxr-xr-x 1 root root 17032928 Nov  6 19:44 docker-compose
19:44:32 + ldd dist/docker-compose
19:44:32 	linux-vdso.so.1 (0x00007ffddf3db000)
19:44:32 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd4ca6e6000)
19:44:32 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd4ca4cc000)
19:44:32 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd4ca12d000)
19:44:32 	/lib64/ld-linux-x86-64.so.2 (0x00007fd4ca8ea000)
19:44:32 + mv dist/docker-compose /usr/local/bin
19:44:32 + docker-compose version
19:44:32 docker-compose version 1.25.0dev, build 9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:44:32 docker-py version: 4.1.0
19:44:32 CPython version: 3.7.4
19:44:32 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
19:44:34 Removing intermediate container 4b537a076452
19:44:34  ---> 8d4d0d3dca69
19:44:34 Successfully built 8d4d0d3dca69
19:44:34 Successfully tagged dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] sh
19:44:35 + docker push dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:44:35 The push refers to repository [docker.io/dockerbuildbot/compose]
19:44:35 7a693261f626: Preparing
19:44:35 bc973cc9189a: Preparing
19:44:35 b5a6bbad519d: Preparing
19:44:35 d66322decf19: Preparing
19:44:35 47139c6d1e1d: Preparing
19:44:35 606147b06a36: Preparing
19:44:35 ac087ef75ef5: Preparing
19:44:35 3a30e171cc95: Preparing
19:44:35 0df71f476b8b: Preparing
19:44:35 0de271b50e69: Preparing
19:44:35 2d9dd36de98f: Preparing
19:44:35 fad3ffa4cc62: Preparing
19:44:35 d522b478f6cd: Preparing
19:44:35 cdc05b8fa52d: Preparing
19:44:35 efc79e0de688: Preparing
19:44:35 d64b56cc801a: Preparing
19:44:35 99a2e7cd1f0d: Preparing
19:44:35 a8f0218d77da: Preparing
19:44:35 b3edacbcd846: Preparing
19:44:35 896510bee743: Preparing
19:44:35 67ecfc9591c8: Preparing
19:44:35 606147b06a36: Waiting
19:44:35 ac087ef75ef5: Waiting
19:44:35 3a30e171cc95: Waiting
19:44:35 0df71f476b8b: Waiting
19:44:35 0de271b50e69: Waiting
19:44:35 2d9dd36de98f: Waiting
19:44:35 fad3ffa4cc62: Waiting
19:44:35 d522b478f6cd: Waiting
19:44:35 cdc05b8fa52d: Waiting
19:44:35 efc79e0de688: Waiting
19:44:35 d64b56cc801a: Waiting
19:44:35 99a2e7cd1f0d: Waiting
19:44:35 a8f0218d77da: Waiting
19:44:35 b3edacbcd846: Waiting
19:44:35 896510bee743: Waiting
19:44:35 67ecfc9591c8: Waiting
19:44:35 47139c6d1e1d: Layer already exists
19:44:35 606147b06a36: Layer already exists
19:44:35 ac087ef75ef5: Layer already exists
19:44:35 3a30e171cc95: Layer already exists
19:44:36 0df71f476b8b: Layer already exists
19:44:37 d66322decf19: Pushed
19:44:37 0de271b50e69: Layer already exists
19:44:37 2d9dd36de98f: Layer already exists
19:44:37 bc973cc9189a: Pushed
19:44:37 fad3ffa4cc62: Layer already exists
19:44:38 d522b478f6cd: Layer already exists
19:44:38 efc79e0de688: Layer already exists
19:44:38 cdc05b8fa52d: Layer already exists
19:44:38 d64b56cc801a: Layer already exists
19:44:38 99a2e7cd1f0d: Layer already exists
19:44:38 a8f0218d77da: Layer already exists
19:44:38 896510bee743: Layer already exists
19:44:38 67ecfc9591c8: Layer already exists
19:44:38 b3edacbcd846: Layer already exists
19:44:43 7a693261f626: Pushed
19:44:45 b5a6bbad519d: Pushed
19:44:47 debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb: digest: sha256:3fdc8434c6aae3d63e2726982ba2908874ebd8ce562b3666fb05328a80a90174 size: 4718
[Pipeline] echo
19:44:47 dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
[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/f60f042d-7cc0-4cd4-bfb9-102c918e737e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
19:44:47 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb /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
[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/
Running on ubuntu-1804-overlay2 (i-05966ee8d08f8709c) 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/b21e6580-cff1-4d46-89eb-be206d564d8b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
Running on ubuntu-1804-overlay2 (i-030b17c152a32bf28) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0640df5ecb7b727d3) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-03126ca68ff6b14eb) in /home/ubuntu/workspace/compose_PR-6647
Running on ubuntu-1804-overlay2 (i-0477140df04fcdda0) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0fd1372b25a304901) in /home/ubuntu/workspace/compose_PR-6647
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/feb70ca4-ec53-4f5b-8c15-7b8074d9a5cb/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0abee6691bac171a0) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
19:44:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:49 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
19:44:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:49 chowning workspace
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
19:44:50 + uname -m
$ 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/
19:44:50 + uname -m
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
19:44:50 + pwd
19:44:50 + id -u
19:44:50 + id -g
19:44:50 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:50 + pwd
19:44:50 + id -u
19:44:50 + id -g
19:44:50 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:44:51 Removing all docker containers
[Pipeline] sh
19:44:51 + docker container ls -aq
[Pipeline] echo
19:44:51 Docker containers have been removed
[Pipeline] echo
19:44:51 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:51 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=debian)
[Pipeline] checkout
19:44:51 using credential sf-release-bot.github.ssh
[Pipeline] echo
19:44:51 Cloning the remote Git repository
19:44:51 Cloning with configured refspecs honoured and without tags
19:44:51 Removing all docker containers
[Pipeline] sh
19:44:52 + docker container ls -aq
[Pipeline] echo
19:44:52 Docker containers have been removed
[Pipeline] echo
19:44:52 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:52 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
19:44:52 using credential sf-release-bot.github.ssh
19:44:52 Cloning the remote Git repository
19:44:52 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
19:44:53 Fetching without tags
19:44:53 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647
19:44:53 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:44:53 Commit message: "label one-off containers with current count + 1"
19:44:53 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:44:53 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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
[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/394c8265-5476-43ea-87ff-4a072f46be3f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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/e63c24f0-c7ca-48be-bf0a-3a52a89cc1df/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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/77d95912-830f-46ed-8343-ff9c95c80a6b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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/e048c986-1516-4016-890a-6da4a84a75d0/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/4d486194-7e86-4679-9e72-86b68ac4bfc3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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/b2b43bdc-cc34-43da-b228-6d3c25a0617f/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] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
19:44:54 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:54 chowning workspace
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:44:54 + docker info
19:44:54 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:44:54 WARNING: No swap limit support
[Pipeline] echo
19:44:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:55 chowning workspace
[Pipeline] sh
19:44:55 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:44:55 + docker info
19:44:55 WARNING: No swap limit support
[Pipeline] echo
19:44:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:55 chowning workspace
[Pipeline] sh
[Pipeline] echo
19:44:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:55 chowning workspace
[Pipeline] sh
19:44:55 + uname -m
[Pipeline] echo
19:44:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:55 chowning workspace
[Pipeline] sh
19:44:55 + uname -m
[Pipeline] echo
19:44:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:44:55 chowning workspace
[Pipeline] sh
19:44:55 + uname -m
[Pipeline] echo
19:44:55 Using local system's storage driver: 
[Pipeline] sh
19:44:55 + uname -m
19:44:55 + uname -m
[Pipeline] echo
19:44:55 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
19:44:55 + uname -m
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
19:44:56 + pwd
19:44:56 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
[Pipeline] sh
19:44:56 + pwd
19:44:56 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:44:56 Unable to find image 'dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:44:56 alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:44:56 9d48c3bd43c5: Already exists
19:44:56 c0ea575d71b9: Already exists
19:44:56 0f535eceebd5: Already exists
19:44:56 8a30f5893bea: Already exists
19:44:56 287089fe229e: Already exists
19:44:56 3bfa42f08d45: Already exists
19:44:56 023b6c611d12: Already exists
19:44:56 + pwd
19:44:56 + id -u
19:44:56 + id -g
19:44:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:56 Unable to find image 'busybox:latest' locally
19:44:56 latest: Pulling from library/busybox
19:44:56 0f8c40e1270f: Pulling fs layer
19:44:56 + pwd
19:44:56 + id -u
19:44:56 + id -g
19:44:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:56 Unable to find image 'busybox:latest' locally
19:44:56 latest: Pulling from library/busybox
19:44:56 0f8c40e1270f: Pulling fs layer
19:44:56 0f8c40e1270f: Download complete
19:44:56 + pwd
19:44:56 + id -u
19:44:56 + id -g
19:44:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:56 Unable to find image 'busybox:latest' locally
19:44:56 latest: Pulling from library/busybox
19:44:56 0f8c40e1270f: Pulling fs layer
19:44:56 + pwd
19:44:56 + id -u
19:44:56 + id -g
19:44:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:56 Unable to find image 'busybox:latest' locally
19:44:56 latest: Pulling from library/busybox
19:44:56 + pwd
19:44:56 + id -u
19:44:56 + id -g
19:44:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:56 Unable to find image 'busybox:latest' locally
19:44:56 latest: Pulling from library/busybox
19:44:56 1284607e03d1: Already exists
19:44:56 228eecdc53fd: Already exists
19:44:56 770e40ec3156: Already exists
19:44:56 0460d077bcff: Already exists
19:44:56 6682f19710d3: Already exists
19:44:56 b429e3cd1970: Already exists
19:44:56 323015b3acd0: Already exists
19:44:56 aca137a768cc: Already exists
19:44:56 c23bb74692d9: Already exists
19:44:56 ce500c7ba0db: Already exists
19:44:56 fcff576d8fec: Pulling fs layer
19:44:56 792ede34c442: Pulling fs layer
19:44:56 21f1219cb915: Pulling fs layer
19:44:56 bfb276205637: Pulling fs layer
19:44:56 bfb276205637: Waiting
19:44:56 fcff576d8fec: Download complete
19:44:56 21f1219cb915: Verifying Checksum
19:44:56 21f1219cb915: Download complete
19:44:56 + pwd
19:44:56 + id -u
19:44:56 + id -g
19:44:56 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
19:44:56 Unable to find image 'busybox:latest' locally
19:44:56 latest: Pulling from library/busybox
19:44:56 0f8c40e1270f: Pulling fs layer
19:44:56 0f8c40e1270f: Download complete
19:44:56 0f8c40e1270f: Pull complete
19:44:56 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:44:56 Status: Downloaded newer image for busybox:latest
19:44:56 0f8c40e1270f: Verifying Checksum
19:44:56 0f8c40e1270f: Download complete
19:44:56 0f8c40e1270f: Pull complete
19:44:56 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:44:56 Status: Downloaded newer image for busybox:latest
19:44:56 0f8c40e1270f: Pulling fs layer
19:44:56 0f8c40e1270f: Verifying Checksum
19:44:56 0f8c40e1270f: Download complete
19:44:56 0f8c40e1270f: Pull complete
19:44:56 0f8c40e1270f: Pulling fs layer
19:44:56 0f8c40e1270f: Download complete
19:44:56 0f8c40e1270f: Pull complete
19:44:56 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:44:56 fcff576d8fec: Pull complete
19:44:56 + docker version
19:44:56 Client: Docker Engine - Community
19:44:56  Version:           18.09.7
19:44:56  API version:       1.39
19:44:56  Go version:        go1.10.8
19:44:56  Git commit:        2d0083d
19:44:56  Built:             Thu Jun 27 17:54:15 2019
19:44:56  OS/Arch:           linux/amd64
19:44:56  Experimental:      false
19:44:56 
19:44:56 Server: Docker Engine - Community
19:44:56  Engine:
19:44:56   Version:          19.03.2
19:44:56   API version:      1.40 (minimum version 1.12)
19:44:56   Go version:       go1.12.8
19:44:56   Git commit:       6a30dfc
19:44:56   Built:            Thu Aug 29 05:27:45 2019
19:44:56   OS/Arch:          linux/amd64
19:44:56   Experimental:     true
19:44:56  containerd:
19:44:56   Version:          1.2.6
19:44:56   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:44:56  runc:
19:44:56   Version:          1.0.0-rc8
19:44:56   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:44:56  docker-init:
19:44:56   Version:          0.18.0
19:44:56   GitCommit:        fec3683
19:44:56 + export DOCKER_VERSIONS=19.03.5-rc1
19:44:56 + DOCKER_VERSIONS=19.03.5-rc1
19:44:56 + STORAGE_DRIVER=overlay
19:44:56 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:44:56 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:44:56 ++ hostname
19:44:56 + GIT_VOLUME=--volumes-from=beaf3e6c3e6e
19:44:56 + . script/test/all
19:44:56 ++ set -e
19:44:56 ++ echo 'Running lint checks'
19:44:56 Running lint checks
19:44:56 ++ docker run --rm --tty --volumes-from=beaf3e6c3e6e dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:44:56 0f8c40e1270f: Download complete
19:44:56 0f8c40e1270f: Pull complete
19:44:56 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:44:56 Status: Downloaded newer image for busybox:latest
19:44:56 0f8c40e1270f: Pull complete
19:44:56 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:44:56 Status: Downloaded newer image for busybox:latest
19:44:56 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:44:56 Status: Downloaded newer image for busybox:latest
19:44:56 Status: Downloaded newer image for busybox:latest
19:44:56 792ede34c442: Verifying Checksum
19:44:56 792ede34c442: Download complete
19:44:56 bfb276205637: Verifying Checksum
19:44:56 bfb276205637: Download complete
[Pipeline] echo
19:44:58 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
19:44:58 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
19:44:58 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
19:44:58 Removing all docker containers
[Pipeline] sh
19:44:58 + docker container ls -aq
[Pipeline] echo
19:44:58 Docker containers have been removed
[Pipeline] echo
19:44:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=alpine)
[Pipeline] checkout
[Pipeline] echo
19:44:58 Removing all docker containers
19:44:58 + docker container ls -aq
[Pipeline] sh
19:44:58 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:44:58 pre-commit runtests: PYTHONHASHSEED='2288846799'

19:44:58 pre-commit runtests: commands[0] | pre-commit install

19:44:58 pre-commit installed at .git/hooks/pre-commit

19:44:58 pre-commit runtests: commands[1] | pre-commit run --all-files

19:44:58 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:44:58 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:44:58 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

[Pipeline] echo
19:44:58 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
19:44:58 Docker containers have been removed
[Pipeline] echo
19:44:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
19:44:58 + docker container ls -aq
[Pipeline] echo
19:44:58 Docker containers have been removed
[Pipeline] echo
19:44:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=alpine)
19:44:58 + docker container ls -aq
[Pipeline] checkout
[Pipeline] echo
19:44:58 Docker containers have been removed
[Pipeline] echo
19:44:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=debian)
[Pipeline] checkout
19:44:58 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:44:58 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:44:58 [INFO] Once installed this environment will be reused.

19:44:58 [INFO] This may take a few minutes...

19:44:58 + docker container ls -aq
[Pipeline] echo
19:44:58 Docker containers have been removed
[Pipeline] echo
19:44:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:44:58 cleanWorkspace: Workspace is clean.
19:44:58 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian)
[Pipeline] echo
19:44:58 Docker containers have been removed
[Pipeline] echo
19:44:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
[Pipeline] echo
19:44:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
19:44:59 792ede34c442: Pull complete
19:44:59 21f1219cb915: Pull complete
19:45:00 bfb276205637: Pull complete
19:45:00 Digest: sha256:9323f2ce4d43ab218561bba947f9b828cd2c1600207b99a72d7bfbd4702f8af4
19:45:00 Status: Downloaded newer image for dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:01 using credential sf-release-bot.github.ssh
19:45:01 Cloning the remote Git repository
19:45:01 Cloning with configured refspecs honoured and without tags
19:45:01 using credential sf-release-bot.github.ssh
19:45:01 using credential sf-release-bot.github.ssh
19:45:01 Cloning the remote Git repository
19:45:01 Cloning with configured refspecs honoured and without tags
19:45:01 Cloning the remote Git repository
19:45:01 Cloning with configured refspecs honoured and without tags
19:45:01 using credential sf-release-bot.github.ssh
19:45:01 Cloning the remote Git repository
19:45:01 Cloning with configured refspecs honoured and without tags
19:45:01 using credential sf-release-bot.github.ssh
19:45:01 Cloning the remote Git repository
19:45:01 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
19:45:01 using credential sf-release-bot.github.ssh
19:45:01 Cloning the remote Git repository
19:45:01 Cloning with configured refspecs honoured and without tags
19:45:01 + docker version
19:45:01 Client: Docker Engine - Community
19:45:01  Version:           18.09.7
19:45:01  API version:       1.39
19:45:01  Go version:        go1.10.8
19:45:01  Git commit:        2d0083d
19:45:01  Built:             Thu Jun 27 17:54:15 2019
19:45:01  OS/Arch:           linux/amd64
19:45:01  Experimental:      false
19:45:01 
19:45:01 Server: Docker Engine - Community
19:45:01  Engine:
19:45:01   Version:          19.03.2
19:45:01   API version:      1.40 (minimum version 1.12)
19:45:01   Go version:       go1.12.8
19:45:01   Git commit:       6a30dfc
19:45:01   Built:            Thu Aug 29 05:27:45 2019
19:45:01   OS/Arch:          linux/amd64
19:45:01   Experimental:     true
19:45:01  containerd:
19:45:01   Version:          1.2.6
19:45:01   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:01  runc:
19:45:01   Version:          1.0.0-rc8
19:45:01   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:01  docker-init:
19:45:01   Version:          0.18.0
19:45:01   GitCommit:        fec3683
19:45:01 + export DOCKER_VERSIONS=18.09.9
19:45:01 + DOCKER_VERSIONS=18.09.9
19:45:01 + STORAGE_DRIVER=overlay
19:45:01 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:01 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:01 ++ hostname
19:45:01 + GIT_VOLUME=--volumes-from=a2c1636a6443
19:45:01 + . script/test/all
19:45:01 ++ set -e
19:45:01 ++ echo 'Running lint checks'
19:45:01 Running lint checks
19:45:01 ++ docker run --rm --tty --volumes-from=a2c1636a6443 dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10
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
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10
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 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 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
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 upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647
19:45:03 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:03 pre-commit runtests: PYTHONHASHSEED='2010640269'

19:45:03 pre-commit runtests: commands[0] | pre-commit install

19:45:03 pre-commit installed at .git/hooks/pre-commit

19:45:03 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:03 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:03 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:03 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:04 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:04 Fetching without tags
19:45:04 Fetching without tags
19:45:04 Fetching without tags
19:45:04 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:04 [INFO] Once installed this environment will be reused.

19:45:04 [INFO] This may take a few minutes...

 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647
19:45:04 Fetching without tags
19:45:04 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/6647/head:refs/remotes/origin/PR-6647
19:45:04 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:45:04 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:45:04 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:05 Commit message: "label one-off containers with current count + 1"
19:45:05 Commit message: "label one-off containers with current count + 1"
19:45:05 Commit message: "label one-off containers with current count + 1"
19:45:05 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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fe5dfb11f9599533331df47c366a66d5b2d67cb
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] sh
19:45:05 Fetching without tags
[Pipeline] sh
19:45:06 Fetching without tags
[Pipeline] sh
[Pipeline] sh
19:45:06 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:45:06 + docker info
19:45:06 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:45:06 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:45:06 + docker info
19:45:06 Checking out Revision 9fe5dfb11f9599533331df47c366a66d5b2d67cb (PR-6647)
19:45:06 + docker info
19:45:06 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:45:06 + docker info
19:45:06 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:45:06 Commit message: "label one-off containers with current count + 1"
19:45:06 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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
 > 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 9fe5dfb11f9599533331df47c366a66d5b2d67cb
[Pipeline] sh
[Pipeline] sh
19:45:07 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:45:07 + docker info
19:45:07 + awk -F :  $1 == "Storage Driver" { print $2; exit }
19:45:07 + docker info
19:45:12 19:45:12 WARNING: No swap limit support
WARNING: No swap limit support
[Pipeline] echo
19:45:12 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] echo
19:45:12 Using local system's storage driver: 
[Pipeline] sh
19:45:13 WARNING: No swap limit support
19:45:13 WARNING: No swap limit support
[Pipeline] echo
19:45:13 Using local system's storage driver: 
[Pipeline] sh
19:45:13 WARNING: No swap limit support
[Pipeline] echo
19:45:13 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] echo
19:45:13 Using local system's storage driver: 
[Pipeline] sh
19:45:13 + pwd
19:45:13 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:45:13 Unable to find image 'dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:45:13 alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:45:13 9d48c3bd43c5: Pulling fs layer
19:45:13 c0ea575d71b9: Pulling fs layer
19:45:13 0f535eceebd5: Pulling fs layer
19:45:13 8a30f5893bea: Pulling fs layer
19:45:13 287089fe229e: Pulling fs layer
19:45:13 3bfa42f08d45: Pulling fs layer
19:45:13 023b6c611d12: Pulling fs layer
19:45:13 1284607e03d1: Pulling fs layer
19:45:13 228eecdc53fd: Pulling fs layer
19:45:13 770e40ec3156: Pulling fs layer
19:45:13 0460d077bcff: Pulling fs layer
19:45:13 6682f19710d3: Pulling fs layer
19:45:13 b429e3cd1970: Pulling fs layer
19:45:13 323015b3acd0: Pulling fs layer
19:45:13 aca137a768cc: Pulling fs layer
19:45:13 c23bb74692d9: Pulling fs layer
19:45:13 ce500c7ba0db: Pulling fs layer
19:45:13 fcff576d8fec: Pulling fs layer
19:45:13 792ede34c442: Pulling fs layer
19:45:13 21f1219cb915: Pulling fs layer
19:45:13 bfb276205637: Pulling fs layer
19:45:13 8a30f5893bea: Waiting
19:45:13 287089fe229e: Waiting
19:45:13 3bfa42f08d45: Waiting
19:45:13 023b6c611d12: Waiting
19:45:13 1284607e03d1: Waiting
19:45:13 228eecdc53fd: Waiting
19:45:13 770e40ec3156: Waiting
19:45:13 0460d077bcff: Waiting
19:45:13 6682f19710d3: Waiting
19:45:13 b429e3cd1970: Waiting
19:45:13 323015b3acd0: Waiting
19:45:13 aca137a768cc: Waiting
19:45:13 c23bb74692d9: Waiting
19:45:13 ce500c7ba0db: Waiting
19:45:13 fcff576d8fec: Waiting
19:45:13 792ede34c442: Waiting
19:45:13 21f1219cb915: Waiting
19:45:13 bfb276205637: Waiting
19:45:13 + pwd
19:45:13 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:45:13 Unable to find image 'dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:45:13 debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:45:13 80369df48736: Pulling fs layer
19:45:13 aaba0609d543: Pulling fs layer
19:45:13 33536ac8210e: Pulling fs layer
19:45:13 35aa8bff600e: Pulling fs layer
19:45:13 6e4c9666aa4e: Pulling fs layer
19:45:13 669bde12a6f1: Pulling fs layer
19:45:13 f505ff8fe013: Pulling fs layer
19:45:13 5ca2505ea930: Pulling fs layer
19:45:13 4fc1865d2260: Pulling fs layer
19:45:13 2bd0fa61a6dd: Pulling fs layer
19:45:13 de701d1c66f5: Pulling fs layer
19:45:13 09ae42fc6bd5: Pulling fs layer
19:45:13 7629cb155ac9: Pulling fs layer
19:45:13 6918aff44553: Pulling fs layer
19:45:13 24c5a410dddf: Pulling fs layer
19:45:13 092321a5352a: Pulling fs layer
19:45:13 c95badf27ccc: Pulling fs layer
19:45:13 898b409573fd: Pulling fs layer
19:45:13 595c78984637: Pulling fs layer
19:45:13 eca1d0255618: Pulling fs layer
19:45:13 05c85d512dfb: Pulling fs layer
19:45:13 35aa8bff600e: Waiting
19:45:13 6e4c9666aa4e: Waiting
19:45:13 669bde12a6f1: Waiting
19:45:13 f505ff8fe013: Waiting
19:45:13 5ca2505ea930: Waiting
19:45:13 4fc1865d2260: Waiting
19:45:13 2bd0fa61a6dd: Waiting
19:45:13 de701d1c66f5: Waiting
19:45:13 09ae42fc6bd5: Waiting
19:45:13 7629cb155ac9: Waiting
19:45:13 6918aff44553: Waiting
19:45:13 24c5a410dddf: Waiting
19:45:13 092321a5352a: Waiting
19:45:13 c95badf27ccc: Waiting
19:45:13 898b409573fd: Waiting
19:45:13 595c78984637: Waiting
19:45:13 eca1d0255618: Waiting
19:45:13 05c85d512dfb: Waiting
19:45:13 + pwd
19:45:13 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:45:13 Unable to find image 'dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:45:13 alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:45:13 9d48c3bd43c5: Pulling fs layer
19:45:13 c0ea575d71b9: Pulling fs layer
19:45:13 0f535eceebd5: Pulling fs layer
19:45:13 8a30f5893bea: Pulling fs layer
19:45:13 287089fe229e: Pulling fs layer
19:45:13 3bfa42f08d45: Pulling fs layer
19:45:13 023b6c611d12: Pulling fs layer
19:45:13 1284607e03d1: Pulling fs layer
19:45:13 228eecdc53fd: Pulling fs layer
19:45:13 770e40ec3156: Pulling fs layer
19:45:13 0460d077bcff: Pulling fs layer
19:45:13 6682f19710d3: Pulling fs layer
19:45:13 b429e3cd1970: Pulling fs layer
19:45:13 323015b3acd0: Pulling fs layer
19:45:13 aca137a768cc: Pulling fs layer
19:45:13 c23bb74692d9: Pulling fs layer
19:45:13 ce500c7ba0db: Pulling fs layer
19:45:13 fcff576d8fec: Pulling fs layer
19:45:13 792ede34c442: Pulling fs layer
19:45:13 21f1219cb915: Pulling fs layer
19:45:13 bfb276205637: Pulling fs layer
19:45:13 6682f19710d3: Waiting
19:45:13 b429e3cd1970: Waiting
19:45:13 323015b3acd0: Waiting
19:45:13 aca137a768cc: Waiting
19:45:13 c23bb74692d9: Waiting
19:45:13 8a30f5893bea: Waiting
19:45:13 ce500c7ba0db: Waiting
19:45:13 287089fe229e: Waiting
19:45:13 3bfa42f08d45: Waiting
19:45:13 023b6c611d12: Waiting
19:45:13 1284607e03d1: Waiting
19:45:13 fcff576d8fec: Waiting
19:45:13 228eecdc53fd: Waiting
19:45:13 770e40ec3156: Waiting
19:45:13 0460d077bcff: Waiting
19:45:13 792ede34c442: Waiting
19:45:13 21f1219cb915: Waiting
19:45:13 bfb276205637: Waiting
19:45:13 c0ea575d71b9: Download complete
19:45:13 + pwd
19:45:13 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:45:13 Unable to find image 'dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:45:13 debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:45:13 80369df48736: Pulling fs layer
19:45:13 aaba0609d543: Pulling fs layer
19:45:13 33536ac8210e: Pulling fs layer
19:45:13 35aa8bff600e: Pulling fs layer
19:45:13 6e4c9666aa4e: Pulling fs layer
19:45:13 669bde12a6f1: Pulling fs layer
19:45:13 f505ff8fe013: Pulling fs layer
19:45:13 5ca2505ea930: Pulling fs layer
19:45:13 4fc1865d2260: Pulling fs layer
19:45:13 2bd0fa61a6dd: Pulling fs layer
19:45:13 de701d1c66f5: Pulling fs layer
19:45:13 09ae42fc6bd5: Pulling fs layer
19:45:13 7629cb155ac9: Pulling fs layer
19:45:13 6918aff44553: Pulling fs layer
19:45:13 24c5a410dddf: Pulling fs layer
19:45:13 092321a5352a: Pulling fs layer
19:45:13 c95badf27ccc: Pulling fs layer
19:45:13 898b409573fd: Pulling fs layer
19:45:13 595c78984637: Pulling fs layer
19:45:13 eca1d0255618: Pulling fs layer
19:45:13 05c85d512dfb: Pulling fs layer
19:45:13 35aa8bff600e: Waiting
19:45:13 6e4c9666aa4e: Waiting
19:45:13 669bde12a6f1: Waiting
19:45:13 f505ff8fe013: Waiting
19:45:13 5ca2505ea930: Waiting
19:45:13 4fc1865d2260: Waiting
19:45:13 2bd0fa61a6dd: Waiting
19:45:13 de701d1c66f5: Waiting
19:45:13 09ae42fc6bd5: Waiting
19:45:13 7629cb155ac9: Waiting
19:45:13 6918aff44553: Waiting
19:45:13 24c5a410dddf: Waiting
19:45:13 092321a5352a: Waiting
19:45:13 c95badf27ccc: Waiting
19:45:13 898b409573fd: Waiting
19:45:13 595c78984637: Waiting
19:45:13 eca1d0255618: Waiting
19:45:13 05c85d512dfb: Waiting
19:45:13 + pwd
19:45:13 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:45:13 Unable to find image 'dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:45:13 debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:45:13 80369df48736: Pulling fs layer
19:45:13 aaba0609d543: Pulling fs layer
19:45:13 33536ac8210e: Pulling fs layer
19:45:13 35aa8bff600e: Pulling fs layer
19:45:13 6e4c9666aa4e: Pulling fs layer
19:45:13 669bde12a6f1: Pulling fs layer
19:45:13 f505ff8fe013: Pulling fs layer
19:45:13 5ca2505ea930: Pulling fs layer
19:45:13 4fc1865d2260: Pulling fs layer
19:45:13 2bd0fa61a6dd: Pulling fs layer
19:45:13 de701d1c66f5: Pulling fs layer
19:45:13 09ae42fc6bd5: Pulling fs layer
19:45:13 7629cb155ac9: Pulling fs layer
19:45:13 6918aff44553: Pulling fs layer
19:45:13 24c5a410dddf: Pulling fs layer
19:45:13 092321a5352a: Pulling fs layer
19:45:13 c95badf27ccc: Pulling fs layer
19:45:13 898b409573fd: Pulling fs layer
19:45:13 595c78984637: Pulling fs layer
19:45:13 eca1d0255618: Pulling fs layer
19:45:13 05c85d512dfb: Pulling fs layer
19:45:13 09ae42fc6bd5: Waiting
19:45:13 7629cb155ac9: Waiting
19:45:13 6918aff44553: Waiting
19:45:13 24c5a410dddf: Waiting
19:45:13 35aa8bff600e: Waiting
19:45:13 6e4c9666aa4e: Waiting
19:45:13 669bde12a6f1: Waiting
19:45:13 5ca2505ea930: Waiting
19:45:13 4fc1865d2260: Waiting
19:45:13 2bd0fa61a6dd: Waiting
19:45:13 de701d1c66f5: Waiting
19:45:13 f505ff8fe013: Waiting
19:45:13 092321a5352a: Waiting
19:45:13 c95badf27ccc: Waiting
19:45:13 898b409573fd: Waiting
19:45:13 595c78984637: Waiting
19:45:13 eca1d0255618: Waiting
19:45:13 05c85d512dfb: Waiting
19:45:13 c0ea575d71b9: Verifying Checksum
19:45:13 c0ea575d71b9: Download complete
19:45:13 8a30f5893bea: Verifying Checksum
19:45:13 8a30f5893bea: Download complete
19:45:13 9d48c3bd43c5: Verifying Checksum
19:45:13 9d48c3bd43c5: Download complete
19:45:13 aaba0609d543: Verifying Checksum
19:45:13 aaba0609d543: Download complete
19:45:13 9d48c3bd43c5: Verifying Checksum
19:45:13 9d48c3bd43c5: Download complete
19:45:13 8a30f5893bea: Verifying Checksum
19:45:13 8a30f5893bea: Download complete
19:45:13 287089fe229e: Verifying Checksum
19:45:13 287089fe229e: Download complete
19:45:13 aaba0609d543: Download complete
19:45:13 35aa8bff600e: Verifying Checksum
19:45:13 35aa8bff600e: Download complete
19:45:13 aaba0609d543: Verifying Checksum
19:45:13 aaba0609d543: Download complete
19:45:13 287089fe229e: Verifying Checksum
19:45:13 287089fe229e: Download complete
19:45:13 0f535eceebd5: Verifying Checksum
19:45:13 0f535eceebd5: Download complete
19:45:13 023b6c611d12: Verifying Checksum
19:45:13 023b6c611d12: Download complete
19:45:13 80369df48736: Verifying Checksum
19:45:13 80369df48736: Download complete
19:45:13 35aa8bff600e: Verifying Checksum
19:45:13 35aa8bff600e: Download complete
19:45:13 33536ac8210e: Verifying Checksum
19:45:13 33536ac8210e: Download complete
19:45:13 f505ff8fe013: Verifying Checksum
19:45:13 f505ff8fe013: Download complete
19:45:13 4fc1865d2260: Verifying Checksum
19:45:13 4fc1865d2260: Download complete
19:45:13 023b6c611d12: Verifying Checksum
19:45:13 023b6c611d12: Download complete
19:45:13 0f535eceebd5: Verifying Checksum
19:45:13 0f535eceebd5: Download complete
19:45:13 228eecdc53fd: Verifying Checksum
19:45:13 228eecdc53fd: Download complete
19:45:13 80369df48736: Verifying Checksum
19:45:13 80369df48736: Download complete
19:45:13 33536ac8210e: Verifying Checksum
19:45:13 33536ac8210e: Download complete
19:45:13 f505ff8fe013: Verifying Checksum
19:45:13 f505ff8fe013: Download complete
19:45:13 6e4c9666aa4e: Download complete
19:45:13 4fc1865d2260: Verifying Checksum
19:45:13 4fc1865d2260: Download complete
19:45:13 33536ac8210e: Verifying Checksum
19:45:13 33536ac8210e: Download complete
19:45:13 35aa8bff600e: Verifying Checksum
19:45:13 35aa8bff600e: Download complete
19:45:13 80369df48736: Verifying Checksum
19:45:13 80369df48736: Download complete
19:45:13 f505ff8fe013: Verifying Checksum
19:45:13 f505ff8fe013: Download complete
19:45:13 6e4c9666aa4e: Download complete
19:45:13 4fc1865d2260: Verifying Checksum
19:45:13 4fc1865d2260: Download complete
19:45:13 228eecdc53fd: Verifying Checksum
19:45:13 228eecdc53fd: Download complete
19:45:13 9d48c3bd43c5: Pull complete
19:45:13 1284607e03d1: Verifying Checksum
19:45:13 1284607e03d1: Download complete
19:45:14 2bd0fa61a6dd: Verifying Checksum
19:45:14 2bd0fa61a6dd: Download complete
19:45:14 5ca2505ea930: Verifying Checksum
19:45:14 5ca2505ea930: Download complete
19:45:14 9d48c3bd43c5: Pull complete
19:45:14 1284607e03d1: Verifying Checksum
19:45:14 1284607e03d1: Download complete
19:45:14 5ca2505ea930: Verifying Checksum
19:45:14 5ca2505ea930: Download complete
19:45:14 de701d1c66f5: Verifying Checksum
19:45:14 de701d1c66f5: Download complete
19:45:14 5ca2505ea930: Verifying Checksum
19:45:14 5ca2505ea930: Download complete
19:45:14 2bd0fa61a6dd: Verifying Checksum
19:45:14 2bd0fa61a6dd: Download complete
19:45:14 de701d1c66f5: Verifying Checksum
19:45:14 de701d1c66f5: Download complete
19:45:14 7629cb155ac9: Verifying Checksum
19:45:14 7629cb155ac9: Download complete
19:45:14 0460d077bcff: Verifying Checksum
19:45:14 0460d077bcff: Download complete
19:45:14 770e40ec3156: Verifying Checksum
19:45:14 770e40ec3156: Download complete
19:45:14 c0ea575d71b9: Pull complete
19:45:14 6682f19710d3: Verifying Checksum
19:45:14 de701d1c66f5: Verifying Checksum
19:45:14 de701d1c66f5: Download complete
19:45:14 7629cb155ac9: Verifying Checksum
19:45:14 7629cb155ac9: Download complete
19:45:14 WARNING: No swap limit support
19:45:14 770e40ec3156: Verifying Checksum
19:45:14 770e40ec3156: Download complete
[Pipeline] echo
19:45:14 0460d077bcff: Verifying Checksum
19:45:14 0460d077bcff: Download complete
19:45:14 c0ea575d71b9: Pull complete
19:45:14 6682f19710d3: Verifying Checksum
19:45:14 6682f19710d3: Download complete
19:45:14 b429e3cd1970: Verifying Checksum
19:45:14 b429e3cd1970: Download complete
19:45:14 323015b3acd0: Verifying Checksum
19:45:14 323015b3acd0: Download complete
19:45:14 Using local system's storage driver: 
[Pipeline] sh
19:45:14 2bd0fa61a6dd: Verifying Checksum
19:45:14 2bd0fa61a6dd: Download complete
19:45:14 09ae42fc6bd5: Verifying Checksum
19:45:14 09ae42fc6bd5: Download complete
19:45:14 7629cb155ac9: Verifying Checksum
19:45:14 7629cb155ac9: Download complete
19:45:14 6918aff44553: Verifying Checksum
19:45:14 6918aff44553: Download complete
19:45:14 24c5a410dddf: Verifying Checksum
19:45:14 24c5a410dddf: Download complete
19:45:14 092321a5352a: Verifying Checksum
19:45:14 092321a5352a: Download complete
19:45:14 c95badf27ccc: Verifying Checksum
19:45:14 c95badf27ccc: Download complete
19:45:14 09ae42fc6bd5: Verifying Checksum
19:45:14 09ae42fc6bd5: Download complete
19:45:14 6918aff44553: Verifying Checksum
19:45:14 6918aff44553: Download complete
19:45:14 24c5a410dddf: Verifying Checksum
19:45:14 24c5a410dddf: Download complete
19:45:14 092321a5352a: Verifying Checksum
19:45:14 092321a5352a: Download complete
19:45:14 6682f19710d3: Download complete
19:45:14 b429e3cd1970: Verifying Checksum
19:45:14 b429e3cd1970: Download complete
19:45:14 aca137a768cc: Verifying Checksum
19:45:14 aca137a768cc: Download complete
19:45:14 323015b3acd0: Verifying Checksum
19:45:14 323015b3acd0: Download complete
19:45:14 ce500c7ba0db: Verifying Checksum
19:45:14 ce500c7ba0db: Download complete
19:45:14 c23bb74692d9: Verifying Checksum
19:45:14 c23bb74692d9: Download complete
19:45:14 6918aff44553: Verifying Checksum
19:45:14 6918aff44553: Download complete
19:45:14 24c5a410dddf: Verifying Checksum
19:45:14 24c5a410dddf: Download complete
19:45:14 aca137a768cc: Verifying Checksum
19:45:14 aca137a768cc: Download complete
19:45:14 c23bb74692d9: Verifying Checksum
19:45:14 c23bb74692d9: Download complete
19:45:14 ce500c7ba0db: Verifying Checksum
19:45:14 ce500c7ba0db: Download complete
19:45:14 fcff576d8fec: Verifying Checksum
19:45:14 fcff576d8fec: Download complete
19:45:14 898b409573fd: Verifying Checksum
19:45:14 898b409573fd: Download complete
19:45:14 eca1d0255618: Verifying Checksum
19:45:14 eca1d0255618: Download complete
19:45:14 + pwd
19:45:14 + 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-9fe5dfb11f9599533331df47c366a66d5b2d67cb -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6647-6 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb --verbose
19:45:14 Unable to find image 'dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb' locally
19:45:14 898b409573fd: Verifying Checksum
19:45:14 898b409573fd: Download complete
19:45:14 c95badf27ccc: Verifying Checksum
19:45:14 c95badf27ccc: Download complete
19:45:14 eca1d0255618: Verifying Checksum
19:45:14 eca1d0255618: Download complete
19:45:14 fcff576d8fec: Verifying Checksum
19:45:14 fcff576d8fec: Download complete
19:45:14 3bfa42f08d45: Verifying Checksum
19:45:14 3bfa42f08d45: Download complete
19:45:14 21f1219cb915: Verifying Checksum
19:45:14 21f1219cb915: Download complete
19:45:14 092321a5352a: Verifying Checksum
19:45:14 092321a5352a: Download complete
19:45:14 c95badf27ccc: Verifying Checksum
19:45:14 c95badf27ccc: Download complete
19:45:14 898b409573fd: Verifying Checksum
19:45:14 898b409573fd: Download complete
19:45:14 3bfa42f08d45: Verifying Checksum
19:45:14 3bfa42f08d45: Download complete
19:45:14 21f1219cb915: Verifying Checksum
19:45:14 21f1219cb915: Download complete
19:45:14 alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb: Pulling from dockerbuildbot/compose
19:45:14 9d48c3bd43c5: Pulling fs layer
19:45:14 c0ea575d71b9: Pulling fs layer
19:45:14 0f535eceebd5: Pulling fs layer
19:45:14 8a30f5893bea: Pulling fs layer
19:45:14 287089fe229e: Pulling fs layer
19:45:14 3bfa42f08d45: Pulling fs layer
19:45:14 023b6c611d12: Pulling fs layer
19:45:14 1284607e03d1: Pulling fs layer
19:45:14 228eecdc53fd: Pulling fs layer
19:45:14 770e40ec3156: Pulling fs layer
19:45:14 0460d077bcff: Pulling fs layer
19:45:14 6682f19710d3: Pulling fs layer
19:45:14 b429e3cd1970: Pulling fs layer
19:45:14 323015b3acd0: Pulling fs layer
19:45:14 aca137a768cc: Pulling fs layer
19:45:14 c23bb74692d9: Pulling fs layer
19:45:14 ce500c7ba0db: Pulling fs layer
19:45:14 fcff576d8fec: Pulling fs layer
19:45:14 792ede34c442: Pulling fs layer
19:45:14 21f1219cb915: Pulling fs layer
19:45:14 bfb276205637: Pulling fs layer
19:45:14 6682f19710d3: Waiting
19:45:14 b429e3cd1970: Waiting
19:45:14 323015b3acd0: Waiting
19:45:14 aca137a768cc: Waiting
19:45:14 c23bb74692d9: Waiting
19:45:14 ce500c7ba0db: Waiting
19:45:14 fcff576d8fec: Waiting
19:45:14 792ede34c442: Waiting
19:45:14 21f1219cb915: Waiting
19:45:14 bfb276205637: Waiting
19:45:14 023b6c611d12: Waiting
19:45:14 1284607e03d1: Waiting
19:45:14 228eecdc53fd: Waiting
19:45:14 770e40ec3156: Waiting
19:45:14 0460d077bcff: Waiting
19:45:14 287089fe229e: Waiting
19:45:14 8a30f5893bea: Waiting
19:45:14 3bfa42f08d45: Waiting
19:45:14 c0ea575d71b9: Verifying Checksum
19:45:14 c0ea575d71b9: Download complete
19:45:14 9d48c3bd43c5: Verifying Checksum
19:45:14 9d48c3bd43c5: Download complete
19:45:14 8a30f5893bea: Verifying Checksum
19:45:14 8a30f5893bea: Download complete
19:45:14 287089fe229e: Verifying Checksum
19:45:14 287089fe229e: Download complete
19:45:15 023b6c611d12: Verifying Checksum
19:45:15 023b6c611d12: Download complete
19:45:15 0f535eceebd5: Verifying Checksum
19:45:15 0f535eceebd5: Download complete
19:45:15 09ae42fc6bd5: Verifying Checksum
19:45:15 09ae42fc6bd5: Download complete
19:45:15 eca1d0255618: Verifying Checksum
19:45:15 eca1d0255618: Download complete
19:45:15 228eecdc53fd: Verifying Checksum
19:45:15 228eecdc53fd: Download complete
19:45:15 9d48c3bd43c5: Pull complete
19:45:15 1284607e03d1: Verifying Checksum
19:45:15 1284607e03d1: Download complete
19:45:15 792ede34c442: Verifying Checksum
19:45:15 792ede34c442: Download complete
19:45:15 669bde12a6f1: Verifying Checksum
19:45:15 669bde12a6f1: Download complete
19:45:15 595c78984637: Verifying Checksum
19:45:15 595c78984637: Download complete
19:45:15 595c78984637: Verifying Checksum
19:45:15 595c78984637: Download complete
19:45:15 669bde12a6f1: Verifying Checksum
19:45:15 669bde12a6f1: Download complete
19:45:15 669bde12a6f1: Verifying Checksum
19:45:15 669bde12a6f1: Download complete
19:45:15 595c78984637: Verifying Checksum
19:45:15 595c78984637: Download complete
19:45:15 05c85d512dfb: Verifying Checksum
19:45:15 05c85d512dfb: Download complete
19:45:15 792ede34c442: Verifying Checksum
19:45:15 792ede34c442: Download complete
19:45:15 bfb276205637: Verifying Checksum
19:45:15 bfb276205637: Download complete
19:45:15 0460d077bcff: Verifying Checksum
19:45:15 0460d077bcff: Download complete
19:45:15 770e40ec3156: Verifying Checksum
19:45:15 770e40ec3156: Download complete
19:45:15 c0ea575d71b9: Pull complete
19:45:15 6682f19710d3: Verifying Checksum
19:45:15 6682f19710d3: Download complete
19:45:15 b429e3cd1970: Verifying Checksum
19:45:15 b429e3cd1970: Download complete
19:45:15 bfb276205637: Verifying Checksum
19:45:15 bfb276205637: Download complete
19:45:15 05c85d512dfb: Verifying Checksum
19:45:15 05c85d512dfb: Download complete
19:45:15 323015b3acd0: Verifying Checksum
19:45:15 323015b3acd0: Download complete
19:45:15 aca137a768cc: Verifying Checksum
19:45:15 aca137a768cc: Download complete
19:45:15 c23bb74692d9: Verifying Checksum
19:45:15 c23bb74692d9: Download complete
19:45:15 ce500c7ba0db: Verifying Checksum
19:45:15 ce500c7ba0db: Download complete
19:45:15 fcff576d8fec: Verifying Checksum
19:45:15 fcff576d8fec: Download complete
19:45:16 05c85d512dfb: Verifying Checksum
19:45:16 05c85d512dfb: Download complete
19:45:16 3bfa42f08d45: Verifying Checksum
19:45:16 3bfa42f08d45: Download complete
19:45:16 21f1219cb915: Verifying Checksum
19:45:16 21f1219cb915: Download complete
19:45:16 80369df48736: Pull complete
19:45:16 80369df48736: Pull complete
19:45:16 80369df48736: Pull complete
19:45:16 aaba0609d543: Pull complete
19:45:16 0f535eceebd5: Pull complete
19:45:16 8a30f5893bea: Pull complete
19:45:16 0f535eceebd5: Pull complete
19:45:16 8a30f5893bea: Pull complete
19:45:16 aaba0609d543: Pull complete
19:45:16 aaba0609d543: Pull complete
19:45:16 792ede34c442: Verifying Checksum
19:45:16 792ede34c442: Download complete
19:45:16 287089fe229e: Pull complete
19:45:16 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

19:45:16 [INFO] Once installed this environment will be reused.

19:45:16 [INFO] This may take a few minutes...

19:45:16 287089fe229e: Pull complete
19:45:17 bfb276205637: Verifying Checksum
19:45:17 bfb276205637: Download complete
19:45:17 33536ac8210e: Pull complete
19:45:17 33536ac8210e: Pull complete
19:45:17 33536ac8210e: Pull complete
19:45:17 35aa8bff600e: Pull complete
19:45:17 35aa8bff600e: Pull complete
19:45:17 35aa8bff600e: Pull complete
19:45:17 0f535eceebd5: Pull complete
19:45:17 8a30f5893bea: Pull complete
19:45:18 6e4c9666aa4e: Pull complete
19:45:18 6e4c9666aa4e: Pull complete
19:45:18 6e4c9666aa4e: Pull complete
19:45:18 287089fe229e: Pull complete
19:45:20 3bfa42f08d45: Pull complete
19:45:20 023b6c611d12: Pull complete
19:45:20 3bfa42f08d45: Pull complete
19:45:20 023b6c611d12: Pull complete
19:45:20 1284607e03d1: Pull complete
19:45:20 228eecdc53fd: Pull complete
19:45:20 1284607e03d1: Pull complete
19:45:20 228eecdc53fd: Pull complete
19:45:20 770e40ec3156: Pull complete
19:45:21 770e40ec3156: Pull complete
19:45:21 0460d077bcff: Pull complete
19:45:21 6682f19710d3: Pull complete
19:45:21 669bde12a6f1: Pull complete
19:45:21 f505ff8fe013: Pull complete
19:45:21 0460d077bcff: Pull complete
19:45:21 669bde12a6f1: Pull complete
19:45:21 f505ff8fe013: Pull complete
19:45:21 669bde12a6f1: Pull complete
19:45:21 b429e3cd1970: Pull complete
19:45:21 323015b3acd0: Pull complete
19:45:21 3bfa42f08d45: Pull complete
19:45:21 023b6c611d12: Pull complete
19:45:21 6682f19710d3: Pull complete
19:45:21 b429e3cd1970: Pull complete
19:45:21 323015b3acd0: Pull complete
19:45:21 f505ff8fe013: Pull complete
19:45:21 aca137a768cc: Pull complete
19:45:21 c23bb74692d9: Pull complete
19:45:21 ce500c7ba0db: Pull complete
19:45:21 aca137a768cc: Pull complete
19:45:21 c23bb74692d9: Pull complete
19:45:21 5ca2505ea930: Pull complete
19:45:21 5ca2505ea930: Pull complete
19:45:22 fcff576d8fec: Pull complete
19:45:22 ce500c7ba0db: Pull complete
19:45:22 fcff576d8fec: Pull complete
19:45:22 1284607e03d1: Pull complete
19:45:22 228eecdc53fd: Pull complete
19:45:22 4fc1865d2260: Pull complete
19:45:22 4fc1865d2260: Pull complete
19:45:22 5ca2505ea930: Pull complete
19:45:22 4fc1865d2260: Pull complete
19:45:22 770e40ec3156: Pull complete
19:45:22 2bd0fa61a6dd: Pull complete
19:45:22 de701d1c66f5: Pull complete
19:45:22 2bd0fa61a6dd: Pull complete
19:45:22 de701d1c66f5: Pull complete
19:45:22 2bd0fa61a6dd: Pull complete
19:45:22 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

19:45:22 [INFO] Once installed this environment will be reused.

19:45:22 [INFO] This may take a few minutes...

19:45:22 0460d077bcff: Pull complete
19:45:22 09ae42fc6bd5: Pull complete
19:45:22 7629cb155ac9: Pull complete
19:45:22 09ae42fc6bd5: Pull complete
19:45:22 7629cb155ac9: Pull complete
19:45:22 de701d1c66f5: Pull complete
19:45:22 09ae42fc6bd5: Pull complete
19:45:22 6682f19710d3: Pull complete
19:45:22 b429e3cd1970: Pull complete
19:45:22 6918aff44553: Pull complete
19:45:22 24c5a410dddf: Pull complete
19:45:22 092321a5352a: Pull complete
19:45:23 6918aff44553: Pull complete
19:45:23 24c5a410dddf: Pull complete
19:45:23 7629cb155ac9: Pull complete
19:45:23 6918aff44553: Pull complete
19:45:23 24c5a410dddf: Pull complete
19:45:23 323015b3acd0: Pull complete
19:45:23 aca137a768cc: Pull complete
19:45:23 c23bb74692d9: Pull complete
19:45:23 c95badf27ccc: Pull complete
19:45:23 898b409573fd: Pull complete
19:45:23 092321a5352a: Pull complete
19:45:23 c95badf27ccc: Pull complete
19:45:23 898b409573fd: Pull complete
19:45:23 092321a5352a: Pull complete
19:45:23 c95badf27ccc: Pull complete
19:45:23 ce500c7ba0db: Pull complete
19:45:23 fcff576d8fec: Pull complete
19:45:23 898b409573fd: Pull complete
19:45:24 792ede34c442: Pull complete
19:45:24 21f1219cb915: Pull complete
19:45:24 792ede34c442: Pull complete
19:45:24 21f1219cb915: Pull complete
19:45:24 bfb276205637: Pull complete
19:45:24 Digest: sha256:9323f2ce4d43ab218561bba947f9b828cd2c1600207b99a72d7bfbd4702f8af4
19:45:24 Status: Downloaded newer image for dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:25 bfb276205637: Pull complete
19:45:25 Digest: sha256:9323f2ce4d43ab218561bba947f9b828cd2c1600207b99a72d7bfbd4702f8af4
19:45:25 Status: Downloaded newer image for dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:25 595c78984637: Pull complete
19:45:25 eca1d0255618: Pull complete
19:45:25 595c78984637: Pull complete
19:45:25 792ede34c442: Pull complete
19:45:25 21f1219cb915: Pull complete
19:45:26 595c78984637: Pull complete
19:45:26 eca1d0255618: Pull complete
19:45:26 eca1d0255618: Pull complete
19:45:26 05c85d512dfb: Pull complete
19:45:26 Digest: sha256:3fdc8434c6aae3d63e2726982ba2908874ebd8ce562b3666fb05328a80a90174
19:45:26 Status: Downloaded newer image for dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:26 bfb276205637: Pull complete
19:45:26 Digest: sha256:9323f2ce4d43ab218561bba947f9b828cd2c1600207b99a72d7bfbd4702f8af4
19:45:26 Status: Downloaded newer image for dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:26 05c85d512dfb: Pull complete
19:45:26 Digest: sha256:3fdc8434c6aae3d63e2726982ba2908874ebd8ce562b3666fb05328a80a90174
19:45:26 Status: Downloaded newer image for dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:26 05c85d512dfb: Pull complete
19:45:26 Digest: sha256:3fdc8434c6aae3d63e2726982ba2908874ebd8ce562b3666fb05328a80a90174
19:45:26 Status: Downloaded newer image for dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb
19:45:26 Check for added large files..............................................Passed

19:45:27 + docker version
19:45:27 Client: Docker Engine - Community
19:45:27  Version:           18.09.7
19:45:27  API version:       1.39
19:45:27  Go version:        go1.10.8
19:45:27  Git commit:        2d0083d
19:45:27  Built:             Thu Jun 27 17:54:15 2019
19:45:27  OS/Arch:           linux/amd64
19:45:27  Experimental:      false
19:45:27 
19:45:27 Server: Docker Engine - Community
19:45:27  Engine:
19:45:27   Version:          19.03.2
19:45:27   API version:      1.40 (minimum version 1.12)
19:45:27   Go version:       go1.12.8
19:45:27   Git commit:       6a30dfc
19:45:27   Built:            Thu Aug 29 05:27:45 2019
19:45:27   OS/Arch:          linux/amd64
19:45:27   Experimental:     true
19:45:27  containerd:
19:45:27   Version:          1.2.6
19:45:27   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:27  runc:
19:45:27   Version:          1.0.0-rc8
19:45:27   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:27  docker-init:
19:45:27   Version:          0.18.0
19:45:27   GitCommit:        fec3683
19:45:27 + export DOCKER_VERSIONS=18.09.9
19:45:27 + DOCKER_VERSIONS=18.09.9
19:45:27 + STORAGE_DRIVER=overlay
19:45:27 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:27 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:27 ++ hostname
19:45:27 + GIT_VOLUME=--volumes-from=a94a5099484b
19:45:27 + . script/test/all
19:45:27 ++ set -e
19:45:27 ++ echo 'Running lint checks'
19:45:27 Running lint checks
19:45:27 ++ docker run --rm --tty --volumes-from=a94a5099484b dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:45:27 Check docstring is first.................................................Passed

19:45:27 Check for merge conflicts................................................Passed

19:45:28 Check Yaml...............................................................Passed

19:45:28 Check JSON...............................................................Passed

19:45:28 Debug Statements (Python)................................................Passed

19:45:28 Fix End of Files.........................................................Passed

19:45:29 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:29 pre-commit runtests: PYTHONHASHSEED='2883141054'

19:45:29 pre-commit runtests: commands[0] | pre-commit install

19:45:29 pre-commit installed at .git/hooks/pre-commit

19:45:29 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:29 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:29 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:29 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:29 + docker version
19:45:29 Client: Docker Engine - Community
19:45:29  Version:           18.09.7
19:45:29  API version:       1.39
19:45:29  Go version:        go1.10.8
19:45:29  Git commit:        2d0083d
19:45:29  Built:             Thu Jun 27 17:54:15 2019
19:45:29  OS/Arch:           linux/amd64
19:45:29  Experimental:      false
19:45:29 
19:45:29 Server: Docker Engine - Community
19:45:29  Engine:
19:45:29   Version:          19.03.2
19:45:29   API version:      1.40 (minimum version 1.12)
19:45:29   Go version:       go1.12.8
19:45:29   Git commit:       6a30dfc
19:45:29   Built:            Thu Aug 29 05:27:45 2019
19:45:29   OS/Arch:          linux/amd64
19:45:29   Experimental:     true
19:45:29  containerd:
19:45:29   Version:          1.2.6
19:45:29   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:29  runc:
19:45:29   Version:          1.0.0-rc8
19:45:29   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:29  docker-init:
19:45:29   Version:          0.18.0
19:45:29   GitCommit:        fec3683
19:45:29 + export DOCKER_VERSIONS=18.09.9
19:45:29 + DOCKER_VERSIONS=18.09.9
19:45:29 + STORAGE_DRIVER=overlay
19:45:29 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:29 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:29 ++ hostname
19:45:29 + GIT_VOLUME=--volumes-from=144bee4b62dc
19:45:29 + . script/test/all
19:45:29 ++ set -e
19:45:29 ++ echo 'Running lint checks'
19:45:29 Running lint checks
19:45:29 ++ docker run --rm --tty --volumes-from=144bee4b62dc dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:45:29 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:29 + docker version
19:45:29 Client: Docker Engine - Community
19:45:29  Version:           18.09.7
19:45:29  API version:       1.39
19:45:29  Go version:        go1.10.8
19:45:29  Git commit:        2d0083d
19:45:29  Built:             Thu Jun 27 17:54:15 2019
19:45:29  OS/Arch:           linux/amd64
19:45:29  Experimental:      false
19:45:29 
19:45:29 Server: Docker Engine - Community
19:45:29  Engine:
19:45:29   Version:          19.03.2
19:45:29   API version:      1.40 (minimum version 1.12)
19:45:29   Go version:       go1.12.8
19:45:29   Git commit:       6a30dfc
19:45:29   Built:            Thu Aug 29 05:27:45 2019
19:45:29   OS/Arch:          linux/amd64
19:45:29   Experimental:     true
19:45:29  containerd:
19:45:29   Version:          1.2.6
19:45:29   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:29  runc:
19:45:29   Version:          1.0.0-rc8
19:45:29   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:29  docker-init:
19:45:29   Version:          0.18.0
19:45:29   GitCommit:        fec3683
19:45:29 + export DOCKER_VERSIONS=19.03.5-rc1
19:45:29 + DOCKER_VERSIONS=19.03.5-rc1
19:45:29 + STORAGE_DRIVER=overlay
19:45:29 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:29 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:29 ++ hostname
19:45:29 + GIT_VOLUME=--volumes-from=b6febde1a79c
19:45:29 + . script/test/all
19:45:29 ++ set -e
19:45:29 ++ echo 'Running lint checks'
19:45:29 Running lint checks
19:45:29 ++ docker run --rm --tty --volumes-from=b6febde1a79c dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:45:30 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:30 [INFO] Once installed this environment will be reused.

19:45:30 [INFO] This may take a few minutes...

19:45:30 + docker version
19:45:30 Client: Docker Engine - Community
19:45:30  Version:           18.09.7
19:45:30  API version:       1.39
19:45:30  Go version:        go1.10.8
19:45:30  Git commit:        2d0083d
19:45:30  Built:             Thu Jun 27 17:54:15 2019
19:45:30  OS/Arch:           linux/amd64
19:45:30  Experimental:      false
19:45:30 
19:45:30 Server: Docker Engine - Community
19:45:30  Engine:
19:45:30   Version:          19.03.2
19:45:30   API version:      1.40 (minimum version 1.12)
19:45:30   Go version:       go1.12.8
19:45:30   Git commit:       6a30dfc
19:45:30   Built:            Thu Aug 29 05:27:45 2019
19:45:30   OS/Arch:          linux/amd64
19:45:30   Experimental:     true
19:45:30  containerd:
19:45:30   Version:          1.2.6
19:45:30   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:30  runc:
19:45:30   Version:          1.0.0-rc8
19:45:30   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:30  docker-init:
19:45:30   Version:          0.18.0
19:45:30   GitCommit:        fec3683
19:45:30 + export DOCKER_VERSIONS=19.03.5-rc1
19:45:30 + DOCKER_VERSIONS=19.03.5-rc1
19:45:30 + STORAGE_DRIVER=overlay
19:45:30 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:30 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:30 ++ hostname
19:45:30 + GIT_VOLUME=--volumes-from=796ef597b2f4
19:45:30 + . script/test/all
19:45:30 ++ set -e
19:45:30 ++ echo 'Running lint checks'
19:45:30 Running lint checks
19:45:30 ++ docker run --rm --tty --volumes-from=796ef597b2f4 dockerbuildbot/compose:alpine-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:45:30 + docker version
19:45:30 Client: Docker Engine - Community
19:45:30  Version:           18.09.7
19:45:30  API version:       1.39
19:45:30  Go version:        go1.10.8
19:45:30  Git commit:        2d0083d
19:45:30  Built:             Thu Jun 27 17:54:15 2019
19:45:30  OS/Arch:           linux/amd64
19:45:30  Experimental:      false
19:45:30 
19:45:30 Server: Docker Engine - Community
19:45:30  Engine:
19:45:30   Version:          19.03.2
19:45:30   API version:      1.40 (minimum version 1.12)
19:45:30   Go version:       go1.12.8
19:45:30   Git commit:       6a30dfc
19:45:30   Built:            Thu Aug 29 05:27:45 2019
19:45:30   OS/Arch:          linux/amd64
19:45:30   Experimental:     true
19:45:30  containerd:
19:45:30   Version:          1.2.6
19:45:30   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:30  runc:
19:45:30   Version:          1.0.0-rc8
19:45:30   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:30  docker-init:
19:45:30   Version:          0.18.0
19:45:30   GitCommit:        fec3683
19:45:30 + export DOCKER_VERSIONS=18.09.9
19:45:30 + DOCKER_VERSIONS=18.09.9
19:45:30 + STORAGE_DRIVER=overlay
19:45:30 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:30 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:30 ++ hostname
19:45:30 + GIT_VOLUME=--volumes-from=f71ef0927999
19:45:30 + . script/test/all
19:45:30 ++ set -e
19:45:30 ++ echo 'Running lint checks'
19:45:30 Running lint checks
19:45:30 ++ docker run --rm --tty --volumes-from=f71ef0927999 dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:45:31 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:31 pre-commit runtests: PYTHONHASHSEED='4142864469'

19:45:31 pre-commit runtests: commands[0] | pre-commit install

19:45:31 pre-commit installed at .git/hooks/pre-commit

19:45:31 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:31 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:31 pre-commit runtests: PYTHONHASHSEED='3663830724'

19:45:31 pre-commit runtests: commands[0] | pre-commit install

19:45:31 pre-commit installed at .git/hooks/pre-commit

19:45:31 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:31 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:31 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:31 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:31 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:31 pre-commit runtests: PYTHONHASHSEED='2758594478'

19:45:31 pre-commit runtests: commands[0] | pre-commit install

19:45:31 pre-commit installed at .git/hooks/pre-commit

19:45:31 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:31 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:31 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:31 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:31 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:31 [INFO] Once installed this environment will be reused.

19:45:31 [INFO] This may take a few minutes...

19:45:32 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:32 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:32 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:32 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:32 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:32 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:32 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:32 [INFO] Once installed this environment will be reused.

19:45:32 [INFO] This may take a few minutes...

19:45:32 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:32 [INFO] Once installed this environment will be reused.

19:45:32 [INFO] This may take a few minutes...

19:45:32 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:32 pre-commit runtests: PYTHONHASHSEED='686651722'

19:45:32 pre-commit runtests: commands[0] | pre-commit install

19:45:32 pre-commit installed at .git/hooks/pre-commit

19:45:32 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:32 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:32 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:32 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:33 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:33 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:33 [INFO] Once installed this environment will be reused.

19:45:33 [INFO] This may take a few minutes...

19:45:34 + docker version
19:45:34 Client: Docker Engine - Community
19:45:34  Version:           18.09.7
19:45:34  API version:       1.39
19:45:34  Go version:        go1.10.8
19:45:34  Git commit:        2d0083d
19:45:34  Built:             Thu Jun 27 17:54:15 2019
19:45:34  OS/Arch:           linux/amd64
19:45:34  Experimental:      false
19:45:34 
19:45:34 Server: Docker Engine - Community
19:45:34  Engine:
19:45:34   Version:          19.03.2
19:45:34   API version:      1.40 (minimum version 1.12)
19:45:34   Go version:       go1.12.8
19:45:34   Git commit:       6a30dfc
19:45:34   Built:            Thu Aug 29 05:27:45 2019
19:45:34   OS/Arch:          linux/amd64
19:45:34   Experimental:     true
19:45:34  containerd:
19:45:34   Version:          1.2.6
19:45:34   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:45:34  runc:
19:45:34   Version:          1.0.0-rc8
19:45:34   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:45:34  docker-init:
19:45:34   Version:          0.18.0
19:45:34   GitCommit:        fec3683
19:45:34 + export DOCKER_VERSIONS=19.03.5-rc1
19:45:34 + DOCKER_VERSIONS=19.03.5-rc1
19:45:34 + STORAGE_DRIVER=overlay
19:45:34 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:34 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
19:45:34 ++ hostname
19:45:34 + GIT_VOLUME=--volumes-from=04b9004ef525
19:45:34 + . script/test/all
19:45:34 ++ set -e
19:45:34 ++ echo 'Running lint checks'
19:45:34 Running lint checks
19:45:34 ++ docker run --rm --tty --volumes-from=04b9004ef525 dockerbuildbot/compose:debian-9fe5dfb11f9599533331df47c366a66d5b2d67cb tox -e pre-commit
19:45:34 Check for added large files..............................................Passed

19:45:34 Check docstring is first.................................................Passed

19:45:34 Check for merge conflicts................................................Passed

19:45:34 Check Yaml...............................................................Passed

19:45:34 Check JSON...............................................................Passed

19:45:34 Debug Statements (Python)................................................Passed

19:45:35 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

19:45:35 pre-commit runtests: PYTHONHASHSEED='2551116314'

19:45:35 pre-commit runtests: commands[0] | pre-commit install

19:45:35 pre-commit installed at .git/hooks/pre-commit

19:45:35 pre-commit runtests: commands[1] | pre-commit run --all-files

19:45:35 Fix End of Files.........................................................Passed

19:45:35 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

19:45:35 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

19:45:35 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:35 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

19:45:35 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

19:45:35 [INFO] Once installed this environment will be reused.

19:45:35 [INFO] This may take a few minutes...

19:45:37 Flake8...................................................................Failed

19:45:37 hookid: flake8

19:45:37 

19:45:37 tests/unit/cli/main_test.py:20:1: F401 'compose.const.LABEL_CONTAINER_NUMBER' imported but unused

19:45:37 compose/cli/main.py:895:106: E501 line too long (115 > 105 characters)

19:45:37 

19:45:37 Tests should end in _test.py.............................................Passed

19:45:37 Fix requirements.txt.....................................................Passed

19:45:37 Trim Trailing Whitespace.................................................Passed

19:45:38 Reorder python imports...................................................Failed

19:45:38 hookid: reorder-python-imports

19:45:38 

19:45:38 Files were modified by this hook. Additional output:

19:45:38 

19:45:38 Reordering imports in tests/unit/cli/main_test.py

19:45:38 

19:45:38 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

19:45:38 ___________________________________ summary ____________________________________

19:45:38 ERROR:   pre-commit: commands failed

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_19.03.5-rc1_py27
19:45:39 Sending interrupt signal to process
19:45:39 Sending interrupt signal to process
19:45:40 Flake8...................................................................Sending interrupt signal to process
19:45:40 Sending interrupt signal to process
19:45:40 Terminated
19:45:40 Terminated
19:45:40 script returned exit code 143
19:45:40 script returned exit code 143
19:45:40 Terminated
19:45:40 script returned exit code 143
19:45:41 Sending interrupt signal to process
19:45:42 Sending interrupt signal to process
19:45:42 Terminated
19:45:42 script returned exit code 143
19:45:42 Terminated
19:45:42 script returned exit code 143
19:45:43 Sending interrupt signal to process
19:45:43 Terminated
19:45:43 script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.5-rc1_py27
[Pipeline] }
Failed in branch alpine_19.03.5-rc1_py37
[Pipeline] }
Failed in branch alpine_18.09.9_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py37
[Pipeline] }
Failed in branch debian_19.03.5-rc1_py37
[Pipeline] }
Failed in branch debian_18.09.9_py27
19:45:44 Terminated
19:45:44 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
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE