Skip to content
Failed

Console Output

Pull request #6933 updated
16:57:12 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at bc57a1bd542674613f3f1aea39b27a5efd8c73e3 rather than ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
Obtained Jenkinsfile from bc57a1bd542674613f3f1aea39b27a5efd8c73e3
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04e53987481d5fc0e) in /home/ubuntu/workspace/compose_PR-6933
[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-6933@tmp/5a93e7ad-11b7-449d-bbbb-3ac0afc64cae/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
16:57:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:57:15 chowning workspace
[Pipeline] sh
16:57:16 + uname -m
[Pipeline] sh
16:57:16 + pwd
16:57:16 + id -u
16:57:16 + id -g
16:57:16 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:57:17 Removing all docker containers
[Pipeline] sh
16:57:18 + docker container ls -aq
[Pipeline] echo
16:57:18 Docker containers have been removed
[Pipeline] echo
16:57:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:57:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
16:57:18 using credential sf-release-bot.github.ssh
16:57:18 Cloning the remote Git repository
16:57:18 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
16:57:19 Fetching without tags
16:57:20 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
16:57:20 Commit message: "Removes external/host opts from ports merge_field"
16:57:20 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/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
 > git rev-list --no-walk 0c5b5b102f8f32944d208f0f007d186cad21cd9a # timeout=10
[Pipeline] sh
16:57:21 + git rev-parse HEAD
[Pipeline] sh
16:57:21 + docker pull dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
16:57:21 Error response from daemon: manifest for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 not found: manifest unknown: manifest unknown
[Pipeline] sh
16:57:21 + script/build/write-git-sha
16:57:21 + GIT_COMMIT=ad2d86c1
16:57:21 + docker build -t dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 .
16:57:21 Sending build context to Docker daemon   1.86MB

16:57:21 Step 1/32 : ARG DOCKER_VERSION=18.09.7
16:57:21 Step 2/32 : ARG PYTHON_VERSION=3.7.4
16:57:21 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
16:57:21 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
16:57:21 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
16:57:21 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
16:57:21 Step 7/32 : ARG BUILD_PLATFORM=alpine
16:57:21 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
16:57:21  ---> 108a4437ed8c
16:57:21 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
16:57:21  ---> 39fb80313465
16:57:21 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
16:57:21  ---> Using cache
16:57:21  ---> d4e7c9ac9021
16:57:21 Step 11/32 : ENV BUILD_BOOTLOADER=1
16:57:21  ---> Using cache
16:57:21  ---> 81368dca8a0f
16:57:21 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
16:57:21  ---> 7691d3cb6cbc
16:57:21 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
16:57:21  ---> Using cache
16:57:21  ---> 1fc88e534ece
16:57:21 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
16:57:21  ---> 81368dca8a0f
16:57:21 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
16:57:22  ---> 995991e7a863
16:57:22 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
16:57:22  ---> Running in 503bf457befa
16:57:22 Removing intermediate container 503bf457befa
16:57:22  ---> a0e74f25449d
16:57:22 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
16:57:23  ---> 082c7096d284
16:57:23 Step 18/32 : WORKDIR /code/
16:57:23  ---> Running in 7c40f00c7483
16:57:23 Removing intermediate container 7c40f00c7483
16:57:23  ---> bad2cf434be8
16:57:23 Step 19/32 : RUN pip install virtualenv==16.2.0
16:57:23  ---> Running in 23bb800a804c
16:57:25 Collecting virtualenv==16.2.0
16:57:30   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
16:57:30 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0)
16:57:30 Installing collected packages: virtualenv
16:57:30 Successfully installed virtualenv-16.2.0
16:57:35 Removing intermediate container 23bb800a804c
16:57:35  ---> 288c8ea31385
16:57:35 Step 20/32 : RUN pip install tox==2.9.1
16:57:35  ---> Running in 8125e1e3f8e8
16:57:36 Collecting tox==2.9.1
16:57:41   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
16:57:41 Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
16:57:41 Collecting six (from tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
16:57:41 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
16:57:41 Collecting py>=1.4.17 (from tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
16:57:41 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
16:57:41 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.2.0)
16:57:41 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
16:57:41 Collecting more-itertools (from zipp>=0.5->importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1)
16:57:41   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
16:57:41 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox
16:57:42 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
16:57:42 Removing intermediate container 8125e1e3f8e8
16:57:42  ---> fd493665c10c
16:57:42 Step 21/32 : COPY requirements.txt .
16:57:43  ---> 379135471be1
16:57:43 Step 22/32 : COPY requirements-dev.txt .
16:57:43  ---> ef8bd9601921
16:57:43 Step 23/32 : COPY .pre-commit-config.yaml .
16:57:43  ---> 70a44d8aa590
16:57:43 Step 24/32 : COPY tox.ini .
16:57:43  ---> c65577450308
16:57:43 Step 25/32 : COPY setup.py .
16:57:44  ---> e13b2f56835e
16:57:44 Step 26/32 : COPY README.md .
16:57:44  ---> 808bd2386c49
16:57:44 Step 27/32 : COPY compose compose/
16:57:44  ---> 388ecc1b9251
16:57:44 Step 28/32 : RUN tox --notest
16:57:44  ---> Running in 0ecffd61f999
16:57:45 py27 create: /code/.tox/py27
16:57:57 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
17:00:04 py27 develop-inst: /code
17:00:04 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,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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
17:00:04 py37 create: /code/.tox/py37
17:00:10 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
17:02:17 py37 develop-inst: /code
17:02:17 py37 installed: asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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
17:02:17 pre-commit create: /code/.tox/pre-commit
17:02:18 pre-commit installdeps: pre-commit
17:02:27 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0
17:02:27 ___________________________________ summary ____________________________________
17:02:27   py27: skipped tests
17:02:27   py37: skipped tests
17:02:27   pre-commit: skipped tests
17:02:27   congratulations :)
17:02:29 Removing intermediate container 0ecffd61f999
17:02:29  ---> 1acb072197ee
17:02:29 Step 29/32 : COPY . .
17:02:30  ---> a32143477ed6
17:02:30 Step 30/32 : ARG GIT_COMMIT=unknown
17:02:30  ---> Running in b34bcee4f9f1
17:02:30 Removing intermediate container b34bcee4f9f1
17:02:30  ---> 0b0637016b02
17:02:30 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
17:02:30  ---> Running in a051e0f106fe
17:02:30 Removing intermediate container a051e0f106fe
17:02:30  ---> d5ff7813138e
17:02:30 Step 32/32 : RUN script/build/linux-entrypoint
17:02:30  ---> Running in 9b38462ea771
17:02:31 + CODE_PATH=/code
17:02:31 + VENV=/code/.tox/py37
17:02:31 + cd /code
17:02:31 + mkdir -p dist
17:02:31 + chmod 777 dist
17:02:31 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
17:02:49 + '[' -z ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 ']'
17:02:49 + echo ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:02:49 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:02:49 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:02:49 + '[' '!' -z 1 ']'
17:02:49 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
17:02:49 Cloning into '/tmp/pyinstaller'...
17:02:52 + cd /tmp/pyinstaller/bootloader
17:02:52 + git checkout v3.5
17:02:52 Note: checking out 'v3.5'.
17:02:52 
17:02:52 You are in 'detached HEAD' state. You can look around, make experimental
17:02:52 changes and commit them, and you can discard any commits you make in this
17:02:52 state without impacting any branches by performing another checkout.
17:02:52 
17:02:52 If you want to create a new branch to retain commits you create, you may
17:02:52 do so (now or later) by using -b with the checkout command again. Example:
17:02:52 
17:02:52   git checkout -b <new-branch-name>
17:02:52 
17:02:52 HEAD is now at 498e6ee0 Release 3.5.
17:02:52 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
17:02:53 Setting top to                           : /tmp/pyinstaller/bootloader 
17:02:53 Setting out to                           : /tmp/pyinstaller/bootloader/build 
17:02:53 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
17:02:53 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
17:02:53 Checking size of pointer                 : 8 
17:02:53 Platform                                 : Linux-64bit detected based on compiler 
17:02:53 Checking for flags -m64                  : yes 
17:02:53 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
17:02:53 Checking for program 'strip'             : /usr/bin/strip 
17:02:53 Checking for library dl                  : yes 
17:02:53 Checking for library m                   : yes 
17:02:53 Checking for library z                   : yes 
17:02:53 Checking for function unsetenv           : yes 
17:02:53 Checking for function mkdtemp            : yes 
17:02:53 Checking for flags -Wl,--as-needed       : yes 
17:02:53 'configure' finished successfully (0.338s)
17:02:53 'all' finished successfully (0.000s)
17:02:53 'distclean' finished successfully (0.001s)
17:02:53 Setting top to                           : /tmp/pyinstaller/bootloader 
17:02:53 Setting out to                           : /tmp/pyinstaller/bootloader/build 
17:02:53 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
17:02:53 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
17:02:53 Checking size of pointer                 : 8 
17:02:53 Platform                                 : Linux-64bit detected based on compiler 
17:02:53 Checking for flags -m64                  : yes 
17:02:53 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
17:02:53 Checking for program 'strip'             : /usr/bin/strip 
17:02:53 Checking for library dl                  : yes 
17:02:53 Checking for library m                   : yes 
17:02:53 Checking for library z                   : yes 
17:02:53 Checking for function unsetenv           : yes 
17:02:53 Checking for function mkdtemp            : yes 
17:02:53 Checking for flags -Wl,--as-needed       : yes 
17:02:53 'configure' finished successfully (0.310s)
17:02:53 'make_all' finished successfully (0.003s)
17:02:53 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:53 [ 1/13] Compiling src/pyi_python.c
17:02:53 [ 2/13] Compiling src/pyi_global.c
17:02:53 [ 3/13] Compiling src/pyi_archive.c
17:02:53 [ 4/13] Compiling src/pyi_utils.c
17:02:54 [ 5/13] Compiling src/pyi_python27_compat.c
17:02:54 [ 6/13] Compiling src/pyi_win32_utils.c
17:02:54 [ 7/13] Compiling src/pyi_main.c
17:02:54 [ 8/13] Compiling src/pyi_pythonlib.c
17:02:54 [ 9/13] Compiling src/pyi_path.c
17:02:54 [10/13] Compiling src/main.c
17:02:54 [11/13] Compiling src/pyi_launch.c
17:02:54 [12/13] Linking build/debug/run_d
17:02:54 [13/13] Processing build/debug/run_d
17:02:54 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:54 'build_debug' finished successfully (0.708s)
17:02:54 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
17:02:54 [ 1/13] Compiling src/pyi_python.c
17:02:54 [ 2/13] Compiling src/pyi_global.c
17:02:54 [ 3/13] Compiling src/main.c
17:02:54 [ 4/13] Compiling src/pyi_archive.c
17:02:54 [ 5/13] Compiling src/pyi_launch.c
17:02:54 [ 6/13] Compiling src/pyi_win32_utils.c
17:02:54 [ 7/13] Compiling src/pyi_main.c
17:02:54 [ 8/13] Compiling src/pyi_pythonlib.c
17:02:54 [ 9/13] Compiling src/pyi_python27_compat.c
17:02:54 [10/13] Compiling src/pyi_utils.c
17:02:54 [11/13] Compiling src/pyi_path.c
17:02:55 [12/13] Linking build/release/run
17:02:55 [13/13] Processing build/release/run
17:02:55 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
17:02:55 'build_release' finished successfully (0.691s)
17:02:55 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:55 [13/14] Processing build/debug/run_d
17:02:55 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
17:02:55 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
17:02:55 'install_debug' finished successfully (0.014s)
17:02:55 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
17:02:55 [14/14] Processing build/release/run
17:02:55 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
17:02:55 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
17:02:55 'install_release' finished successfully (0.012s)
17:02:55 + /code/.tox/py37/bin/pip3 install ..
17:02:55 Processing /tmp/pyinstaller
17:02:55   Installing build dependencies: started
17:03:00   Installing build dependencies: finished with status 'done'
17:03:00   Getting requirements to build wheel: started
17:03:01   Getting requirements to build wheel: finished with status 'done'
17:03:01     Preparing wheel metadata: started
17:03:01     Preparing wheel metadata: finished with status 'done'
17:03:01 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.2.0)
17:03:01 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
17:03:01 Building wheels for collected packages: PyInstaller
17:03:01   Building wheel for PyInstaller (PEP 517): started
17:03:02   Building wheel for PyInstaller (PEP 517): finished with status 'done'
17:03:02   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=f5623565695c4bf2a2819923f7edac815bc8aca077db449e532135deb16f7410
17:03:02   Stored in directory: /tmp/pip-ephem-wheel-cache-m_y_d391/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
17:03:02 Successfully built PyInstaller
17:03:02 Installing collected packages: PyInstaller
17:03:02   Found existing installation: PyInstaller 3.5
17:03:02     Uninstalling PyInstaller-3.5:
17:03:02       Successfully uninstalled PyInstaller-3.5
17:03:03 Successfully installed PyInstaller-3.5
17:03:03 + cd /code
17:03:03 + rm -Rf /tmp/pyinstaller
17:03:03 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
17:03:03 36 INFO: PyInstaller: 3.5
17:03:03 36 INFO: Python: 3.7.4
17:03:03 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
17:03:03 40 INFO: UPX is not available.
17:03:03 42 INFO: Extending PYTHONPATH with paths
17:03:03 ['/code/bin', '/code']
17:03:03 42 INFO: checking Analysis
17:03:03 42 INFO: Building Analysis because Analysis-00.toc is non existent
17:03:03 42 INFO: Initializing module dependency graph...
17:03:03 43 INFO: Initializing module graph hooks...
17:03:03 45 INFO: Analyzing base_library.zip ...
17:03:05 2450 INFO: running Analysis Analysis-00.toc
17:03:05 2461 INFO: Caching module hooks...
17:03:05 2465 INFO: Analyzing bin/docker-compose
17:03:05 2544 INFO: Processing pre-find module path hook   distutils
17:03:05 2545 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
17:03:05 2707 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
17:03:07 3670 INFO: Processing pre-safe import module hook   six.moves
17:03:09 6217 INFO: Loading module hooks...
17:03:09 6217 INFO: Loading module hook "hook-certifi.py"...
17:03:09 6218 INFO: Loading module hook "hook-jsonschema.py"...
17:03:09 6220 INFO: Loading module hook "hook-xml.py"...
17:03:09 6258 INFO: Loading module hook "hook-nacl.py"...
17:03:09 6259 INFO: Loading module hook "hook-distutils.py"...
17:03:09 6261 INFO: Loading module hook "hook-pkg_resources.py"...
17:03:09 6401 INFO: Processing pre-safe import module hook   win32com
17:03:09 6589 INFO: Loading module hook "hook-pydoc.py"...
17:03:09 6589 INFO: Loading module hook "hook-sysconfig.py"...
17:03:09 6596 INFO: Loading module hook "hook-encodings.py"...
17:03:09 6634 INFO: Loading module hook "hook-cryptography.py"...
17:03:10 6841 INFO: Looking for ctypes DLLs
17:03:10 6851 INFO: Analyzing run-time hooks ...
17:03:10 6857 INFO: Including run-time hook 'pyi_rth_certifi.py'
17:03:10 6858 INFO: Including run-time hook 'pyi_rth_pkgres.py'
17:03:10 6868 INFO: Looking for dynamic libraries
17:03:10 7087 INFO: Looking for eggs
17:03:10 7087 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
17:03:10 7097 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
17:03:10 7153 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
17:03:10 7176 INFO: checking PYZ
17:03:10 7176 INFO: Building PYZ because PYZ-00.toc is non existent
17:03:10 7176 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
17:03:11 7920 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
17:03:11 7931 INFO: checking PKG
17:03:11 7931 INFO: Building PKG because PKG-00.toc is non existent
17:03:11 7931 INFO: Building PKG (CArchive) PKG-00.pkg
17:03:23 18864 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
17:03:23 18868 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
17:03:23 18868 INFO: checking EXE
17:03:23 18868 INFO: Building EXE because EXE-00.toc is non existent
17:03:23 18868 INFO: Building EXE from EXE-00.toc
17:03:23 18868 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
17:03:23 18915 INFO: Building EXE from EXE-00.toc completed successfully.
17:03:23 + ls -la dist/
17:03:23 total 17272
17:03:23 drwxrwxrwx    2 root     root          4096 Oct  1 17:03 .
17:03:23 drwxr-xr-x    1 root     root          4096 Oct  1 17:03 ..
17:03:23 -rwxr-xr-x    1 root     root      17672664 Oct  1 17:03 docker-compose
17:03:23 + ldd dist/docker-compose
17:03:23 	/lib/ld-musl-x86_64.so.1 (0x7f0ccb64a000)
17:03:23 	libz.so.1 => /lib/libz.so.1 (0x7f0ccb614000)
17:03:23 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f0ccb64a000)
17:03:23 + mv dist/docker-compose /usr/local/bin
17:03:23 + docker-compose version
17:03:23 docker-compose version 1.25.0dev, build ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:03:23 docker-py version: 4.0.1
17:03:23 CPython version: 3.7.4
17:03:23 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
17:03:23 Removing intermediate container 9b38462ea771
17:03:23  ---> 6e9119e2894e
17:03:23 Successfully built 6e9119e2894e
17:03:23 Successfully tagged dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] sh
17:03:24 + docker push dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:03:24 The push refers to repository [docker.io/dockerbuildbot/compose]
17:03:24 c5f6b1297a0c: Preparing
17:03:24 1cfe3b608d5a: Preparing
17:03:24 698459d004ba: Preparing
17:03:24 7a35064d39c3: Preparing
17:03:24 42b1ca0e7820: Preparing
17:03:24 38961214f937: Preparing
17:03:24 a99daa3a090e: Preparing
17:03:24 b034d3323e8d: Preparing
17:03:24 c0647d91b896: Preparing
17:03:24 c1defac45647: Preparing
17:03:24 dc043fdae48b: Preparing
17:03:24 6d7d055ee2e5: Preparing
17:03:24 7698fe7f32b0: Preparing
17:03:24 9161b5943c7e: Preparing
17:03:24 ba79c69351ac: Preparing
17:03:24 6f24a95d33db: Preparing
17:03:24 df8f08ee9463: Preparing
17:03:24 6a1aa47d6606: Preparing
17:03:24 7b66164940a3: Preparing
17:03:24 38961214f937: Waiting
17:03:24 a99daa3a090e: Waiting
17:03:24 b034d3323e8d: Waiting
17:03:24 c0647d91b896: Waiting
17:03:24 c1defac45647: Waiting
17:03:24 dc043fdae48b: Waiting
17:03:24 6d7d055ee2e5: Waiting
17:03:24 7698fe7f32b0: Waiting
17:03:24 9161b5943c7e: Waiting
17:03:24 ba79c69351ac: Waiting
17:03:24 6f24a95d33db: Waiting
17:03:24 df8f08ee9463: Waiting
17:03:24 6a1aa47d6606: Waiting
17:03:24 c5728f2d608b: Preparing
17:03:24 03901b4a2ea8: Preparing
17:03:24 c5728f2d608b: Waiting
17:03:24 03901b4a2ea8: Waiting
17:03:25 42b1ca0e7820: Pushed
17:03:25 7a35064d39c3: Pushed
17:03:26 1cfe3b608d5a: Pushed
17:03:27 38961214f937: Pushed
17:03:27 a99daa3a090e: Pushed
17:03:27 b034d3323e8d: Pushed
17:03:28 c0647d91b896: Pushed
17:03:28 c1defac45647: Pushed
17:03:29 dc043fdae48b: Pushed
17:03:30 7698fe7f32b0: Pushed
17:03:31 c5f6b1297a0c: Pushed
17:03:32 6d7d055ee2e5: Pushed
17:03:32 ba79c69351ac: Pushed
17:03:32 df8f08ee9463: Layer already exists
17:03:33 6a1aa47d6606: Layer already exists
17:03:33 7b66164940a3: Layer already exists
17:03:33 c5728f2d608b: Layer already exists
17:03:33 03901b4a2ea8: Layer already exists
17:03:34 9161b5943c7e: Pushed
17:03:36 698459d004ba: Pushed
17:03:51 6f24a95d33db: Pushed
17:03:51 alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516 size: 4715
[Pipeline] echo
17:03:51 dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04e53987481d5fc0e) in /home/ubuntu/workspace/compose_PR-6933
[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-6933@tmp/e85a97a1-1f29-49a3-8f44-a45b569da331/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
17:03:51 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /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-04e53987481d5fc0e) in /home/ubuntu/workspace/compose_PR-6933
[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-6933@tmp/ddeac3a1-ac38-4d59-a6d7-cbcd1a168ffd/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
17:03:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:03:53 chowning workspace
[Pipeline] sh
17:03:53 + uname -m
[Pipeline] sh
17:03:54 + pwd
17:03:54 + id -u
17:03:54 + id -g
17:03:54 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:03:55 Removing all docker containers
[Pipeline] sh
17:03:55 + docker container ls -aq
[Pipeline] echo
17:03:55 Docker containers have been removed
[Pipeline] echo
17:03:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:03:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
17:03:55 using credential sf-release-bot.github.ssh
17:03:55 Cloning the remote Git repository
17:03:55 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
17:03:57 Fetching without tags
17:03:57 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:03:57 Commit message: "Removes external/host opts from ports merge_field"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] sh
17:03:58 + docker pull dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:03:58 Error response from daemon: manifest for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 not found: manifest unknown: manifest unknown
[Pipeline] sh
17:03:58 + script/build/write-git-sha
17:03:58 + GIT_COMMIT=ad2d86c1
17:03:58 + docker build -t dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 .
17:03:58 Sending build context to Docker daemon   1.86MB

17:03:58 Step 1/32 : ARG DOCKER_VERSION=18.09.7
17:03:58 Step 2/32 : ARG PYTHON_VERSION=3.7.4
17:03:58 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
17:03:58 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
17:03:58 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
17:03:58 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
17:03:58 Step 7/32 : ARG BUILD_PLATFORM=alpine
17:03:58 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
17:03:58  ---> 108a4437ed8c
17:03:58 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
17:03:58  ---> 39fb80313465
17:03:58 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
17:03:58  ---> Using cache
17:03:58  ---> d4e7c9ac9021
17:03:58 Step 11/32 : ENV BUILD_BOOTLOADER=1
17:03:58  ---> Using cache
17:03:58  ---> 81368dca8a0f
17:03:58 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
17:03:58  ---> 7691d3cb6cbc
17:03:58 Step 13/32 : RUN apt-get update && apt-get install -y     curl     gcc     git     libc-dev     libgcc-6-dev     make     openssl     python2.7-dev
17:03:58  ---> Using cache
17:03:58  ---> 1fc88e534ece
17:03:58 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
17:03:58  ---> 1fc88e534ece
17:03:58 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
17:03:58  ---> Using cache
17:03:58  ---> 09c5f9b719a6
17:03:58 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
17:03:58  ---> Using cache
17:03:58  ---> bc74ae50aa05
17:03:58 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
17:03:58  ---> Using cache
17:03:58  ---> 737a45f51b22
17:03:58 Step 18/32 : WORKDIR /code/
17:03:58  ---> Using cache
17:03:58  ---> 1ed19bd2c05f
17:03:58 Step 19/32 : RUN pip install virtualenv==16.2.0
17:03:58  ---> Using cache
17:03:58  ---> aa0b02b1dbe4
17:03:58 Step 20/32 : RUN pip install tox==2.9.1
17:03:58  ---> Using cache
17:03:58  ---> a97262be42e0
17:03:58 Step 21/32 : COPY requirements.txt .
17:03:58  ---> Using cache
17:03:58  ---> 20c064bda635
17:03:58 Step 22/32 : COPY requirements-dev.txt .
17:03:58  ---> Using cache
17:03:58  ---> 360c372c07bc
17:03:58 Step 23/32 : COPY .pre-commit-config.yaml .
17:03:58  ---> Using cache
17:03:58  ---> 91bfa8f15e48
17:03:58 Step 24/32 : COPY tox.ini .
17:03:58  ---> Using cache
17:03:58  ---> 994026864080
17:03:58 Step 25/32 : COPY setup.py .
17:03:58  ---> Using cache
17:03:58  ---> 49729c25e2a5
17:03:58 Step 26/32 : COPY README.md .
17:03:58  ---> Using cache
17:03:58  ---> 56c03f28187e
17:03:58 Step 27/32 : COPY compose compose/
17:03:58  ---> Using cache
17:03:58  ---> 72c97a1bbd38
17:03:58 Step 28/32 : RUN tox --notest
17:03:58  ---> Using cache
17:03:58  ---> 832fe438bf95
17:03:58 Step 29/32 : COPY . .
17:03:58  ---> Using cache
17:03:58  ---> 3b8c0a4b9675
17:03:58 Step 30/32 : ARG GIT_COMMIT=unknown
17:03:58  ---> Using cache
17:03:58  ---> 7bbf43f0c098
17:03:58 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
17:03:59  ---> Running in ecdc51599436
17:03:59 Removing intermediate container ecdc51599436
17:03:59  ---> 632db6d57c31
17:03:59 Step 32/32 : RUN script/build/linux-entrypoint
17:03:59  ---> Running in e536d01d2297
17:04:00 + CODE_PATH=/code
17:04:00 + VENV=/code/.tox/py37
17:04:00 + cd /code
17:04:00 + mkdir -p dist
17:04:00 + chmod 777 dist
17:04:00 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
17:04:18 + '[' -z ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 ']'
17:04:18 + echo ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:04:18 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:04:18 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:04:18 + '[' '!' -z '' ']'
17:04:18 + echo 'NOT compiling bootloader!!!'
17:04:18 NOT compiling bootloader!!!
17:04:18 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
17:04:18 37 INFO: PyInstaller: 3.5
17:04:18 37 INFO: Python: 3.7.4
17:04:18 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
17:04:18 39 INFO: UPX is not available.
17:04:18 40 INFO: Extending PYTHONPATH with paths
17:04:18 ['/code/bin', '/code']
17:04:18 40 INFO: checking Analysis
17:04:18 40 INFO: Building Analysis because Analysis-00.toc is non existent
17:04:18 40 INFO: Initializing module dependency graph...
17:04:18 42 INFO: Initializing module graph hooks...
17:04:18 43 INFO: Analyzing base_library.zip ...
17:04:20 2502 INFO: running Analysis Analysis-00.toc
17:04:20 2519 INFO: Caching module hooks...
17:04:20 2523 INFO: Analyzing bin/docker-compose
17:04:20 2606 INFO: Processing pre-find module path hook   distutils
17:04:20 2607 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
17:04:20 2786 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
17:04:21 3729 INFO: Processing pre-safe import module hook   six.moves
17:04:24 6267 INFO: Loading module hooks...
17:04:24 6267 INFO: Loading module hook "hook-certifi.py"...
17:04:24 6268 INFO: Loading module hook "hook-jsonschema.py"...
17:04:24 6270 INFO: Loading module hook "hook-xml.py"...
17:04:24 6307 INFO: Loading module hook "hook-nacl.py"...
17:04:24 6309 INFO: Loading module hook "hook-distutils.py"...
17:04:24 6311 INFO: Loading module hook "hook-pkg_resources.py"...
17:04:24 6460 INFO: Processing pre-safe import module hook   win32com
17:04:24 6690 INFO: Loading module hook "hook-pydoc.py"...
17:04:24 6690 INFO: Loading module hook "hook-sysconfig.py"...
17:04:24 6696 INFO: Loading module hook "hook-encodings.py"...
17:04:24 6734 INFO: Loading module hook "hook-cryptography.py"...
17:04:25 6910 INFO: Looking for ctypes DLLs
17:04:25 6921 INFO: Analyzing run-time hooks ...
17:04:25 6926 INFO: Including run-time hook 'pyi_rth_certifi.py'
17:04:25 6927 INFO: Including run-time hook 'pyi_rth_pkgres.py'
17:04:25 6937 INFO: Looking for dynamic libraries
17:04:25 7478 INFO: Looking for eggs
17:04:25 7478 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
17:04:25 7488 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
17:04:25 7543 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
17:04:25 7565 INFO: checking PYZ
17:04:25 7565 INFO: Building PYZ because PYZ-00.toc is non existent
17:04:25 7566 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
17:04:26 8278 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
17:04:26 8289 INFO: checking PKG
17:04:26 8290 INFO: Building PKG because PKG-00.toc is non existent
17:04:26 8290 INFO: Building PKG (CArchive) PKG-00.pkg
17:04:36 18131 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
17:04:36 18135 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
17:04:36 18135 INFO: checking EXE
17:04:36 18135 INFO: Building EXE because EXE-00.toc is non existent
17:04:36 18135 INFO: Building EXE from EXE-00.toc
17:04:36 18135 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
17:04:36 18198 INFO: Building EXE from EXE-00.toc completed successfully.
17:04:36 + ls -la dist/
17:04:36 + ldd dist/docker-compose
17:04:36 total 16848
17:04:36 drwxrwxrwx 2 root root     4096 Oct  1 17:04 .
17:04:36 drwxr-xr-x 1 root root     4096 Oct  1 17:04 ..
17:04:36 -rwxr-xr-x 1 root root 17239328 Oct  1 17:04 docker-compose
17:04:36 	linux-vdso.so.1 (0x00007ffcbe9b7000)
17:04:36 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa748156000)
17:04:36 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fa747f3c000)
17:04:36 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa747b9d000)
17:04:36 	/lib64/ld-linux-x86-64.so.2 (0x00007fa74835a000)
17:04:36 + mv dist/docker-compose /usr/local/bin
17:04:36 + docker-compose version
17:04:36 docker-compose version 1.25.0dev, build ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:04:36 docker-py version: 4.0.1
17:04:36 CPython version: 3.7.4
17:04:36 OpenSSL version: OpenSSL 1.1.0k  28 May 2019
17:04:38 Removing intermediate container e536d01d2297
17:04:38  ---> cf37bcc015b2
17:04:38 Successfully built cf37bcc015b2
17:04:38 Successfully tagged dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] sh
17:04:38 + docker push dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:04:38 The push refers to repository [docker.io/dockerbuildbot/compose]
17:04:38 da8c142bc1cf: Preparing
17:04:38 f8b0ea5facff: Preparing
17:04:38 a617ac9e9d0b: Preparing
17:04:38 228933e1d5c8: Preparing
17:04:38 d5333e91e9c6: Preparing
17:04:38 a0cf3fc29b69: Preparing
17:04:38 c414cd938df6: Preparing
17:04:38 7fa67e38788e: Preparing
17:04:38 43d2e3c6fed0: Preparing
17:04:38 1587fec619ca: Preparing
17:04:38 e34544214a83: Preparing
17:04:38 630cf9319a11: Preparing
17:04:38 7bc45d5a69b5: Preparing
17:04:38 253d301f2851: Preparing
17:04:38 7775b772d186: Preparing
17:04:38 f1ef143ff375: Preparing
17:04:38 5d9379544f46: Preparing
17:04:38 a60dca41a274: Preparing
17:04:38 2b0a1b3e6b0e: Preparing
17:04:38 e768b825df3d: Preparing
17:04:38 e9dc98463cd6: Preparing
17:04:38 a0cf3fc29b69: Waiting
17:04:38 c414cd938df6: Waiting
17:04:38 7fa67e38788e: Waiting
17:04:38 43d2e3c6fed0: Waiting
17:04:38 1587fec619ca: Waiting
17:04:38 e34544214a83: Waiting
17:04:38 630cf9319a11: Waiting
17:04:38 7bc45d5a69b5: Waiting
17:04:38 253d301f2851: Waiting
17:04:38 7775b772d186: Waiting
17:04:38 f1ef143ff375: Waiting
17:04:38 5d9379544f46: Waiting
17:04:38 a60dca41a274: Waiting
17:04:38 2b0a1b3e6b0e: Waiting
17:04:38 e768b825df3d: Waiting
17:04:38 e9dc98463cd6: Waiting
17:04:38 a617ac9e9d0b: Layer already exists
17:04:38 f8b0ea5facff: Layer already exists
17:04:38 228933e1d5c8: Layer already exists
17:04:38 c414cd938df6: Layer already exists
17:04:38 a0cf3fc29b69: Layer already exists
17:04:38 7fa67e38788e: Layer already exists
17:04:38 43d2e3c6fed0: Layer already exists
17:04:38 e34544214a83: Layer already exists
17:04:38 d5333e91e9c6: Layer already exists
17:04:38 630cf9319a11: Layer already exists
17:04:38 7bc45d5a69b5: Layer already exists
17:04:38 1587fec619ca: Layer already exists
17:04:38 253d301f2851: Layer already exists
17:04:38 5d9379544f46: Layer already exists
17:04:38 7775b772d186: Layer already exists
17:04:38 f1ef143ff375: Layer already exists
17:04:38 a60dca41a274: Layer already exists
17:04:38 2b0a1b3e6b0e: Layer already exists
17:04:38 e768b825df3d: Layer already exists
17:04:38 e9dc98463cd6: Layer already exists
17:04:44 da8c142bc1cf: Pushed
17:04:45 debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14 size: 4718
[Pipeline] echo
17:04:45 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04e53987481d5fc0e) in /home/ubuntu/workspace/compose_PR-6933
[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-6933@tmp/274caec8-7f07-4285-b210-d1692b8ed3a5/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
17:04:45 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /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.3-beta2_py27)
[Pipeline] { (Branch: alpine_19.03.3-beta2_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.3-beta2_py27)
[Pipeline] { (Branch: debian_19.03.3-beta2_py37)
[Pipeline] { (Branch: debian_18.09.9_py27)
[Pipeline] { (Branch: debian_18.09.9_py37)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04e53987481d5fc0e) in /home/ubuntu/workspace/compose_PR-6933
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-05e147024840b230d) in /home/ubuntu/workspace/compose_PR-6933
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0aefa937c15c69f5b) in /home/ubuntu/workspace/compose_PR-6933
Running on ubuntu-1804-overlay2 (i-0db3cafa0b77d8780) in /home/ubuntu/workspace/compose_PR-6933
[Pipeline] {
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-026dc94523b4167cd) in /home/ubuntu/workspace/compose_PR-6933
[Pipeline] {
[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-6933@tmp/e8e6d565-4ae0-4c98-8dfe-e412dd212aba/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] 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-6933@tmp/c9a6f985-78d4-4bef-8059-bcc9773f257e/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] 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-6933@tmp/ba4faa62-9dd8-4886-9a2c-d12a4a1089d4/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] 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-6933@tmp/4f62c942-733c-45cd-9685-73a0db97c772/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] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[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-6933@tmp/44696b0f-2faa-4c13-a6ec-a10a6f859941/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] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
17:04:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:04:48 chowning workspace
[Pipeline] sh
[Pipeline] echo
17:04:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:04:48 chowning workspace
[Pipeline] sh
[Pipeline] echo
17:04:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:04:48 chowning workspace
[Pipeline] sh
[Pipeline] echo
17:04:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:04:48 chowning workspace
[Pipeline] sh
[Pipeline] echo
17:04:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:04:48 chowning workspace
[Pipeline] sh
17:04:48 + uname -m
[Pipeline] sh
17:04:48 + uname -m
[Pipeline] sh
17:04:48 + uname -m
[Pipeline] sh
17:04:48 + uname -m
[Pipeline] sh
17:04:48 + uname -m
[Pipeline] sh
17:04:48 + pwd
17:04:48 + id -u
17:04:48 + id -g
17:04:48 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
17:04:48 + pwd
17:04:48 + id -u
17:04:48 + id -g
17:04:48 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
17:04:48 + pwd
17:04:48 + id -u
17:04:48 + id -g
17:04:48 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
17:04:48 + pwd
17:04:48 + id -u
17:04:48 + id -g
17:04:48 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
17:04:48 + pwd
17:04:48 + id -u
17:04:48 + id -g
17:04:48 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:04:50 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
17:04:50 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
17:04:50 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
17:04:50 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
17:04:50 Removing all docker containers
[Pipeline] sh
17:04:50 + docker container ls -aq
[Pipeline] echo
17:04:50 Docker containers have been removed
[Pipeline] echo
17:04:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
17:04:50 + docker container ls -aq
[Pipeline] echo
17:04:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.3-beta2 / baseImage=alpine)
[Pipeline] echo
17:04:50 Docker containers have been removed
[Pipeline] echo
17:04:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
17:04:50 + docker container ls -aq
[Pipeline] echo
17:04:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.3-beta2 / baseImage=alpine)
17:04:50 using credential sf-release-bot.github.ssh
[Pipeline] echo
17:04:50 Docker containers have been removed
[Pipeline] echo
17:04:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
17:04:50 Cloning the remote Git repository
17:04:50 Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
[Pipeline] echo
17:04:50 cleanWorkspace: Workspace is clean.
17:04:50 using credential sf-release-bot.github.ssh
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine)
17:04:50 Cloning the remote Git repository
17:04:50 Cloning with configured refspecs honoured and without tags
17:04:50 + docker container ls -aq
[Pipeline] checkout
[Pipeline] echo
17:04:50 Docker containers have been removed
[Pipeline] echo
17:04:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
17:04:50 using credential sf-release-bot.github.ssh
17:04:50 Cloning the remote Git repository
17:04:50 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
17:04:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.3-beta2 / baseImage=debian)
[Pipeline] checkout
17:04:50 + docker container ls -aq
[Pipeline] echo
17:04:50 Docker containers have been removed
[Pipeline] echo
17:04:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
[Pipeline] echo
17:04:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
17:04:50 using credential sf-release-bot.github.ssh
17:04:50 Cloning the remote Git repository
17:04:50 Cloning with configured refspecs honoured and without tags
17:04:50 using credential sf-release-bot.github.ssh
17:04:50 Cloning the remote Git repository
17:04:50 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
17:04:51 Fetching without tags
17:04:51 Fetching without tags
17:04:51 Fetching without tags
17:04:52 Fetching without tags
17:04:52 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:04:52 Commit message: "Removes external/host opts from ports merge_field"
17:04:52 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:04:52 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:04:52 Commit message: "Removes external/host opts from ports merge_field"
17:04:52 Commit message: "Removes external/host opts from ports merge_field"
17:04:52 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:04:52 Commit message: "Removes external/host opts from ports merge_field"
17:04:52 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:04:52 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:04:52 Commit message: "Removes external/host opts from ports merge_field"
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
17:04:53 + docker info
17:04:53 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:04:53 WARNING: No swap limit support
[Pipeline] echo
17:04:53 Using local system's storage driver: 
[Pipeline] sh
17:04:53 + docker info
17:04:53 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:04:53 WARNING: No swap limit support
[Pipeline] echo
17:04:53 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] sh
17:04:53 + docker info
17:04:53 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:04:53 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:04:53 + docker info
17:04:53 + pwd
17:04:53 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3-beta2 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:04:53 + pwd
17:04:53 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:04:53 Unable to find image 'dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:04:53 alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:04:53 9d48c3bd43c5: Already exists
17:04:53 c0ea575d71b9: Pulling fs layer
17:04:53 0f535eceebd5: Pulling fs layer
17:04:53 8a30f5893bea: Pulling fs layer
17:04:53 c1d30ace7b67: Pulling fs layer
17:04:53 5ff2059d78a7: Pulling fs layer
17:04:53 09d1539bab60: Pulling fs layer
17:04:53 2e4f111854df: Pulling fs layer
17:04:53 a482323c08b6: Pulling fs layer
17:04:53 443b20602ba7: Pulling fs layer
17:04:53 1bf30e6cac34: Pulling fs layer
17:04:53 ac1433396e7f: Pulling fs layer
17:04:53 a128720f7281: Pulling fs layer
17:04:53 c7160f90725d: Pulling fs layer
17:04:53 6355a51d7881: Pulling fs layer
17:04:53 58437b179166: Pulling fs layer
17:04:53 4efe756e6a92: Pulling fs layer
17:04:53 2d79fd214db6: Pulling fs layer
17:04:53 4d34cde2d46c: Pulling fs layer
17:04:53 1d695542a9da: Pulling fs layer
17:04:53 71e80accdb49: Pulling fs layer
17:04:53 c1d30ace7b67: Waiting
17:04:53 5ff2059d78a7: Waiting
17:04:53 09d1539bab60: Waiting
17:04:53 2e4f111854df: Waiting
17:04:53 a482323c08b6: Waiting
17:04:53 443b20602ba7: Waiting
17:04:53 1bf30e6cac34: Waiting
17:04:53 ac1433396e7f: Waiting
17:04:53 a128720f7281: Waiting
17:04:53 c7160f90725d: Waiting
17:04:53 6355a51d7881: Waiting
17:04:53 58437b179166: Waiting
17:04:53 4efe756e6a92: Waiting
17:04:53 2d79fd214db6: Waiting
17:04:53 4d34cde2d46c: Waiting
17:04:53 1d695542a9da: Waiting
17:04:53 71e80accdb49: Waiting
17:04:53 + docker info
17:04:53 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:04:53 WARNING: No swap limit support
[Pipeline] echo
17:04:53 Using local system's storage driver: 
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:04:53 8a30f5893bea: Verifying Checksum
17:04:53 8a30f5893bea: Download complete
17:04:53 c0ea575d71b9: Verifying Checksum
17:04:53 c0ea575d71b9: Download complete
17:04:53 + pwd
17:04:53 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3-beta2 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:04:53 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:04:53 debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:04:53 8f91359f1fff: Already exists
17:04:53 502ac059b4cd: Already exists
17:04:53 cfd307573f01: Already exists
17:04:53 65beb65381ee: Already exists
17:04:53 4c21f9ed2a53: Already exists
17:04:53 7f9953b04d78: Already exists
17:04:53 bf35e7f2a1fa: Already exists
17:04:53 c6f28ef2cfd9: Already exists
17:04:53 335e95fb0a6d: Already exists
17:04:53 da5e68cb68a4: Already exists
17:04:53 7027340d46df: Already exists
17:04:53 223ce529360d: Already exists
17:04:53 73457ec3957e: Already exists
17:04:53 d9f7eabda903: Already exists
17:04:53 dfd15c80b7e9: Already exists
17:04:53 + docker version
17:04:53 Client: Docker Engine - Community
17:04:53  Version:           18.09.7
17:04:53  API version:       1.39
17:04:53  Go version:        go1.10.8
17:04:53  Git commit:        2d0083d
17:04:53  Built:             Thu Jun 27 17:54:15 2019
17:04:53  OS/Arch:           linux/amd64
17:04:53  Experimental:      false
17:04:53 
17:04:53 Server: Docker Engine - Community
17:04:53  Engine:
17:04:53   Version:          19.03.2
17:04:53   API version:      1.40 (minimum version 1.12)
17:04:53   Go version:       go1.12.8
17:04:53   Git commit:       6a30dfc
17:04:53   Built:            Thu Aug 29 05:27:45 2019
17:04:53   OS/Arch:          linux/amd64
17:04:53   Experimental:     true
17:04:53  containerd:
17:04:53   Version:          1.2.6
17:04:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:04:53  runc:
17:04:53   Version:          1.0.0-rc8
17:04:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:04:53  docker-init:
17:04:53   Version:          0.18.0
17:04:53   GitCommit:        fec3683
17:04:53 + export DOCKER_VERSIONS=19.03.3-beta2
17:04:53 + DOCKER_VERSIONS=19.03.3-beta2
17:04:53 + STORAGE_DRIVER=overlay
17:04:53 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:04:53 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:04:53 ++ hostname
17:04:53 + GIT_VOLUME=--volumes-from=c933885dad1f
17:04:53 + . script/test/all
17:04:53 ++ set -e
17:04:53 ++ echo 'Running lint checks'
17:04:53 Running lint checks
17:04:53 ++ docker run --rm --tty --volumes-from=c933885dad1f dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit
17:04:53 c0ea575d71b9: Pull complete
17:04:53 c1d30ace7b67: Verifying Checksum
17:04:53 c1d30ace7b67: Download complete
17:04:53 0f535eceebd5: Verifying Checksum
17:04:53 0f535eceebd5: Download complete
17:04:53 09d1539bab60: Verifying Checksum
17:04:53 09d1539bab60: Download complete
17:04:54 2a05dd7fa74b: Already exists
17:04:54 5cb3ba859af8: Already exists
17:04:54 eb978ebc2bb2: Already exists
17:04:54 aba956361d74: Already exists
17:04:54 966a05015c14: Already exists
17:04:54 89358f800558: Pulling fs layer
17:04:54 WARNING: No swap limit support
[Pipeline] echo
17:04:54 Using local system's storage driver: 
[Pipeline] sh
17:04:54 a482323c08b6: Verifying Checksum
17:04:54 a482323c08b6: Download complete
17:04:54 2e4f111854df: Verifying Checksum
17:04:54 2e4f111854df: Download complete
17:04:54 + pwd
17:04:54 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:04:54 Unable to find image 'dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:04:54 alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:04:54 9d48c3bd43c5: Already exists
17:04:54 c0ea575d71b9: Pulling fs layer
17:04:54 0f535eceebd5: Pulling fs layer
17:04:54 8a30f5893bea: Pulling fs layer
17:04:54 c1d30ace7b67: Pulling fs layer
17:04:54 5ff2059d78a7: Pulling fs layer
17:04:54 09d1539bab60: Pulling fs layer
17:04:54 2e4f111854df: Pulling fs layer
17:04:54 a482323c08b6: Pulling fs layer
17:04:54 443b20602ba7: Pulling fs layer
17:04:54 1bf30e6cac34: Pulling fs layer
17:04:54 ac1433396e7f: Pulling fs layer
17:04:54 a128720f7281: Pulling fs layer
17:04:54 c7160f90725d: Pulling fs layer
17:04:54 6355a51d7881: Pulling fs layer
17:04:54 58437b179166: Pulling fs layer
17:04:54 4efe756e6a92: Pulling fs layer
17:04:54 2d79fd214db6: Pulling fs layer
17:04:54 4d34cde2d46c: Pulling fs layer
17:04:54 1d695542a9da: Pulling fs layer
17:04:54 71e80accdb49: Pulling fs layer
17:04:54 c1d30ace7b67: Waiting
17:04:54 5ff2059d78a7: Waiting
17:04:54 09d1539bab60: Waiting
17:04:54 2e4f111854df: Waiting
17:04:54 a482323c08b6: Waiting
17:04:54 443b20602ba7: Waiting
17:04:54 1bf30e6cac34: Waiting
17:04:54 ac1433396e7f: Waiting
17:04:54 a128720f7281: Waiting
17:04:54 c7160f90725d: Waiting
17:04:54 6355a51d7881: Waiting
17:04:54 58437b179166: Waiting
17:04:54 4efe756e6a92: Waiting
17:04:54 2d79fd214db6: Waiting
17:04:54 4d34cde2d46c: Waiting
17:04:54 1d695542a9da: Waiting
17:04:54 71e80accdb49: Waiting
17:04:54 8a30f5893bea: Verifying Checksum
17:04:54 8a30f5893bea: Download complete
17:04:54 443b20602ba7: Verifying Checksum
17:04:54 443b20602ba7: Download complete
17:04:54 ac1433396e7f: Verifying Checksum
17:04:54 ac1433396e7f: Download complete
17:04:54 1bf30e6cac34: Verifying Checksum
17:04:54 1bf30e6cac34: Download complete
17:04:54 a128720f7281: Verifying Checksum
17:04:54 a128720f7281: Download complete
17:04:54 c7160f90725d: Verifying Checksum
17:04:54 c7160f90725d: Download complete
17:04:54 c0ea575d71b9: Verifying Checksum
17:04:54 c0ea575d71b9: Download complete
17:04:54 c1d30ace7b67: Verifying Checksum
17:04:54 c1d30ace7b67: Download complete
17:04:54 89358f800558: Download complete
17:04:54 6355a51d7881: Verifying Checksum
17:04:54 6355a51d7881: Download complete
17:04:54 58437b179166: Verifying Checksum
17:04:54 58437b179166: Download complete
17:04:54 4efe756e6a92: Verifying Checksum
17:04:54 4efe756e6a92: Download complete
17:04:54 09d1539bab60: Verifying Checksum
17:04:54 09d1539bab60: Download complete
17:04:54 c0ea575d71b9: Pull complete
17:04:54 0f535eceebd5: Verifying Checksum
17:04:54 0f535eceebd5: Download complete
17:04:54 a482323c08b6: Verifying Checksum
17:04:54 a482323c08b6: Download complete
17:04:54 2d79fd214db6: Verifying Checksum
17:04:54 2d79fd214db6: Download complete
17:04:54 5ff2059d78a7: Verifying Checksum
17:04:54 5ff2059d78a7: Download complete
17:04:54 1d695542a9da: Verifying Checksum
17:04:54 1d695542a9da: Download complete
17:04:55 2e4f111854df: Verifying Checksum
17:04:55 2e4f111854df: Download complete
17:04:55 89358f800558: Pull complete
17:04:55 Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14
17:04:55 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:04:55 443b20602ba7: Verifying Checksum
17:04:55 443b20602ba7: Download complete
17:04:55 ac1433396e7f: Verifying Checksum
17:04:55 ac1433396e7f: Download complete
17:04:55 1bf30e6cac34: Verifying Checksum
17:04:55 1bf30e6cac34: Download complete
17:04:55 a128720f7281: Verifying Checksum
17:04:55 a128720f7281: Download complete
17:04:55 c7160f90725d: Verifying Checksum
17:04:55 c7160f90725d: Download complete
17:04:55 6355a51d7881: Verifying Checksum
17:04:55 6355a51d7881: Download complete
17:04:55 4d34cde2d46c: Verifying Checksum
17:04:55 4d34cde2d46c: Download complete
17:04:55 58437b179166: Verifying Checksum
17:04:55 58437b179166: Download complete
17:04:55 4efe756e6a92: Verifying Checksum
17:04:55 4efe756e6a92: Download complete
17:04:55 2d79fd214db6: Verifying Checksum
17:04:55 2d79fd214db6: Download complete
17:04:55 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:04:55 pre-commit runtests: PYTHONHASHSEED='3191399565'

17:04:55 pre-commit runtests: commands[0] | pre-commit install

17:04:55 71e80accdb49: Verifying Checksum
17:04:55 71e80accdb49: Download complete
17:04:55 1d695542a9da: Verifying Checksum
17:04:55 1d695542a9da: Download complete
17:04:55 5ff2059d78a7: Verifying Checksum
17:04:55 5ff2059d78a7: Download complete
17:04:56 pre-commit installed at .git/hooks/pre-commit

17:04:56 pre-commit runtests: commands[1] | pre-commit run --all-files

17:04:56 + docker version
17:04:56 Client: Docker Engine - Community
17:04:56  Version:           18.09.7
17:04:56  API version:       1.39
17:04:56  Go version:        go1.10.8
17:04:56  Git commit:        2d0083d
17:04:56  Built:             Thu Jun 27 17:54:15 2019
17:04:56  OS/Arch:           linux/amd64
17:04:56  Experimental:      false
17:04:56 
17:04:56 Server: Docker Engine - Community
17:04:56  Engine:
17:04:56   Version:          19.03.2
17:04:56   API version:      1.40 (minimum version 1.12)
17:04:56   Go version:       go1.12.8
17:04:56   Git commit:       6a30dfc
17:04:56   Built:            Thu Aug 29 05:27:45 2019
17:04:56   OS/Arch:          linux/amd64
17:04:56   Experimental:     true
17:04:56  containerd:
17:04:56   Version:          1.2.6
17:04:56   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:04:56  runc:
17:04:56   Version:          1.0.0-rc8
17:04:56   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:04:56  docker-init:
17:04:56   Version:          0.18.0
17:04:56   GitCommit:        fec3683
17:04:56 + export DOCKER_VERSIONS=19.03.3-beta2
17:04:56 + DOCKER_VERSIONS=19.03.3-beta2
17:04:56 + STORAGE_DRIVER=overlay
17:04:56 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:04:56 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:04:56 ++ hostname
17:04:56 + GIT_VOLUME=--volumes-from=f5ff61a16902
17:04:56 + . script/test/all
17:04:56 ++ set -e
17:04:56 ++ echo 'Running lint checks'
17:04:56 Running lint checks
17:04:56 ++ docker run --rm --tty --volumes-from=f5ff61a16902 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit
17:04:56 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

17:04:56 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

17:04:56 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

17:04:56 0f535eceebd5: Pull complete
17:04:56 8a30f5893bea: Pull complete
17:04:56 4d34cde2d46c: Verifying Checksum
17:04:56 4d34cde2d46c: Download complete
17:04:56 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:04:56 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

17:04:56 [INFO] Once installed this environment will be reused.

17:04:56 [INFO] This may take a few minutes...

17:04:56 c1d30ace7b67: Pull complete
17:04:56 71e80accdb49: Verifying Checksum
17:04:56 71e80accdb49: Download complete
17:04:57 0f535eceebd5: Pull complete
17:04:57 WARNING: No swap limit support
[Pipeline] echo
17:04:57 Using local system's storage driver: 
[Pipeline] sh
17:04:57 8a30f5893bea: Pull complete
17:04:57 + pwd
17:04:57 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3-beta2 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:04:57 Unable to find image 'dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:04:57 alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:04:57 9d48c3bd43c5: Already exists
17:04:57 c0ea575d71b9: Already exists
17:04:57 0f535eceebd5: Already exists
17:04:57 8a30f5893bea: Already exists
17:04:57 c1d30ace7b67: Already exists
17:04:57 5ff2059d78a7: Pulling fs layer
17:04:57 09d1539bab60: Pulling fs layer
17:04:57 2e4f111854df: Pulling fs layer
17:04:57 a482323c08b6: Pulling fs layer
17:04:57 443b20602ba7: Pulling fs layer
17:04:57 1bf30e6cac34: Pulling fs layer
17:04:57 ac1433396e7f: Pulling fs layer
17:04:57 a128720f7281: Pulling fs layer
17:04:57 c7160f90725d: Pulling fs layer
17:04:57 6355a51d7881: Pulling fs layer
17:04:57 58437b179166: Pulling fs layer
17:04:57 4efe756e6a92: Pulling fs layer
17:04:57 2d79fd214db6: Pulling fs layer
17:04:57 4d34cde2d46c: Pulling fs layer
17:04:57 1d695542a9da: Pulling fs layer
17:04:57 71e80accdb49: Pulling fs layer
17:04:57 a482323c08b6: Waiting
17:04:57 443b20602ba7: Waiting
17:04:57 1bf30e6cac34: Waiting
17:04:57 ac1433396e7f: Waiting
17:04:57 a128720f7281: Waiting
17:04:57 c7160f90725d: Waiting
17:04:57 6355a51d7881: Waiting
17:04:57 58437b179166: Waiting
17:04:57 4efe756e6a92: Waiting
17:04:57 2d79fd214db6: Waiting
17:04:57 4d34cde2d46c: Waiting
17:04:57 1d695542a9da: Waiting
17:04:57 71e80accdb49: Waiting
17:04:57 c1d30ace7b67: Pull complete
17:04:57 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:04:57 pre-commit runtests: PYTHONHASHSEED='1971505842'

17:04:57 pre-commit runtests: commands[0] | pre-commit install

17:04:57 pre-commit installed at .git/hooks/pre-commit

17:04:57 pre-commit runtests: commands[1] | pre-commit run --all-files

17:04:57 09d1539bab60: Verifying Checksum
17:04:57 09d1539bab60: Download complete
17:04:57 2e4f111854df: Verifying Checksum
17:04:57 2e4f111854df: Download complete
17:04:57 a482323c08b6: Verifying Checksum
17:04:57 a482323c08b6: Download complete
17:04:58 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

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

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

17:04:58 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:04:58 1bf30e6cac34: Verifying Checksum
17:04:58 1bf30e6cac34: Download complete
17:04:58 443b20602ba7: Verifying Checksum
17:04:58 443b20602ba7: Download complete
17:04:58 ac1433396e7f: Verifying Checksum
17:04:58 ac1433396e7f: Download complete
17:04:58 a128720f7281: Verifying Checksum
17:04:58 a128720f7281: Download complete
17:04:58 c7160f90725d: Verifying Checksum
17:04:58 c7160f90725d: Download complete
17:04:58 6355a51d7881: Verifying Checksum
17:04:58 6355a51d7881: Download complete
17:04:58 58437b179166: Verifying Checksum
17:04:58 58437b179166: Download complete
17:04:58 4efe756e6a92: Verifying Checksum
17:04:58 4efe756e6a92: Download complete
17:04:58 2d79fd214db6: Download complete
17:04:58 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

17:04:58 [INFO] Once installed this environment will be reused.

17:04:58 [INFO] This may take a few minutes...

17:04:58 1d695542a9da: Verifying Checksum
17:04:58 1d695542a9da: Download complete
17:04:59 4d34cde2d46c: Verifying Checksum
17:04:59 4d34cde2d46c: Download complete
17:04:59 5ff2059d78a7: Verifying Checksum
17:04:59 5ff2059d78a7: Download complete
17:04:59 71e80accdb49: Verifying Checksum
17:04:59 71e80accdb49: Download complete
17:04:59 5ff2059d78a7: Pull complete
17:04:59 09d1539bab60: Pull complete
17:05:00 2e4f111854df: Pull complete
17:05:00 a482323c08b6: Pull complete
17:05:00 443b20602ba7: Pull complete
17:05:00 1bf30e6cac34: Pull complete
17:05:00 ac1433396e7f: Pull complete
17:05:00 a128720f7281: Pull complete
17:05:00 c7160f90725d: Pull complete
17:05:01 5ff2059d78a7: Pull complete
17:05:01 09d1539bab60: Pull complete
17:05:01 6355a51d7881: Pull complete
17:05:01 58437b179166: Pull complete
17:05:01 4efe756e6a92: Pull complete
17:05:01 2e4f111854df: Pull complete
17:05:01 a482323c08b6: Pull complete
17:05:01 2d79fd214db6: Pull complete
17:05:01 443b20602ba7: Pull complete
17:05:01 1bf30e6cac34: Pull complete
17:05:01 ac1433396e7f: Pull complete
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs’
17:05:02 a128720f7281: Pull complete
17:05:02 c7160f90725d: Pull complete
17:05:02 6355a51d7881: Pull complete
17:05:02 58437b179166: Pull complete
17:05:02 4efe756e6a92: Pull complete
17:05:02 2d79fd214db6: Pull complete
17:05:02 5ff2059d78a7: Pull complete
17:05:02 09d1539bab60: Pull complete
17:05:02 2e4f111854df: Pull complete
17:05:02 a482323c08b6: Pull complete
17:05:03 443b20602ba7: Pull complete
17:05:03 1bf30e6cac34: Pull complete
17:05:03 ac1433396e7f: Pull complete
17:05:03 a128720f7281: Pull complete
17:05:03 c7160f90725d: Pull complete
17:05:03 6355a51d7881: Pull complete
17:05:03 58437b179166: Pull complete
17:05:04 4d34cde2d46c: Pull complete
17:05:04 1d695542a9da: Pull complete
17:05:04 4efe756e6a92: Pull complete
17:05:04 2d79fd214db6: Pull complete
17:05:04 71e80accdb49: Pull complete
17:05:04 Digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516
17:05:04 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:04 4d34cde2d46c: Pull complete
17:05:04 1d695542a9da: Pull complete
17:05:05 71e80accdb49: Pull complete
17:05:05 Digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516
17:05:05 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:06 4d34cde2d46c: Pull complete
17:05:06 1d695542a9da: Pull complete
17:05:07 71e80accdb49: Pull complete
17:05:07 Digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516
17:05:07 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:08 + docker version
17:05:08 Client: Docker Engine - Community
17:05:08  Version:           18.09.7
17:05:08  API version:       1.39
17:05:08  Go version:        go1.10.8
17:05:08  Git commit:        2d0083d
17:05:08  Built:             Thu Jun 27 17:54:15 2019
17:05:08  OS/Arch:           linux/amd64
17:05:08  Experimental:      false
17:05:08 
17:05:08 Server: Docker Engine - Community
17:05:08  Engine:
17:05:08   Version:          19.03.2
17:05:08   API version:      1.40 (minimum version 1.12)
17:05:08   Go version:       go1.12.8
17:05:08   Git commit:       6a30dfc
17:05:08   Built:            Thu Aug 29 05:27:45 2019
17:05:08   OS/Arch:          linux/amd64
17:05:08   Experimental:     true
17:05:08  containerd:
17:05:08   Version:          1.2.6
17:05:08   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:05:08  runc:
17:05:08   Version:          1.0.0-rc8
17:05:08   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:05:08  docker-init:
17:05:08   Version:          0.18.0
17:05:08   GitCommit:        fec3683
17:05:08 + export DOCKER_VERSIONS=18.09.9
17:05:08 + DOCKER_VERSIONS=18.09.9
17:05:08 + STORAGE_DRIVER=overlay
17:05:08 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:05:08 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:05:08 ++ hostname
17:05:08 + GIT_VOLUME=--volumes-from=97e80f60c952
17:05:08 + . script/test/all
17:05:08 ++ set -e
17:05:08 ++ echo 'Running lint checks'
17:05:08 Running lint checks
17:05:08 ++ docker run --rm --tty --volumes-from=97e80f60c952 dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit
17:05:08 + docker version
17:05:08 Client: Docker Engine - Community
17:05:08  Version:           18.09.7
17:05:08  API version:       1.39
17:05:08  Go version:        go1.10.8
17:05:08  Git commit:        2d0083d
17:05:08  Built:             Thu Jun 27 17:54:15 2019
17:05:08  OS/Arch:           linux/amd64
17:05:08  Experimental:      false
17:05:08 
17:05:08 Server: Docker Engine - Community
17:05:08  Engine:
17:05:08   Version:          19.03.2
17:05:08   API version:      1.40 (minimum version 1.12)
17:05:08   Go version:       go1.12.8
17:05:08   Git commit:       6a30dfc
17:05:08   Built:            Thu Aug 29 05:27:45 2019
17:05:08   OS/Arch:          linux/amd64
17:05:08   Experimental:     true
17:05:08  containerd:
17:05:08   Version:          1.2.6
17:05:08   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:05:08  runc:
17:05:08   Version:          1.0.0-rc8
17:05:08   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:05:08  docker-init:
17:05:08   Version:          0.18.0
17:05:08   GitCommit:        fec3683
17:05:08 + export DOCKER_VERSIONS=18.09.9
17:05:08 + DOCKER_VERSIONS=18.09.9
17:05:08 + STORAGE_DRIVER=overlay
17:05:08 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:05:08 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:05:08 ++ hostname
17:05:08 + GIT_VOLUME=--volumes-from=9f58a65f0e03
17:05:08 + . script/test/all
17:05:08 ++ set -e
17:05:08 ++ echo 'Running lint checks'
17:05:08 Running lint checks
17:05:08 ++ docker run --rm --tty --volumes-from=9f58a65f0e03 dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit
17:05:09 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:05:09 pre-commit runtests: PYTHONHASHSEED='1069156613'

17:05:09 pre-commit runtests: commands[0] | pre-commit install

17:05:09 pre-commit installed at .git/hooks/pre-commit

17:05:09 pre-commit runtests: commands[1] | pre-commit run --all-files

17:05:10 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

17:05:10 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

17:05:10 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

17:05:10 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:05:10 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:05:10 pre-commit runtests: PYTHONHASHSEED='2428272806'

17:05:10 pre-commit runtests: commands[0] | pre-commit install

17:05:10 pre-commit installed at .git/hooks/pre-commit

17:05:10 pre-commit runtests: commands[1] | pre-commit run --all-files

17:05:10 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

17:05:10 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

17:05:10 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

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

17:05:10 [INFO] Once installed this environment will be reused.

17:05:10 [INFO] This may take a few minutes...

17:05:11 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:05:11 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

17:05:11 [INFO] Once installed this environment will be reused.

17:05:11 [INFO] This may take a few minutes...

17:05:12 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:05:12 pre-commit runtests: PYTHONHASHSEED='1057158467'

17:05:12 pre-commit runtests: commands[0] | pre-commit install

17:05:12 pre-commit installed at .git/hooks/pre-commit

17:05:12 pre-commit runtests: commands[1] | pre-commit run --all-files

17:05:12 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

17:05:12 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

17:05:12 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

17:05:12 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:05:12 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

17:05:12 [INFO] Once installed this environment will be reused.

17:05:12 [INFO] This may take a few minutes...

17:05:14 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:05:14 [INFO] Once installed this environment will be reused.

17:05:14 [INFO] This may take a few minutes...

17:05:16 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:05:16 [INFO] Once installed this environment will be reused.

17:05:16 [INFO] This may take a few minutes...

Running on ubuntu-1804-overlay2 (i-0561131e0198ee7a7) in /home/ubuntu/workspace/compose_PR-6933
[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-6933@tmp/db48aa12-81bc-45f2-8ab9-8a4fe7e5b499/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
17:05:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:05:21 chowning workspace
[Pipeline] sh
17:05:21 + uname -m
[Pipeline] sh
17:05:21 + pwd
17:05:21 + id -u
17:05:21 + id -g
17:05:21 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:05:22 Removing all docker containers
[Pipeline] sh
17:05:23 + docker container ls -aq
[Pipeline] echo
17:05:23 Docker containers have been removed
[Pipeline] echo
17:05:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:05:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.3-beta2 / baseImage=debian)
[Pipeline] checkout
17:05:23 using credential sf-release-bot.github.ssh
17:05:23 Cloning the remote Git repository
17:05:23 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
17:05:24 Fetching without tags
17:05:25 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:05:25 Commit message: "Removes external/host opts from ports merge_field"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] sh
17:05:26 + docker info
17:05:26 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:05:26 Check for added large files..............................................Passed

17:05:26 Check for added large files..............................................Passed

17:05:26 Check docstring is first.................................................Passed

17:05:26 Check for merge conflicts................................................Passed

17:05:26 Check Yaml...............................................................Passed

17:05:26 Check JSON...............................................................Passed

17:05:26 Debug Statements (Python)................................................Passed

17:05:26 WARNING: No swap limit support
[Pipeline] echo
17:05:26 Using local system's storage driver: 
[Pipeline] sh
17:05:27 Check docstring is first.................................................Passed

17:05:27 Check for merge conflicts................................................Passed

17:05:27 Check Yaml...............................................................Passed

17:05:27 + pwd
17:05:27 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.3-beta2 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:05:27 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:05:27 debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:05:27 8f91359f1fff: Pulling fs layer
17:05:27 502ac059b4cd: Pulling fs layer
17:05:27 cfd307573f01: Pulling fs layer
17:05:27 65beb65381ee: Pulling fs layer
17:05:27 4c21f9ed2a53: Pulling fs layer
17:05:27 7f9953b04d78: Pulling fs layer
17:05:27 bf35e7f2a1fa: Pulling fs layer
17:05:27 c6f28ef2cfd9: Pulling fs layer
17:05:27 335e95fb0a6d: Pulling fs layer
17:05:27 da5e68cb68a4: Pulling fs layer
17:05:27 7027340d46df: Pulling fs layer
17:05:27 223ce529360d: Pulling fs layer
17:05:27 73457ec3957e: Pulling fs layer
17:05:27 d9f7eabda903: Pulling fs layer
17:05:27 dfd15c80b7e9: Pulling fs layer
17:05:27 2a05dd7fa74b: Pulling fs layer
17:05:27 5cb3ba859af8: Pulling fs layer
17:05:27 eb978ebc2bb2: Pulling fs layer
17:05:27 aba956361d74: Pulling fs layer
17:05:27 966a05015c14: Pulling fs layer
17:05:27 89358f800558: Pulling fs layer
17:05:27 4c21f9ed2a53: Waiting
17:05:27 7f9953b04d78: Waiting
17:05:27 bf35e7f2a1fa: Waiting
17:05:27 c6f28ef2cfd9: Waiting
17:05:27 335e95fb0a6d: Waiting
17:05:27 da5e68cb68a4: Waiting
17:05:27 7027340d46df: Waiting
17:05:27 223ce529360d: Waiting
17:05:27 73457ec3957e: Waiting
17:05:27 d9f7eabda903: Waiting
17:05:27 65beb65381ee: Waiting
17:05:27 dfd15c80b7e9: Waiting
17:05:27 2a05dd7fa74b: Waiting
17:05:27 5cb3ba859af8: Waiting
17:05:27 eb978ebc2bb2: Waiting
17:05:27 aba956361d74: Waiting
17:05:27 966a05015c14: Waiting
17:05:27 89358f800558: Waiting
17:05:27 Check JSON...............................................................Passed

17:05:27 Fix End of Files.........................................................Passed

17:05:27 502ac059b4cd: Verifying Checksum
17:05:27 502ac059b4cd: Download complete
17:05:27 Debug Statements (Python)................................................Passed

17:05:27 8f91359f1fff: Verifying Checksum
17:05:27 8f91359f1fff: Download complete
17:05:27 65beb65381ee: Verifying Checksum
17:05:27 65beb65381ee: Download complete
17:05:27 cfd307573f01: Verifying Checksum
17:05:27 cfd307573f01: Download complete
17:05:27 4c21f9ed2a53: Verifying Checksum
17:05:27 4c21f9ed2a53: Download complete
17:05:27 bf35e7f2a1fa: Verifying Checksum
17:05:27 bf35e7f2a1fa: Download complete
17:05:27 335e95fb0a6d: Verifying Checksum
17:05:27 335e95fb0a6d: Download complete
17:05:27 c6f28ef2cfd9: Verifying Checksum
17:05:27 c6f28ef2cfd9: Download complete
17:05:27 da5e68cb68a4: Verifying Checksum
17:05:27 da5e68cb68a4: Download complete
17:05:28 Fix End of Files.........................................................Passed

17:05:28 223ce529360d: Verifying Checksum
17:05:28 223ce529360d: Download complete
17:05:28 7027340d46df: Verifying Checksum
17:05:28 7027340d46df: Download complete
17:05:28 d9f7eabda903: Verifying Checksum
17:05:28 d9f7eabda903: Download complete
17:05:28 73457ec3957e: Verifying Checksum
17:05:28 73457ec3957e: Download complete
17:05:28 2a05dd7fa74b: Verifying Checksum
17:05:28 2a05dd7fa74b: Download complete
17:05:28 dfd15c80b7e9: Verifying Checksum
17:05:28 dfd15c80b7e9: Download complete
17:05:28 5cb3ba859af8: Verifying Checksum
17:05:28 5cb3ba859af8: Download complete
17:05:28 eb978ebc2bb2: Verifying Checksum
17:05:28 eb978ebc2bb2: Download complete
17:05:28 966a05015c14: Verifying Checksum
17:05:28 966a05015c14: Download complete
17:05:28 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:05:28 [INFO] Once installed this environment will be reused.

17:05:28 [INFO] This may take a few minutes...

17:05:29 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:05:29 [INFO] Once installed this environment will be reused.

17:05:29 [INFO] This may take a few minutes...

17:05:29 7f9953b04d78: Verifying Checksum
17:05:29 7f9953b04d78: Download complete
17:05:29 aba956361d74: Verifying Checksum
17:05:29 aba956361d74: Download complete
17:05:29 89358f800558: Verifying Checksum
17:05:29 89358f800558: Download complete
17:05:30 8f91359f1fff: Pull complete
17:05:30 502ac059b4cd: Pull complete
17:05:31 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:05:31 [INFO] Once installed this environment will be reused.

17:05:31 [INFO] This may take a few minutes...

17:05:31 cfd307573f01: Pull complete
17:05:31 65beb65381ee: Pull complete
17:05:31 4c21f9ed2a53: Pull complete
17:05:35 Flake8...................................................................Passed

17:05:35 Tests should end in _test.py.............................................Passed

17:05:35 Fix requirements.txt.....................................................Passed

17:05:35 Trim Trailing Whitespace.................................................Passed

17:05:35 7f9953b04d78: Pull complete
17:05:35 bf35e7f2a1fa: Pull complete
17:05:35 c6f28ef2cfd9: Pull complete
17:05:35 335e95fb0a6d: Pull complete
17:05:36 Reorder python imports...................................................Passed

17:05:36 ___________________________________ summary ____________________________________

17:05:36   pre-commit: commands succeeded

17:05:36   congratulations :)

17:05:36 da5e68cb68a4: Pull complete
17:05:36 Flake8...................................................................Passed

17:05:36 Tests should end in _test.py.............................................Passed

17:05:36 Fix requirements.txt.....................................................Passed

17:05:36 Trim Trailing Whitespace.................................................Passed

17:05:36 7027340d46df: Pull complete
17:05:36 223ce529360d: Pull complete
17:05:36 ++ get_versions='docker run --rm
17:05:36     --entrypoint=/code/.tox/py27/bin/python
17:05:36     dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:36     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:05:36 ++ '[' 19.03.3-beta2 == '' ']'
17:05:36 ++ '[' 19.03.3-beta2 == all ']'
17:05:36 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:05:36 ++ PY_TEST_VERSIONS=py27
17:05:36 ++ for version in $DOCKER_VERSIONS
17:05:36 ++ echo 'Running tests against Docker 19.03.3-beta2'
17:05:36 Running tests against Docker 19.03.3-beta2
17:05:36 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2
17:05:36 ++ trap on_exit EXIT
17:05:36 ++ repo=dockerswarm/dind
17:05:36 ++ docker run -d --name compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.3-beta2 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:05:36 ++ tail -n 10
17:05:36 73457ec3957e: Pull complete
17:05:36 d9f7eabda903: Pull complete
17:05:36 dfd15c80b7e9: Pull complete
17:05:37 2a05dd7fa74b: Pull complete
17:05:37 5cb3ba859af8: Pull complete
17:05:37 Reorder python imports...................................................Passed

17:05:37 ___________________________________ summary ____________________________________

17:05:37   pre-commit: commands succeeded

17:05:37   congratulations :)

17:05:37 eb978ebc2bb2: Pull complete
17:05:37 ++ get_versions='docker run --rm
17:05:37     --entrypoint=/code/.tox/py27/bin/python
17:05:37     dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:37     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:05:37 ++ '[' 19.03.3-beta2 == '' ']'
17:05:37 ++ '[' 19.03.3-beta2 == all ']'
17:05:37 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:05:37 ++ PY_TEST_VERSIONS=py27
17:05:37 ++ for version in $DOCKER_VERSIONS
17:05:37 ++ echo 'Running tests against Docker 19.03.3-beta2'
17:05:37 Running tests against Docker 19.03.3-beta2
17:05:37 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2
17:05:37 ++ trap on_exit EXIT
17:05:37 ++ repo=dockerswarm/dind
17:05:37 ++ tail -n 10
17:05:37 ++ docker run -d --name compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.3-beta2 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:05:39 aba956361d74: Pull complete
17:05:39 966a05015c14: Pull complete
17:05:40 89358f800558: Pull complete
17:05:40 Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14
17:05:40 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:40 Check for added large files..............................................Passed

17:05:40 Check docstring is first.................................................Passed

17:05:40 Check for merge conflicts................................................Passed

17:05:40 Check Yaml...............................................................Passed

17:05:40 Check JSON...............................................................Passed

17:05:40 Debug Statements (Python)................................................Passed

17:05:41 Fix End of Files.........................................................Passed

17:05:41 Check for added large files..............................................Passed

17:05:41 Check docstring is first.................................................Passed

17:05:41 Check for merge conflicts................................................Passed

17:05:41 Check Yaml...............................................................Passed

17:05:41 Check JSON...............................................................Passed

17:05:41 Debug Statements (Python)................................................Passed

17:05:41 Fix End of Files.........................................................Passed

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

17:05:43 Check docstring is first.................................................Passed

17:05:43 Check for merge conflicts................................................Passed

17:05:43 Check Yaml...............................................................Passed

17:05:43 Check JSON...............................................................Passed

17:05:43 Debug Statements (Python)................................................Passed

17:05:43 Fix End of Files.........................................................Passed

17:05:44 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:05:44 pre-commit runtests: PYTHONHASHSEED='1730222636'

17:05:44 pre-commit runtests: commands[0] | pre-commit install

17:05:44 pre-commit installed at .git/hooks/pre-commit

17:05:44 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

17:05:44 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

17:05:45 [INFO] Once installed this environment will be reused.

17:05:45 [INFO] This may take a few minutes...

17:05:46 7a58dca21afd: Verifying Checksum
17:05:46 7a58dca21afd: Download complete
17:05:46 8a45f3148b49: Pull complete
17:05:46 850223fccdd0: Pull complete
17:05:46 48c9a6062a91: Pull complete
17:05:46 7a58dca21afd: Pull complete
17:05:46 f16c044ebca5: Pull complete
17:05:46 Digest: sha256:ad4f6304cd6d80d4832ce6e97689dc4e223f4d0691280c57536d283d691cd637
17:05:46 Status: Downloaded newer image for dockerswarm/dind:19.03.3-beta2
17:05:46 9d4f49ca7ec49ce460b1f462bb8a773a74fa130b050d30cdcd61971a7f8e7571
17:05:46 ++ docker run --rm --tty --link=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.3-beta2 --entrypoint=tox dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py27 -- --verbose
17:05:46 py27 develop-inst-nodeps: /code

17:05:47 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,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:05:47 py27 runtests: PYTHONHASHSEED='259969839'

17:05:47 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

17:05:47 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:05:47 7a58dca21afd: Verifying Checksum
17:05:47 7a58dca21afd: Download complete
17:05:47 8a45f3148b49: Pull complete
17:05:47 850223fccdd0: Pull complete
17:05:47 48c9a6062a91: Pull complete
17:05:47 7a58dca21afd: Pull complete
17:05:47 f16c044ebca5: Pull complete
17:05:47 Digest: sha256:ad4f6304cd6d80d4832ce6e97689dc4e223f4d0691280c57536d283d691cd637
17:05:47 Status: Downloaded newer image for dockerswarm/dind:19.03.3-beta2
17:05:47 9fb21337d84ff06573ceb681799dc6a02b206739c5a39cc3425a2bd7c93106e2
17:05:47 ++ docker run --rm --tty --link=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.3-beta2 --entrypoint=tox dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py27 -- --verbose
17:05:47 py27 develop-inst-nodeps: /code

17:05:48 ============================= test session starts ==============================

17:05:48 platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

17:05:48 cachedir: .pytest_cache

17:05:48 rootdir: /code, inifile: tox.ini

17:05:48 plugins: cov-2.5.1

17:05:48 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,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:05:48 py27 runtests: PYTHONHASHSEED='2803757889'

17:05:48 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

17:05:48 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:05:49 ============================= test session starts ==============================

17:05:49 platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

17:05:49 cachedir: .pytest_cache

17:05:49 rootdir: /code, inifile: tox.ini

17:05:49 plugins: cov-2.5.1

17:05:49 Flake8...................................................................Passed

17:05:49 Tests should end in _test.py.............................................Passed

17:05:49 Fix requirements.txt.....................................................Passed

17:05:49 Trim Trailing Whitespace.................................................Passed

17:05:49 Reorder python imports...................................................Passed

17:05:49 ___________________________________ summary ____________________________________

17:05:49   pre-commit: commands succeeded

17:05:49   congratulations :)

17:05:49 Flake8...................................................................Passed

17:05:49 Tests should end in _test.py.............................................Passed

17:05:49 Fix requirements.txt.....................................................Passed

17:05:49 Trim Trailing Whitespace.................................................Passed

17:05:50 ++ get_versions='docker run --rm
17:05:50     --entrypoint=/code/.tox/py27/bin/python
17:05:50     dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:50     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:05:50 ++ '[' 18.09.9 == '' ']'
17:05:50 ++ '[' 18.09.9 == all ']'
17:05:50 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:05:50 ++ PY_TEST_VERSIONS=py37
17:05:50 ++ for version in $DOCKER_VERSIONS
17:05:50 ++ echo 'Running tests against Docker 18.09.9'
17:05:50 Running tests against Docker 18.09.9
17:05:50 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:05:50 ++ trap on_exit EXIT
17:05:50 ++ repo=dockerswarm/dind
17:05:50 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:05:50 ++ tail -n 10
17:05:50 Reorder python imports...................................................Passed

17:05:50 ___________________________________ summary ____________________________________

17:05:50   pre-commit: commands succeeded

17:05:50   congratulations :)

17:05:51 ++ get_versions='docker run --rm
17:05:51     --entrypoint=/code/.tox/py27/bin/python
17:05:51     dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:51     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:05:51 ++ '[' 18.09.9 == '' ']'
17:05:51 ++ '[' 18.09.9 == all ']'
17:05:51 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:05:51 ++ PY_TEST_VERSIONS=py27
17:05:51 ++ for version in $DOCKER_VERSIONS
17:05:51 ++ echo 'Running tests against Docker 18.09.9'
17:05:51 Running tests against Docker 18.09.9
17:05:51 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:05:51 ++ trap on_exit EXIT
17:05:51 ++ repo=dockerswarm/dind
17:05:51 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:05:51 ++ tail -n 10
17:05:51 Flake8...................................................................Passed

17:05:51 Tests should end in _test.py.............................................Passed

17:05:51 Fix requirements.txt.....................................................Passed

17:05:51 Trim Trailing Whitespace.................................................Passed

17:05:52 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:05:52 

17:05:52 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:05:52 

17:05:52 Reorder python imports...................................................Passed

17:05:52 ___________________________________ summary ____________________________________

17:05:52   pre-commit: commands succeeded

17:05:52   congratulations :)

17:05:53 ++ get_versions='docker run --rm
17:05:53     --entrypoint=/code/.tox/py27/bin/python
17:05:53     dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:05:53     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:05:53 ++ '[' 19.03.3-beta2 == '' ']'
17:05:53 ++ '[' 19.03.3-beta2 == all ']'
17:05:53 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:05:53 ++ PY_TEST_VERSIONS=py37
17:05:53 ++ for version in $DOCKER_VERSIONS
17:05:53 ++ echo 'Running tests against Docker 19.03.3-beta2'
17:05:53 Running tests against Docker 19.03.3-beta2
17:05:53 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2
17:05:53 ++ trap on_exit EXIT
17:05:53 ++ repo=dockerswarm/dind
17:05:53 ++ tail -n 10
17:05:53 ++ docker run -d --name compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.3-beta2 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:05:57 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:05:57 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:06:00 52af2c2d2f0f: Verifying Checksum
17:06:00 52af2c2d2f0f: Download complete
17:06:00 b0b8081c21b9: Pull complete
17:06:00 fe627842e5f0: Pull complete
17:06:00 7cf61dda384e: Pull complete
17:06:00 52af2c2d2f0f: Pull complete
17:06:00 2c69fa696ee3: Pull complete
17:06:00 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
17:06:00 Status: Downloaded newer image for dockerswarm/dind:18.09.9
17:06:00 c2ddc55e6305e98e1b3471aa348dd7a2e6e3224ba7aeb73e3b5e153ea36186fb
17:06:00 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py37 -- --verbose
17:06:00 py37 develop-inst-nodeps: /code

17:06:01 52af2c2d2f0f: Download complete
17:06:01 b0b8081c21b9: Download complete
17:06:01 b0b8081c21b9: Pull complete
17:06:01 fe627842e5f0: Pull complete
17:06:01 7cf61dda384e: Pull complete
17:06:01 52af2c2d2f0f: Pull complete
17:06:01 2c69fa696ee3: Pull complete
17:06:01 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
17:06:01 Status: Downloaded newer image for dockerswarm/dind:18.09.9
17:06:01 ded91e87ab32cd2389b101e76248f89000045163e2ab4315a24c2514bd6affe7
17:06:01 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py27 -- --verbose
17:06:01 py27 develop-inst-nodeps: /code

17:06:01 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:06:01 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:06:01 py37 installed: altgraph==0.16.1,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:06:01 py37 runtests: PYTHONHASHSEED='1112746412'

17:06:01 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

17:06:01 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:06:02 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,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:06:02 py27 runtests: PYTHONHASHSEED='921099260'

17:06:02 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

17:06:02 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:06:02 ============================= test session starts ==============================

17:06:02 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

17:06:02 cachedir: .pytest_cache

17:06:02 rootdir: /code, inifile: tox.ini

17:06:02 plugins: cov-2.5.1

17:06:02 ============================= test session starts ==============================

17:06:02 platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

17:06:02 cachedir: .pytest_cache

17:06:02 rootdir: /code, inifile: tox.ini

17:06:02 plugins: cov-2.5.1

17:06:03 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:06:03 [INFO] Once installed this environment will be reused.

17:06:03 [INFO] This may take a few minutes...

17:06:03 7a58dca21afd: Verifying Checksum
17:06:03 7a58dca21afd: Download complete
17:06:03 8a45f3148b49: Pull complete
17:06:03 850223fccdd0: Pull complete
17:06:03 48c9a6062a91: Pull complete
17:06:03 7a58dca21afd: Pull complete
17:06:03 f16c044ebca5: Pull complete
17:06:03 Digest: sha256:ad4f6304cd6d80d4832ce6e97689dc4e223f4d0691280c57536d283d691cd637
17:06:03 Status: Downloaded newer image for dockerswarm/dind:19.03.3-beta2
17:06:03 ecc31a1244875360c459e746a403ebc0df8e192283801845da71cae367b53585
17:06:03 ++ docker run --rm --tty --link=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.3-beta2 --entrypoint=tox dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py37 -- --verbose
17:06:03 py37 develop-inst-nodeps: /code

17:06:05 py37 installed: altgraph==0.16.1,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:06:05 py37 runtests: PYTHONHASHSEED='2188365994'

17:06:05 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

17:06:05 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:06:05 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:06:05 ============================= test session starts ==============================

17:06:05 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

17:06:05 cachedir: .pytest_cache

17:06:05 rootdir: /code, inifile: tox.ini

17:06:05 plugins: cov-2.5.1

17:06:05 

Running on ubuntu-1804-overlay2 (i-05e7ac0afcd210c08) in /home/ubuntu/workspace/compose_PR-6933
[Pipeline] {
[Pipeline] withDockerRegistry
17:06:06 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:06:06 

$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
17:06:08 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:06:08 

Running on ubuntu-1804-overlay2 (i-0ad9d7c1d0c0c9807) in /home/ubuntu/workspace/compose_PR-6933
17:06:09 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:06:10 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:06:11 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:06:11 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6933@tmp/73c07f78-71a8-4694-bc82-277a167fb70e/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] wrap
[Pipeline] withDockerRegistry
17:06:12 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

17:06:13 Check for added large files..............................................Passed

$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
17:06:13 Check docstring is first.................................................Passed

17:06:13 Check for merge conflicts................................................Passed

17:06:13 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

17:06:13 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:06:13 Check Yaml...............................................................Passed

17:06:13 Check JSON...............................................................Passed

17:06:14 Debug Statements (Python)................................................Passed

17:06:14 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:06:15 Fix End of Files.........................................................Passed

17:06:15 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:06:16 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
17:06:17 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

17:06:17 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6933@tmp/05c9adbc-4854-4b3f-90a1-b7e543902a91/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] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
17:06:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:06:17 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
17:06:18 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:06:18 chowning workspace
[Pipeline] sh
17:06:18 + uname -m
17:06:18 + uname -m
[Pipeline] sh
[Pipeline] sh
17:06:19 + pwd
17:06:19 + id -u
17:06:19 + id -g
17:06:19 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
17:06:19 Unable to find image 'busybox:latest' locally
17:06:19 + pwd
17:06:19 + id -u
17:06:19 + id -g
17:06:19 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace
17:06:19 Unable to find image 'busybox:latest' locally
17:06:19 latest: Pulling from library/busybox
17:06:19 7c9d20b9b6cd: Pulling fs layer
17:06:19 7c9d20b9b6cd: Verifying Checksum
17:06:19 7c9d20b9b6cd: Download complete
17:06:19 latest: Pulling from library/busybox
17:06:19 7c9d20b9b6cd: Pulling fs layer
17:06:19 7c9d20b9b6cd: Download complete
17:06:20 7c9d20b9b6cd: Pull complete
17:06:20 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
17:06:20 Status: Downloaded newer image for busybox:latest
17:06:20 7c9d20b9b6cd: Pull complete
17:06:20 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
17:06:20 Status: Downloaded newer image for busybox:latest
17:06:22 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:06:23 Flake8...................................................................Passed

17:06:23 Tests should end in _test.py.............................................Passed

17:06:23 Fix requirements.txt.....................................................Passed

17:06:23 Trim Trailing Whitespace.................................................Passed

[Pipeline] echo
17:06:23 Removing all docker containers
[Pipeline] sh
17:06:23 + docker container ls -aq
[Pipeline] echo
17:06:23 Docker containers have been removed
[Pipeline] echo
17:06:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:06:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
17:06:23 Reorder python imports...................................................Passed

17:06:23 ___________________________________ summary ____________________________________

17:06:23   pre-commit: commands succeeded

17:06:23   congratulations :)

[Pipeline] echo
17:06:23 Removing all docker containers
[Pipeline] sh
17:06:24 ++ get_versions='docker run --rm
17:06:24     --entrypoint=/code/.tox/py27/bin/python
17:06:24     dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:06:24     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:06:24 ++ '[' 19.03.3-beta2 == '' ']'
17:06:24 ++ '[' 19.03.3-beta2 == all ']'
17:06:24 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:06:24 ++ PY_TEST_VERSIONS=py37
17:06:24 ++ for version in $DOCKER_VERSIONS
17:06:24 ++ echo 'Running tests against Docker 19.03.3-beta2'
17:06:24 Running tests against Docker 19.03.3-beta2
17:06:24 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2
17:06:24 ++ trap on_exit EXIT
17:06:24 ++ repo=dockerswarm/dind
17:06:24 ++ docker run -d --name compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.3-beta2 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:06:24 ++ tail -n 10
17:06:24 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:06:24 + docker container ls -aq
[Pipeline] echo
17:06:24 Docker containers have been removed
[Pipeline] echo
17:06:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:06:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
17:06:24 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:06:24 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:06:25 50cba5e9d9783f4806ce2ed04535c7eb37df16fef995ba9f3ed68c0527270b8b
17:06:25 ++ docker run --rm --tty --link=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.3-beta2 --entrypoint=tox dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py37 -- --verbose
17:06:25 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:06:25 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:06:25 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:06:26 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:06:26 using credential sf-release-bot.github.ssh
17:06:26 py37 develop-inst-nodeps: /code

17:06:26 using credential sf-release-bot.github.ssh
17:06:26 Cloning the remote Git repository
17:06:26 Cloning with configured refspecs honoured and without tags
17:06:26 Cloning the remote Git repository
17:06:26 Cloning with configured refspecs honoured and without tags
17:06:26 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

Cloning repository git@github.com:docker/compose.git
17:06:27 py37 installed: altgraph==0.16.1,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:06:27 py37 runtests: PYTHONHASHSEED='2158545453'

17:06:27 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

17:06:27 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:06:27 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
17:06:27 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

 > git init /home/ubuntu/workspace/compose_PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
17:06:28 ============================= test session starts ==============================

17:06:28 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

17:06:28 cachedir: .pytest_cache

17:06:28 rootdir: /code, inifile: tox.ini

17:06:28 plugins: cov-2.5.1

17:06:28 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:06:29 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:06:29 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

17:06:29 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
17:06:30 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
17:06:30 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:06:30 

17:06:30 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

17:06:30 Fetching without tags
17:06:30 Commit message: "Removes external/host opts from ports merge_field"
17:06:31 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
[Pipeline] sh
17:06:31 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6933/head:refs/remotes/origin/PR-6933 # 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/6933/head:refs/remotes/origin/PR-6933
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:06:32 Commit message: "Removes external/host opts from ports merge_field"
17:06:32 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:06:32 + docker info
17:06:32 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

[Pipeline] sh
17:06:33 + awk -F :  $1 == "Storage Driver" { print $2; exit }
17:06:33 + docker info
17:06:33 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:06:33 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

17:06:35 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:06:35 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:06:36 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:06:37 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:06:37 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:06:38 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:06:38 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:06:38 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:06:39 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:06:39 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:06:39 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:06:40 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:06:40 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:06:40 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:06:41 WARNING: No swap limit support
[Pipeline] echo
17:06:41 Using local system's storage driver: 
[Pipeline] sh
17:06:41 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:06:41 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:06:41 + pwd
17:06:41 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:06:41 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:06:41 debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:06:41 8f91359f1fff: Pulling fs layer
17:06:41 502ac059b4cd: Pulling fs layer
17:06:41 cfd307573f01: Pulling fs layer
17:06:41 65beb65381ee: Pulling fs layer
17:06:41 4c21f9ed2a53: Pulling fs layer
17:06:41 7f9953b04d78: Pulling fs layer
17:06:41 bf35e7f2a1fa: Pulling fs layer
17:06:41 c6f28ef2cfd9: Pulling fs layer
17:06:41 335e95fb0a6d: Pulling fs layer
17:06:41 da5e68cb68a4: Pulling fs layer
17:06:41 7027340d46df: Pulling fs layer
17:06:41 223ce529360d: Pulling fs layer
17:06:41 73457ec3957e: Pulling fs layer
17:06:41 d9f7eabda903: Pulling fs layer
17:06:41 dfd15c80b7e9: Pulling fs layer
17:06:41 2a05dd7fa74b: Pulling fs layer
17:06:41 5cb3ba859af8: Pulling fs layer
17:06:41 eb978ebc2bb2: Pulling fs layer
17:06:41 aba956361d74: Pulling fs layer
17:06:41 966a05015c14: Pulling fs layer
17:06:41 89358f800558: Pulling fs layer
17:06:41 223ce529360d: Waiting
17:06:41 73457ec3957e: Waiting
17:06:41 d9f7eabda903: Waiting
17:06:41 dfd15c80b7e9: Waiting
17:06:41 2a05dd7fa74b: Waiting
17:06:41 5cb3ba859af8: Waiting
17:06:41 eb978ebc2bb2: Waiting
17:06:41 aba956361d74: Waiting
17:06:41 966a05015c14: Waiting
17:06:41 89358f800558: Waiting
17:06:41 65beb65381ee: Waiting
17:06:41 4c21f9ed2a53: Waiting
17:06:41 7f9953b04d78: Waiting
17:06:41 bf35e7f2a1fa: Waiting
17:06:41 c6f28ef2cfd9: Waiting
17:06:41 335e95fb0a6d: Waiting
17:06:41 da5e68cb68a4: Waiting
17:06:41 7027340d46df: Waiting
17:06:41 502ac059b4cd: Verifying Checksum
17:06:41 502ac059b4cd: Download complete
17:06:41 WARNING: No swap limit support
[Pipeline] echo
17:06:41 Using local system's storage driver: 
[Pipeline] sh
17:06:42 65beb65381ee: Verifying Checksum
17:06:42 65beb65381ee: Download complete
17:06:42 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:06:42 8f91359f1fff: Verifying Checksum
17:06:42 8f91359f1fff: Download complete
17:06:42 4c21f9ed2a53: Verifying Checksum
17:06:42 4c21f9ed2a53: Download complete
17:06:42 cfd307573f01: Verifying Checksum
17:06:42 cfd307573f01: Download complete
17:06:42 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:06:42 + pwd
17:06:42 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6933/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6933-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --verbose
17:06:42 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally
17:06:42 debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose
17:06:42 8f91359f1fff: Pulling fs layer
17:06:42 502ac059b4cd: Pulling fs layer
17:06:42 cfd307573f01: Pulling fs layer
17:06:42 65beb65381ee: Pulling fs layer
17:06:42 4c21f9ed2a53: Pulling fs layer
17:06:42 7f9953b04d78: Pulling fs layer
17:06:42 bf35e7f2a1fa: Pulling fs layer
17:06:42 c6f28ef2cfd9: Pulling fs layer
17:06:42 335e95fb0a6d: Pulling fs layer
17:06:42 da5e68cb68a4: Pulling fs layer
17:06:42 7027340d46df: Pulling fs layer
17:06:42 223ce529360d: Pulling fs layer
17:06:42 73457ec3957e: Pulling fs layer
17:06:42 d9f7eabda903: Pulling fs layer
17:06:42 dfd15c80b7e9: Pulling fs layer
17:06:42 2a05dd7fa74b: Pulling fs layer
17:06:42 5cb3ba859af8: Pulling fs layer
17:06:42 eb978ebc2bb2: Pulling fs layer
17:06:42 aba956361d74: Pulling fs layer
17:06:42 966a05015c14: Pulling fs layer
17:06:42 65beb65381ee: Waiting
17:06:42 4c21f9ed2a53: Waiting
17:06:42 7f9953b04d78: Waiting
17:06:42 bf35e7f2a1fa: Waiting
17:06:42 c6f28ef2cfd9: Waiting
17:06:42 335e95fb0a6d: Waiting
17:06:42 da5e68cb68a4: Waiting
17:06:42 7027340d46df: Waiting
17:06:42 223ce529360d: Waiting
17:06:42 73457ec3957e: Waiting
17:06:42 d9f7eabda903: Waiting
17:06:42 dfd15c80b7e9: Waiting
17:06:42 2a05dd7fa74b: Waiting
17:06:42 5cb3ba859af8: Waiting
17:06:42 eb978ebc2bb2: Waiting
17:06:42 aba956361d74: Waiting
17:06:42 89358f800558: Pulling fs layer
17:06:42 966a05015c14: Waiting
17:06:42 89358f800558: Waiting
17:06:42 bf35e7f2a1fa: Verifying Checksum
17:06:42 bf35e7f2a1fa: Download complete
17:06:42 335e95fb0a6d: Verifying Checksum
17:06:42 335e95fb0a6d: Download complete
17:06:42 502ac059b4cd: Verifying Checksum
17:06:42 502ac059b4cd: Download complete
17:06:42 c6f28ef2cfd9: Verifying Checksum
17:06:42 c6f28ef2cfd9: Download complete
17:06:42 da5e68cb68a4: Verifying Checksum
17:06:42 da5e68cb68a4: Download complete
17:06:43 223ce529360d: Verifying Checksum
17:06:43 223ce529360d: Download complete
17:06:43 7027340d46df: Verifying Checksum
17:06:43 7027340d46df: Download complete
17:06:43 73457ec3957e: Verifying Checksum
17:06:43 73457ec3957e: Download complete
17:06:43 d9f7eabda903: Verifying Checksum
17:06:43 d9f7eabda903: Download complete
17:06:43 65beb65381ee: Verifying Checksum
17:06:43 65beb65381ee: Download complete
17:06:43 4c21f9ed2a53: Verifying Checksum
17:06:43 4c21f9ed2a53: Download complete
17:06:43 8f91359f1fff: Verifying Checksum
17:06:43 8f91359f1fff: Download complete
17:06:43 cfd307573f01: Verifying Checksum
17:06:43 cfd307573f01: Download complete
17:06:43 2a05dd7fa74b: Verifying Checksum
17:06:43 2a05dd7fa74b: Download complete
17:06:43 dfd15c80b7e9: Verifying Checksum
17:06:43 dfd15c80b7e9: Download complete
17:06:43 5cb3ba859af8: Verifying Checksum
17:06:43 5cb3ba859af8: Download complete
17:06:43 eb978ebc2bb2: Verifying Checksum
17:06:43 eb978ebc2bb2: Download complete
17:06:43 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:06:43 bf35e7f2a1fa: Verifying Checksum
17:06:43 bf35e7f2a1fa: Download complete
17:06:43 335e95fb0a6d: Verifying Checksum
17:06:43 335e95fb0a6d: Download complete
17:06:43 966a05015c14: Verifying Checksum
17:06:43 966a05015c14: Download complete
17:06:43 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:06:43 da5e68cb68a4: Verifying Checksum
17:06:43 da5e68cb68a4: Download complete
17:06:43 c6f28ef2cfd9: Verifying Checksum
17:06:43 c6f28ef2cfd9: Download complete
17:06:44 223ce529360d: Verifying Checksum
17:06:44 223ce529360d: Download complete
17:06:44 7027340d46df: Verifying Checksum
17:06:44 7027340d46df: Download complete
17:06:44 73457ec3957e: Verifying Checksum
17:06:44 73457ec3957e: Download complete
17:06:44 d9f7eabda903: Verifying Checksum
17:06:44 d9f7eabda903: Download complete
17:06:44 dfd15c80b7e9: Verifying Checksum
17:06:44 dfd15c80b7e9: Download complete
17:06:44 2a05dd7fa74b: Verifying Checksum
17:06:44 2a05dd7fa74b: Download complete
17:06:44 5cb3ba859af8: Verifying Checksum
17:06:44 5cb3ba859af8: Download complete
17:06:44 eb978ebc2bb2: Verifying Checksum
17:06:44 eb978ebc2bb2: Download complete
17:06:44 966a05015c14: Verifying Checksum
17:06:44 966a05015c14: Download complete
17:06:44 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:06:45 89358f800558: Verifying Checksum
17:06:45 89358f800558: Download complete
17:06:45 aba956361d74: Verifying Checksum
17:06:45 aba956361d74: Download complete
17:06:45 7f9953b04d78: Verifying Checksum
17:06:45 7f9953b04d78: Download complete
17:06:45 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:06:45 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:06:46 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:06:46 89358f800558: Verifying Checksum
17:06:46 89358f800558: Download complete
17:06:46 aba956361d74: Verifying Checksum
17:06:46 aba956361d74: Download complete
17:06:46 7f9953b04d78: Verifying Checksum
17:06:46 7f9953b04d78: Download complete
17:06:46 8f91359f1fff: Pull complete
17:06:46 502ac059b4cd: Pull complete
17:06:47 8f91359f1fff: Pull complete
17:06:47 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:06:48 cfd307573f01: Pull complete
17:06:48 65beb65381ee: Pull complete
17:06:48 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:06:48 502ac059b4cd: Pull complete
17:06:48 4c21f9ed2a53: Pull complete
17:06:48 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:06:49 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:06:49 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:06:50 cfd307573f01: Pull complete
17:06:50 65beb65381ee: Pull complete
17:06:50 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:06:50 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:06:50 4c21f9ed2a53: Pull complete
17:06:50 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

17:06:51 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:06:51 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:06:52 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:06:52 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:06:52 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:06:53 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:06:53 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:06:53 7f9953b04d78: Pull complete
17:06:53 bf35e7f2a1fa: Pull complete
17:06:53 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:06:53 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:06:53 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:06:54 c6f28ef2cfd9: Pull complete
17:06:54 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:06:54 335e95fb0a6d: Pull complete
17:06:54 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:06:55 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:06:55 da5e68cb68a4: Pull complete
17:06:55 7027340d46df: Pull complete
17:06:55 223ce529360d: Pull complete
17:06:55 7f9953b04d78: Pull complete
17:06:55 bf35e7f2a1fa: Pull complete
17:06:55 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

17:06:55 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:06:55 73457ec3957e: Pull complete
17:06:55 d9f7eabda903: Pull complete
17:06:55 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:06:55 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:06:56 dfd15c80b7e9: Pull complete
17:06:56 2a05dd7fa74b: Pull complete
17:06:56 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:06:56 5cb3ba859af8: Pull complete
17:06:56 eb978ebc2bb2: Pull complete
17:06:56 c6f28ef2cfd9: Pull complete
17:06:56 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:06:56 335e95fb0a6d: Pull complete
17:06:56 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:06:56 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:06:56 da5e68cb68a4: Pull complete
17:06:57 7027340d46df: Pull complete
17:06:57 223ce529360d: Pull complete
17:06:57 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:06:57 73457ec3957e: Pull complete
17:06:57 d9f7eabda903: Pull complete
17:06:57 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:06:57 dfd15c80b7e9: Pull complete
17:06:57 2a05dd7fa74b: Pull complete
17:06:58 5cb3ba859af8: Pull complete
17:06:58 eb978ebc2bb2: Pull complete
17:06:58 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:06:58 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:06:59 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:06:59 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:06:59 aba956361d74: Pull complete
17:06:59 966a05015c14: Pull complete
17:06:59 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:06:59 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:06:59 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:07:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:07:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:07:00 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:07:00 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:07:00 89358f800558: Pull complete
17:07:00 Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14
17:07:00 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:07:01 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:07:01 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:07:01 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:07:01 + docker version
17:07:01 Client: Docker Engine - Community
17:07:01  Version:           18.09.7
17:07:01  API version:       1.39
17:07:01  Go version:        go1.10.8
17:07:01  Git commit:        2d0083d
17:07:01  Built:             Thu Jun 27 17:54:15 2019
17:07:01  OS/Arch:           linux/amd64
17:07:01  Experimental:      false
17:07:01 
17:07:01 Server: Docker Engine - Community
17:07:01  Engine:
17:07:01   Version:          19.03.2
17:07:01   API version:      1.40 (minimum version 1.12)
17:07:01   Go version:       go1.12.8
17:07:01   Git commit:       6a30dfc
17:07:01   Built:            Thu Aug 29 05:27:45 2019
17:07:01   OS/Arch:          linux/amd64
17:07:01   Experimental:     true
17:07:01  containerd:
17:07:01   Version:          1.2.6
17:07:01   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:07:01  runc:
17:07:01   Version:          1.0.0-rc8
17:07:01   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:07:01  docker-init:
17:07:01   Version:          0.18.0
17:07:01   GitCommit:        fec3683
17:07:01 + export DOCKER_VERSIONS=18.09.9
17:07:01 + DOCKER_VERSIONS=18.09.9
17:07:01 + STORAGE_DRIVER=overlay
17:07:01 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:07:01 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:07:01 ++ hostname
17:07:01 + GIT_VOLUME=--volumes-from=22dcbfaacfa3
17:07:01 + . script/test/all
17:07:01 ++ set -e
17:07:01 ++ echo 'Running lint checks'
17:07:01 Running lint checks
17:07:01 ++ docker run --rm --tty --volumes-from=22dcbfaacfa3 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit
17:07:02 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:07:02 aba956361d74: Pull complete
17:07:02 966a05015c14: Pull complete
17:07:02 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:07:02 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:07:02 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:07:03 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:07:03 89358f800558: Pull complete
17:07:03 Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14
17:07:03 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:07:03 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:07:03 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:07:03 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:07:03 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:07:04 + docker version
17:07:04 Client: Docker Engine - Community
17:07:04  Version:           18.09.7
17:07:04  API version:       1.39
17:07:04  Go version:        go1.10.8
17:07:04  Git commit:        2d0083d
17:07:04  Built:             Thu Jun 27 17:54:15 2019
17:07:04  OS/Arch:           linux/amd64
17:07:04  Experimental:      false
17:07:04 
17:07:04 Server: Docker Engine - Community
17:07:04  Engine:
17:07:04   Version:          19.03.2
17:07:04   API version:      1.40 (minimum version 1.12)
17:07:04   Go version:       go1.12.8
17:07:04   Git commit:       6a30dfc
17:07:04   Built:            Thu Aug 29 05:27:45 2019
17:07:04   OS/Arch:          linux/amd64
17:07:04   Experimental:     true
17:07:04  containerd:
17:07:04   Version:          1.2.6
17:07:04   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:07:04  runc:
17:07:04   Version:          1.0.0-rc8
17:07:04   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:07:04  docker-init:
17:07:04   Version:          0.18.0
17:07:04   GitCommit:        fec3683
17:07:04 + export DOCKER_VERSIONS=18.09.9
17:07:04 + DOCKER_VERSIONS=18.09.9
17:07:04 + STORAGE_DRIVER=overlay
17:07:04 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:07:04 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
17:07:04 ++ hostname
17:07:04 + GIT_VOLUME=--volumes-from=80f587d3d6c5
17:07:04 + . script/test/all
17:07:04 ++ set -e
17:07:04 ++ echo 'Running lint checks'
17:07:04 Running lint checks
17:07:04 ++ docker run --rm --tty --volumes-from=80f587d3d6c5 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit
17:07:04 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:07:04 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:07:04 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:07:04 pre-commit runtests: PYTHONHASHSEED='2708862179'

17:07:04 pre-commit runtests: commands[0] | pre-commit install

17:07:04 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:07:04 pre-commit installed at .git/hooks/pre-commit

17:07:04 pre-commit runtests: commands[1] | pre-commit run --all-files

17:07:04 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:07:04 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

17:07:04 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

17:07:04 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

17:07:05 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:07:05 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:07:05 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:07:05 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

17:07:05 [INFO] Once installed this environment will be reused.

17:07:05 [INFO] This may take a few minutes...

17:07:05 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:07:05 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:07:05 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:07:06 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:07:06 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:07:06 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:07:07 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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0

17:07:07 pre-commit runtests: PYTHONHASHSEED='3813325987'

17:07:07 pre-commit runtests: commands[0] | pre-commit install

17:07:07 pre-commit installed at .git/hooks/pre-commit

17:07:07 pre-commit runtests: commands[1] | pre-commit run --all-files

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

17:07:07 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

17:07:07 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

17:07:07 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:07:07 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:07:07 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:07:07 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:07:07 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

17:07:07 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

17:07:07 [INFO] Once installed this environment will be reused.

17:07:07 [INFO] This may take a few minutes...

17:07:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:07:08 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:07:09 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:07:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:07:09 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:07:09 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:07:09 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:07:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:07:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:07:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:07:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:07:10 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:07:10 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:07:11 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:07:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:07:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:07:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:07:11 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:07:12 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:07:12 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:07:12 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:07:12 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:07:12 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:07:13 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:07:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:07:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:07:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:07:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:07:14 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:07:15 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:07:15 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:07:15 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:07:16 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:07:16 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:07:16 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:07:16 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:07:16 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:07:17 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:07:17 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:07:17 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:07:17 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:07:17 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:07:18 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:07:18 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:07:18 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:07:18 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:07:19 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:07:19 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:07:19 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:07:20 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:07:20 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:07:20 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:07:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:07:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:07:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:07:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:07:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:07:22 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:07:22 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:07:22 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:07:24 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:07:24 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:07:24 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:07:24 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:07:24 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:07:25 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:07:25 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:07:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:07:27 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:07:27 [INFO] Once installed this environment will be reused.

17:07:27 [INFO] This may take a few minutes...

17:07:27 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:07:27 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:07:27 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:07:28 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:07:28 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:07:29 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:07:29 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

17:07:29 [INFO] Once installed this environment will be reused.

17:07:29 [INFO] This may take a few minutes...

17:07:29 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:07:29 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:07:30 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:07:30 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:07:31 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:07:32 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:07:33 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:07:34 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:07:34 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:07:34 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:07:34 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:07:35 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:07:36 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:07:37 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:07:37 Check for added large files..............................................Passed

17:07:37 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:07:37 Check docstring is first.................................................Passed

17:07:37 Check for merge conflicts................................................Passed

17:07:37 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:07:38 Check Yaml...............................................................Passed

17:07:38 Check JSON...............................................................Passed

17:07:38 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:07:38 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:07:38 Debug Statements (Python)................................................Passed

17:07:38 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:07:38 Fix End of Files.........................................................Passed

17:07:39 Check for added large files..............................................Passed

17:07:39 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:07:39 Check docstring is first.................................................Passed

17:07:39 Check for merge conflicts................................................Passed

17:07:40 Check Yaml...............................................................Passed

17:07:40 Check JSON...............................................................Passed

17:07:40 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:07:40 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:07:40 Debug Statements (Python)................................................Passed

17:07:41 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:07:41 Fix End of Files.........................................................Passed

17:07:41 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:07:41 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:07:42 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:07:42 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:07:43 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:07:44 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:07:45 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:07:45 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:07:46 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:07:46 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:07:46 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:07:46 Flake8...................................................................Passed

17:07:46 Tests should end in _test.py.............................................Passed

17:07:46 Fix requirements.txt.....................................................Passed

17:07:46 Trim Trailing Whitespace.................................................Passed

17:07:47 Reorder python imports...................................................Passed

17:07:47 ___________________________________ summary ____________________________________

17:07:47   pre-commit: commands succeeded

17:07:47   congratulations :)

17:07:48 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:07:48 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:07:48 ++ get_versions='docker run --rm
17:07:48     --entrypoint=/code/.tox/py27/bin/python
17:07:48     dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:07:48     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:07:48 ++ '[' 18.09.9 == '' ']'
17:07:48 ++ '[' 18.09.9 == all ']'
17:07:48 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:07:48 ++ PY_TEST_VERSIONS=py37
17:07:48 ++ for version in $DOCKER_VERSIONS
17:07:48 ++ echo 'Running tests against Docker 18.09.9'
17:07:48 Running tests against Docker 18.09.9
17:07:48 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:07:48 ++ trap on_exit EXIT
17:07:48 ++ repo=dockerswarm/dind
17:07:48 ++ tail -n 10
17:07:48 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:07:48 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:07:48 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:07:49 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:07:49 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:07:49 Flake8...................................................................Passed

17:07:49 Tests should end in _test.py.............................................Passed

17:07:49 Fix requirements.txt.....................................................Passed

17:07:49 Trim Trailing Whitespace.................................................Passed

17:07:49 Reorder python imports...................................................Passed

17:07:49 ___________________________________ summary ____________________________________

17:07:49   pre-commit: commands succeeded

17:07:49   congratulations :)

17:07:50 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:07:50 ++ get_versions='docker run --rm
17:07:50     --entrypoint=/code/.tox/py27/bin/python
17:07:50     dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456
17:07:50     /code/script/test/versions.py docker/docker-ce,moby/moby'
17:07:50 ++ '[' 18.09.9 == '' ']'
17:07:50 ++ '[' 18.09.9 == all ']'
17:07:50 ++ BUILD_NUMBER=jenkins-compose-PR-6933-2
17:07:50 ++ PY_TEST_VERSIONS=py27
17:07:50 ++ for version in $DOCKER_VERSIONS
17:07:50 ++ echo 'Running tests against Docker 18.09.9'
17:07:50 Running tests against Docker 18.09.9
17:07:50 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:07:50 ++ trap on_exit EXIT
17:07:50 ++ repo=dockerswarm/dind
17:07:50 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-6933-2 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
17:07:50 ++ tail -n 10
17:07:51 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:07:51 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:07:51 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:07:51 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:07:51 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:07:52 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:07:52 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:07:54 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:07:54 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:07:54 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:07:55 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:07:55 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:07:55 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:07:56 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:07:56 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:07:57 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:07:57 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:07:58 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:07:58 52af2c2d2f0f: Verifying Checksum
17:07:58 52af2c2d2f0f: Download complete
17:07:58 b0b8081c21b9: Pull complete
17:07:58 fe627842e5f0: Pull complete
17:07:58 7cf61dda384e: Pull complete
17:07:58 52af2c2d2f0f: Pull complete
17:07:58 2c69fa696ee3: Pull complete
17:07:58 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
17:07:58 Status: Downloaded newer image for dockerswarm/dind:18.09.9
17:07:58 e7ce24a71464b98748fd2259fc68e92d9999e6e93067b6544504f706f308e2ce
17:07:58 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py37 -- --verbose
17:07:58 py37 develop-inst-nodeps: /code

17:07:58 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:07:59 52af2c2d2f0f: Verifying Checksum
17:07:59 52af2c2d2f0f: Download complete
17:07:59 b0b8081c21b9: Pull complete
17:07:59 fe627842e5f0: Pull complete
17:07:59 7cf61dda384e: Pull complete
17:07:59 52af2c2d2f0f: Pull complete
17:07:59 2c69fa696ee3: Pull complete
17:07:59 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
17:07:59 Status: Downloaded newer image for dockerswarm/dind:18.09.9
17:07:59 b3cfc68edf58979ffac86741ca2d71ff8554d6162e3ce5b74b57c5a56d6c5c09
17:07:59 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-6933-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 -e py27 -- --verbose
17:07:59 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:07:59 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:08:00 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:08:00 py37 installed: altgraph==0.16.1,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:08:00 py37 runtests: PYTHONHASHSEED='838830839'

17:08:00 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

17:08:00 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:08:00 py27 develop-inst-nodeps: /code

17:08:00 ============================= test session starts ==============================

17:08:00 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

17:08:00 cachedir: .pytest_cache

17:08:00 rootdir: /code, inifile: tox.ini

17:08:00 plugins: cov-2.5.1

17:08:00 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:08:01 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:08:01 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:08:01 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,asn1crypto==0.24.0,atomicwrites==1.3.0,attrs==19.2.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.12.3,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.7,ddt==1.2.0,docker==4.0.1,# 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.4.2,pluggy==0.6.0,py==1.8.0,pyasn1==0.4.7,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.4,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

17:08:01 py27 runtests: PYTHONHASHSEED='1205808945'

17:08:01 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

17:08:01 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

17:08:01 ============================= test session starts ==============================

17:08:01 platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

17:08:01 cachedir: .pytest_cache

17:08:01 rootdir: /code, inifile: tox.ini

17:08:01 plugins: cov-2.5.1

17:08:02 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:08:03 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:08:03 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:08:03 

17:08:03 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:08:04 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:08:05 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 767 items                                                           
collecting 767 items                                                           
collecting 771 items                                                           
collecting 771 items                                                           
collecting 915 items                                                           
collecting 923 items                                                           
collecting 931 items                                                           
collecting 934 items                                                           
collecting 944 items                                                           
collecting 955 items                                                           
collecting 961 items                                                           
collecting 967 items                                                           
collecting 970 items                                                           
collecting 975 items                                                           
collecting 983 items                                                           
collecting 987 items                                                           
collecting 993 items                                                           
collecting 996 items                                                           
collecting 999 items                                                           
collecting 1011 items                                                          
collecting 1041 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1054 items                                                          
collecting 1058 items                                                          
collecting 1060 items                                                          
collecting 1075 items                                                          
collecting 1075 items                                                          
collecting 1080 items                                                          
collecting 1080 items                                                          
collecting 1101 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1113 items                                                          
collecting 1122 items                                                          
collecting 1122 items                                                          
collecting 1134 items                                                          
collecting 1134 items                                                          
collecting 1143 items                                                          
collecting 1143 items                                                          
collecting 1145 items                                                          
collected 1145 items                                                           

17:08:05 

17:08:05 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:08:05 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:08:06 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:08:07 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:08:08 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:08:08 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:08:09 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:08:09 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:08:10 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

17:08:10 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:08:11 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:08:11 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:08:12 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:08:12 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:08:12 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:08:12 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:08:13 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:08:13 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:08:14 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

17:08:15 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:08:15 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:08:15 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:08:17 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:08:17 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:08:17 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:08:18 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:08:19 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:08:20 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:08:20 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:08:21 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:08:22 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

17:08:22 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

17:08:23 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:08:24 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

17:08:25 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:08:25 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:08:26 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

17:08:28 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:08:28 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

17:08:29 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:08:29 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:08:30 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:08:30 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:08:30 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:08:30 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:08:31 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:08:32 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:08:32 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:08:33 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:08:33 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:08:33 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:08:33 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:08:33 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:08:34 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:08:34 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:08:34 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:08:34 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:08:35 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

17:08:35 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:08:35 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:08:36 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:08:36 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

17:08:36 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:08:37 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

17:08:37 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:08:38 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:08:38 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:08:39 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:08:39 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:08:40 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:08:40 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

17:08:41 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:08:42 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:08:42 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:08:43 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:08:43 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:08:44 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:08:44 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:08:44 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

17:08:44 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:08:45 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:08:45 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:08:46 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:08:46 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:08:46 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:08:46 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:08:46 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:08:46 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:08:47 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:08:47 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:08:47 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:08:47 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

17:08:48 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:08:48 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:08:48 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:08:49 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:08:49 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:08:49 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

17:08:50 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:08:50 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:08:50 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:08:50 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:08:50 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:08:51 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:08:51 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

17:08:51 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:08:51 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:08:52 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:08:52 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:08:52 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:08:52 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:08:52 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:08:53 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:08:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:08:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:08:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:08:57 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:08:57 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:08:57 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:08:57 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:08:59 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:08:59 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:08:59 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

17:08:59 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:09:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:09:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:09:01 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:09:01 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:09:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:09:02 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:09:03 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:09:03 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

17:09:03 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

17:09:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:09:04 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:09:04 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:09:04 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:09:04 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

17:09:04 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:09:05 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:09:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

17:09:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:09:07 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:09:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

17:09:07 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:09:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:09:07 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:09:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

17:09:08 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:09:09 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:09:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

17:09:09 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:09:09 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:09:10 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:09:11 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:09:11 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:09:11 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:09:11 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

17:09:11 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:09:12 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:09:12 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:09:12 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

17:09:12 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

17:09:13 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:09:14 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:09:14 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:09:14 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:09:14 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:09:14 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

17:09:15 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:09:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:09:15 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

17:09:15 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:09:16 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

17:09:16 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:09:17 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

17:09:18 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:09:18 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:09:19 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:09:19 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

17:09:19 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:09:20 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:09:22 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:09:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:09:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

17:09:22 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:09:22 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:09:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

17:09:23 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:09:23 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:09:23 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:09:24 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:09:24 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:09:24 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

17:09:25 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:09:25 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:09:25 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:09:27 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:09:27 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:09:27 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:09:28 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:09:28 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:09:28 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:09:29 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:09:30 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:09:30 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:09:30 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:09:30 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:09:30 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:09:30 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:09:31 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:09:31 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:09:32 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:09:32 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:09:34 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:09:34 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:09:34 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:09:35 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:09:35 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:09:35 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:09:36 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:09:36 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:09:36 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:09:36 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:09:37 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:09:37 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:09:37 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:09:38 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:09:38 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:09:38 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:09:39 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:09:39 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:09:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:09:40 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:09:40 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:09:40 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:09:41 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:09:41 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:09:42 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:09:42 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:09:43 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:09:43 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:09:43 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:09:44 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:09:44 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:09:44 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:09:44 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:09:45 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:09:45 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:09:45 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:09:46 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:09:46 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:09:46 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:09:46 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

17:09:46 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

17:09:47 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

17:09:47 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:09:47 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:09:47 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:09:47 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:09:48 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:09:48 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:09:48 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:09:48 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:09:49 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:09:49 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

17:09:49 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:09:50 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:09:50 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:09:50 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:09:50 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

17:09:51 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:09:51 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:09:51 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:09:52 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:09:52 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:09:52 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

17:09:52 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:09:53 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:09:53 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:09:53 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:09:53 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:09:53 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:09:54 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:09:54 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:09:54 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:09:54 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:09:55 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:09:55 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

17:09:55 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:09:55 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:09:55 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:09:56 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:09:56 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:09:56 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

17:09:57 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:09:58 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:09:58 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:09:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:09:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:09:59 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

17:09:59 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:10:00 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:10:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:10:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:10:00 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:10:00 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:10:01 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:10:01 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:10:02 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:10:02 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:10:02 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:10:03 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

17:10:03 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:10:03 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:10:03 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:10:04 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:10:04 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:10:04 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

17:10:05 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:10:05 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:10:06 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:10:07 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

17:10:08 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:10:08 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:10:08 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:10:08 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:10:09 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:10:09 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:10:09 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:10:10 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:10:10 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:10:10 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:10:11 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:10:11 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:10:11 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:10:11 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:10:12 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:10:13 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:10:13 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:10:13 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:10:14 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:10:14 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:10:14 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:10:15 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:10:16 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:10:16 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:10:16 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:10:16 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:10:16 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:10:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:10:18 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:10:18 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:10:18 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:10:19 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

17:10:19 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:10:20 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:10:21 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:10:22 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:10:22 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:10:22 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:10:22 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:10:23 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

17:10:24 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:10:24 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:10:24 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:10:25 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:10:25 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:10:26 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:10:26 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:10:27 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:10:30 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:10:30 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:10:31 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:10:31 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:10:31 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:10:32 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:10:33 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:10:33 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:10:33 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:10:33 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:10:34 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:10:34 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:10:35 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:10:35 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:10:35 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:10:35 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

17:10:35 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

17:10:36 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:10:36 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:10:36 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:10:36 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

17:10:36 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:10:36 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:10:37 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:10:37 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:10:37 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:10:37 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:10:38 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

17:10:38 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:10:38 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:10:38 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

17:10:39 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

17:10:39 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:10:39 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:10:39 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:10:40 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:10:40 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

17:10:41 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:10:41 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:10:41 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:10:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:10:42 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:10:42 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

17:10:43 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:10:44 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:10:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:10:45 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

17:10:45 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:10:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:10:46 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:10:47 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:10:48 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:10:49 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:10:49 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:10:49 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:10:50 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:10:50 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:10:50 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

17:10:50 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:10:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:10:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:10:51 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:10:51 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:10:52 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:10:52 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:10:52 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

17:10:53 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:10:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:10:54 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:10:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:10:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

17:10:55 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:10:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:10:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:10:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:10:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:10:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:10:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:10:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:10:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:10:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:10:58 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

17:10:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

17:10:59 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:10:59 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:10:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

17:11:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:11:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

17:11:01 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:11:01 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:11:02 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:11:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:11:02 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:11:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:11:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:11:04 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

17:11:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:11:05 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:11:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:11:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:11:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:11:06 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:11:06 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

17:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:11:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:11:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

17:11:08 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:11:09 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

17:11:09 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:11:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:11:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:11:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:11:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:11:11 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:11:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:11:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:11:13 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:11:13 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

17:11:13 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:11:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:11:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:11:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:11:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:11:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:11:16 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

17:11:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:11:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:11:17 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:11:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:11:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:11:18 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:11:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:11:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:11:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:11:19 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:11:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:11:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:11:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:11:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:11:21 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

17:11:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:11:22 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

17:11:22 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:11:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:11:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:11:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:11:23 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

17:11:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:11:24 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:11:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:11:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:11:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:11:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:11:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:11:26 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

17:11:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:11:26 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:11:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:11:28 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

17:11:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:11:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:11:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:11:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:11:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:11:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:11:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:11:30 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

17:11:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:11:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:11:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:11:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:11:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:11:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:11:33 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:11:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:11:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:11:33 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:11:34 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:11:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:11:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:11:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:11:36 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:11:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:11:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:11:37 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:11:37 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

17:11:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:11:38 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

17:11:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:11:38 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:11:39 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:11:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:11:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:11:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:11:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

17:11:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:11:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:11:40 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:11:40 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

17:11:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:11:40 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:11:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:11:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:11:41 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

17:11:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:11:42 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:11:42 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:11:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:11:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:11:43 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

17:11:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:11:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:11:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:11:44 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

17:11:44 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:11:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:11:44 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

17:11:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:11:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:11:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:11:46 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:11:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:11:46 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

17:11:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:11:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:11:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:11:48 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:11:48 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:11:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:11:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:11:48 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:11:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:11:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:11:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:11:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:11:50 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:11:51 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

17:11:51 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:11:51 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:11:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:11:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:11:52 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:11:52 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:11:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:11:52 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

17:11:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:11:53 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:11:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:11:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:11:53 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

17:11:54 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:11:54 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:11:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:11:55 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:11:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:11:55 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:11:55 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

17:11:55 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:11:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:11:56 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:11:56 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:11:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:11:58 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

17:11:58 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:11:58 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:11:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:11:59 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:12:00 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:12:02 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:12:02 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:12:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:12:03 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:12:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:12:03 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:12:04 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:12:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:12:05 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

17:12:05 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:12:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:12:06 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:12:06 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:12:07 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:12:07 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:12:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:12:08 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:12:08 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:12:08 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:12:09 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:12:09 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:12:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:12:09 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:12:09 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:12:10 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:12:10 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:12:10 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:12:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:12:11 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:12:11 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

17:12:11 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:12:12 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:12:12 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:12:13 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

17:12:14 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:12:14 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:12:15 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:12:16 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:12:17 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:12:17 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

17:12:18 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:12:18 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:12:19 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:12:19 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

17:12:19 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:12:19 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:12:20 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:12:20 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:12:20 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:12:20 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:12:22 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:12:23 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:12:24 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:12:24 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:12:25 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:12:25 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:12:26 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:12:26 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:12:26 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

17:12:26 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:12:26 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:12:27 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:12:27 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

17:12:27 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:12:28 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:12:28 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:12:29 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:12:29 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:12:29 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:12:30 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:12:30 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:12:30 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:12:30 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:12:30 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:12:30 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

17:12:31 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:12:31 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:12:31 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:12:31 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:12:32 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:12:32 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

17:12:32 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:12:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:12:33 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:12:33 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:12:33 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:12:33 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:12:33 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:12:34 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:12:34 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:12:34 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:12:34 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:12:35 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

17:12:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:12:35 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:12:35 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:12:36 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

17:12:37 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:12:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:12:37 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:12:37 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:12:38 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:12:38 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:12:38 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:12:38 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:12:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

17:12:39 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:12:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:12:39 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:12:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

17:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:12:41 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:12:41 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:12:41 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:12:41 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:12:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

17:12:41 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:12:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:12:43 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:12:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

17:12:44 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:12:44 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:12:44 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:12:44 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:12:45 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:12:45 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:12:46 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:12:46 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:12:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:12:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

17:12:47 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:12:47 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:12:47 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:12:48 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:12:49 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:12:50 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:12:50 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:12:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:12:51 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:12:51 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:12:51 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:12:51 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:12:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

17:12:52 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:12:53 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:12:53 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:12:53 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:12:53 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:12:54 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:12:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:12:54 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:12:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

17:12:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:12:56 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:12:57 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:12:57 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:12:57 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:12:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:12:57 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:12:58 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:12:58 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:12:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:12:58 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:12:59 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:12:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

17:13:00 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:13:00 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:13:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:13:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

17:13:01 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:13:01 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:13:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:13:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

17:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:13:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

17:13:05 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:13:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

17:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:13:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:13:08 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:13:09 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:13:10 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:13:10 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:13:10 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:13:10 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:13:10 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:13:11 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:13:11 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:13:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

17:13:12 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:13:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:13:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:13:13 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:13:15 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:13:15 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:13:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:13:15 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:13:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:13:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:13:17 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:13:17 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:13:17 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:13:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:13:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:13:18 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:13:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

17:13:19 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:13:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:13:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

17:13:20 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:13:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

17:13:21 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:13:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:13:21 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:13:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:13:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

17:13:22 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:13:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:13:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:13:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

17:13:23 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:13:23 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:13:24 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:13:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

17:13:25 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:13:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:13:25 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:13:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:13:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

17:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:13:27 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:13:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

17:13:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:13:28 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:13:29 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

17:13:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:13:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:13:29 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:13:30 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:13:30 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

17:13:31 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

17:13:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:13:32 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:13:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:13:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:13:33 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:13:33 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

17:13:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:13:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:13:34 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:13:36 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:13:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:13:38 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:13:38 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:13:38 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

17:13:38 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:13:39 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:13:39 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:13:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:13:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:13:41 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:13:42 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:13:43 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:13:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

17:13:43 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:13:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:13:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:13:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:13:46 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:13:46 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

17:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:13:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:13:48 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

17:13:49 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

17:13:49 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:13:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:13:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:13:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:13:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

17:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:13:52 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:13:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

17:13:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

17:13:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:13:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:13:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:13:54 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

17:13:55 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:13:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:13:55 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:13:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:13:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:13:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:13:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:13:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:13:57 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

17:13:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:13:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:13:58 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

17:13:58 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:13:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

17:13:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:13:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:13:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:14:00 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

17:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:14:01 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

17:14:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:14:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:14:02 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:14:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

17:14:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:14:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:14:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:14:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

17:14:04 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:14:04 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

17:14:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:14:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:14:05 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

17:14:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:14:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:14:07 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

17:14:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:14:08 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:14:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:14:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:14:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

17:14:09 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

17:14:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

17:14:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:14:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:14:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:14:11 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:14:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

17:14:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:14:12 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

17:14:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

17:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

17:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:14:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:14:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:14:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

17:14:15 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:14:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:14:15 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

17:14:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:14:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:14:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:14:17 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:14:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:14:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:14:18 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:14:18 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:14:18 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:14:18 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:14:18 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

17:14:19 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:14:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:14:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

17:14:19 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:14:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:14:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:14:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

17:14:20 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

17:14:21 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:14:21 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:14:21 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:14:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:14:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:14:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:14:22 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

17:14:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:14:22 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:14:22 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:14:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:14:22 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:14:22 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:14:22 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:14:23 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:14:23 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:14:23 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:14:23 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

17:14:23 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:14:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:14:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:14:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

17:14:24 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

17:14:24 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:14:25 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:14:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:14:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:14:26 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

17:14:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

17:14:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:14:27 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

17:14:27 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:14:27 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:14:27 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:14:27 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:14:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:14:28 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:14:28 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:14:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:14:29 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:14:29 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:14:29 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

17:14:30 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

17:14:30 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:14:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:14:30 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:14:30 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:14:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

17:14:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:14:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

17:14:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:14:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:14:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:14:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:14:34 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

17:14:34 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:14:34 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:14:34 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:14:34 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:14:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:14:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:14:35 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

17:14:35 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:14:36 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:14:36 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:14:37 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:14:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

17:14:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:14:37 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:14:37 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:14:37 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:14:37 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:14:38 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:14:38 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:14:38 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

17:14:39 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:14:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:14:40 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:14:40 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:14:40 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:14:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

17:14:41 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:14:41 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:14:41 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

17:14:41 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

17:14:41 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

17:14:41 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

17:14:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:14:42 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:14:42 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:14:43 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:14:43 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

17:14:43 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:14:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:14:44 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

17:14:44 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:14:44 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:14:44 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:14:44 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:14:44 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:14:44 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:14:44 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:14:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:14:45 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

17:14:45 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:14:47 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:14:47 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:14:47 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:14:47 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:14:47 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:14:47 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:14:47 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:14:48 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:14:48 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:14:49 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

17:14:49 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:14:50 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:14:50 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

17:14:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:14:50 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:14:51 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:14:51 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:14:51 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:14:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:14:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

17:14:52 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:14:53 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:14:53 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

17:14:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:14:54 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:14:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

17:14:56 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

17:14:57 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

17:14:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:14:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:14:58 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:14:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:14:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

17:14:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

17:14:58 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

17:14:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

17:14:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

17:14:59 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:14:59 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

17:15:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

17:15:00 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

17:15:00 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:15:01 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

17:15:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:15:01 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:15:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:15:01 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

17:15:02 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

17:15:02 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:15:02 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:15:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

17:15:03 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

17:15:03 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:15:03 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:15:04 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:15:04 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:15:05 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:15:06 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:15:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:15:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

17:15:07 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:15:08 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:15:08 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

17:15:09 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:15:09 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

17:15:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:15:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

17:15:10 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

17:15:11 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:15:11 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:15:11 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:15:11 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:15:11 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

17:15:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:15:12 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:15:12 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:15:12 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:15:13 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

17:15:13 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:15:13 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:15:13 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:15:13 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:15:14 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:15:15 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:15:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:15:15 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:15:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

17:15:15 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:15:15 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:15:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

17:15:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:15:16 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:15:17 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:15:17 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:15:17 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:15:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

17:15:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

17:15:18 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

17:15:19 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:15:19 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:15:19 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:15:19 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:15:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:15:20 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:15:20 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:15:21 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:15:21 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:15:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

17:15:21 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:15:21 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

17:15:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:15:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

17:15:22 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:15:22 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:15:22 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:15:22 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:15:23 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:15:23 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:15:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:15:23 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:15:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

17:15:24 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:15:24 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:15:24 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:15:24 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:15:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

17:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:15:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

17:15:26 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:15:26 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:15:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

17:15:27 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:15:27 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:15:27 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:15:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:15:28 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:15:28 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

17:15:28 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:15:28 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:15:29 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:15:29 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:15:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

17:15:29 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:15:29 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:15:30 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

17:15:30 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:15:31 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:15:31 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:15:31 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:15:31 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:15:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:15:32 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:15:32 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:15:32 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:15:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

17:15:33 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:15:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:15:33 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:15:33 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:15:34 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:15:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

17:15:34 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:15:34 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:15:34 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:15:35 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:15:35 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:15:35 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:15:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:15:35 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:15:36 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:15:36 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:15:36 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:15:37 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:15:37 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:15:37 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:15:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:15:38 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:15:38 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:15:38 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:15:38 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

17:15:38 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:15:39 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:15:39 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:15:39 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:15:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

17:15:39 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:15:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:15:40 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:15:41 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:15:41 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:15:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

17:15:41 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:15:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

17:15:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:15:42 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:15:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:15:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:15:43 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:15:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:15:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:15:43 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:15:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

17:15:44 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:15:44 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:15:44 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:15:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:15:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:15:45 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:15:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:15:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:15:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:15:46 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:15:46 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:15:47 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:15:47 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:15:47 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:15:47 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:15:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:15:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

17:15:48 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:15:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:15:48 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:15:48 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:15:48 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:15:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:15:49 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:15:49 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:15:49 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:15:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

17:15:49 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:15:49 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:15:50 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:15:50 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:15:50 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:15:50 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:15:50 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:15:50 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:15:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

17:15:51 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:15:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:15:52 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:15:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:15:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:15:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:15:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:15:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:15:53 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:15:54 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:15:54 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

17:15:54 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

17:15:54 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

17:15:54 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

17:15:54 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:15:54 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:15:54 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:15:54 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:15:55 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:15:55 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

17:15:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:15:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:15:55 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:15:56 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:15:56 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:15:56 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

17:15:56 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

17:15:56 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

17:15:57 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

17:15:58 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:15:59 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:15:59 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:15:59 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:16:00 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:16:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:16:01 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

17:16:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:16:02 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:16:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:16:03 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:16:03 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

17:16:03 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:16:03 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:16:04 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:16:04 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:16:04 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:16:05 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:16:05 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:16:05 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:16:06 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:16:07 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:16:07 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:16:07 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

17:16:08 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:16:08 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:16:08 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:16:09 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:16:09 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

17:16:09 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:16:10 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:16:11 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:16:11 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:16:11 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

17:16:11 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:16:11 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:16:11 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:16:12 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:16:12 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:16:12 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:16:13 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:16:13 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:16:13 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:16:13 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:16:14 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:16:14 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:16:15 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:16:15 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:16:15 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:16:15 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:16:15 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:16:15 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:16:15 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:16:15 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:16:15 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

17:16:16 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:16:17 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:16:17 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:16:17 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:16:18 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:16:18 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

17:16:18 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

17:16:18 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:16:18 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:16:19 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:16:19 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

17:16:19 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:16:19 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:16:19 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:16:19 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

17:16:20 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:16:20 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:16:20 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:16:20 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:16:20 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:16:20 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:16:21 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:16:21 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:16:21 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:16:21 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:16:22 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:16:22 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

17:16:22 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:16:22 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:16:22 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:16:22 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:16:22 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:16:23 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:16:23 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

17:16:23 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:16:23 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:16:23 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:16:23 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

17:16:24 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:16:25 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:16:25 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

17:16:25 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:16:25 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:16:25 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:16:26 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:16:26 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

17:16:26 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:16:26 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:16:27 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:16:27 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:16:27 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

17:16:28 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:16:28 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:16:28 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

17:16:28 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:16:28 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:16:28 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

17:16:28 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

17:16:29 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:16:29 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:16:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:16:29 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:16:30 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:16:30 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

17:16:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:16:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:16:30 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:16:30 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

17:16:31 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:16:31 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:16:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:16:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:16:31 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:16:31 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:16:31 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:16:31 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:16:31 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:16:32 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:16:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:16:32 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:16:32 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

17:16:33 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:16:33 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:16:33 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:16:33 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:16:33 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:16:34 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

17:16:34 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:16:34 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:16:34 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:16:35 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:16:35 17:16:35 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:16:35 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:16:36 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:16:36 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:16:36 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

17:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:16:37 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:16:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:16:37 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

17:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:16:38 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:16:38 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:16:39 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:16:39 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:16:39 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:16:40 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:16:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:16:41 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

17:16:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:16:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:16:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:16:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:16:41 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

17:16:42 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:16:42 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:16:42 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:16:43 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:16:43 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

17:16:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:16:43 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

17:16:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:16:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:16:44 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:16:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:16:44 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:16:44 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:16:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:16:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:16:45 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:16:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:16:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:16:46 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:16:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:16:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:16:47 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:16:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:16:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:16:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:16:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:16:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:16:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:16:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:16:49 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

17:16:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:16:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:16:50 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

17:16:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:16:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:16:50 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:16:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:16:50 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:16:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:16:51 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:16:51 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:16:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:16:52 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:16:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:16:53 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:16:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:16:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:16:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

17:16:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:16:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:16:54 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:16:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:16:54 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:16:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:16:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:16:54 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

17:16:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:16:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:16:55 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:16:55 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:16:56 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:16:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:16:57 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:16:57 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:16:57 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:16:58 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:16:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:16:59 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

17:16:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:16:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:16:59 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:16:59 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:16:59 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:17:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

17:17:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:17:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

17:17:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:17:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:17:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:17:02 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:17:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:17:02 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:17:02 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:17:03 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:17:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:17:04 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:17:04 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:17:04 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:17:04 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:17:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:17:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:17:05 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:17:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:17:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:17:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:17:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:17:06 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:17:06 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

17:17:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:17:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:17:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:17:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:17:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:17:07 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:17:08 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:17:08 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:17:08 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:17:08 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

17:17:08 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:17:08 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:17:08 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:17:09 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:17:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:17:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:17:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:17:11 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:17:11 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:17:12 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

17:17:12 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:17:12 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:17:12 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:17:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:17:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:17:13 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:17:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:17:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:17:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:17:13 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

17:17:13 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:17:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:17:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:17:14 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

17:17:14 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

17:17:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:17:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:17:14 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:17:14 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:17:14 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:17:15 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:17:15 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:17:15 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:17:16 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:17:16 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:17:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:17:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:17:16 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:17:16 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

17:17:16 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:17:17 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:17:17 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:17:17 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:17:17 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

17:17:17 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:17:18 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:17:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:17:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:17:19 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:17:19 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:17:19 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:17:20 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:17:20 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:17:20 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:17:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:17:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:17:20 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:17:21 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:17:21 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:17:21 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:17:21 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

17:17:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:17:22 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:17:22 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:17:22 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:17:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:17:22 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

17:17:22 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

17:17:22 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

17:17:23 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:17:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:17:23 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:17:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:17:23 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

17:17:23 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:17:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:17:24 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

17:17:24 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

17:17:24 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:17:24 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:17:25 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:17:25 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:17:25 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

17:17:25 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:17:26 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:17:26 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:17:26 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

17:17:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:17:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:17:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:17:27 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

17:17:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:17:27 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

17:17:27 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

17:17:28 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:17:28 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

17:17:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:17:29 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:17:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:17:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:17:29 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:17:29 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:17:30 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

17:17:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:17:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:17:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:17:30 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

17:17:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:17:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:17:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:17:32 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

17:17:32 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

17:17:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:17:32 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:17:33 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

17:17:33 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

17:17:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:17:33 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:17:34 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:17:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:17:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:17:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:17:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:17:36 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

17:17:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:17:37 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:17:37 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:17:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:17:37 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:17:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:17:38 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:17:38 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

17:17:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:17:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:17:38 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

17:17:39 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:17:40 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:17:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:17:41 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:17:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:17:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:17:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:17:42 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

17:17:43 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:17:43 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:17:43 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

17:17:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:17:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:17:43 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

17:17:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

17:17:46 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:17:47 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:17:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

17:17:49 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:17:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:17:50 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:17:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:17:50 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:17:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

17:17:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:17:51 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:17:51 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:17:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

17:17:51 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:17:52 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:17:52 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:17:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

17:17:52 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:17:52 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:17:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

17:17:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

17:17:54 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:17:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

17:17:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

17:17:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:17:54 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:17:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

17:17:55 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:17:55 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:17:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

17:17:55 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:17:55 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:17:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

17:17:56 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:17:56 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:17:56 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:17:56 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:17:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

17:17:57 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:17:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

17:17:59 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:17:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

17:17:59 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:17:59 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:18:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:01 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:02 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

17:18:03 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:18:03 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:18:03 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:18:03 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:03 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

17:18:03 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

17:18:04 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:18:05 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

17:18:06 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:18:07 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:18:08 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:18:08 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:18:08 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:18:08 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:08 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:18:09 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:10 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:18:11 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:18:11 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:18:11 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:18:11 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:11 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:18:12 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:18:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:18:12 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:12 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:18:12 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:18:12 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:18:13 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:18:14 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:18:14 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:18:14 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:18:14 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:14 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:18:15 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:18:15 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:18:15 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:16 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:18:16 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:18:16 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:18:16 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:18:17 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:17 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

17:18:17 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:17 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

17:18:17 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:18:17 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

17:18:18 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:18:18 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:18:18 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

17:18:19 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:19 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:19 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

17:18:20 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

17:18:20 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:18:20 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:20 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:21 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

17:18:21 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:21 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:21 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:18:21 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:18:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:18:23 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:24 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:18:24 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:24 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:24 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:18:25 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:25 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:25 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:25 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:26 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:27 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:28 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:28 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:29 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:18:29 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:29 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

17:18:29 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:29 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:30 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:30 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:18:30 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:30 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:18:30 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:18:31 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:31 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:31 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:18:31 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:18:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

17:18:32 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:32 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:32 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

17:18:33 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:18:33 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:33 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:18:35 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:18:36 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:18:36 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:18:36 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:36 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

17:18:37 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:18:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:18:37 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:18:37 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:18:37 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:18:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:18:39 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:18:40 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:18:40 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:18:40 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:18:40 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:18:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

17:18:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:18:41 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:18:41 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:18:41 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:18:41 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:18:42 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

17:18:42 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:18:42 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:18:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

17:18:43 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:18:43 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

17:18:43 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

17:18:43 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:18:43 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:18:43 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:18:43 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

17:18:43 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:18:44 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:18:44 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

17:18:44 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:18:44 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:18:44 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:18:44 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

17:18:44 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:18:44 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

17:18:44 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

17:18:45 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:18:45 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:18:45 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

17:18:45 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

17:18:45 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

17:18:46 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:18:46 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:18:46 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

17:18:46 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

17:18:46 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:18:46 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:18:47 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:18:47 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:48 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:18:48 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

17:18:48 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:48 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:18:48 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:18:48 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

17:18:48 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:49 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:18:49 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

17:18:49 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:18:49 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

17:18:50 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

17:18:50 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:18:50 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

17:18:50 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:50 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:18:51 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:18:51 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

17:18:51 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:18:51 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:18:52 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:18:52 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:18:52 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

17:18:52 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:18:52 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:18:52 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

17:18:53 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:18:53 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:18:53 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:18:54 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:18:54 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

17:18:54 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:18:54 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:18:55 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

17:18:55 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

17:18:55 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:18:55 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:18:55 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:18:55 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:18:56 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:18:56 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:18:56 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

17:18:56 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:18:56 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

17:18:56 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

17:18:57 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:18:57 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:18:57 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

17:18:57 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:18:57 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:18:57 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:18:58 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

17:18:58 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:18:58 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:18:58 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:18:58 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:18:58 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:18:58 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:18:59 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:18:59 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

17:18:59 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

17:18:59 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:18:59 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:18:59 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:18:59 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:19:00 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:19:00 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:19:00 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:19:00 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

17:19:00 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:19:01 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:19:01 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

17:19:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:19:01 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:19:01 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:19:01 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:19:01 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

17:19:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:19:02 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:19:02 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:19:02 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

17:19:02 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:19:02 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:19:02 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:19:02 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:19:02 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:03 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:19:03 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:19:03 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:19:03 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

17:19:03 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:19:03 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

17:19:04 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:19:04 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:19:04 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:19:04 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

17:19:04 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:19:04 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:19:05 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:19:05 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:19:05 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:19:05 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:19:05 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:05 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

17:19:05 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

17:19:05 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:19:06 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:19:06 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

17:19:06 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:19:06 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:06 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:19:06 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:19:06 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:19:07 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:19:07 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

17:19:07 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

17:19:07 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:19:08 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:19:08 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:19:08 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:19:08 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:19:09 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:19:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:19:09 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:19:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:09 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

17:19:10 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

17:19:11 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:19:11 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

17:19:11 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:19:11 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:19:12 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

17:19:12 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:19:12 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

17:19:13 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:19:14 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:19:14 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

17:19:14 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

17:19:15 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

17:19:15 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

17:19:15 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:19:16 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

17:19:16 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

17:19:16 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

17:19:16 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:17 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:19:17 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

17:19:17 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:19:17 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:19:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:19:18 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:19:19 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:19:19 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:19:19 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:19:19 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:19:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:20 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:19:20 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

17:19:20 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:21 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:19:21 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:19:21 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:19:21 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:19:22 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

17:19:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:19:23 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:23 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:19:23 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:19:24 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:24 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:24 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:19:25 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:25 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

17:19:26 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:19:26 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

17:19:26 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:26 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

17:19:27 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

17:19:28 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

17:19:28 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:28 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:29 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

17:19:29 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

17:19:29 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

17:19:30 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

17:19:30 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:19:30 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

17:19:30 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

17:19:30 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

17:19:31 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:19:31 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:32 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:19:32 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

17:19:33 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:33 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:19:33 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

17:19:33 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:19:34 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:19:35 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:35 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

17:19:36 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:38 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:38 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

17:19:39 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:39 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:19:39 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:39 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:39 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:19:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:42 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:43 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

17:19:44 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:44 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:19:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:19:46 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

17:19:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:49 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:19:50 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:19:51 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:19:52 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

17:19:52 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:19:53 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:19:53 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:19:54 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:19:54 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:19:54 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:19:56 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:19:56 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:19:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:19:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:19:58 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:19:58 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

17:19:59 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:00 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:20:01 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:20:02 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:20:02 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:20:04 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:20:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

17:20:05 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:20:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:20:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:20:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:20:08 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:20:11 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:11 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

17:20:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:20:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:20:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

17:20:13 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:20:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:20:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:18 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:18 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

17:20:18 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:18 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:20:19 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:20:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

17:20:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:24 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:25 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:26 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:29 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

17:20:30 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:20:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:33 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:34 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

17:20:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:36 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:20:37 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:38 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:20:38 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:39 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:40 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:40 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:20:41 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:42 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:20:42 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:20:42 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:20:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

17:20:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:43 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:20:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:20:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

17:20:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:20:45 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:20:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:20:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:46 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:20:46 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:20:46 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:20:46 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

17:20:47 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

17:20:47 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

17:20:48 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:20:48 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

17:20:48 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:20:48 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:48 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:20:48 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:20:48 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:20:49 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:20:49 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:20:49 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:20:49 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:20:49 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:20:49 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:20:49 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:20:49 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:20:49 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:20:49 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:20:49 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:49 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:20:49 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:20:49 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:20:49 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:20:49 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:20:49 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:20:49 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:20:49 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:20:49 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:20:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:20:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:20:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:20:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:20:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:20:49 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:20:49 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:20:49 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:20:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:20:50 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:20:50 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:20:50 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:20:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

17:20:50 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:20:50 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

17:20:50 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

17:20:50 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

17:20:51 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:20:51 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 46%]

17:20:51 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:20:51 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

17:20:51 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

17:20:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:51 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

17:20:51 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:20:52 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

17:20:52 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:20:52 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

17:20:52 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

17:20:52 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:20:52 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

17:20:52 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:20:52 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:20:52 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:20:52 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:20:52 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:20:52 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:20:52 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:20:52 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:20:52 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

17:20:52 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

17:20:52 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:20:52 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:20:52 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:20:52 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:20:52 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:20:53 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

17:20:53 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:20:53 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:20:53 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

17:20:53 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:20:53 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:20:53 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:20:53 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:20:53 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:20:53 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:20:53 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:20:53 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:20:53 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:20:53 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:20:53 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:20:53 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:20:53 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:20:53 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:20:53 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

17:20:53 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:20:54 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:20:54 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%]

17:20:55 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 46%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

17:20:55 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

17:20:55 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

17:20:55 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

17:20:56 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

17:20:56 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

17:20:56 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

17:20:56 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

17:20:56 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

17:20:56 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

17:20:56 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

17:20:56 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

17:20:56 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

17:20:56 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

17:20:57 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

17:20:57 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

17:20:57 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

17:20:57 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

17:20:57 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:20:57 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

17:20:57 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

17:20:57 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

17:20:57 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

17:20:57 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

17:20:58 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

17:20:58 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

17:20:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:20:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:20:58 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

17:20:58 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

17:20:58 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

17:20:58 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

17:20:58 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

17:20:58 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

17:20:58 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

17:20:58 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

17:20:59 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

17:20:59 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

17:20:59 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

17:20:59 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

17:20:59 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

17:20:59 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

17:20:59 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

17:20:59 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

17:20:59 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

17:20:59 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

17:21:00 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

17:21:00 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

17:21:00 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

17:21:00 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

17:21:00 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

17:21:00 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

17:21:00 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

17:21:00 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:21:00 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

17:21:00 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

17:21:01 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

17:21:01 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

17:21:01 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%]

17:21:01 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:21:01 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:21:01 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

17:21:01 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

17:21:01 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:21:01 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:21:01 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

17:21:01 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 51%]

17:21:01 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

17:21:02 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

17:21:02 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

17:21:03 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

17:21:03 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 52%]

17:21:04 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:21:04 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

17:21:04 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

17:21:04 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

17:21:04 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:21:04 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

17:21:04 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

17:21:05 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:21:05 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

17:21:05 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:21:05 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

17:21:05 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

17:21:05 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

17:21:06 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 53%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

17:21:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

17:21:06 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

17:21:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:21:06 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

17:21:06 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

17:21:07 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

17:21:07 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

17:21:07 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

17:21:07 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

17:21:07 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:21:07 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:21:07 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

17:21:07 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:21:07 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:21:07 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

17:21:07 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

17:21:08 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:21:08 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:21:08 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:21:08 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:21:08 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:21:08 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:21:08 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:21:08 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:21:08 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:21:08 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:21:08 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:21:08 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

17:21:08 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:21:08 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:21:08 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%]

17:21:08 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:21:08 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:21:08 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:21:08 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:21:08 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:21:08 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:21:08 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:21:08 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:21:08 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:21:08 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:21:08 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:21:08 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:21:08 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:21:08 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

17:21:08 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

17:21:08 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

17:21:09 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:21:09 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

17:21:09 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

17:21:09 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

17:21:09 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:21:09 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:21:09 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

17:21:09 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

17:21:09 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

17:21:09 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

17:21:09 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

17:21:09 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

17:21:09 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

17:21:09 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 55%]

17:21:09 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

17:21:09 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 46%]

17:21:09 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

17:21:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:09 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

17:21:10 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

17:21:10 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

17:21:10 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

17:21:10 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

17:21:10 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

17:21:10 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

17:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

17:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:21:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

17:21:10 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

17:21:10 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

17:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:21:10 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:21:10 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

17:21:10 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

17:21:10 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

17:21:10 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 51%]

17:21:10 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

17:21:10 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

17:21:10 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:21:10 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

17:21:10 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

17:21:10 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

17:21:11 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:21:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:21:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:21:11 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

17:21:11 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

17:21:11 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

17:21:11 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

17:21:11 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

17:21:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:21:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:21:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:21:11 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

17:21:11 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

17:21:11 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

17:21:11 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:21:11 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

17:21:11 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

17:21:11 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

17:21:11 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%]

17:21:11 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:21:11 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

17:21:11 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

17:21:12 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

17:21:12 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

17:21:12 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

17:21:12 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

17:21:12 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

17:21:12 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

17:21:12 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:21:12 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:21:12 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:21:12 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:21:12 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:21:12 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:21:12 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:21:12 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:21:12 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:21:12 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:21:12 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:21:12 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:21:12 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

17:21:12 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

17:21:12 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

17:21:12 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

17:21:12 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

17:21:12 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

17:21:12 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

17:21:12 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

17:21:12 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

17:21:12 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 57%]

17:21:12 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

17:21:12 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

17:21:12 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 58%]

17:21:12 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

17:21:12 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

17:21:12 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

17:21:12 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

17:21:12 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 59%]

17:21:12 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

17:21:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:21:12 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

17:21:12 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:21:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

17:21:12 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

17:21:12 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

17:21:12 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

17:21:12 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:21:12 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:21:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

17:21:12 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

17:21:12 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

17:21:13 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

17:21:13 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

17:21:13 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

17:21:13 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

17:21:13 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

17:21:13 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

17:21:13 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

17:21:13 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 63%]

17:21:13 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

17:21:13 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:21:13 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

17:21:13 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

17:21:13 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

17:21:13 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:21:13 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:21:13 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:21:13 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:21:13 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:21:13 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:21:13 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:21:13 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:21:13 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:21:13 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:21:13 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:21:13 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:21:13 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:21:13 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:21:13 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

17:21:13 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

17:21:13 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

17:21:13 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

17:21:13 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

17:21:13 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:21:13 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 52%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:21:13 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

17:21:13 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

17:21:13 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 66%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 66%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

17:21:13 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

17:21:13 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

17:21:13 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

17:21:13 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

17:21:13 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

17:21:13 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

17:21:13 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

17:21:13 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

17:21:13 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

17:21:13 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

17:21:13 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

17:21:13 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

17:21:13 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

17:21:13 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

17:21:13 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:21:13 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%]

17:21:14 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

17:21:14 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:21:14 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

17:21:14 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:21:14 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:21:14 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

17:21:14 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:21:14 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:21:14 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

17:21:14 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:21:14 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:21:14 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:21:14 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:21:14 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:21:14 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

17:21:14 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:21:14 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

17:21:14 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:21:14 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:21:14 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 83%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

17:21:14 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 84%]

17:21:14 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

17:21:14 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

17:21:14 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

17:21:14 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

17:21:14 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

17:21:14 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

17:21:14 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

17:21:14 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:21:14 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:21:14 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:21:14 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:21:14 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:21:14 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:21:14 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

17:21:14 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

17:21:15 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:21:15 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:21:15 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:21:15 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:21:15 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:21:15 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:21:15 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:21:15 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:21:15 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:21:15 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:21:15 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:21:15 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:21:15 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:21:15 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:21:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

17:21:15 tests/unit/config/config_test.py::MergePortsTest::test_add_item FAILED   [ 84%]

17:21:15 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

17:21:15 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

17:21:15 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

17:21:15 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

17:21:15 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

17:21:15 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

17:21:15 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 88%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

17:21:15 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

17:21:15 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

17:21:15 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

17:21:15 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

17:21:15 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

17:21:15 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

17:21:15 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

17:21:15 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

17:21:15 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

17:21:15 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

17:21:15 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

17:21:15 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

17:21:15 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

17:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 46%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:21:15 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

17:21:15 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

17:21:15 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 46%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 46%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

17:21:16 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

17:21:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

17:21:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

17:21:16 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 53%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

17:21:16 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

17:21:16 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:21:16 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

17:21:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

17:21:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

17:21:17 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

17:21:17 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

17:21:17 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

17:21:17 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

17:21:18 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:21:18 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:21:18 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:21:18 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:21:18 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:21:18 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:21:18 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:21:18 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:21:18 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:21:18 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:21:18 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:21:18 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

17:21:18 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

17:21:18 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:21:18 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

17:21:18 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

17:21:18 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

17:21:18 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

17:21:18 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

17:21:18 

17:21:18 =================================== FAILURES ===================================

17:21:18 _________________________ MergePortsTest.test_add_item _________________________

17:21:18 tests/unit/config/config_test.py:3916: in test_add_item

17:21:18     assert set(service_dict[self.config_name]) == set(self.merged_config())

17:21:18 E   AssertionError: assert {ServicePort(...rnal_ip=None)} == {ServicePort(t...rnal_ip=None)}

17:21:18 E     Extra items in the right set:

17:21:18 E     ServicePort(target=8000, published=10, protocol=None, mode=None, external_ip=None)

17:21:18 E     Full diff:

17:21:18 E     - {ServicePort(target=8000, published=20, protocol=None, mode=None, external_ip=None),

17:21:18 E     ?                                     ^

17:21:18 E     + {ServicePort(target=8000, published=10, protocol=None, mode=None, external_ip=None),

17:21:18 E     ?                                     ^

17:21:18 E     +  ServicePort(target=8000, published=20, protocol=None, mode=None, external_ip=None),

17:21:18 E     ServicePort(target=9000, published=None, protocol=None, mode=None, external_ip=None)}

17:21:18 

17:21:18 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

17:21:18 Name                              Stmts   Miss Branch BrPart  Cover   Missing

17:21:18 -----------------------------------------------------------------------------

17:21:18 compose/__init__.py                   3      0      0      0   100%

17:21:18 compose/__main__.py                   4      4      0      0     0%   1-6

17:21:18 compose/bundle.py                   144     21     62      5    84%   45, 50-51, 56-57, 75-78, 81, 103-109, 130-131, 141-146, 149, 80->81, 100->103, 118->135, 125->135, 148->149

17:21:18 compose/cli/__init__.py               0      0      0      0   100%

17:21:18 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

17:21:18 compose/cli/command.py               87     13     24      3    82%   67-77, 117-122, 166, 66->67, 116->117, 163->166

17:21:18 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

17:21:18 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

17:21:18 compose/cli/errors.py               100     26     34      6    67%   47-48, 62-65, 70-79, 105-106, 123, 125, 127-131, 136, 141-148, 46->47, 61->62, 103->105, 122->123, 124->125, 126->127

17:21:18 compose/cli/formatter.py             34      2     10      1    93%   17-18, 15->17

17:21:18 compose/cli/log_printer.py          149     10     54      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

17:21:18 compose/cli/main.py                 693     90    305     40    85%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1470, 1488, 1504, 1508-1509, 1520, 1525, 1528, 1554, 1573-1575, 1585, 1596, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1469->1470, 1487->1488, 1503->1504, 1519->1520, 1524->1525, 1527->1528, 1546->exit, 1553->1554, 1567->1575, 1569->1573, 1584->1585, 1594->1596

17:21:18 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

17:21:18 compose/cli/utils.py                 81     28     18      4    60%   36-45, 53-55, 62-68, 76, 90-103, 109, 127-128, 138, 151-154, 88->90, 108->109, 137->138, 150->151

17:21:18 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

17:21:18 compose/config/__init__.py           13      0      0      0   100%

17:21:18 compose/config/config.py            826     30    428     18    95%   266, 277, 508, 621-622, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 709->713, 713->714, 756->757, 778->exit, 809->812, 936->938, 938->942, 957->959, 978->979, 981->982, 993->1002, 1015->1017, 1017->1020, 1332->1335, 1365->1366, 1408->1412

17:21:18 compose/config/environment.py        96      8     34      5    90%   21, 41, 98-101, 114, 121, 20->21, 40->41, 97->98, 113->114, 120->121

17:21:18 compose/config/errors.py             25      2      2      0    85%   36-40

17:21:18 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

17:21:18 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

17:21:18 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

17:21:18 compose/config/types.py             291     22    116     17    90%   54, 90, 113, 149, 171, 258-259, 267, 286, 301, 363-364, 372-373, 377-378, 441, 445, 486, 493-494, 502, 53->54, 71->79, 89->90, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 361->366, 440->441, 444->445, 484->489, 485->486, 501->502

17:21:18 compose/config/validation.py        254     14    141     12    92%   219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 218->219, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 425->exit, 467->469, 495->496, 524->525

17:21:18 compose/const.py                     36      0      0      0   100%

17:21:18 compose/container.py                193      8     50      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

17:21:18 compose/errors.py                    17      1      0      0    94%   12

17:21:18 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

17:21:18 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

17:21:18 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

17:21:18 compose/project.py                  436     31    211     15    91%   61, 157, 213-214, 255-256, 366-367, 370-375, 389-392, 445, 496, 500, 527, 630, 636, 639-642, 767-768, 774-777, 832, 58->61, 153->157, 332->334, 364->366, 369->370, 388->389, 444->445, 495->496, 499->500, 526->527, 629->630, 635->636, 638->639, 686->exit, 770->777

17:21:18 compose/service.py                  915     58    455     32    93%   65, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 492, 495, 513, 580, 625-626, 734, 953-954, 974-975, 1076, 1123, 1184, 1226, 1248-1263, 1303, 1342-1346, 1534, 1538, 1654, 1694, 1706, 1780, 1818, 1831, 1835-1836, 1840-1841, 64->65, 223->exit, 276->278, 299->300, 434->435, 476->477, 491->492, 494->495, 512->513, 570->580, 729->734, 952->953, 973->974, 1075->1076, 1122->1123, 1183->1184, 1225->1226, 1302->1303, 1339->1342, 1533->1534, 1537->1538, 1586->exit, 1594->1593, 1631->1628, 1653->1654, 1693->1694, 1705->1706, 1779->1780, 1817->1818, 1830->1831, 1834->1835, 1839->1840

17:21:18 compose/state.py                      0      0      0      0   100%

17:21:18 compose/timeparse.py                 22      0      4      0   100%

17:21:18 compose/utils.py                    117      8     42      5    92%   27, 75-79, 125, 135, 161, 168, 171, 25->27, 124->125, 134->135, 167->168, 169->171

17:21:18 compose/version.py                    6      0      0      0   100%

17:21:18 compose/volume.py                   126      4     44      3    95%   150, 200, 211-212, 141->150, 199->200, 209->211

17:21:18 -----------------------------------------------------------------------------

17:21:18 TOTAL                              5619    441   2429    209    90%

17:21:18 Coverage HTML written to dir coverage-html

17:21:18 

17:21:18 =========================== short test summary info ============================

17:21:18 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

17:21:18   not supported by kernel

17:21:18 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

17:21:18   Not supported on most drivers

17:21:18 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

17:21:18 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

17:21:18 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

17:21:18 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

17:21:18 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

17:21:18 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

17:21:18 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

17:21:18 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

17:21:18 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

17:21:18 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

17:21:18 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

17:21:18 SKIP [1] tests/unit/config/config_test.py:3777: windows paths

17:21:18 == 1 failed, 1127 passed, 12 skipped, 2 xfailed, 3 xpassed in 916.68 seconds ===

17:21:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

17:21:19 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

17:21:19 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

17:21:19 ERROR: InvocationError: '/code/.tox/py37/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose'

17:21:19 ___________________________________ summary ____________________________________

17:21:19 ERROR:   py37: commands failed

17:21:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

17:21:19 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

17:21:19 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

17:21:19 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

17:21:19 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

17:21:19 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

17:21:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 44%]

17:21:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

17:21:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

17:21:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

17:21:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

17:21:19 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

17:21:19 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

17:21:19 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

17:21:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

17:21:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

17:21:19 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

17:21:19 + on_exit
17:21:19 + [[ 1 != \0 ]]
17:21:19 + tail -n 100
17:21:19 + docker logs compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:21:19 time="2019-10-01T17:20:16Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:16.929219576Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e96d2d9afe3b92a57b36a99cfc1728d0b32dc537fa38a1e28b648dd7a818a05b/shim.sock" debug=false pid=24919 
17:21:19 time="2019-10-01T17:20:17Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:17Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:17.773311658Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0006ae9d44682598d46bd70b59f16950e51f67de379c394c7ec9a93eef94d3cc/shim.sock" debug=false pid=24994 
17:21:19 time="2019-10-01T17:20:18Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:18Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:19.546803611Z" level=info msg="Container 0006ae9d44682598d46bd70b59f16950e51f67de379c394c7ec9a93eef94d3cc failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:19.625591350Z" level=info msg="shim reaped" id=0006ae9d44682598d46bd70b59f16950e51f67de379c394c7ec9a93eef94d3cc 
17:21:19 time="2019-10-01T17:20:19.635623098Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:20.775588195Z" level=info msg="Container e96d2d9afe3b92a57b36a99cfc1728d0b32dc537fa38a1e28b648dd7a818a05b failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:20.857903413Z" level=info msg="shim reaped" id=e96d2d9afe3b92a57b36a99cfc1728d0b32dc537fa38a1e28b648dd7a818a05b 
17:21:19 time="2019-10-01T17:20:20.867932751Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:22.019553454Z" level=info msg="Container 88db45a5305aaded9809eca293528207a1f7bc0550b9a4cb8d94f855bf10ba0e failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:22.110148426Z" level=info msg="shim reaped" id=88db45a5305aaded9809eca293528207a1f7bc0550b9a4cb8d94f855bf10ba0e 
17:21:19 time="2019-10-01T17:20:22.120182380Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:22.383222786Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/49f09ada5288efeadc65f635fa1bbf1d04e42f2dca38737f6b820cad13c5c185/shim.sock" debug=false pid=25161 
17:21:19 time="2019-10-01T17:20:22Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:22Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:23.214994722Z" level=info msg="shim reaped" id=49f09ada5288efeadc65f635fa1bbf1d04e42f2dca38737f6b820cad13c5c185 
17:21:19 time="2019-10-01T17:20:23.225093905Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:23.652603105Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4602e057f79d1b057fe9d51145c9f88490dc29d8d18dc1ffdde38b1b77fabdbb/shim.sock" debug=false pid=25309 
17:21:19 time="2019-10-01T17:20:24Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:24Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:24.522951676Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/550480e0b340459b91cdfbf70b513681bbdc088acc2add453bab4e60d7a262f8/shim.sock" debug=false pid=25383 
17:21:19 time="2019-10-01T17:20:24Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:24Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:25.371902521Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5e5cebdbffc8f7fa7008deb64293b58f281e656d06fce1746ce897f510648e12/shim.sock" debug=false pid=25457 
17:21:19 time="2019-10-01T17:20:25Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:25Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:27.189312966Z" level=info msg="Container 5e5cebdbffc8f7fa7008deb64293b58f281e656d06fce1746ce897f510648e12 failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:27.268988196Z" level=info msg="shim reaped" id=5e5cebdbffc8f7fa7008deb64293b58f281e656d06fce1746ce897f510648e12 
17:21:19 time="2019-10-01T17:20:27.281043678Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:28.421238796Z" level=info msg="Container 550480e0b340459b91cdfbf70b513681bbdc088acc2add453bab4e60d7a262f8 failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:28.517634666Z" level=info msg="shim reaped" id=550480e0b340459b91cdfbf70b513681bbdc088acc2add453bab4e60d7a262f8 
17:21:19 time="2019-10-01T17:20:28.527676232Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:29.692097426Z" level=info msg="Container 4602e057f79d1b057fe9d51145c9f88490dc29d8d18dc1ffdde38b1b77fabdbb failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:29.787087727Z" level=info msg="shim reaped" id=4602e057f79d1b057fe9d51145c9f88490dc29d8d18dc1ffdde38b1b77fabdbb 
17:21:19 time="2019-10-01T17:20:29.797138255Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:30.068902291Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1f580d6248e429dd4d4e3a404cb4320ce36417b554101c07d5531bc3099a59f5/shim.sock" debug=false pid=25624 
17:21:19 time="2019-10-01T17:20:30Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:30Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:30.952090937Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/82b7e42532b4d4abce80d7a8c1cc229b4c6af5b4b0c860fa4ca3353d418ac62e/shim.sock" debug=false pid=25700 
17:21:19 time="2019-10-01T17:20:31Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:31Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:31.812323592Z" level=info msg="shim reaped" id=82b7e42532b4d4abce80d7a8c1cc229b4c6af5b4b0c860fa4ca3353d418ac62e 
17:21:19 time="2019-10-01T17:20:31.822329923Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:32.038381647Z" level=info msg="shim reaped" id=1f580d6248e429dd4d4e3a404cb4320ce36417b554101c07d5531bc3099a59f5 
17:21:19 time="2019-10-01T17:20:32.048411775Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:32.458281413Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/a70c906bcf6b42b11ae059bd4ae71e9dda497817d8fcf019ba28fe9fc505ea21/shim.sock" debug=false pid=25871 
17:21:19 time="2019-10-01T17:20:32Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:32Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:33.336801397Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/de9196eec6d0ce4f4cc70abe63102b5f9af6b9366299e20b31bfc05d1012fa26/shim.sock" debug=false pid=25945 
17:21:19 time="2019-10-01T17:20:33Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:33Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:34.200015723Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/38138b8c5d2cf562dff60b11e519d4cd2aa19968324d59388d87baa821d4f820/shim.sock" debug=false pid=26019 
17:21:19 time="2019-10-01T17:20:34Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:34Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:36.050940942Z" level=info msg="Container de9196eec6d0ce4f4cc70abe63102b5f9af6b9366299e20b31bfc05d1012fa26 failed to exit within 1 seconds of signal 15 - using the force"
17:21:19 time="2019-10-01T17:20:36.134388295Z" level=info msg="shim reaped" id=de9196eec6d0ce4f4cc70abe63102b5f9af6b9366299e20b31bfc05d1012fa26 
17:21:19 time="2019-10-01T17:20:36.144430251Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:36.417547304Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/58094aca333a23eede2bc1eb581b9882a88019aa40f043cf87e819ce2f2a67e2/shim.sock" debug=false pid=26122 
17:21:19 time="2019-10-01T17:20:36Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:36Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:37.313697511Z" level=info msg="shim reaped" id=58094aca333a23eede2bc1eb581b9882a88019aa40f043cf87e819ce2f2a67e2 
17:21:19 time="2019-10-01T17:20:37.323701085Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:37.661334557Z" level=info msg="shim reaped" id=38138b8c5d2cf562dff60b11e519d4cd2aa19968324d59388d87baa821d4f820 
17:21:19 time="2019-10-01T17:20:37.671369815Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:37.901369755Z" level=info msg="shim reaped" id=a70c906bcf6b42b11ae059bd4ae71e9dda497817d8fcf019ba28fe9fc505ea21 
17:21:19 time="2019-10-01T17:20:37.911368898Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:38.328103950Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/27b32da59466c6e7313c4a951bf965b567c34d1ce4f6bc46b34b65d069d81c94/shim.sock" debug=false pid=26330 
17:21:19 time="2019-10-01T17:20:38Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:38Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:39.250511412Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/8dcd1744c90bdc4086703eb1ddaf410a0ea190befec871fd180bfa19ede2f56c/shim.sock" debug=false pid=26408 
17:21:19 time="2019-10-01T17:20:39Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:39Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:40.131042109Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7a0a5fe733750d05fb2f06a41f6bf24fb50c144c5306256c1cc69a39570192e1/shim.sock" debug=false pid=26484 
17:21:19 time="2019-10-01T17:20:40Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:40Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
17:21:19 time="2019-10-01T17:20:40.962539868Z" level=info msg="shim reaped" id=7a0a5fe733750d05fb2f06a41f6bf24fb50c144c5306256c1cc69a39570192e1 
17:21:19 time="2019-10-01T17:20:40.972580275Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:41.185451651Z" level=info msg="shim reaped" id=8dcd1744c90bdc4086703eb1ddaf410a0ea190befec871fd180bfa19ede2f56c 
17:21:19 time="2019-10-01T17:20:41.195501102Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:41.414407832Z" level=info msg="shim reaped" id=27b32da59466c6e7313c4a951bf965b567c34d1ce4f6bc46b34b65d069d81c94 
17:21:19 time="2019-10-01T17:20:41.424467081Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:41.807353811Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1d04777c4eb69b0d290fe26a7f7a41e44c6a34fcda97461fc90f55557b0692d3/shim.sock" debug=false pid=26654 
17:21:19 time="2019-10-01T17:20:42.333926755Z" level=info msg="shim reaped" id=1d04777c4eb69b0d290fe26a7f7a41e44c6a34fcda97461fc90f55557b0692d3 
17:21:19 time="2019-10-01T17:20:42.343367652Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:42.680424205Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0869757c3d6c37ed4bcc13da5caec5088bc76cc0d5b9cf13130c139f3f111e04/shim.sock" debug=false pid=26736 
17:21:19 time="2019-10-01T17:20:43.236684132Z" level=info msg="shim reaped" id=0869757c3d6c37ed4bcc13da5caec5088bc76cc0d5b9cf13130c139f3f111e04 
17:21:19 time="2019-10-01T17:20:43.246734824Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:43.864407612Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
17:21:19 time="2019-10-01T17:20:44.174351731Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
17:21:19 time="2019-10-01T17:20:45.440421498Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
17:21:19 time="2019-10-01T17:20:46.413564862Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7c80fdbb6c23b06b14c5428ebfedad3760021e568106d5336aab898cb20be155/shim.sock" debug=false pid=26847 
17:21:19 time="2019-10-01T17:20:46.419139113Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5f722599f0454f41b6dbf3fe25fde7a1489c5ef9649c575d4cb34181905f082b/shim.sock" debug=false pid=26861 
17:21:19 time="2019-10-01T17:20:47.131821017Z" level=info msg="shim reaped" id=7c80fdbb6c23b06b14c5428ebfedad3760021e568106d5336aab898cb20be155 
17:21:19 time="2019-10-01T17:20:47.141840384Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 time="2019-10-01T17:20:47.376887829Z" level=info msg="shim reaped" id=5f722599f0454f41b6dbf3fe25fde7a1489c5ef9649c575d4cb34181905f082b 
17:21:19 time="2019-10-01T17:20:47.387055925Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
17:21:19 + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:21:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%]

17:21:19 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

17:21:19 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

17:21:19 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

17:21:20 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

17:21:20 compose-dind-18.09.9-jenkins-compose-PR-6933-2
17:21:20 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 51%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

17:21:20 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

[Pipeline] }
17:21:20 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_18.09.9_py37
17:21:20 tests/unit/project_test.py::ProjectTest::test_project_platform_value Sending interrupt signal to process
17:21:20 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config Sending interrupt signal to process
17:21:20 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

17:21:20 PASSED [ 47%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_use_net_from_container Terminated
17:21:20 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

17:21:20 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

17:21:20 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

17:21:20 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

17:21:20 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

17:21:20 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

17:21:20 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 40%]

17:21:20 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

17:21:20 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

17:21:20 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

17:21:20 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

17:21:20 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

17:21:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

17:21:20 script returned exit code 143
17:21:20 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

17:21:20 PASSED [ 48%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config Terminated
17:21:20 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull Sending interrupt signal to process
17:21:20 script returned exit code 143
17:21:20 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

17:21:20 tests/unit/service_test.py::ServiceTest::test_stop_grace_period Sending interrupt signal to process
17:21:20 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config Sending interrupt signal to process
17:21:20 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

17:21:20 PASSED [ 45%]

17:21:20 tests/unit/project_test.py::ProjectTest::test_events Terminated
17:21:20 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always Sending interrupt signal to process
17:21:20 script returned exit code 143
17:21:21 Terminated
17:21:21 script returned exit code 143
17:21:21 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

17:21:21 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

17:21:21 Terminated
17:21:21 script returned exit code 143
17:21:21 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

17:21:21 PASSED [ 41%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 42%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

17:21:21 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

17:21:21 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

17:21:21 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

17:21:21 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

17:21:21 tests/unit/service_test.py::ServiceTest::test_pull_image Sending interrupt signal to process
17:21:22 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected Terminated
17:21:22 script returned exit code 143
17:21:22 PASSED          [ 51%]

17:21:22 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

17:21:22 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 52%]

[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
17:21:23 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform Terminated
[Pipeline] // wrap
17:21:23 script returned exit code 143
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[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] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.3-beta2_py27
[Pipeline] }
Failed in branch alpine_19.03.3-beta2_py37
[Pipeline] }
Failed in branch alpine_18.09.9_py27
[Pipeline] }
Failed in branch debian_19.03.3-beta2_py27
[Pipeline] }
Failed in branch debian_19.03.3-beta2_py37
[Pipeline] }
Failed in branch debian_18.09.9_py27
[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