Pull request #6933 updated 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "alpine") [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-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 Fetching without tags Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) Commit message: "Removes external/host opts from ports merge_field" 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 + git rev-parse HEAD [Pipeline] sh + docker pull dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 Error response from daemon: manifest for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 not found: manifest unknown: manifest unknown [Pipeline] sh + script/build/write-git-sha + GIT_COMMIT=ad2d86c1 + docker build -t dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 . Sending build context to Docker daemon 1.86MB Step 1/32 : ARG DOCKER_VERSION=18.09.7 Step 2/32 : ARG PYTHON_VERSION=3.7.4 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim Step 7/32 : ARG BUILD_PLATFORM=alpine Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli ---> 108a4437ed8c Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine ---> 39fb80313465 Step 10/32 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev ---> Using cache ---> d4e7c9ac9021 Step 11/32 : ENV BUILD_BOOTLOADER=1 ---> Using cache ---> 81368dca8a0f Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian ---> 7691d3cb6cbc Step 13/32 : RUN apt-get update && apt-get install -y curl gcc git libc-dev libgcc-6-dev make openssl python2.7-dev ---> Using cache ---> 1fc88e534ece Step 14/32 : FROM build-${BUILD_PLATFORM} AS build ---> 81368dca8a0f Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ ---> 995991e7a863 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] ---> Running in 503bf457befa Removing intermediate container 503bf457befa ---> a0e74f25449d Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker ---> 082c7096d284 Step 18/32 : WORKDIR /code/ ---> Running in 7c40f00c7483 Removing intermediate container 7c40f00c7483 ---> bad2cf434be8 Step 19/32 : RUN pip install virtualenv==16.2.0 ---> Running in 23bb800a804c Collecting virtualenv==16.2.0 Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.2.0) Installing collected packages: virtualenv Successfully installed virtualenv-16.2.0 Removing intermediate container 23bb800a804c ---> 288c8ea31385 Step 20/32 : RUN pip install tox==2.9.1 ---> Running in 8125e1e3f8e8 Collecting tox==2.9.1 Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) Collecting pluggy<1.0,>=0.3.0 (from tox==2.9.1) Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl Collecting six (from tox==2.9.1) Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl 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) Collecting py>=1.4.17 (from tox==2.9.1) Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy<1.0,>=0.3.0->tox==2.9.1) Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl 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) Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==2.9.1) Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl 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) Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB) Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, six, py, tox 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 Removing intermediate container 8125e1e3f8e8 ---> fd493665c10c Step 21/32 : COPY requirements.txt . ---> 379135471be1 Step 22/32 : COPY requirements-dev.txt . ---> ef8bd9601921 Step 23/32 : COPY .pre-commit-config.yaml . ---> 70a44d8aa590 Step 24/32 : COPY tox.ini . ---> c65577450308 Step 25/32 : COPY setup.py . ---> e13b2f56835e Step 26/32 : COPY README.md . ---> 808bd2386c49 Step 27/32 : COPY compose compose/ ---> 388ecc1b9251 Step 28/32 : RUN tox --notest ---> Running in 0ecffd61f999 py27 create: /code/.tox/py27 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt py27 develop-inst: /code 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 py37 create: /code/.tox/py37 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt py37 develop-inst: /code 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 pre-commit create: /code/.tox/pre-commit pre-commit installdeps: pre-commit pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0 ___________________________________ summary ____________________________________ py27: skipped tests py37: skipped tests pre-commit: skipped tests congratulations :) Removing intermediate container 0ecffd61f999 ---> 1acb072197ee Step 29/32 : COPY . . ---> a32143477ed6 Step 30/32 : ARG GIT_COMMIT=unknown ---> Running in b34bcee4f9f1 Removing intermediate container b34bcee4f9f1 ---> 0b0637016b02 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT ---> Running in a051e0f106fe Removing intermediate container a051e0f106fe ---> d5ff7813138e Step 32/32 : RUN script/build/linux-entrypoint ---> Running in 9b38462ea771 + CODE_PATH=/code + VENV=/code/.tox/py37 + cd /code + mkdir -p dist + chmod 777 dist + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt + '[' -z ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 ']' + echo ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + '[' '!' -z 1 ']' + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller Cloning into '/tmp/pyinstaller'... + cd /tmp/pyinstaller/bootloader + git checkout v3.5 Note: checking out 'v3.5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 498e6ee0 Release 3.5. + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all Setting top to : /tmp/pyinstaller/bootloader Setting out to : /tmp/pyinstaller/bootloader/build Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] Checking for 'gcc' (C compiler) : /usr/bin/gcc Checking size of pointer : 8 Platform : Linux-64bit detected based on compiler Checking for flags -m64 : yes Checking for program '/usr/bin/strip' : /usr/bin/strip Checking for program 'strip' : /usr/bin/strip Checking for library dl : yes Checking for library m : yes Checking for library z : yes Checking for function unsetenv : yes Checking for function mkdtemp : yes Checking for flags -Wl,--as-needed : yes 'configure' finished successfully (0.338s) 'all' finished successfully (0.000s) 'distclean' finished successfully (0.001s) Setting top to : /tmp/pyinstaller/bootloader Setting out to : /tmp/pyinstaller/bootloader/build Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] Checking for 'gcc' (C compiler) : /usr/bin/gcc Checking size of pointer : 8 Platform : Linux-64bit detected based on compiler Checking for flags -m64 : yes Checking for program '/usr/bin/strip' : /usr/bin/strip Checking for program 'strip' : /usr/bin/strip Checking for library dl : yes Checking for library m : yes Checking for library z : yes Checking for function unsetenv : yes Checking for function mkdtemp : yes Checking for flags -Wl,--as-needed : yes 'configure' finished successfully (0.310s) 'make_all' finished successfully (0.003s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [ 1/13] Compiling src/pyi_python.c [ 2/13] Compiling src/pyi_global.c [ 3/13] Compiling src/pyi_archive.c [ 4/13] Compiling src/pyi_utils.c [ 5/13] Compiling src/pyi_python27_compat.c [ 6/13] Compiling src/pyi_win32_utils.c [ 7/13] Compiling src/pyi_main.c [ 8/13] Compiling src/pyi_pythonlib.c [ 9/13] Compiling src/pyi_path.c [10/13] Compiling src/main.c [11/13] Compiling src/pyi_launch.c [12/13] Linking build/debug/run_d [13/13] Processing build/debug/run_d Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 'build_debug' finished successfully (0.708s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [ 1/13] Compiling src/pyi_python.c [ 2/13] Compiling src/pyi_global.c [ 3/13] Compiling src/main.c [ 4/13] Compiling src/pyi_archive.c [ 5/13] Compiling src/pyi_launch.c [ 6/13] Compiling src/pyi_win32_utils.c [ 7/13] Compiling src/pyi_main.c [ 8/13] Compiling src/pyi_pythonlib.c [ 9/13] Compiling src/pyi_python27_compat.c [10/13] Compiling src/pyi_utils.c [11/13] Compiling src/pyi_path.c [12/13] Linking build/release/run [13/13] Processing build/release/run Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 'build_release' finished successfully (0.691s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [13/14] Processing build/debug/run_d + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 'install_debug' finished successfully (0.014s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [14/14] Processing build/release/run + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 'install_release' finished successfully (0.012s) + /code/.tox/py37/bin/pip3 install .. Processing /tmp/pyinstaller Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.2.0) Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1) Building wheels for collected packages: PyInstaller Building wheel for PyInstaller (PEP 517): started Building wheel for PyInstaller (PEP 517): finished with status 'done' Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=f5623565695c4bf2a2819923f7edac815bc8aca077db449e532135deb16f7410 Stored in directory: /tmp/pip-ephem-wheel-cache-m_y_d391/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887 Successfully built PyInstaller Installing collected packages: PyInstaller Found existing installation: PyInstaller 3.5 Uninstalling PyInstaller-3.5: Successfully uninstalled PyInstaller-3.5 Successfully installed PyInstaller-3.5 + cd /code + rm -Rf /tmp/pyinstaller + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 36 INFO: PyInstaller: 3.5 36 INFO: Python: 3.7.4 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with 40 INFO: UPX is not available. 42 INFO: Extending PYTHONPATH with paths ['/code/bin', '/code'] 42 INFO: checking Analysis 42 INFO: Building Analysis because Analysis-00.toc is non existent 42 INFO: Initializing module dependency graph... 43 INFO: Initializing module graph hooks... 45 INFO: Analyzing base_library.zip ... 2450 INFO: running Analysis Analysis-00.toc 2461 INFO: Caching module hooks... 2465 INFO: Analyzing bin/docker-compose 2544 INFO: Processing pre-find module path hook distutils 2545 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 2707 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 3670 INFO: Processing pre-safe import module hook six.moves 6217 INFO: Loading module hooks... 6217 INFO: Loading module hook "hook-certifi.py"... 6218 INFO: Loading module hook "hook-jsonschema.py"... 6220 INFO: Loading module hook "hook-xml.py"... 6258 INFO: Loading module hook "hook-nacl.py"... 6259 INFO: Loading module hook "hook-distutils.py"... 6261 INFO: Loading module hook "hook-pkg_resources.py"... 6401 INFO: Processing pre-safe import module hook win32com 6589 INFO: Loading module hook "hook-pydoc.py"... 6589 INFO: Loading module hook "hook-sysconfig.py"... 6596 INFO: Loading module hook "hook-encodings.py"... 6634 INFO: Loading module hook "hook-cryptography.py"... 6841 INFO: Looking for ctypes DLLs 6851 INFO: Analyzing run-time hooks ... 6857 INFO: Including run-time hook 'pyi_rth_certifi.py' 6858 INFO: Including run-time hook 'pyi_rth_pkgres.py' 6868 INFO: Looking for dynamic libraries 7087 INFO: Looking for eggs 7087 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 7097 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 7153 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 7176 INFO: checking PYZ 7176 INFO: Building PYZ because PYZ-00.toc is non existent 7176 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 7920 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 7931 INFO: checking PKG 7931 INFO: Building PKG because PKG-00.toc is non existent 7931 INFO: Building PKG (CArchive) PKG-00.pkg 18864 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 18868 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 18868 INFO: checking EXE 18868 INFO: Building EXE because EXE-00.toc is non existent 18868 INFO: Building EXE from EXE-00.toc 18868 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 18915 INFO: Building EXE from EXE-00.toc completed successfully. + ls -la dist/ total 17272 drwxrwxrwx 2 root root 4096 Oct 1 17:03 . drwxr-xr-x 1 root root 4096 Oct 1 17:03 .. -rwxr-xr-x 1 root root 17672664 Oct 1 17:03 docker-compose + ldd dist/docker-compose  /lib/ld-musl-x86_64.so.1 (0x7f0ccb64a000) libz.so.1 => /lib/libz.so.1 (0x7f0ccb614000) libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f0ccb64a000) + mv dist/docker-compose /usr/local/bin + docker-compose version docker-compose version 1.25.0dev, build ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 docker-py version: 4.0.1 CPython version: 3.7.4 OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019 Removing intermediate container 9b38462ea771 ---> 6e9119e2894e Successfully built 6e9119e2894e Successfully tagged dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 [Pipeline] sh + docker push dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 The push refers to repository [docker.io/dockerbuildbot/compose] c5f6b1297a0c: Preparing 1cfe3b608d5a: Preparing 698459d004ba: Preparing 7a35064d39c3: Preparing 42b1ca0e7820: Preparing 38961214f937: Preparing a99daa3a090e: Preparing b034d3323e8d: Preparing c0647d91b896: Preparing c1defac45647: Preparing dc043fdae48b: Preparing 6d7d055ee2e5: Preparing 7698fe7f32b0: Preparing 9161b5943c7e: Preparing ba79c69351ac: Preparing 6f24a95d33db: Preparing df8f08ee9463: Preparing 6a1aa47d6606: Preparing 7b66164940a3: Preparing 38961214f937: Waiting a99daa3a090e: Waiting b034d3323e8d: Waiting c0647d91b896: Waiting c1defac45647: Waiting dc043fdae48b: Waiting 6d7d055ee2e5: Waiting 7698fe7f32b0: Waiting 9161b5943c7e: Waiting ba79c69351ac: Waiting 6f24a95d33db: Waiting df8f08ee9463: Waiting 6a1aa47d6606: Waiting c5728f2d608b: Preparing 03901b4a2ea8: Preparing c5728f2d608b: Waiting 03901b4a2ea8: Waiting 42b1ca0e7820: Pushed 7a35064d39c3: Pushed 1cfe3b608d5a: Pushed 38961214f937: Pushed a99daa3a090e: Pushed b034d3323e8d: Pushed c0647d91b896: Pushed c1defac45647: Pushed dc043fdae48b: Pushed 7698fe7f32b0: Pushed c5f6b1297a0c: Pushed 6d7d055ee2e5: Pushed ba79c69351ac: Pushed df8f08ee9463: Layer already exists 6a1aa47d6606: Layer already exists 7b66164940a3: Layer already exists c5728f2d608b: Layer already exists 03901b4a2ea8: Layer already exists 9161b5943c7e: Pushed 698459d004ba: Pushed 6f24a95d33db: Pushed alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516 size: 4715 [Pipeline] echo 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 + 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "debian") [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-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 Fetching without tags Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) 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 + docker pull dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 Error response from daemon: manifest for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 not found: manifest unknown: manifest unknown [Pipeline] sh + script/build/write-git-sha + GIT_COMMIT=ad2d86c1 + docker build -t dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 . Sending build context to Docker daemon 1.86MB Step 1/32 : ARG DOCKER_VERSION=18.09.7 Step 2/32 : ARG PYTHON_VERSION=3.7.4 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim Step 7/32 : ARG BUILD_PLATFORM=alpine Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli ---> 108a4437ed8c Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine ---> 39fb80313465 Step 10/32 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev ---> Using cache ---> d4e7c9ac9021 Step 11/32 : ENV BUILD_BOOTLOADER=1 ---> Using cache ---> 81368dca8a0f Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian ---> 7691d3cb6cbc Step 13/32 : RUN apt-get update && apt-get install -y curl gcc git libc-dev libgcc-6-dev make openssl python2.7-dev ---> Using cache ---> 1fc88e534ece Step 14/32 : FROM build-${BUILD_PLATFORM} AS build ---> 1fc88e534ece Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ ---> Using cache ---> 09c5f9b719a6 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] ---> Using cache ---> bc74ae50aa05 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker ---> Using cache ---> 737a45f51b22 Step 18/32 : WORKDIR /code/ ---> Using cache ---> 1ed19bd2c05f Step 19/32 : RUN pip install virtualenv==16.2.0 ---> Using cache ---> aa0b02b1dbe4 Step 20/32 : RUN pip install tox==2.9.1 ---> Using cache ---> a97262be42e0 Step 21/32 : COPY requirements.txt . ---> Using cache ---> 20c064bda635 Step 22/32 : COPY requirements-dev.txt . ---> Using cache ---> 360c372c07bc Step 23/32 : COPY .pre-commit-config.yaml . ---> Using cache ---> 91bfa8f15e48 Step 24/32 : COPY tox.ini . ---> Using cache ---> 994026864080 Step 25/32 : COPY setup.py . ---> Using cache ---> 49729c25e2a5 Step 26/32 : COPY README.md . ---> Using cache ---> 56c03f28187e Step 27/32 : COPY compose compose/ ---> Using cache ---> 72c97a1bbd38 Step 28/32 : RUN tox --notest ---> Using cache ---> 832fe438bf95 Step 29/32 : COPY . . ---> Using cache ---> 3b8c0a4b9675 Step 30/32 : ARG GIT_COMMIT=unknown ---> Using cache ---> 7bbf43f0c098 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT ---> Running in ecdc51599436 Removing intermediate container ecdc51599436 ---> 632db6d57c31 Step 32/32 : RUN script/build/linux-entrypoint ---> Running in e536d01d2297 + CODE_PATH=/code + VENV=/code/.tox/py37 + cd /code + mkdir -p dist + chmod 777 dist + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt + '[' -z ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 ']' + echo ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + '[' '!' -z '' ']' + echo 'NOT compiling bootloader!!!' NOT compiling bootloader!!! + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 37 INFO: PyInstaller: 3.5 37 INFO: Python: 3.7.4 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11 39 INFO: UPX is not available. 40 INFO: Extending PYTHONPATH with paths ['/code/bin', '/code'] 40 INFO: checking Analysis 40 INFO: Building Analysis because Analysis-00.toc is non existent 40 INFO: Initializing module dependency graph... 42 INFO: Initializing module graph hooks... 43 INFO: Analyzing base_library.zip ... 2502 INFO: running Analysis Analysis-00.toc 2519 INFO: Caching module hooks... 2523 INFO: Analyzing bin/docker-compose 2606 INFO: Processing pre-find module path hook distutils 2607 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 2786 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 3729 INFO: Processing pre-safe import module hook six.moves 6267 INFO: Loading module hooks... 6267 INFO: Loading module hook "hook-certifi.py"... 6268 INFO: Loading module hook "hook-jsonschema.py"... 6270 INFO: Loading module hook "hook-xml.py"... 6307 INFO: Loading module hook "hook-nacl.py"... 6309 INFO: Loading module hook "hook-distutils.py"... 6311 INFO: Loading module hook "hook-pkg_resources.py"... 6460 INFO: Processing pre-safe import module hook win32com 6690 INFO: Loading module hook "hook-pydoc.py"... 6690 INFO: Loading module hook "hook-sysconfig.py"... 6696 INFO: Loading module hook "hook-encodings.py"... 6734 INFO: Loading module hook "hook-cryptography.py"... 6910 INFO: Looking for ctypes DLLs 6921 INFO: Analyzing run-time hooks ... 6926 INFO: Including run-time hook 'pyi_rth_certifi.py' 6927 INFO: Including run-time hook 'pyi_rth_pkgres.py' 6937 INFO: Looking for dynamic libraries 7478 INFO: Looking for eggs 7478 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 7488 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 7543 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 7565 INFO: checking PYZ 7565 INFO: Building PYZ because PYZ-00.toc is non existent 7566 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 8278 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 8289 INFO: checking PKG 8290 INFO: Building PKG because PKG-00.toc is non existent 8290 INFO: Building PKG (CArchive) PKG-00.pkg 18131 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 18135 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 18135 INFO: checking EXE 18135 INFO: Building EXE because EXE-00.toc is non existent 18135 INFO: Building EXE from EXE-00.toc 18135 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 18198 INFO: Building EXE from EXE-00.toc completed successfully. + ls -la dist/ + ldd dist/docker-compose total 16848 drwxrwxrwx 2 root root 4096 Oct 1 17:04 . drwxr-xr-x 1 root root 4096 Oct 1 17:04 .. -rwxr-xr-x 1 root root 17239328 Oct 1 17:04 docker-compose linux-vdso.so.1 (0x00007ffcbe9b7000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa748156000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fa747f3c000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa747b9d000) /lib64/ld-linux-x86-64.so.2 (0x00007fa74835a000) + mv dist/docker-compose /usr/local/bin + docker-compose version docker-compose version 1.25.0dev, build ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 docker-py version: 4.0.1 CPython version: 3.7.4 OpenSSL version: OpenSSL 1.1.0k 28 May 2019 Removing intermediate container e536d01d2297 ---> cf37bcc015b2 Successfully built cf37bcc015b2 Successfully tagged dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 [Pipeline] sh + docker push dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 The push refers to repository [docker.io/dockerbuildbot/compose] da8c142bc1cf: Preparing f8b0ea5facff: Preparing a617ac9e9d0b: Preparing 228933e1d5c8: Preparing d5333e91e9c6: Preparing a0cf3fc29b69: Preparing c414cd938df6: Preparing 7fa67e38788e: Preparing 43d2e3c6fed0: Preparing 1587fec619ca: Preparing e34544214a83: Preparing 630cf9319a11: Preparing 7bc45d5a69b5: Preparing 253d301f2851: Preparing 7775b772d186: Preparing f1ef143ff375: Preparing 5d9379544f46: Preparing a60dca41a274: Preparing 2b0a1b3e6b0e: Preparing e768b825df3d: Preparing e9dc98463cd6: Preparing a0cf3fc29b69: Waiting c414cd938df6: Waiting 7fa67e38788e: Waiting 43d2e3c6fed0: Waiting 1587fec619ca: Waiting e34544214a83: Waiting 630cf9319a11: Waiting 7bc45d5a69b5: Waiting 253d301f2851: Waiting 7775b772d186: Waiting f1ef143ff375: Waiting 5d9379544f46: Waiting a60dca41a274: Waiting 2b0a1b3e6b0e: Waiting e768b825df3d: Waiting e9dc98463cd6: Waiting a617ac9e9d0b: Layer already exists f8b0ea5facff: Layer already exists 228933e1d5c8: Layer already exists c414cd938df6: Layer already exists a0cf3fc29b69: Layer already exists 7fa67e38788e: Layer already exists 43d2e3c6fed0: Layer already exists e34544214a83: Layer already exists d5333e91e9c6: Layer already exists 630cf9319a11: Layer already exists 7bc45d5a69b5: Layer already exists 1587fec619ca: Layer already exists 253d301f2851: Layer already exists 5d9379544f46: Layer already exists 7775b772d186: Layer already exists f1ef143ff375: Layer already exists a60dca41a274: Layer already exists 2b0a1b3e6b0e: Layer already exists e768b825df3d: Layer already exists e9dc98463cd6: Layer already exists da8c142bc1cf: Pushed debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14 size: 4718 [Pipeline] echo 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 + 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.3-beta2 / baseImage=alpine) [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] checkout + docker container ls -aq [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.3-beta2 / baseImage=alpine) using credential sf-release-bot.github.ssh [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo cleanWorkspace: Workspace is clean. using credential sf-release-bot.github.ssh [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine) Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] checkout [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.3-beta2 / baseImage=debian) [Pipeline] checkout + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo 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 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine) [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-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 Fetching without tags Fetching without tags Fetching without tags Fetching without tags Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) Commit message: "Removes external/host opts from ports merge_field" Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) Commit message: "Removes external/host opts from ports merge_field" Commit message: "Removes external/host opts from ports merge_field" Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) Commit message: "Removes external/host opts from ports merge_field" 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 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) Commit message: "Removes external/host opts from ports merge_field" [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh [Pipeline] sh + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info + pwd + 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 + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Pulling fs layer 0f535eceebd5: Pulling fs layer 8a30f5893bea: Pulling fs layer c1d30ace7b67: Pulling fs layer 5ff2059d78a7: Pulling fs layer 09d1539bab60: Pulling fs layer 2e4f111854df: Pulling fs layer a482323c08b6: Pulling fs layer 443b20602ba7: Pulling fs layer 1bf30e6cac34: Pulling fs layer ac1433396e7f: Pulling fs layer a128720f7281: Pulling fs layer c7160f90725d: Pulling fs layer 6355a51d7881: Pulling fs layer 58437b179166: Pulling fs layer 4efe756e6a92: Pulling fs layer 2d79fd214db6: Pulling fs layer 4d34cde2d46c: Pulling fs layer 1d695542a9da: Pulling fs layer 71e80accdb49: Pulling fs layer c1d30ace7b67: Waiting 5ff2059d78a7: Waiting 09d1539bab60: Waiting 2e4f111854df: Waiting a482323c08b6: Waiting 443b20602ba7: Waiting 1bf30e6cac34: Waiting ac1433396e7f: Waiting a128720f7281: Waiting c7160f90725d: Waiting 6355a51d7881: Waiting 58437b179166: Waiting 4efe756e6a92: Waiting 2d79fd214db6: Waiting 4d34cde2d46c: Waiting 1d695542a9da: Waiting 71e80accdb49: Waiting + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 8a30f5893bea: Verifying Checksum 8a30f5893bea: Download complete c0ea575d71b9: Verifying Checksum c0ea575d71b9: Download complete + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 8f91359f1fff: Already exists 502ac059b4cd: Already exists cfd307573f01: Already exists 65beb65381ee: Already exists 4c21f9ed2a53: Already exists 7f9953b04d78: Already exists bf35e7f2a1fa: Already exists c6f28ef2cfd9: Already exists 335e95fb0a6d: Already exists da5e68cb68a4: Already exists 7027340d46df: Already exists 223ce529360d: Already exists 73457ec3957e: Already exists d9f7eabda903: Already exists dfd15c80b7e9: Already exists + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.3-beta2 + DOCKER_VERSIONS=19.03.3-beta2 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=c933885dad1f + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=c933885dad1f dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit c0ea575d71b9: Pull complete c1d30ace7b67: Verifying Checksum c1d30ace7b67: Download complete 0f535eceebd5: Verifying Checksum 0f535eceebd5: Download complete 09d1539bab60: Verifying Checksum 09d1539bab60: Download complete 2a05dd7fa74b: Already exists 5cb3ba859af8: Already exists eb978ebc2bb2: Already exists aba956361d74: Already exists 966a05015c14: Already exists 89358f800558: Pulling fs layer WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh a482323c08b6: Verifying Checksum a482323c08b6: Download complete 2e4f111854df: Verifying Checksum 2e4f111854df: Download complete + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Pulling fs layer 0f535eceebd5: Pulling fs layer 8a30f5893bea: Pulling fs layer c1d30ace7b67: Pulling fs layer 5ff2059d78a7: Pulling fs layer 09d1539bab60: Pulling fs layer 2e4f111854df: Pulling fs layer a482323c08b6: Pulling fs layer 443b20602ba7: Pulling fs layer 1bf30e6cac34: Pulling fs layer ac1433396e7f: Pulling fs layer a128720f7281: Pulling fs layer c7160f90725d: Pulling fs layer 6355a51d7881: Pulling fs layer 58437b179166: Pulling fs layer 4efe756e6a92: Pulling fs layer 2d79fd214db6: Pulling fs layer 4d34cde2d46c: Pulling fs layer 1d695542a9da: Pulling fs layer 71e80accdb49: Pulling fs layer c1d30ace7b67: Waiting 5ff2059d78a7: Waiting 09d1539bab60: Waiting 2e4f111854df: Waiting a482323c08b6: Waiting 443b20602ba7: Waiting 1bf30e6cac34: Waiting ac1433396e7f: Waiting a128720f7281: Waiting c7160f90725d: Waiting 6355a51d7881: Waiting 58437b179166: Waiting 4efe756e6a92: Waiting 2d79fd214db6: Waiting 4d34cde2d46c: Waiting 1d695542a9da: Waiting 71e80accdb49: Waiting 8a30f5893bea: Verifying Checksum 8a30f5893bea: Download complete 443b20602ba7: Verifying Checksum 443b20602ba7: Download complete ac1433396e7f: Verifying Checksum ac1433396e7f: Download complete 1bf30e6cac34: Verifying Checksum 1bf30e6cac34: Download complete a128720f7281: Verifying Checksum a128720f7281: Download complete c7160f90725d: Verifying Checksum c7160f90725d: Download complete c0ea575d71b9: Verifying Checksum c0ea575d71b9: Download complete c1d30ace7b67: Verifying Checksum c1d30ace7b67: Download complete 89358f800558: Download complete 6355a51d7881: Verifying Checksum 6355a51d7881: Download complete 58437b179166: Verifying Checksum 58437b179166: Download complete 4efe756e6a92: Verifying Checksum 4efe756e6a92: Download complete 09d1539bab60: Verifying Checksum 09d1539bab60: Download complete c0ea575d71b9: Pull complete 0f535eceebd5: Verifying Checksum 0f535eceebd5: Download complete a482323c08b6: Verifying Checksum a482323c08b6: Download complete 2d79fd214db6: Verifying Checksum 2d79fd214db6: Download complete 5ff2059d78a7: Verifying Checksum 5ff2059d78a7: Download complete 1d695542a9da: Verifying Checksum 1d695542a9da: Download complete 2e4f111854df: Verifying Checksum 2e4f111854df: Download complete 89358f800558: Pull complete Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 443b20602ba7: Verifying Checksum 443b20602ba7: Download complete ac1433396e7f: Verifying Checksum ac1433396e7f: Download complete 1bf30e6cac34: Verifying Checksum 1bf30e6cac34: Download complete a128720f7281: Verifying Checksum a128720f7281: Download complete c7160f90725d: Verifying Checksum c7160f90725d: Download complete 6355a51d7881: Verifying Checksum 6355a51d7881: Download complete 4d34cde2d46c: Verifying Checksum 4d34cde2d46c: Download complete 58437b179166: Verifying Checksum 58437b179166: Download complete 4efe756e6a92: Verifying Checksum 4efe756e6a92: Download complete 2d79fd214db6: Verifying Checksum 2d79fd214db6: Download complete 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 pre-commit runtests: PYTHONHASHSEED='3191399565' pre-commit runtests: commands[0] | pre-commit install 71e80accdb49: Verifying Checksum 71e80accdb49: Download complete 1d695542a9da: Verifying Checksum 1d695542a9da: Download complete 5ff2059d78a7: Verifying Checksum 5ff2059d78a7: Download complete pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.3-beta2 + DOCKER_VERSIONS=19.03.3-beta2 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=f5ff61a16902 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=f5ff61a16902 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 0f535eceebd5: Pull complete 8a30f5893bea: Pull complete 4d34cde2d46c: Verifying Checksum 4d34cde2d46c: Download complete [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... c1d30ace7b67: Pull complete 71e80accdb49: Verifying Checksum 71e80accdb49: Download complete 0f535eceebd5: Pull complete WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh 8a30f5893bea: Pull complete + pwd + 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 Unable to find image 'dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists c1d30ace7b67: Already exists 5ff2059d78a7: Pulling fs layer 09d1539bab60: Pulling fs layer 2e4f111854df: Pulling fs layer a482323c08b6: Pulling fs layer 443b20602ba7: Pulling fs layer 1bf30e6cac34: Pulling fs layer ac1433396e7f: Pulling fs layer a128720f7281: Pulling fs layer c7160f90725d: Pulling fs layer 6355a51d7881: Pulling fs layer 58437b179166: Pulling fs layer 4efe756e6a92: Pulling fs layer 2d79fd214db6: Pulling fs layer 4d34cde2d46c: Pulling fs layer 1d695542a9da: Pulling fs layer 71e80accdb49: Pulling fs layer a482323c08b6: Waiting 443b20602ba7: Waiting 1bf30e6cac34: Waiting ac1433396e7f: Waiting a128720f7281: Waiting c7160f90725d: Waiting 6355a51d7881: Waiting 58437b179166: Waiting 4efe756e6a92: Waiting 2d79fd214db6: Waiting 4d34cde2d46c: Waiting 1d695542a9da: Waiting 71e80accdb49: Waiting c1d30ace7b67: Pull complete 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 pre-commit runtests: PYTHONHASHSEED='1971505842' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files 09d1539bab60: Verifying Checksum 09d1539bab60: Download complete 2e4f111854df: Verifying Checksum 2e4f111854df: Download complete a482323c08b6: Verifying Checksum a482323c08b6: Download complete [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 1bf30e6cac34: Verifying Checksum 1bf30e6cac34: Download complete 443b20602ba7: Verifying Checksum 443b20602ba7: Download complete ac1433396e7f: Verifying Checksum ac1433396e7f: Download complete a128720f7281: Verifying Checksum a128720f7281: Download complete c7160f90725d: Verifying Checksum c7160f90725d: Download complete 6355a51d7881: Verifying Checksum 6355a51d7881: Download complete 58437b179166: Verifying Checksum 58437b179166: Download complete 4efe756e6a92: Verifying Checksum 4efe756e6a92: Download complete 2d79fd214db6: Download complete [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 1d695542a9da: Verifying Checksum 1d695542a9da: Download complete 4d34cde2d46c: Verifying Checksum 4d34cde2d46c: Download complete 5ff2059d78a7: Verifying Checksum 5ff2059d78a7: Download complete 71e80accdb49: Verifying Checksum 71e80accdb49: Download complete 5ff2059d78a7: Pull complete 09d1539bab60: Pull complete 2e4f111854df: Pull complete a482323c08b6: Pull complete 443b20602ba7: Pull complete 1bf30e6cac34: Pull complete ac1433396e7f: Pull complete a128720f7281: Pull complete c7160f90725d: Pull complete 5ff2059d78a7: Pull complete 09d1539bab60: Pull complete 6355a51d7881: Pull complete 58437b179166: Pull complete 4efe756e6a92: Pull complete 2e4f111854df: Pull complete a482323c08b6: Pull complete 2d79fd214db6: Pull complete 443b20602ba7: Pull complete 1bf30e6cac34: Pull complete 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’ a128720f7281: Pull complete c7160f90725d: Pull complete 6355a51d7881: Pull complete 58437b179166: Pull complete 4efe756e6a92: Pull complete 2d79fd214db6: Pull complete 5ff2059d78a7: Pull complete 09d1539bab60: Pull complete 2e4f111854df: Pull complete a482323c08b6: Pull complete 443b20602ba7: Pull complete 1bf30e6cac34: Pull complete ac1433396e7f: Pull complete a128720f7281: Pull complete c7160f90725d: Pull complete 6355a51d7881: Pull complete 58437b179166: Pull complete 4d34cde2d46c: Pull complete 1d695542a9da: Pull complete 4efe756e6a92: Pull complete 2d79fd214db6: Pull complete 71e80accdb49: Pull complete Digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 4d34cde2d46c: Pull complete 1d695542a9da: Pull complete 71e80accdb49: Pull complete Digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 4d34cde2d46c: Pull complete 1d695542a9da: Pull complete 71e80accdb49: Pull complete Digest: sha256:7a9802cd344154f4fc167aea613caf63d6c8937fd71260649c5867487bf67516 Status: Downloaded newer image for dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=97e80f60c952 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=97e80f60c952 dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=9f58a65f0e03 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=9f58a65f0e03 dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.5,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='1069156613' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 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 pre-commit runtests: PYTHONHASHSEED='2428272806' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.3-beta2 + DOCKER_VERSIONS=19.03.3-beta2 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=a9fc083c6a97 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=a9fc083c6a97 dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 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 pre-commit runtests: PYTHONHASHSEED='1057158467' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.3-beta2 / baseImage=debian) [Pipeline] checkout using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-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 Fetching without tags Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) 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 + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } Check for added large files..............................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 8f91359f1fff: Pulling fs layer 502ac059b4cd: Pulling fs layer cfd307573f01: Pulling fs layer 65beb65381ee: Pulling fs layer 4c21f9ed2a53: Pulling fs layer 7f9953b04d78: Pulling fs layer bf35e7f2a1fa: Pulling fs layer c6f28ef2cfd9: Pulling fs layer 335e95fb0a6d: Pulling fs layer da5e68cb68a4: Pulling fs layer 7027340d46df: Pulling fs layer 223ce529360d: Pulling fs layer 73457ec3957e: Pulling fs layer d9f7eabda903: Pulling fs layer dfd15c80b7e9: Pulling fs layer 2a05dd7fa74b: Pulling fs layer 5cb3ba859af8: Pulling fs layer eb978ebc2bb2: Pulling fs layer aba956361d74: Pulling fs layer 966a05015c14: Pulling fs layer 89358f800558: Pulling fs layer 4c21f9ed2a53: Waiting 7f9953b04d78: Waiting bf35e7f2a1fa: Waiting c6f28ef2cfd9: Waiting 335e95fb0a6d: Waiting da5e68cb68a4: Waiting 7027340d46df: Waiting 223ce529360d: Waiting 73457ec3957e: Waiting d9f7eabda903: Waiting 65beb65381ee: Waiting dfd15c80b7e9: Waiting 2a05dd7fa74b: Waiting 5cb3ba859af8: Waiting eb978ebc2bb2: Waiting aba956361d74: Waiting 966a05015c14: Waiting 89358f800558: Waiting Check JSON...............................................................Passed Fix End of Files.........................................................Passed 502ac059b4cd: Verifying Checksum 502ac059b4cd: Download complete Debug Statements (Python)................................................Passed 8f91359f1fff: Verifying Checksum 8f91359f1fff: Download complete 65beb65381ee: Verifying Checksum 65beb65381ee: Download complete cfd307573f01: Verifying Checksum cfd307573f01: Download complete 4c21f9ed2a53: Verifying Checksum 4c21f9ed2a53: Download complete bf35e7f2a1fa: Verifying Checksum bf35e7f2a1fa: Download complete 335e95fb0a6d: Verifying Checksum 335e95fb0a6d: Download complete c6f28ef2cfd9: Verifying Checksum c6f28ef2cfd9: Download complete da5e68cb68a4: Verifying Checksum da5e68cb68a4: Download complete Fix End of Files.........................................................Passed 223ce529360d: Verifying Checksum 223ce529360d: Download complete 7027340d46df: Verifying Checksum 7027340d46df: Download complete d9f7eabda903: Verifying Checksum d9f7eabda903: Download complete 73457ec3957e: Verifying Checksum 73457ec3957e: Download complete 2a05dd7fa74b: Verifying Checksum 2a05dd7fa74b: Download complete dfd15c80b7e9: Verifying Checksum dfd15c80b7e9: Download complete 5cb3ba859af8: Verifying Checksum 5cb3ba859af8: Download complete eb978ebc2bb2: Verifying Checksum eb978ebc2bb2: Download complete 966a05015c14: Verifying Checksum 966a05015c14: Download complete [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 7f9953b04d78: Verifying Checksum 7f9953b04d78: Download complete aba956361d74: Verifying Checksum aba956361d74: Download complete 89358f800558: Verifying Checksum 89358f800558: Download complete 8f91359f1fff: Pull complete 502ac059b4cd: Pull complete [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... cfd307573f01: Pull complete 65beb65381ee: Pull complete 4c21f9ed2a53: Pull complete Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed 7f9953b04d78: Pull complete bf35e7f2a1fa: Pull complete c6f28ef2cfd9: Pull complete 335e95fb0a6d: Pull complete Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) da5e68cb68a4: Pull complete Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed 7027340d46df: Pull complete 223ce529360d: Pull complete ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.3-beta2 == '' ']' ++ '[' 19.03.3-beta2 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py27 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.3-beta2' Running tests against Docker 19.03.3-beta2 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ 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 ++ tail -n 10 73457ec3957e: Pull complete d9f7eabda903: Pull complete dfd15c80b7e9: Pull complete 2a05dd7fa74b: Pull complete 5cb3ba859af8: Pull complete Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) eb978ebc2bb2: Pull complete ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.3-beta2 == '' ']' ++ '[' 19.03.3-beta2 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py27 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.3-beta2' Running tests against Docker 19.03.3-beta2 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ tail -n 10 ++ 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 aba956361d74: Pull complete 966a05015c14: Pull complete 89358f800558: Pull complete Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.3-beta2 + DOCKER_VERSIONS=19.03.3-beta2 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=0c04a14e6627 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=0c04a14e6627 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed 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 pre-commit runtests: PYTHONHASHSEED='1730222636' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 7a58dca21afd: Verifying Checksum 7a58dca21afd: Download complete 8a45f3148b49: Pull complete 850223fccdd0: Pull complete 48c9a6062a91: Pull complete 7a58dca21afd: Pull complete f16c044ebca5: Pull complete Digest: sha256:ad4f6304cd6d80d4832ce6e97689dc4e223f4d0691280c57536d283d691cd637 Status: Downloaded newer image for dockerswarm/dind:19.03.3-beta2 9d4f49ca7ec49ce460b1f462bb8a773a74fa130b050d30cdcd61971a7f8e7571 ++ 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 py27 develop-inst-nodeps: /code 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 py27 runtests: PYTHONHASHSEED='259969839' py27 runtests: commands[0] | mkdir -p .coverage-binfiles py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 7a58dca21afd: Verifying Checksum 7a58dca21afd: Download complete 8a45f3148b49: Pull complete 850223fccdd0: Pull complete 48c9a6062a91: Pull complete 7a58dca21afd: Pull complete f16c044ebca5: Pull complete Digest: sha256:ad4f6304cd6d80d4832ce6e97689dc4e223f4d0691280c57536d283d691cd637 Status: Downloaded newer image for dockerswarm/dind:19.03.3-beta2 9fb21337d84ff06573ceb681799dc6a02b206739c5a39cc3425a2bd7c93106e2 ++ 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 py27 develop-inst-nodeps: /code ============================= test session starts ============================== platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 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 py27 runtests: PYTHONHASHSEED='2803757889' py27 runtests: commands[0] | mkdir -p .coverage-binfiles py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose ============================= test session starts ============================== platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py37 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 18.09.9' Running tests against Docker 18.09.9 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ 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 ++ tail -n 10 Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py27 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 18.09.9' Running tests against Docker 18.09.9 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ 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 ++ tail -n 10 Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed  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   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  Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.3-beta2 == '' ']' ++ '[' 19.03.3-beta2 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py37 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.3-beta2' Running tests against Docker 19.03.3-beta2 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ tail -n 10 ++ 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 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 52af2c2d2f0f: Verifying Checksum 52af2c2d2f0f: Download complete b0b8081c21b9: Pull complete fe627842e5f0: Pull complete 7cf61dda384e: Pull complete 52af2c2d2f0f: Pull complete 2c69fa696ee3: Pull complete Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d Status: Downloaded newer image for dockerswarm/dind:18.09.9 c2ddc55e6305e98e1b3471aa348dd7a2e6e3224ba7aeb73e3b5e153ea36186fb ++ 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 py37 develop-inst-nodeps: /code 52af2c2d2f0f: Download complete b0b8081c21b9: Download complete b0b8081c21b9: Pull complete fe627842e5f0: Pull complete 7cf61dda384e: Pull complete 52af2c2d2f0f: Pull complete 2c69fa696ee3: Pull complete Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d Status: Downloaded newer image for dockerswarm/dind:18.09.9 ded91e87ab32cd2389b101e76248f89000045163e2ab4315a24c2514bd6affe7 ++ 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 py27 develop-inst-nodeps: /code tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 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 py37 runtests: PYTHONHASHSEED='1112746412' py37 runtests: commands[0] | mkdir -p .coverage-binfiles py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 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 py27 runtests: PYTHONHASHSEED='921099260' py27 runtests: commands[0] | mkdir -p .coverage-binfiles py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 ============================= test session starts ============================== platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... 7a58dca21afd: Verifying Checksum 7a58dca21afd: Download complete 8a45f3148b49: Pull complete 850223fccdd0: Pull complete 48c9a6062a91: Pull complete 7a58dca21afd: Pull complete f16c044ebca5: Pull complete Digest: sha256:ad4f6304cd6d80d4832ce6e97689dc4e223f4d0691280c57536d283d691cd637 Status: Downloaded newer image for dockerswarm/dind:19.03.3-beta2 ecc31a1244875360c459e746a403ebc0df8e192283801845da71cae367b53585 ++ 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 py37 develop-inst-nodeps: /code 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 py37 runtests: PYTHONHASHSEED='2188365994' py37 runtests: commands[0] | mkdir -p .coverage-binfiles py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose  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  ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 Running on ubuntu-1804-overlay2 (i-05e7ac0afcd210c08) in /home/ubuntu/workspace/compose_PR-6933 [Pipeline] { [Pipeline] withDockerRegistry  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  $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/  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  Running on ubuntu-1804-overlay2 (i-0ad9d7c1d0c0c9807) in /home/ubuntu/workspace/compose_PR-6933 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 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 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] Check for added large files..............................................Passed $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Check docstring is first.................................................Passed Check for merge conflicts................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] Fix End of Files.........................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] WARNING! Using --password via the CLI is insecure. Use --password-stdin. tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m + uname -m [Pipeline] sh [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-6933:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 7c9d20b9b6cd: Pulling fs layer 7c9d20b9b6cd: Verifying Checksum 7c9d20b9b6cd: Download complete latest: Pulling from library/busybox 7c9d20b9b6cd: Pulling fs layer 7c9d20b9b6cd: Download complete 7c9d20b9b6cd: Pull complete Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e Status: Downloaded newer image for busybox:latest 7c9d20b9b6cd: Pull complete Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e Status: Downloaded newer image for busybox:latest tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian) [Pipeline] checkout Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) [Pipeline] echo Removing all docker containers [Pipeline] sh ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.3-beta2 == '' ']' ++ '[' 19.03.3-beta2 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py37 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.3-beta2' Running tests against Docker 19.03.3-beta2 ++ daemon_container=compose-dind-19.03.3-beta2-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ 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 ++ tail -n 10 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian) [Pipeline] checkout tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 50cba5e9d9783f4806ce2ed04535c7eb37df16fef995ba9f3ed68c0527270b8b ++ 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 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] using credential sf-release-bot.github.ssh py37 develop-inst-nodeps: /code using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] Cloning repository git@github.com:docker/compose.git 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 py37 runtests: PYTHONHASHSEED='2158545453' py37 runtests: commands[0] | mkdir -p .coverage-binfiles py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 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 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 ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 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 Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933)  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  tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] Fetching without tags Commit message: "Removes external/host opts from ports merge_field" Checking out Revision ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 (PR-6933) > git config core.sparsecheckout # timeout=10 > git checkout -f ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 [Pipeline] sh 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 Commit message: "Removes external/host opts from ports merge_field" + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] [Pipeline] sh + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 8f91359f1fff: Pulling fs layer 502ac059b4cd: Pulling fs layer cfd307573f01: Pulling fs layer 65beb65381ee: Pulling fs layer 4c21f9ed2a53: Pulling fs layer 7f9953b04d78: Pulling fs layer bf35e7f2a1fa: Pulling fs layer c6f28ef2cfd9: Pulling fs layer 335e95fb0a6d: Pulling fs layer da5e68cb68a4: Pulling fs layer 7027340d46df: Pulling fs layer 223ce529360d: Pulling fs layer 73457ec3957e: Pulling fs layer d9f7eabda903: Pulling fs layer dfd15c80b7e9: Pulling fs layer 2a05dd7fa74b: Pulling fs layer 5cb3ba859af8: Pulling fs layer eb978ebc2bb2: Pulling fs layer aba956361d74: Pulling fs layer 966a05015c14: Pulling fs layer 89358f800558: Pulling fs layer 223ce529360d: Waiting 73457ec3957e: Waiting d9f7eabda903: Waiting dfd15c80b7e9: Waiting 2a05dd7fa74b: Waiting 5cb3ba859af8: Waiting eb978ebc2bb2: Waiting aba956361d74: Waiting 966a05015c14: Waiting 89358f800558: Waiting 65beb65381ee: Waiting 4c21f9ed2a53: Waiting 7f9953b04d78: Waiting bf35e7f2a1fa: Waiting c6f28ef2cfd9: Waiting 335e95fb0a6d: Waiting da5e68cb68a4: Waiting 7027340d46df: Waiting 502ac059b4cd: Verifying Checksum 502ac059b4cd: Download complete WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh 65beb65381ee: Verifying Checksum 65beb65381ee: Download complete tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 8f91359f1fff: Verifying Checksum 8f91359f1fff: Download complete 4c21f9ed2a53: Verifying Checksum 4c21f9ed2a53: Download complete cfd307573f01: Verifying Checksum cfd307573f01: Download complete tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] + pwd + 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 Unable to find image 'dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456' locally debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456: Pulling from dockerbuildbot/compose 8f91359f1fff: Pulling fs layer 502ac059b4cd: Pulling fs layer cfd307573f01: Pulling fs layer 65beb65381ee: Pulling fs layer 4c21f9ed2a53: Pulling fs layer 7f9953b04d78: Pulling fs layer bf35e7f2a1fa: Pulling fs layer c6f28ef2cfd9: Pulling fs layer 335e95fb0a6d: Pulling fs layer da5e68cb68a4: Pulling fs layer 7027340d46df: Pulling fs layer 223ce529360d: Pulling fs layer 73457ec3957e: Pulling fs layer d9f7eabda903: Pulling fs layer dfd15c80b7e9: Pulling fs layer 2a05dd7fa74b: Pulling fs layer 5cb3ba859af8: Pulling fs layer eb978ebc2bb2: Pulling fs layer aba956361d74: Pulling fs layer 966a05015c14: Pulling fs layer 65beb65381ee: Waiting 4c21f9ed2a53: Waiting 7f9953b04d78: Waiting bf35e7f2a1fa: Waiting c6f28ef2cfd9: Waiting 335e95fb0a6d: Waiting da5e68cb68a4: Waiting 7027340d46df: Waiting 223ce529360d: Waiting 73457ec3957e: Waiting d9f7eabda903: Waiting dfd15c80b7e9: Waiting 2a05dd7fa74b: Waiting 5cb3ba859af8: Waiting eb978ebc2bb2: Waiting aba956361d74: Waiting 89358f800558: Pulling fs layer 966a05015c14: Waiting 89358f800558: Waiting bf35e7f2a1fa: Verifying Checksum bf35e7f2a1fa: Download complete 335e95fb0a6d: Verifying Checksum 335e95fb0a6d: Download complete 502ac059b4cd: Verifying Checksum 502ac059b4cd: Download complete c6f28ef2cfd9: Verifying Checksum c6f28ef2cfd9: Download complete da5e68cb68a4: Verifying Checksum da5e68cb68a4: Download complete 223ce529360d: Verifying Checksum 223ce529360d: Download complete 7027340d46df: Verifying Checksum 7027340d46df: Download complete 73457ec3957e: Verifying Checksum 73457ec3957e: Download complete d9f7eabda903: Verifying Checksum d9f7eabda903: Download complete 65beb65381ee: Verifying Checksum 65beb65381ee: Download complete 4c21f9ed2a53: Verifying Checksum 4c21f9ed2a53: Download complete 8f91359f1fff: Verifying Checksum 8f91359f1fff: Download complete cfd307573f01: Verifying Checksum cfd307573f01: Download complete 2a05dd7fa74b: Verifying Checksum 2a05dd7fa74b: Download complete dfd15c80b7e9: Verifying Checksum dfd15c80b7e9: Download complete 5cb3ba859af8: Verifying Checksum 5cb3ba859af8: Download complete eb978ebc2bb2: Verifying Checksum eb978ebc2bb2: Download complete tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] bf35e7f2a1fa: Verifying Checksum bf35e7f2a1fa: Download complete 335e95fb0a6d: Verifying Checksum 335e95fb0a6d: Download complete 966a05015c14: Verifying Checksum 966a05015c14: Download complete tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] da5e68cb68a4: Verifying Checksum da5e68cb68a4: Download complete c6f28ef2cfd9: Verifying Checksum c6f28ef2cfd9: Download complete 223ce529360d: Verifying Checksum 223ce529360d: Download complete 7027340d46df: Verifying Checksum 7027340d46df: Download complete 73457ec3957e: Verifying Checksum 73457ec3957e: Download complete d9f7eabda903: Verifying Checksum d9f7eabda903: Download complete dfd15c80b7e9: Verifying Checksum dfd15c80b7e9: Download complete 2a05dd7fa74b: Verifying Checksum 2a05dd7fa74b: Download complete 5cb3ba859af8: Verifying Checksum 5cb3ba859af8: Download complete eb978ebc2bb2: Verifying Checksum eb978ebc2bb2: Download complete 966a05015c14: Verifying Checksum 966a05015c14: Download complete tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 89358f800558: Verifying Checksum 89358f800558: Download complete aba956361d74: Verifying Checksum aba956361d74: Download complete 7f9953b04d78: Verifying Checksum 7f9953b04d78: Download complete tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 89358f800558: Verifying Checksum 89358f800558: Download complete aba956361d74: Verifying Checksum aba956361d74: Download complete 7f9953b04d78: Verifying Checksum 7f9953b04d78: Download complete 8f91359f1fff: Pull complete 502ac059b4cd: Pull complete 8f91359f1fff: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] cfd307573f01: Pull complete 65beb65381ee: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 502ac059b4cd: Pull complete 4c21f9ed2a53: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] cfd307573f01: Pull complete 65beb65381ee: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 4c21f9ed2a53: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 7f9953b04d78: Pull complete bf35e7f2a1fa: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] c6f28ef2cfd9: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 335e95fb0a6d: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] da5e68cb68a4: Pull complete 7027340d46df: Pull complete 223ce529360d: Pull complete 7f9953b04d78: Pull complete bf35e7f2a1fa: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 73457ec3957e: Pull complete d9f7eabda903: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] dfd15c80b7e9: Pull complete 2a05dd7fa74b: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 5cb3ba859af8: Pull complete eb978ebc2bb2: Pull complete c6f28ef2cfd9: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 335e95fb0a6d: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] da5e68cb68a4: Pull complete 7027340d46df: Pull complete 223ce529360d: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 73457ec3957e: Pull complete d9f7eabda903: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] dfd15c80b7e9: Pull complete 2a05dd7fa74b: Pull complete 5cb3ba859af8: Pull complete eb978ebc2bb2: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] aba956361d74: Pull complete 966a05015c14: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 89358f800558: Pull complete Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=22dcbfaacfa3 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=22dcbfaacfa3 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] aba956361d74: Pull complete 966a05015c14: Pull complete tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 89358f800558: Pull complete Digest: sha256:9b928c385edd115ab7ce66074eb605af4635d5026990927a39202171e1aece14 Status: Downloaded newer image for dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=18.09.9 + DOCKER_VERSIONS=18.09.9 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=80f587d3d6c5 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=80f587d3d6c5 dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 tox -e pre-commit tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 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 pre-commit runtests: PYTHONHASHSEED='2708862179' pre-commit runtests: commands[0] | pre-commit install tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 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 pre-commit runtests: PYTHONHASHSEED='3813325987' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] Check for added large files..............................................Passed tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] Check docstring is first.................................................Passed Check for merge conflicts................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] Check Yaml...............................................................Passed Check JSON...............................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] Debug Statements (Python)................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] Fix End of Files.........................................................Passed Check for added large files..............................................Passed tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] Debug Statements (Python)................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] Fix End of Files.........................................................Passed tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py37 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 18.09.9' Running tests against Docker 18.09.9 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ tail -n 10 ++ 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 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-ad2d86c1c4f1a9b528d505ac1fe0ded94f8ea456 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-6933-2 ++ PY_TEST_VERSIONS=py27 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 18.09.9' Running tests against Docker 18.09.9 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6933-2 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ 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 ++ tail -n 10 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] 52af2c2d2f0f: Verifying Checksum 52af2c2d2f0f: Download complete b0b8081c21b9: Pull complete fe627842e5f0: Pull complete 7cf61dda384e: Pull complete 52af2c2d2f0f: Pull complete 2c69fa696ee3: Pull complete Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d Status: Downloaded newer image for dockerswarm/dind:18.09.9 e7ce24a71464b98748fd2259fc68e92d9999e6e93067b6544504f706f308e2ce ++ 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 py37 develop-inst-nodeps: /code tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] 52af2c2d2f0f: Verifying Checksum 52af2c2d2f0f: Download complete b0b8081c21b9: Pull complete fe627842e5f0: Pull complete 7cf61dda384e: Pull complete 52af2c2d2f0f: Pull complete 2c69fa696ee3: Pull complete Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d Status: Downloaded newer image for dockerswarm/dind:18.09.9 b3cfc68edf58979ffac86741ca2d71ff8554d6162e3ce5b74b57c5a56d6c5c09 ++ 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 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] 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 py37 runtests: PYTHONHASHSEED='838830839' py37 runtests: commands[0] | mkdir -p .coverage-binfiles py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose py27 develop-inst-nodeps: /code ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] 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 py27 runtests: PYTHONHASHSEED='1205808945' py27 runtests: commands[0] | mkdir -p .coverage-binfiles py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose ============================= test session starts ============================== platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.5.1 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%]  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  tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%]  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  tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_down PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_port PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED [ 14%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED [ 14%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_containers PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 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%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_containers PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_devices PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_dns_list PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_dns_search PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_labels PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_scale PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_split_env PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 47%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%] tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%] tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%] tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%] tests/unit/service_test.py::NetTestCase::test_network_mode PASSED [ 55%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 46%] tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%] tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%] tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%] tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%] tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%] tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED [ 51%] tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%] tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%] tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%] tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%] tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%] tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%] tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%] tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 57%] tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%] tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%] tests/unit/timeparse_test.py::test_milli PASSED [ 57%] tests/unit/timeparse_test.py::test_milli_float PASSED [ 57%] tests/unit/timeparse_test.py::test_second_milli PASSED [ 57%] tests/unit/timeparse_test.py::test_second_milli_micro PASSED [ 57%] tests/unit/timeparse_test.py::test_second PASSED [ 57%] tests/unit/timeparse_test.py::test_second_as_float PASSED [ 57%] tests/unit/timeparse_test.py::test_minute PASSED [ 57%] tests/unit/timeparse_test.py::test_hour_minute PASSED [ 57%] tests/unit/timeparse_test.py::test_minute_as_float PASSED [ 57%] tests/unit/timeparse_test.py::test_hour_minute_second PASSED [ 58%] tests/unit/timeparse_test.py::test_invalid_with_space PASSED [ 58%] tests/unit/timeparse_test.py::test_invalid_with_comma PASSED [ 58%] tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED [ 58%] tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%] tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%] tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%] tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%] tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%] tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%] tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%] tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED [ 59%] tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%] tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED [ 59%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%] tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 60%] tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 60%] tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%] tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%] tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%] tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%] tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%] tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%] tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%] tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%] tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%] tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%] tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%] tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 63%] tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%] tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%] tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%] tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED [ 63%] tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED [ 63%] tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED [ 63%] tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%] tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%] tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%] tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%] tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 65%] tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%] tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%] tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%] tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%] tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%] tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%] tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%] tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%] tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%] tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%] tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 66%] tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED [ 66%] tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%] tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED [ 66%] tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%] tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED [ 66%] tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%] tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%] tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%] tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%] tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%] tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%] tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%] tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%] tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%] tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%] tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%] tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%] tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%] tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_load PASSED [ 70%] tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED [ 71%] tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%] tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%] tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED [ 76%] tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%] tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%] tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%] tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%] tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%] tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%] tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%] tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%] tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%] tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 81%] tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%] tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%] tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%] tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%] tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%] tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%] tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%] tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%] tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%] tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 82%] tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%] tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%] tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%] tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%] tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%] tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 83%] tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%] tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%] tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%] tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%] tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%] tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED [ 83%] tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED [ 83%] tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%] tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%] tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%] tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 84%] tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED [ 84%] tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED [ 84%] tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%] tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%] tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%] tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%] tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%] tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] tests/unit/config/config_test.py::MergePortsTest::test_add_item FAILED [ 84%] tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%] tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED [ 84%] tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED [ 85%] tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%] tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%] tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%] tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 86%] tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%] tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%] tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%] tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED [ 86%] tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED [ 86%] tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%] tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%] tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%] tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%] tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%] tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED [ 86%] tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%] tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%] tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%] tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 88%] tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%] tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%] tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 88%] tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%] tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%] tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED [ 90%] tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%] tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%] tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%] tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%] tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%] tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%] tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%] tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED [ 92%] tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%] tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%] tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%] tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%] tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%] tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%] tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%] tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%] tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%] tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%] tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%] tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%] tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%] tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%] tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%] tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%] tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%] tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%] tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%] tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%] tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%] tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%] tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%] tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED [ 97%] tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%] tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%] tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%] tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 53%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%] tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%] =================================== FAILURES =================================== _________________________ MergePortsTest.test_add_item _________________________ tests/unit/config/config_test.py:3916: in test_add_item  assert set(service_dict[self.config_name]) == set(self.merged_config()) E AssertionError: assert {ServicePort(...rnal_ip=None)} == {ServicePort(t...rnal_ip=None)} E Extra items in the right set: E ServicePort(target=8000, published=10, protocol=None, mode=None, external_ip=None) E Full diff: E - {ServicePort(target=8000, published=20, protocol=None, mode=None, external_ip=None), E ? ^ E + {ServicePort(target=8000, published=10, protocol=None, mode=None, external_ip=None), E ? ^ E + ServicePort(target=8000, published=20, protocol=None, mode=None, external_ip=None), E ServicePort(target=9000, published=None, protocol=None, mode=None, external_ip=None)} ----------- coverage: platform linux, python 3.7.4-final-0 ----------- Name Stmts Miss Branch BrPart Cover Missing ----------------------------------------------------------------------------- compose/__init__.py 3 0 0 0 100% compose/__main__.py 4 4 0 0 0% 1-6 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 compose/cli/__init__.py 0 0 0 0 100% compose/cli/colors.py 23 2 10 2 88% 37-38, 36->37, 48->exit compose/cli/command.py 87 13 24 3 82% 67-77, 117-122, 166, 66->67, 116->117, 163->166 compose/cli/docker_client.py 75 5 24 2 93% 24, 98-99, 107, 123, 106->107, 122->123 compose/cli/docopt_command.py 38 4 8 2 87% 13-14, 29, 35, 28->29, 34->35 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 compose/cli/formatter.py 34 2 10 1 93% 17-18, 15->17 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 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 compose/cli/signals.py 23 0 4 2 93% 36->exit, 43->exit 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 compose/cli/verbose_proxy.py 35 12 10 0 69% 36-39, 42-47, 50-60 compose/config/__init__.py 13 0 0 0 100% 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 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 compose/config/errors.py 25 2 2 0 85% 36-40 compose/config/interpolation.py 148 6 64 3 95% 66, 148, 222, 227-229, 121->exit, 146->148, 221->222 compose/config/serialize.py 97 2 58 3 97% 31, 76, 30->31, 75->76, 82->85 compose/config/sort_services.py 44 1 24 1 97% 57, 56->57 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 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 compose/const.py 36 0 0 0 100% 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 compose/errors.py 17 1 0 0 94% 12 compose/network.py 190 19 95 5 87% 184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226 compose/parallel.py 199 2 58 1 99% 187, 326, 325->326 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 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 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 compose/state.py 0 0 0 0 100% compose/timeparse.py 22 0 4 0 100% 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 compose/version.py 6 0 0 0 100% compose/volume.py 126 4 44 3 95% 150, 200, 211-212, 141->150, 199->200, 209->211 ----------------------------------------------------------------------------- TOTAL 5619 441 2429 209 90% Coverage HTML written to dir coverage-html =========================== short test summary info ============================ XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt not supported by kernel XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt Not supported on most drivers SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0 SKIP [1] tests/unit/cli/command_test.py:39: windows separator SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32 SKIP [1] tests/unit/config/config_test.py:3777: windows paths == 1 failed, 1127 passed, 12 skipped, 2 xfailed, 3 xpassed in 916.68 seconds === tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] ERROR: InvocationError: '/code/.tox/py37/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose' ___________________________________ summary ____________________________________ ERROR: py37: commands failed tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_number PASSED [ 43%] tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] + on_exit + [[ 1 != \0 ]] + tail -n 100 + docker logs compose-dind-18.09.9-jenkins-compose-PR-6933-2 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" 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 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" 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" 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 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" 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" time="2019-10-01T17:20:19.546803611Z" level=info msg="Container 0006ae9d44682598d46bd70b59f16950e51f67de379c394c7ec9a93eef94d3cc failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:19.625591350Z" level=info msg="shim reaped" id=0006ae9d44682598d46bd70b59f16950e51f67de379c394c7ec9a93eef94d3cc time="2019-10-01T17:20:19.635623098Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:20.775588195Z" level=info msg="Container e96d2d9afe3b92a57b36a99cfc1728d0b32dc537fa38a1e28b648dd7a818a05b failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:20.857903413Z" level=info msg="shim reaped" id=e96d2d9afe3b92a57b36a99cfc1728d0b32dc537fa38a1e28b648dd7a818a05b time="2019-10-01T17:20:20.867932751Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:22.019553454Z" level=info msg="Container 88db45a5305aaded9809eca293528207a1f7bc0550b9a4cb8d94f855bf10ba0e failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:22.110148426Z" level=info msg="shim reaped" id=88db45a5305aaded9809eca293528207a1f7bc0550b9a4cb8d94f855bf10ba0e time="2019-10-01T17:20:22.120182380Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 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" 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" time="2019-10-01T17:20:23.214994722Z" level=info msg="shim reaped" id=49f09ada5288efeadc65f635fa1bbf1d04e42f2dca38737f6b820cad13c5c185 time="2019-10-01T17:20:23.225093905Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 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" 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" 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 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" 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" 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 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" 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" time="2019-10-01T17:20:27.189312966Z" level=info msg="Container 5e5cebdbffc8f7fa7008deb64293b58f281e656d06fce1746ce897f510648e12 failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:27.268988196Z" level=info msg="shim reaped" id=5e5cebdbffc8f7fa7008deb64293b58f281e656d06fce1746ce897f510648e12 time="2019-10-01T17:20:27.281043678Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:28.421238796Z" level=info msg="Container 550480e0b340459b91cdfbf70b513681bbdc088acc2add453bab4e60d7a262f8 failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:28.517634666Z" level=info msg="shim reaped" id=550480e0b340459b91cdfbf70b513681bbdc088acc2add453bab4e60d7a262f8 time="2019-10-01T17:20:28.527676232Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:29.692097426Z" level=info msg="Container 4602e057f79d1b057fe9d51145c9f88490dc29d8d18dc1ffdde38b1b77fabdbb failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:29.787087727Z" level=info msg="shim reaped" id=4602e057f79d1b057fe9d51145c9f88490dc29d8d18dc1ffdde38b1b77fabdbb time="2019-10-01T17:20:29.797138255Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 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" 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" 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 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" 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" time="2019-10-01T17:20:31.812323592Z" level=info msg="shim reaped" id=82b7e42532b4d4abce80d7a8c1cc229b4c6af5b4b0c860fa4ca3353d418ac62e time="2019-10-01T17:20:31.822329923Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:32.038381647Z" level=info msg="shim reaped" id=1f580d6248e429dd4d4e3a404cb4320ce36417b554101c07d5531bc3099a59f5 time="2019-10-01T17:20:32.048411775Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 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" 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" 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 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" 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" 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 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" 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" time="2019-10-01T17:20:36.050940942Z" level=info msg="Container de9196eec6d0ce4f4cc70abe63102b5f9af6b9366299e20b31bfc05d1012fa26 failed to exit within 1 seconds of signal 15 - using the force" time="2019-10-01T17:20:36.134388295Z" level=info msg="shim reaped" id=de9196eec6d0ce4f4cc70abe63102b5f9af6b9366299e20b31bfc05d1012fa26 time="2019-10-01T17:20:36.144430251Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 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" 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" time="2019-10-01T17:20:37.313697511Z" level=info msg="shim reaped" id=58094aca333a23eede2bc1eb581b9882a88019aa40f043cf87e819ce2f2a67e2 time="2019-10-01T17:20:37.323701085Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:37.661334557Z" level=info msg="shim reaped" id=38138b8c5d2cf562dff60b11e519d4cd2aa19968324d59388d87baa821d4f820 time="2019-10-01T17:20:37.671369815Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:37.901369755Z" level=info msg="shim reaped" id=a70c906bcf6b42b11ae059bd4ae71e9dda497817d8fcf019ba28fe9fc505ea21 time="2019-10-01T17:20:37.911368898Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 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" 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" 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 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" 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" 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 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" 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" time="2019-10-01T17:20:40.962539868Z" level=info msg="shim reaped" id=7a0a5fe733750d05fb2f06a41f6bf24fb50c144c5306256c1cc69a39570192e1 time="2019-10-01T17:20:40.972580275Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:41.185451651Z" level=info msg="shim reaped" id=8dcd1744c90bdc4086703eb1ddaf410a0ea190befec871fd180bfa19ede2f56c time="2019-10-01T17:20:41.195501102Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:41.414407832Z" level=info msg="shim reaped" id=27b32da59466c6e7313c4a951bf965b567c34d1ce4f6bc46b34b65d069d81c94 time="2019-10-01T17:20:41.424467081Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 time="2019-10-01T17:20:42.333926755Z" level=info msg="shim reaped" id=1d04777c4eb69b0d290fe26a7f7a41e44c6a34fcda97461fc90f55557b0692d3 time="2019-10-01T17:20:42.343367652Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 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 time="2019-10-01T17:20:43.236684132Z" level=info msg="shim reaped" id=0869757c3d6c37ed4bcc13da5caec5088bc76cc0d5b9cf13130c139f3f111e04 time="2019-10-01T17:20:43.246734824Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:43.864407612Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2019-10-01T17:20:44.174351731Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2019-10-01T17:20:45.440421498Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 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 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 time="2019-10-01T17:20:47.131821017Z" level=info msg="shim reaped" id=7c80fdbb6c23b06b14c5428ebfedad3760021e568106d5336aab898cb20be155 time="2019-10-01T17:20:47.141840384Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2019-10-01T17:20:47.376887829Z" level=info msg="shim reaped" id=5f722599f0454f41b6dbf3fe25fde7a1489c5ef9649c575d4cb34181905f082b time="2019-10-01T17:20:47.387055925Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-6933-2 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%] compose-dind-18.09.9-jenkins-compose-PR-6933-2 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 51%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%] [Pipeline] } tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] 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 tests/unit/project_test.py::ProjectTest::test_project_platform_value Sending interrupt signal to process tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config Sending interrupt signal to process tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container Terminated tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] script returned exit code 143 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config Terminated tests/unit/project_test.py::ProjectTest::test_error_parallel_pull Sending interrupt signal to process script returned exit code 143 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%] tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_stop_grace_period Sending interrupt signal to process tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config Sending interrupt signal to process tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events Terminated tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always Sending interrupt signal to process script returned exit code 143 Terminated script returned exit code 143 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] Terminated script returned exit code 143 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_pull_image Sending interrupt signal to process tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected Terminated script returned exit code 143 PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] 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 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform Terminated [Pipeline] // wrap 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