Pull request #7124 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at b572a1e2e076bd3ec0d05ae39de5b925d465fce9 rather than 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Obtained Jenkinsfile from b572a1e2e076bd3ec0d05ae39de5b925d465fce9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124 [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-7124@tmp/d4c1eb78-f740-4800-b219-4bf40506a0f5/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-7124:/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-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Fetching without tags Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Commit message: "Use empty list" [Pipeline] sh > git rev-list --no-walk 2e36cf9cae0955ee24de40c93e79045ddf1702aa # timeout=10 + git rev-parse HEAD [Pipeline] sh + docker pull dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Error response from daemon: manifest for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 not found: manifest unknown: manifest unknown [Pipeline] sh + script/build/write-git-sha + GIT_COMMIT=330c1bf6 + docker build -t dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=330c1bf629206e3c5360fb1c99a0fa09fd4178f4 . Sending build context to Docker daemon 1.881MB Step 1/32 : ARG DOCKER_VERSION=18.09.7 Step 2/32 : ARG PYTHON_VERSION=3.7.4 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim Step 7/32 : ARG BUILD_PLATFORM=alpine Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli ---> 108a4437ed8c Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine ---> f309434dea3a Step 10/32 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev ---> Using cache ---> a0fee480894e Step 11/32 : ENV BUILD_BOOTLOADER=1 ---> Using cache ---> 89c1439a3f7f Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian ---> fad2b9f06d3b Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y curl gcc git libc-dev libffi-dev libgcc-6-dev libssl-dev make openssl python2.7-dev zlib1g-dev ---> Using cache ---> 902b161181da Step 14/32 : FROM build-${BUILD_PLATFORM} AS build ---> 89c1439a3f7f Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ ---> Using cache ---> 8c2cc4baae51 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] ---> Using cache ---> ecca21391036 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker ---> Using cache ---> 993dbf2ab907 Step 18/32 : WORKDIR /code/ ---> Using cache ---> a28c995f8b16 Step 19/32 : RUN pip install virtualenv==16.2.0 ---> Using cache ---> 64b073a659db Step 20/32 : RUN pip install tox==2.9.1 ---> Using cache ---> 478d6e8f8ded Step 21/32 : COPY requirements.txt . ---> Using cache ---> 1b81e2074ba2 Step 22/32 : COPY requirements-dev.txt . ---> Using cache ---> 289401ffc405 Step 23/32 : COPY .pre-commit-config.yaml . ---> Using cache ---> 81de28390b0b Step 24/32 : COPY tox.ini . ---> Using cache ---> a0b1ad9f6e54 Step 25/32 : COPY setup.py . ---> Using cache ---> 66353cf1020c Step 26/32 : COPY README.md . ---> Using cache ---> bdbbb7433815 Step 27/32 : COPY compose compose/ ---> 806fcad8b301 Step 28/32 : RUN tox --notest ---> Running in f40f31b0cd05 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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0 py37 create: /code/.tox/py37 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt py37 develop-inst: /code py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,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.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 ___________________________________ summary ____________________________________ py27: skipped tests py37: skipped tests pre-commit: skipped tests congratulations :) Removing intermediate container f40f31b0cd05 ---> 2db35127ec05 Step 29/32 : COPY . . ---> 11ade873aa1f Step 30/32 : ARG GIT_COMMIT=unknown ---> Running in ed8461f0eaba Removing intermediate container ed8461f0eaba ---> a464fcbcff3c Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT ---> Running in 68a01fc3e17a Removing intermediate container 68a01fc3e17a ---> 9f73d5341738 Step 32/32 : RUN script/build/linux-entrypoint ---> Running in b98172cb4a9a + 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 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 ']' + echo 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 + 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.352s) '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.313s) 'make_all' finished successfully (0.003s) Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [ 1/13] Compiling src/pyi_python.c [ 2/13] Compiling src/pyi_global.c [ 3/13] Compiling src/main.c [ 4/13] Compiling src/pyi_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/debug/run_d [13/13] Processing build/debug/run_d Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 'build_debug' finished successfully (0.691s) 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.698s) 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' [13/14] Processing build/release/run + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 'install_release' finished successfully (0.012s) + /code/.tox/py37/bin/pip3 install .. Processing /tmp/pyinstaller Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1) Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (44.0.0) Building wheels for collected packages: PyInstaller Building wheel for PyInstaller (PEP 517): started Building wheel for PyInstaller (PEP 517): finished with status 'done' Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=51088a25df51e767de1506ed6517a388dc65aefeec5870f65f2ef1ba851ac06e Stored in directory: /tmp/pip-ephem-wheel-cache-ry7byjof/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887 Successfully built PyInstaller Installing collected packages: PyInstaller Found existing installation: PyInstaller 3.5 Uninstalling PyInstaller-3.5: Successfully uninstalled PyInstaller-3.5 Successfully installed PyInstaller-3.5 + cd /code + rm -Rf /tmp/pyinstaller + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 41 INFO: PyInstaller: 3.5 41 INFO: Python: 3.7.4 44 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with 45 INFO: UPX is not available. 46 INFO: Extending PYTHONPATH with paths ['/code/bin', '/code'] 46 INFO: checking Analysis 47 INFO: Building Analysis because Analysis-00.toc is non existent 47 INFO: Initializing module dependency graph... 48 INFO: Initializing module graph hooks... 49 INFO: Analyzing base_library.zip ... 2559 INFO: running Analysis Analysis-00.toc 2570 INFO: Caching module hooks... 2574 INFO: Analyzing bin/docker-compose 2661 INFO: Processing pre-find module path hook distutils 2661 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 2847 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 3733 INFO: Processing pre-safe import module hook six.moves 6077 INFO: Loading module hooks... 6077 INFO: Loading module hook "hook-certifi.py"... 6078 INFO: Loading module hook "hook-jsonschema.py"... 6079 INFO: Loading module hook "hook-xml.py"... 6117 INFO: Loading module hook "hook-nacl.py"... 6119 INFO: Loading module hook "hook-distutils.py"... 6120 INFO: Loading module hook "hook-pkg_resources.py"... 6260 INFO: Processing pre-safe import module hook win32com 6453 INFO: Loading module hook "hook-pydoc.py"... 6454 INFO: Loading module hook "hook-sysconfig.py"... 6460 INFO: Loading module hook "hook-encodings.py"... 6498 INFO: Loading module hook "hook-cryptography.py"... 6644 INFO: Looking for ctypes DLLs Illegal option -p 6672 INFO: Analyzing run-time hooks ... 6680 INFO: Including run-time hook 'pyi_rth_certifi.py' 6681 INFO: Including run-time hook 'pyi_rth_pkgres.py' 6690 INFO: Looking for dynamic libraries 6889 INFO: Looking for eggs 6889 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 6899 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 6950 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 6972 INFO: checking PYZ 6972 INFO: Building PYZ because PYZ-00.toc is non existent 6972 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 7680 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 7690 INFO: checking PKG 7690 INFO: Building PKG because PKG-00.toc is non existent 7690 INFO: Building PKG (CArchive) PKG-00.pkg 18760 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 18763 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 18763 INFO: checking EXE 18764 INFO: Building EXE because EXE-00.toc is non existent 18764 INFO: Building EXE from EXE-00.toc 18764 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 18809 INFO: Building EXE from EXE-00.toc completed successfully. + ls -la dist/ total 17124 drwxrwxrwx 2 root root 4096 Jan 6 22:17 . drwxr-xr-x 1 root root 4096 Jan 6 22:16 .. -rwxr-xr-x 1 root root 17518640 Jan 6 22:17 docker-compose + ldd dist/docker-compose  /lib/ld-musl-x86_64.so.1 (0x7f65aa781000) libz.so.1 => /lib/libz.so.1 (0x7f65aa74b000) libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f65aa781000) + mv dist/docker-compose /usr/local/bin + docker-compose version docker-compose version 1.26.0dev, build 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 docker-py version: 4.1.0 CPython version: 3.7.4 OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019 Removing intermediate container b98172cb4a9a ---> 8b9fb830e9d8 Successfully built 8b9fb830e9d8 Successfully tagged dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] sh + docker push dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 The push refers to repository [docker.io/dockerbuildbot/compose] b55f6cb35a1b: Preparing 880e1b15d5fc: Preparing f47fd5cfee43: Preparing fa17fc96cc63: Preparing 2d5c00a94421: Preparing 46de72884d30: Preparing 3b45037faef8: Preparing 5ae51fbe4fa3: Preparing a100e4a168a4: Preparing b50bf713b107: Preparing 832cf352b3d0: Preparing 64620144396b: Preparing e71230281a4a: Preparing 6276460eb2de: Preparing de1632309f90: Preparing e01c05f84fdf: Preparing 2a8b7fd42278: Preparing 6a1aa47d6606: Preparing 7b66164940a3: Preparing c5728f2d608b: Preparing 03901b4a2ea8: Preparing 46de72884d30: Waiting 3b45037faef8: Waiting 5ae51fbe4fa3: Waiting a100e4a168a4: Waiting b50bf713b107: Waiting 832cf352b3d0: Waiting 64620144396b: Waiting e71230281a4a: Waiting 6276460eb2de: Waiting de1632309f90: Waiting e01c05f84fdf: Waiting 2a8b7fd42278: Waiting 6a1aa47d6606: Waiting 7b66164940a3: Waiting c5728f2d608b: Waiting 03901b4a2ea8: Waiting 2d5c00a94421: Layer already exists 46de72884d30: Layer already exists 3b45037faef8: Layer already exists 5ae51fbe4fa3: Layer already exists a100e4a168a4: Layer already exists b50bf713b107: Layer already exists fa17fc96cc63: Pushed 832cf352b3d0: Layer already exists 880e1b15d5fc: Pushed 64620144396b: Layer already exists e71230281a4a: Layer already exists 6276460eb2de: Layer already exists de1632309f90: Layer already exists e01c05f84fdf: Layer already exists 2a8b7fd42278: Layer already exists 6a1aa47d6606: Layer already exists 7b66164940a3: Layer already exists c5728f2d608b: Layer already exists 03901b4a2ea8: Layer already exists b55f6cb35a1b: Pushed f47fd5cfee43: Pushed alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 size: 4715 [Pipeline] echo dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] echo image.id: dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] node Running on ubuntu-1804-overlay2 (i-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124 [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-7124@tmp/77f43e01-6bf8-4369-b7c2-f921396c7da8/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-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /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-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124 [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-7124@tmp/e847bf28-e361-4187-b844-4cdb5db54d4c/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-7124:/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-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Fetching without tags Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) Commit message: "Use empty list" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] sh + docker pull dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Error response from daemon: manifest for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 not found: manifest unknown: manifest unknown [Pipeline] sh + script/build/write-git-sha + GIT_COMMIT=330c1bf6 + docker build -t dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=330c1bf629206e3c5360fb1c99a0fa09fd4178f4 . Sending build context to Docker daemon 1.881MB Step 1/32 : ARG DOCKER_VERSION=18.09.7 Step 2/32 : ARG PYTHON_VERSION=3.7.4 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim Step 7/32 : ARG BUILD_PLATFORM=alpine Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli ---> 108a4437ed8c Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine ---> f309434dea3a Step 10/32 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev ---> Using cache ---> a0fee480894e Step 11/32 : ENV BUILD_BOOTLOADER=1 ---> Using cache ---> 89c1439a3f7f Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian ---> fad2b9f06d3b Step 13/32 : RUN apt-get update && apt-get install --no-install-recommends -y curl gcc git libc-dev libffi-dev libgcc-6-dev libssl-dev make openssl python2.7-dev zlib1g-dev ---> Using cache ---> 902b161181da Step 14/32 : FROM build-${BUILD_PLATFORM} AS build ---> 902b161181da Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ ---> Using cache ---> a86ba5c1d7d0 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] ---> Using cache ---> 59e898bde5cd Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker ---> Using cache ---> 05baf0c88330 Step 18/32 : WORKDIR /code/ ---> Using cache ---> e37d30adbc7a Step 19/32 : RUN pip install virtualenv==16.2.0 ---> Using cache ---> eca006f26015 Step 20/32 : RUN pip install tox==2.9.1 ---> Using cache ---> 4667f560bee3 Step 21/32 : COPY requirements.txt . ---> Using cache ---> 7dd1c36588c7 Step 22/32 : COPY requirements-dev.txt . ---> Using cache ---> ee051f700bcc Step 23/32 : COPY .pre-commit-config.yaml . ---> Using cache ---> 953d1a432859 Step 24/32 : COPY tox.ini . ---> Using cache ---> b4213f6a8392 Step 25/32 : COPY setup.py . ---> Using cache ---> 66f33c91a8b6 Step 26/32 : COPY README.md . ---> Using cache ---> 7d2f026431c5 Step 27/32 : COPY compose compose/ ---> 1f140539e74c Step 28/32 : RUN tox --notest ---> Running in 60d875ecbc67 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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0 py37 create: /code/.tox/py37 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt py37 develop-inst: /code py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,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.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 ___________________________________ summary ____________________________________ py27: skipped tests py37: skipped tests pre-commit: skipped tests congratulations :) Removing intermediate container 60d875ecbc67 ---> c977be83273e Step 29/32 : COPY . . ---> 70386037de3e Step 30/32 : ARG GIT_COMMIT=unknown ---> Running in f029439dba03 Removing intermediate container f029439dba03 ---> 6cc4ee65f790 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT ---> Running in adf1740df742 Removing intermediate container adf1740df742 ---> 436723b01df2 Step 32/32 : RUN script/build/linux-entrypoint ---> Running in 0c57a723c5fb + 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 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 ']' + echo 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 + 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 '' ']' NOT compiling bootloader!!! + echo 'NOT compiling bootloader!!!' + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 36 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... 41 INFO: Initializing module graph hooks... 43 INFO: Analyzing base_library.zip ... 2478 INFO: running Analysis Analysis-00.toc 2495 INFO: Caching module hooks... 2499 INFO: Analyzing bin/docker-compose 2581 INFO: Processing pre-find module path hook distutils 2581 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 2756 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 3617 INFO: Processing pre-safe import module hook six.moves 5985 INFO: Loading module hooks... 5985 INFO: Loading module hook "hook-certifi.py"... 5986 INFO: Loading module hook "hook-jsonschema.py"... 5988 INFO: Loading module hook "hook-xml.py"... 6027 INFO: Loading module hook "hook-nacl.py"... 6028 INFO: Loading module hook "hook-distutils.py"... 6030 INFO: Loading module hook "hook-pkg_resources.py"... 6210 INFO: Processing pre-safe import module hook win32com 6371 INFO: Loading module hook "hook-pydoc.py"... 6371 INFO: Loading module hook "hook-sysconfig.py"... 6377 INFO: Loading module hook "hook-encodings.py"... 6416 INFO: Loading module hook "hook-cryptography.py"... 6574 INFO: Looking for ctypes DLLs 6603 INFO: Analyzing run-time hooks ... 6611 INFO: Including run-time hook 'pyi_rth_certifi.py' 6613 INFO: Including run-time hook 'pyi_rth_pkgres.py' 6622 INFO: Looking for dynamic libraries 7155 INFO: Looking for eggs 7155 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 7165 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 7216 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 7238 INFO: checking PYZ 7238 INFO: Building PYZ because PYZ-00.toc is non existent 7238 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 7926 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 7937 INFO: checking PKG 7937 INFO: Building PKG because PKG-00.toc is non existent 7937 INFO: Building PKG (CArchive) PKG-00.pkg 17712 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 17715 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 17715 INFO: checking EXE 17716 INFO: Building EXE because EXE-00.toc is non existent 17716 INFO: Building EXE from EXE-00.toc 17716 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 17764 INFO: Building EXE from EXE-00.toc completed successfully. + ls -la dist/ total 16652 drwxrwxrwx 2 root root 4096 Jan 6 22:19 . drwxr-xr-x 1 root root 4096 Jan 6 22:19 .. -rwxr-xr-x 1 root root 17038528 Jan 6 22:19 docker-compose + ldd dist/docker-compose  linux-vdso.so.1 (0x00007ffff2b75000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff69aa30000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff69a816000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff69a477000) /lib64/ld-linux-x86-64.so.2 (0x00007ff69ac34000) + mv dist/docker-compose /usr/local/bin + docker-compose version docker-compose version 1.26.0dev, build 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 docker-py version: 4.1.0 CPython version: 3.7.4 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 Removing intermediate container 0c57a723c5fb ---> 8af9ffed52c5 Successfully built 8af9ffed52c5 Successfully tagged dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] sh + docker push dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 The push refers to repository [docker.io/dockerbuildbot/compose] beaf0cbf53d9: Preparing ce021c39bbd7: Preparing d7761a45ed9a: Preparing c2f04a6996aa: Preparing 64671eda4202: Preparing 2fb89640095b: Preparing 42a806b4c57b: Preparing 22597d05d650: Preparing 9ee76474307a: Preparing 9d7fecdc47c2: Preparing cb159002febb: Preparing 710bba8c651b: Preparing f374439ecf0c: Preparing dacc9462ba40: Preparing 1fda847fab83: Preparing 088636749b2f: Preparing 99a2e7cd1f0d: Preparing a8f0218d77da: Preparing b3edacbcd846: Preparing 896510bee743: Preparing 67ecfc9591c8: Preparing 2fb89640095b: Waiting 42a806b4c57b: Waiting 22597d05d650: Waiting 9ee76474307a: Waiting 9d7fecdc47c2: Waiting cb159002febb: Waiting 710bba8c651b: Waiting f374439ecf0c: Waiting dacc9462ba40: Waiting 1fda847fab83: Waiting 088636749b2f: Waiting 99a2e7cd1f0d: Waiting a8f0218d77da: Waiting b3edacbcd846: Waiting 896510bee743: Waiting 67ecfc9591c8: Waiting 64671eda4202: Layer already exists 2fb89640095b: Layer already exists 42a806b4c57b: Layer already exists 22597d05d650: Layer already exists 9ee76474307a: Layer already exists 9d7fecdc47c2: Layer already exists cb159002febb: Layer already exists 710bba8c651b: Layer already exists f374439ecf0c: Layer already exists dacc9462ba40: Layer already exists c2f04a6996aa: Pushed ce021c39bbd7: Pushed 1fda847fab83: Layer already exists 088636749b2f: Layer already exists 99a2e7cd1f0d: Layer already exists a8f0218d77da: Layer already exists b3edacbcd846: Layer already exists 896510bee743: Layer already exists 67ecfc9591c8: Layer already exists d7761a45ed9a: Pushed beaf0cbf53d9: Pushed debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed size: 4718 [Pipeline] echo dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] echo image.id: dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] node Running on ubuntu-1804-overlay2 (i-073eba8ad15f839eb) in /home/ubuntu/workspace/compose_PR-7124 [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-7124@tmp/a6fc4946-1346-44ba-ad9e-3ac31b3a6645/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-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py -n 2 docker/docker-ce recent [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: alpine_19.03.5_py27) [Pipeline] { (Branch: alpine_19.03.5_py37) [Pipeline] { (Branch: alpine_18.09.9_py27) [Pipeline] { (Branch: alpine_18.09.9_py37) [Pipeline] { (Branch: debian_19.03.5_py27) [Pipeline] { (Branch: debian_19.03.5_py37) [Pipeline] { (Branch: debian_18.09.9_py27) [Pipeline] { (Branch: debian_18.09.9_py37) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on ubuntu-1804-overlay2 (i-0e86c8d4642769805) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] { [Pipeline] withDockerRegistry Running on ubuntu-1804-overlay2 (i-0df74eb569aeeb4ff) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] { Running on ubuntu-1804-overlay2 (i-040b6280f2088cbd0) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] withDockerRegistry Running on ubuntu-1804-overlay2 (i-05bc973359a8c04db) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on ubuntu-1804-overlay2 (i-0e711f6cf2f77320e) in /home/ubuntu/workspace/compose_PR-7124 $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { Running on ubuntu-1804-overlay2 (i-0f930202ed945f856) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] { [Pipeline] withDockerRegistry Running on ubuntu-1804-overlay2 (i-0d33a78233876e3aa) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { Running on ubuntu-1804-overlay2 (i-0ee9541979de2ffad) in /home/ubuntu/workspace/compose_PR-7124 [Pipeline] withDockerRegistry [Pipeline] { $ 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-7124@tmp/04ef8c73-d6cd-400a-8a20-438cec80bbe5/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/a0b4ecd1-e90b-4f88-9059-638e7aa55a75/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/e383ef80-8602-48f3-8ff6-754e02342483/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/2d7e92fa-32e2-4fa9-87eb-69ee27bf33e9/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] withDockerRegistry WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/5503dfb4-c90f-44d2-aaa4-4096a57d2d58/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/a3481328-d6ee-458a-bd4c-34a4286394c1/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/ac68d133-bc03-48fb-aabd-94fb041c1807/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7124@tmp/a584d10c-3cc5-4bbe-8448-b0b01f44ae50/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [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] { [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [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 + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [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 + docker container ls -aq cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian) [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + 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 [Pipeline] echo cleanWorkspace: Workspace is clean. + docker container ls -aq [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 [Pipeline] checkout [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=alpine) using credential sf-release-bot.github.ssh + docker container ls -aq Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine) [Pipeline] checkout [Pipeline] echo cleanWorkspace: Workspace is clean. using credential sf-release-bot.github.ssh [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5 / baseImage=alpine) Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [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 + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian) [Pipeline] checkout using credential sf-release-bot.github.ssh [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=debian) Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo Removing all docker containers [Pipeline] sh using credential sf-release-bot.github.ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5 / 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-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Cloning repository git@github.com:docker/compose.git > git init /home/ubuntu/workspace/compose_PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Fetching without tags Fetching without tags Fetching without tags Fetching without tags Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) Fetching without tags Fetching without tags Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) Fetching without tags Commit message: "Use empty list" Commit message: "Use empty list" Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) Commit message: "Use empty list" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) Commit message: "Use empty list" Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Commit message: "Use empty list" Commit message: "Use empty list" Commit message: "Use empty list" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Fetching without tags > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) Commit message: "Use empty list" > git config remote.origin.url git@github.com:docker/compose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/7124/head:refs/remotes/origin/PR-7124 > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } WARNING: No swap limit support [Pipeline] 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 + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + docker info + awk -F : $1 == "Storage Driver" { print $2; exit } [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 WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 32bc94da756c: Already exists c91454e2e140: Already exists e1bb0e941546: Already exists 8e67e3b30c27: Already exists 798cb077d89c: Already exists ba487fcc01e6: Already exists 1e9a2cb217c2: Already exists 628dcc8dac65: Already exists 6c37034b156f: Already exists 69476245b716: Already exists 5a5bc6b9f540: Already exists + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 80369df48736: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists d5d20a4e4635: Already exists fbdecde7ee84: Already exists f11b412467d8: Already exists 2ba40f10745a: Already exists 9949c1f346ad: Already exists a8745d98d7f6: Already exists 08518b484190: Already exists 33777328aae9: Already exists 36ec084242de: Already exists a91d34c46780: Already exists 068781cc0c97: Already exists 09580887c122: Already exists b1d9ab9c9d0a: Pulling fs layer 170f1134ff2f: Pulling fs layer aa059c40b96c: Pulling fs layer e2f2ac1d7fbc: Pulling fs layer e2f2ac1d7fbc: Waiting WARNING: No swap limit support + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 80369df48736: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists d5d20a4e4635: Already exists fbdecde7ee84: Already exists f11b412467d8: Already exists 2ba40f10745a: Already exists 9949c1f346ad: Already exists a8745d98d7f6: Already exists 08518b484190: Already exists 33777328aae9: Already exists 36ec084242de: Already exists a91d34c46780: Already exists 068781cc0c97: Already exists 09580887c122: Already exists b1d9ab9c9d0a: Pulling fs layer 170f1134ff2f: Pulling fs layer aa059c40b96c: Pulling fs layer e2f2ac1d7fbc: Pulling fs layer e2f2ac1d7fbc: Waiting + awk -F : $1 == "Storage Driver" { print $2; exit } + docker info WARNING: No swap limit support [Pipeline] echo Using local system's storage driver: [Pipeline] sh [Pipeline] echo Using local system's storage driver: [Pipeline] sh + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 80369df48736: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists d5d20a4e4635: Already exists fbdecde7ee84: Already exists f11b412467d8: Already exists 2ba40f10745a: Already exists 9949c1f346ad: Already exists a8745d98d7f6: Already exists 08518b484190: Already exists e8c1609d58d3: Already exists 1816cfab3b5c: Pulling fs layer cfb6a5cf84f4: Pulling fs layer aa8197b3d5c5: Pulling fs layer 3865cce4a098: Pulling fs layer 3865cce4a098: Waiting aa8197b3d5c5: Verifying Checksum aa8197b3d5c5: Download complete 1816cfab3b5c: Verifying Checksum 1816cfab3b5c: Download complete b1d9ab9c9d0a: Download complete aa059c40b96c: Verifying Checksum aa059c40b96c: Download complete b1d9ab9c9d0a: Verifying Checksum b1d9ab9c9d0a: Download complete aa059c40b96c: Verifying Checksum aa059c40b96c: Download complete b1d9ab9c9d0a: Pull complete + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 32bc94da756c: Already exists c91454e2e140: Already exists e1bb0e941546: Already exists 8e67e3b30c27: Already exists 798cb077d89c: Already exists ba487fcc01e6: Already exists 1e9a2cb217c2: Already exists 628dcc8dac65: Already exists 6c37034b156f: Already exists 69476245b716: Already exists 5a5bc6b9f540: Already exists e8c1609d58d3: Already exists 1816cfab3b5c: Pulling fs layer cfb6a5cf84f4: Pulling fs layer aa8197b3d5c5: Pulling fs layer 3865cce4a098: Pulling fs layer 3865cce4a098: Waiting + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 32bc94da756c: Already exists c91454e2e140: Already exists e1bb0e941546: Already exists 8e67e3b30c27: Already exists 798cb077d89c: Already exists ba487fcc01e6: Already exists 1e9a2cb217c2: Already exists 628dcc8dac65: Already exists 6c37034b156f: Already exists 69476245b716: Already exists 5a5bc6b9f540: Already exists e8c1609d58d3: Already exists 1816cfab3b5c: Pulling fs layer cfb6a5cf84f4: Pulling fs layer aa8197b3d5c5: Pulling fs layer 3865cce4a098: Pulling fs layer 3865cce4a098: Waiting + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 9d48c3bd43c5: Already exists c0ea575d71b9: Already exists 0f535eceebd5: Already exists 8a30f5893bea: Already exists 287089fe229e: Already exists 32bc94da756c: Already exists c91454e2e140: Already exists e1bb0e941546: Already exists 8e67e3b30c27: Already exists 798cb077d89c: Already exists ba487fcc01e6: Already exists 1e9a2cb217c2: Already exists 628dcc8dac65: Already exists 6c37034b156f: Already exists 69476245b716: Already exists 33777328aae9: Already exists 36ec084242de: Already exists a91d34c46780: Already exists 068781cc0c97: Already exists 09580887c122: Already exists b1d9ab9c9d0a: Pulling fs layer 170f1134ff2f: Pulling fs layer aa059c40b96c: Pulling fs layer e2f2ac1d7fbc: Pulling fs layer e2f2ac1d7fbc: Waiting aa059c40b96c: Download complete b1d9ab9c9d0a: Verifying Checksum b1d9ab9c9d0a: Download complete 1816cfab3b5c: Pull complete b1d9ab9c9d0a: Pull complete 1816cfab3b5c: Verifying Checksum 1816cfab3b5c: Download complete aa8197b3d5c5: Verifying Checksum aa8197b3d5c5: Download complete aa8197b3d5c5: Download complete 1816cfab3b5c: Download complete 5a5bc6b9f540: Already exists e8c1609d58d3: Already exists 1816cfab3b5c: Pulling fs layer cfb6a5cf84f4: Pulling fs layer aa8197b3d5c5: Pulling fs layer 3865cce4a098: Pulling fs layer 3865cce4a098: Waiting 1816cfab3b5c: Verifying Checksum 1816cfab3b5c: Download complete aa8197b3d5c5: Verifying Checksum aa8197b3d5c5: Download complete b1d9ab9c9d0a: Pull complete 3865cce4a098: Verifying Checksum 3865cce4a098: Download complete cfb6a5cf84f4: Verifying Checksum cfb6a5cf84f4: Download complete 170f1134ff2f: Verifying Checksum 170f1134ff2f: Download complete e2f2ac1d7fbc: Verifying Checksum e2f2ac1d7fbc: Download complete 1816cfab3b5c: Pull complete 170f1134ff2f: Verifying Checksum 170f1134ff2f: Download complete e2f2ac1d7fbc: Verifying Checksum e2f2ac1d7fbc: Download complete 1816cfab3b5c: Pull complete 1816cfab3b5c: Pull complete e2f2ac1d7fbc: Verifying Checksum e2f2ac1d7fbc: Download complete 170f1134ff2f: Verifying Checksum 170f1134ff2f: Download complete cfb6a5cf84f4: Verifying Checksum cfb6a5cf84f4: Download complete 3865cce4a098: Verifying Checksum 3865cce4a098: Download complete cfb6a5cf84f4: Verifying Checksum cfb6a5cf84f4: Download complete 3865cce4a098: Verifying Checksum 3865cce4a098: Download complete cfb6a5cf84f4: Verifying Checksum cfb6a5cf84f4: Download complete 3865cce4a098: Verifying Checksum 3865cce4a098: Download complete [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 + pwd + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7124/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5 -e BUILD_NUMBER=jenkins-compose-PR-7124-5 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --verbose Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 80369df48736: Already exists aaba0609d543: Already exists 33536ac8210e: Already exists 35aa8bff600e: Already exists 6e4c9666aa4e: Already exists cfb6a5cf84f4: Pull complete d5d20a4e4635: Already exists fbdecde7ee84: Already exists f11b412467d8: Already exists 2ba40f10745a: Already exists 9949c1f346ad: Already exists a8745d98d7f6: Already exists 08518b484190: Already exists 33777328aae9: Already exists 36ec084242de: Already exists a91d34c46780: Already exists 068781cc0c97: Already exists 09580887c122: Already exists b1d9ab9c9d0a: Pulling fs layer 170f1134ff2f: Pulling fs layer aa059c40b96c: Pulling fs layer e2f2ac1d7fbc: Pulling fs layer e2f2ac1d7fbc: Waiting aa059c40b96c: Verifying Checksum aa059c40b96c: Download complete b1d9ab9c9d0a: Verifying Checksum b1d9ab9c9d0a: Download complete aa8197b3d5c5: Pull complete cfb6a5cf84f4: Pull complete aa8197b3d5c5: Pull complete 170f1134ff2f: Pull complete aa059c40b96c: Pull complete 170f1134ff2f: Pull complete aa059c40b96c: Pull complete b1d9ab9c9d0a: Pull complete 170f1134ff2f: Pull complete aa059c40b96c: Pull complete cfb6a5cf84f4: Pull complete aa8197b3d5c5: Pull complete cfb6a5cf84f4: Pull complete aa8197b3d5c5: Pull complete 170f1134ff2f: Verifying Checksum 170f1134ff2f: Download complete 3865cce4a098: Pull complete Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 e2f2ac1d7fbc: Pull complete Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 3865cce4a098: Pull complete Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 e2f2ac1d7fbc: Pull complete Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 e2f2ac1d7fbc: Pull complete Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 3865cce4a098: Pull complete Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 3865cce4a098: Pull complete Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 e2f2ac1d7fbc: Verifying Checksum e2f2ac1d7fbc: Download complete + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5 + DOCKER_VERSIONS=19.03.5 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=cf5d7b34478d + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=cf5d7b34478d dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5 + DOCKER_VERSIONS=19.03.5 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=20b221ef5f37 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=20b221ef5f37 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 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=b3bf0082e734 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=b3bf0082e734 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 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=9ca940248318 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=9ca940248318 dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 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=c3e986d4cc3b + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=c3e986d4cc3b dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit + docker version 170f1134ff2f: Pull complete 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=cbbaec81918a + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=cbbaec81918a dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit + docker version Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5 + DOCKER_VERSIONS=19.03.5 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=4cf88ee6fd23 + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=4cf88ee6fd23 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit aa059c40b96c: Pull complete e2f2ac1d7fbc: Pull complete Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='1166059773' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='3356926162' pre-commit runtests: commands[0] | pre-commit install [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='380943186' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] 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.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='1063021560' 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... [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='905392785' 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 [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] Initializing environment for git://github.com/asottile/reorder_python_imports. [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.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='4132322219' 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] 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.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='4215792493' 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] 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... + docker version [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. Client: Docker Engine - Community Version: 18.09.7 API version: 1.39 Go version: go1.10.8 Git commit: 2d0083d Built: Thu Jun 27 17:54:15 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 + export DOCKER_VERSIONS=19.03.5 + DOCKER_VERSIONS=19.03.5 + STORAGE_DRIVER=overlay + export DOCKER_DAEMON_ARGS=--storage-driver=overlay + DOCKER_DAEMON_ARGS=--storage-driver=overlay ++ hostname + GIT_VOLUME=--volumes-from=a6c1e6af5c3a + . script/test/all ++ set -e ++ echo 'Running lint checks' Running lint checks ++ docker run --rm --tty --volumes-from=a6c1e6af5c3a dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 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... [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.9,importlib-metadata==1.3.0,more-itertools==8.0.2,nodeenv==1.3.3,pre-commit==1.21.0,PyYAML==5.3,six==1.13.0,toml==0.10.0,virtualenv==16.7.9,zipp==0.6.0 pre-commit runtests: PYTHONHASHSEED='4088291150' pre-commit runtests: commands[0] | pre-commit install pre-commit installed at .git/hooks/pre-commit pre-commit runtests: commands[1] | pre-commit run --all-files [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check for added large files..............................................Passed 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 Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check for added large files..............................................Passed Check for added large files..............................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Fix End of Files.........................................................Passed Debug Statements (Python)................................................Passed Debug Statements (Python)................................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Fix End of Files.........................................................Passed Debug Statements (Python)................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Fix End of Files.........................................................Passed Fix End of Files.........................................................Passed Debug Statements (Python)................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Fix End of Files.........................................................Passed Check for added large files..............................................Passed Check docstring is first.................................................Passed Check for merge conflicts................................................Passed Check Yaml...............................................................Passed Check JSON...............................................................Passed Debug Statements (Python)................................................Passed Fix End of Files.........................................................Passed Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed Flake8...................................................................Passed Tests should end in _test.py.............................................Passed Fix requirements.txt.....................................................Passed Trim Trailing Whitespace.................................................Passed 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 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 :) ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.5 == '' ']' ++ '[' 19.03.5 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ PY_TEST_VERSIONS=py27 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.5' Running tests against Docker 19.03.5 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ docker run -d --name compose-dind-19.03.5-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.5 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay ++ tail -n 10 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:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ 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-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay ++ tail -n 10 efcfccb69731d824c2863ceb6a24a8b02b60ef249b0e24229c0a91feeba28a83 ++ docker run --rm --tty --link=compose-dind-19.03.5-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5 --entrypoint=tox dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py27 -- --verbose 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-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.5 == '' ']' ++ '[' 19.03.5 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ PY_TEST_VERSIONS=py27 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.5' Running tests against Docker 19.03.5 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ docker run -d --name compose-dind-19.03.5-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.5 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay ++ tail -n 10 ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ 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-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ tail -n 10 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay 16199609575aca1a6f2631a982980878e2e5668b8bbbc5f1c4e3d1efdb26ccc4 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py37 -- --verbose Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ 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-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ tail -n 10 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay 0521503f13a5d5289313cb47dc23ece49eb5f7bab3c4822be7edc6694417871e ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py27 -- --verbose 4f3ad00a58dd95eb47dcf123ecd78b968d8b8d6531477c297c2d692641e6db99 ++ docker run --rm --tty --link=compose-dind-19.03.5-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5 --entrypoint=tox dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py27 -- --verbose py27 develop-inst-nodeps: /code Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) 135fe5d5a15c436c56447845c40ca7e25a93a0a626ca205d20b3dffc1651c630 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py27 -- --verbose 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-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 18.09.9 == '' ']' ++ '[' 18.09.9 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ 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-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay ++ tail -n 10 ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.5 == '' ']' ++ '[' 19.03.5 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ PY_TEST_VERSIONS=py37 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.5' Running tests against Docker 19.03.5 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ tail -n 10 ++ docker run -d --name compose-dind-19.03.5-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.5 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay py37 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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0 py27 runtests: PYTHONHASHSEED='532471316' e54ba7d97269a4889915a715224791d841aab74daa56dd90cfebe9c10f41ab21 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py37 -- --verbose 523d4f0440885c1d09e6727ba062eb5fb3fc77608b392dfb978345fd75d5569c ++ docker run --rm --tty --link=compose-dind-19.03.5-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5 --entrypoint=tox dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py37 -- --verbose 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 py27 develop-inst-nodeps: /code py27 develop-inst-nodeps: /code ============================= test session starts ============================== platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.1 Reorder python imports...................................................Passed ___________________________________ summary ____________________________________  pre-commit: commands succeeded  congratulations :) py27 develop-inst-nodeps: /code ++ get_versions='docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 /code/script/test/versions.py docker/docker-ce,moby/moby' ++ '[' 19.03.5 == '' ']' ++ '[' 19.03.5 == all ']' ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 ++ PY_TEST_VERSIONS=py37 ++ for version in $DOCKER_VERSIONS ++ echo 'Running tests against Docker 19.03.5' Running tests against Docker 19.03.5 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 ++ trap on_exit EXIT ++ repo=dockerswarm/dind ++ docker run -d --name compose-dind-19.03.5-jenkins-compose-PR-7124-5 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.5 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay ++ tail -n 10 py37 installed: altgraph==0.16.1,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0 py37 runtests: PYTHONHASHSEED='1736593166' 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 ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0 py27 runtests: PYTHONHASHSEED='904606172' 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.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0 py27 runtests: PYTHONHASHSEED='4177529879' 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 py37 develop-inst-nodeps: /code py37 develop-inst-nodeps: /code d45b8d212e2767dad897b690df3bbb6145df2f990f95cf5367ecde812b107d19 ++ docker run --rm --tty --link=compose-dind-19.03.5-jenkins-compose-PR-7124-5:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5 --entrypoint=tox dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 -e py37 -- --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,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.7,websocket-client==0.32.0 py27 runtests: PYTHONHASHSEED='2061906621' 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.16, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.1 ============================= test session starts ============================== platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.1 py37 installed: altgraph==0.16.1,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0 py37 runtests: PYTHONHASHSEED='3265592060' 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 py37 installed: altgraph==0.16.1,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0 py37 runtests: PYTHONHASHSEED='2964315601' 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 ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.1 ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.1 py37 develop-inst-nodeps: /code  collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items   collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items  py37 installed: altgraph==0.16.1,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.5.4,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.26.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==8.0.2,paramiko==2.6.0,pluggy==0.6.0,py==1.8.1,pycodestyle==2.5.0,pycparser==2.19,pyflakes==2.1.1,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.6,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.8.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0 py37 runtests: PYTHONHASHSEED='2555410467' 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 ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 cachedir: .pytest_cache rootdir: /code, inifile: tox.ini plugins: cov-2.8.1  collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items   collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items   collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items   collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items   collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items   collecting 0 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 197 items  collecting 198 items  collecting 198 items  collecting 198 items  collecting 201 items  collecting 201 items  collecting 201 items  collecting 269 items  collecting 269 items  collecting 269 items  collecting 272 items  collecting 272 items  collecting 272 items  collecting 401 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 405 items  collecting 408 items  collecting 417 items  collecting 428 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 436 items  collecting 447 items  collecting 447 items  collecting 464 items  collecting 477 items  collecting 477 items  collecting 495 items  collecting 496 items  collecting 496 items  collecting 504 items  collecting 504 items  collecting 509 items  collecting 512 items  collecting 521 items  collecting 521 items  collecting 552 items  collecting 552 items  collecting 628 items  collecting 629 items  collecting 632 items  collecting 636 items  collecting 637 items  collecting 647 items  collecting 650 items  collecting 653 items  collecting 653 items  collecting 658 items  collecting 658 items  collecting 671 items  collecting 674 items  collecting 674 items  collecting 676 items  collecting 676 items  collecting 678 items  collecting 678 items  collecting 679 items  collecting 679 items  collecting 680 items  collecting 680 items  collecting 680 items  collecting 682 items  collecting 682 items  collecting 682 items  collecting 690 items  collecting 690 items  collecting 690 items  collecting 694 items  collecting 710 items  collecting 713 items  collecting 713 items  collecting 713 items  collecting 721 items  collecting 721 items  collecting 721 items  collecting 727 items  collecting 727 items  collecting 729 items  collecting 729 items  collecting 732 items  collecting 732 items  collecting 736 items  collecting 736 items  collecting 740 items  collecting 740 items  collecting 743 items  collecting 748 items  collecting 748 items  collecting 751 items  collecting 751 items  collecting 755 items  collecting 755 items  collecting 762 items  collecting 762 items  collecting 762 items  collecting 766 items  collecting 771 items  collecting 771 items  collecting 775 items  collecting 775 items  collecting 919 items  collecting 927 items  collecting 935 items  collecting 938 items  collecting 948 items  collecting 959 items  collecting 965 items  collecting 971 items  collecting 974 items  collecting 979 items  collecting 987 items  collecting 991 items  collecting 997 items  collecting 1000 items  collecting 1003 items  collecting 1015 items  collecting 1046 items  collecting 1049 items  collecting 1052 items  collecting 1059 items  collecting 1063 items  collecting 1065 items  collecting 1080 items  collecting 1080 items  collecting 1085 items  collecting 1085 items  collecting 1106 items  collecting 1118 items  collecting 1118 items  collecting 1118 items  collecting 1127 items  collecting 1127 items  collecting 1139 items  collecting 1139 items  collecting 1148 items  collecting 1148 items  collecting 1150 items  collected 1150 items  tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 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_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 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_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 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_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_no_cache_pull 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 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_override_dir 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%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_parallel 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_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_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain 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_invalid_path PASSED [ 0%] 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_parallel PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 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_build_pull PASSED [ 0%] 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_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 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_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 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_pull PASSED [ 0%] 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_build_pull PASSED [ 0%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 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_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option 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_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_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 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_build_with_buildarg_from_compose_file 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_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file 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_build_with_buildarg_cli_override PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_default 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_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 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_old_api_version PASSED [ 1%] 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_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests 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_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_default 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_compatibility_mode 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_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 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_bundle_with_digests 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_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_config_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode 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_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_build_with_buildarg_old_api_version PASSED [ 1%] 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_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 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_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 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%] 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_external_network PASSED [ 1%] 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_compatibility_mode PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 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_external_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 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_network_v3_5 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet 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_v2 PASSED [ 1%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart 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_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin 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_volumes 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_external_volume_v3_4 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 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_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_services 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_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 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_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 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 FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 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_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 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_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent 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 FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 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_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_host_not_reachable PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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 FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 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_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pull 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_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 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 FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 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_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_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 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_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 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_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet 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_option PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 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_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 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_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 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_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 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_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 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_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 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_without_command FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 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_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers 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_shorthand_host_opt_interactive FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 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_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 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 FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 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_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_healthcheck FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_extends FAILED [ 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_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_net_is_invalid PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 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_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] 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_force_recreate FAILED [ 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_healthcheck FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 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 [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 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_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans 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_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 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_static_addresses FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] 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 FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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_no_deps FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 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_external_default_network FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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 FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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_volume_labels FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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_pid_mode FAILED [ 16%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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_ignore_remove_orphans PASSED [ 15%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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_extra_service FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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 FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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_create_with_links FAILED [ 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_create_strategy_always FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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_containers_with_service_names FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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_network_labels FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 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 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 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_project_up_starts_depends FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 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/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 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_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 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 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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 FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 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_starts_depends FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 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/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 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 FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 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 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 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_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 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_no_deps FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 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/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 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_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 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_project_up_with_no_deps FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 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_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 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_gzip PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 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_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 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 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_named_volumes_in_binds FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 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 FAILED [ 18%] tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 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/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 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/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 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/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 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_count FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 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_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 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_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 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_with_added_secrets FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 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/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 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_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 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/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 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_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 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_devices FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 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/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 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_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 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_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_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 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/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip 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_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 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/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 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/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip 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_extra_hosts_list FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 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_build_with_target PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 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_cap_add_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 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_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] 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_cpu_set FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 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_healthcheck_config FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 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_create_container_with_cpu_set FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 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_tmpfs_mount FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 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_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 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_cpu_count FAILED [ 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_specified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 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_cpu_quota FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 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/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 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 [ 39%] 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 [ 40%] 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/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 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 [ 41%] 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/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 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 [ 42%] 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 [ 43%] tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 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 [ 44%] 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/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 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_get_services_removes_duplicates_following_links PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 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_get_services_returns_all_services_without_args PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_project_platform_value 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 [ 39%] 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 [ 40%] 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/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 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 [ 41%] 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/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] 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 [ 42%] 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 [ 43%] 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 [ 44%] 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/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 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_uses_default_network_true PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 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/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 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_warning_on_stop PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 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::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 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/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 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/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 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/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api 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 [ 39%] 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 [ 40%] 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_volumes_from_service_no_container PASSED [ 50%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] 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 [ 41%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] 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 [ 42%] 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 [ 43%] 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 [ 44%] 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/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 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_log_opt PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 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_mem_reservation PASSED [ 51%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%] tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 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/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%] tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] 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_specifies_host_port_with_no_ports PASSED [ 54%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 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/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 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/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 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/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_start_binary_string_error PASSED [ 54%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 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/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED [ 54%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] 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 [ 39%] 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 [ 40%] 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/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 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/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 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/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 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/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] tests/unit/service_test.py::NetTestCase::test_network_mode PASSED [ 55%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 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/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 [ 41%] 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_recreate_container PASSED [ 52%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container 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 [ 42%] 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 [ 43%] 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 [ 44%] 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_recreate_container_with_timeout PASSED [ 52%] tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] 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/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/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container 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/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 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 [ 39%] 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 [ 40%] 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::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 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/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] 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/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 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 [ 41%] 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::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 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 [ 42%] 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 [ 43%] 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 [ 44%] 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::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 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/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 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/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/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 56%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] 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 [ 39%] 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 [ 40%] 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/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 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_host_ip_and_port PASSED [ 53%] 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/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links 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/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] 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 [ 41%] 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 [ 42%] 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/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%] tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%] 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 [ 43%] 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 [ 44%] 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/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 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_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 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 [ 58%] 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/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/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 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/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED [ 59%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 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/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 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_specifies_host_port_with_host_port_range PASSED [ 53%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 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 PASSED [ 60%] tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 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/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/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/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/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container 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_split_domainname_both PASSED [ 54%] 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/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%] tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%] tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 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 [ 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_split_domainname_none PASSED [ 54%] 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_999b PASSED [ 66%] tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 67%] 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 [ 68%] 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/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 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/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%] 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 [ 69%] 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/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 [ 70%] 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/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_start_binary_string_error PASSED [ 54%] 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 [ 72%] 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/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 [ 74%] 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/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_get_service PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 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/service_test.py::ServiceTest::test_stop_grace_period PASSED [ 54%] 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 [ 76%] 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 [ 78%] 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/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/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%] 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/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/bundle_test.py::test_get_image_digest_no_image 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/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/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] 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/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/config/config_test.py::MergePortsTest::test_add_item PASSED [ 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_same_file_optimization 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 [ 89%] 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/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 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/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 90%] 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 [ 92%] 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/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 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/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 [ 94%] tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 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 [ 96%] 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 [ 98%] 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/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/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 [ 39%] 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/service_test.py::NetTestCase::test_network_mode PASSED [ 55%] tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 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 [ 47%] 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 [ 40%] 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_no_warning_in_normal_mode PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 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/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] 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 [ 48%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 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/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/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 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 [ 41%] 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_use_net_from_service PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 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 [ 42%] 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 [ 43%] 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 [ 44%] 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_use_volumes_from_container PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 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/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 56%] 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/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 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/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%] 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/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] 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_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 [ 39%] 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 [ 40%] 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_sets_affinity_with_binds PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%] tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%] =================================== FAILURES =================================== ___________________________ CLITestCase.test_create ____________________________ tests/acceptance/cli_test.py:909: in test_create  self.dispatch(['create']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 217 Stderr: The create command is deprecated. Use the up command with the --no-start flag instead. Creating simple-composefile_another_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 413, in create do_build=build_action_from_opts(options), File "/code/compose/project.py", line 418, in create start=False) File "/code/compose/service.py", line 548, in execute_convergence_plan scale, detached, start File "/code/compose/service.py", line 469, in _execute_convergence_create "Creating" File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________ CLITestCase.test_create_with_force_recreate __________________ tests/acceptance/cli_test.py:920: in test_create_with_force_recreate  self.dispatch(['create'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 222 Stderr: The create command is deprecated. Use the up command with the --no-start flag instead. Creating simple-composefile_another_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 413, in create do_build=build_action_from_opts(options), File "/code/compose/project.py", line 418, in create start=False) File "/code/compose/service.py", line 548, in execute_convergence_plan scale, detached, start File "/code/compose/service.py", line 469, in _execute_convergence_create "Creating" File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_create_with_no_recreate ___________________ tests/acceptance/cli_test.py:938: in test_create_with_no_recreate  self.dispatch(['create'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 231 Stderr: The create command is deprecated. Use the up command with the --no-start flag instead. Creating simple-composefile_another_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 413, in create do_build=build_action_from_opts(options), File "/code/compose/project.py", line 418, in create start=False) File "/code/compose/service.py", line 548, in execute_convergence_plan scale, detached, start File "/code/compose/service.py", line 469, in _execute_convergence_create "Creating" File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________________ CLITestCase.test_down _____________________________ tests/acceptance/cli_test.py:1036: in test_down  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 236 Stderr: Creating network "v2-full_default" with the default driver Creating network "v2-full_front" with the default driver Creating volume "v2-full_data" with local driver Building web Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating v2-full_other_1 ... ERROR: for v2-full_other_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for other __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/3 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/3 : RUN echo something ---> Running in 0af5295124b2 something Removing intermediate container 0af5295124b2 ---> 895eb351886d Step 3/3 : CMD top ---> Running in a56f1511b19e Removing intermediate container a56f1511b19e ---> 1eb1fe878440 Successfully built 1eb1fe878440 Successfully tagged v2-full_web:latest _________________________ CLITestCase.test_down_signal _________________________ tests/acceptance/cli_test.py:1070: in test_down_signal  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 246 Stderr: Creating stop-signal-composefile_simple_1 ... ERROR: for stop-signal-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________________ CLITestCase.test_down_timeout _________________________ tests/acceptance/cli_test.py:1058: in test_down_timeout  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 252 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_env_file_relative_to_compose_file ______________ tests/acceptance/cli_test.py:2703: in test_env_file_relative_to_compose_file  self.dispatch(['-f', config_path, 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 260 Stderr: Creating env-file_web_1 ... ERROR: for env-file_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_events_human_readable ____________________ tests/acceptance/cli_test.py:2681: in test_events_human_readable  self.dispatch(['up', '-d', 'simple']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 266 Running process: 267 Stderr: Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_events_json _________________________ tests/acceptance/cli_test.py:2660: in test_events_json  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 276 Running process: 277 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_exec_custom_user _______________________ tests/acceptance/cli_test.py:1714: in test_exec_custom_user  self.dispatch(['up', '-d', 'console']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 288 Stderr: Creating links-composefile_console_1 ... ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for console __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_exec_detach_long_form ____________________ tests/acceptance/cli_test.py:1705: in test_exec_detach_long_form  self.dispatch(['up', '--detach', 'console']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 294 Stderr: Creating links-composefile_console_1 ... ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for console __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: __________ CLITestCase.test_exec_service_with_environment_overridden ___________ tests/acceptance/cli_test.py:1735: in test_exec_service_with_environment_overridden  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 300 Stderr: Creating network "environment-exec_default" with the default driver Creating environment-exec_service_1 ... ERROR: for environment-exec_service_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for service __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_exec_without_tty _______________________ tests/acceptance/cli_test.py:1696: in test_exec_without_tty  self.dispatch(['up', '-d', 'console']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 306 Stderr: Creating links-composefile_console_1 ... ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for console __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________________ CLITestCase.test_exec_workdir _________________________ tests/acceptance/cli_test.py:1725: in test_exec_workdir  self.dispatch(['up', '-d', 'console']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 312 Stderr: Creating links-composefile_console_1 ... ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for console __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________ CLITestCase.test_exit_code_from_signal_stop __________________ tests/acceptance/cli_test.py:2816: in test_exit_code_from_signal_stop  result = wait_on_process(proc, returncode=137) # SIGKILL tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 137 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 318 Stderr: Creating exit-code-from_simple_1 ... Creating exit-code-from_another_1 ... ERROR: for exit-code-from_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for exit-code-from_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________________ CLITestCase.test_expanded_port ________________________ tests/acceptance/cli_test.py:2628: in test_expanded_port  self.dispatch(['-f', 'expanded-notation.yml', 'up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 326 Stderr: Creating network "ports-composefile_default" with the default driver Creating ports-composefile_simple_1 ... ERROR: for ports-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_forward_exitval _______________________ tests/acceptance/cli_test.py:2808: in test_forward_exitval  assert 'exit-code-from_another_1 exited with code 1' in result.stdout E AssertionError: assert 'exit-code-from_another_1 exited with code 1' in '' E + where '' = ProcessResult(stdout=u'', stderr=u'Creating exit-code-from_another_1 ... \r\nC...ypeError: __init__() got an unexpected keyword argument \'device_requests\'\n').stdout ----------------------------- Captured stdout call ----------------------------- Running process: 332 _______________ CLITestCase.test_home_and_env_var_in_volume_path _______________ tests/acceptance/cli_test.py:2716: in test_home_and_env_var_in_volume_path  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 348 Stderr: Creating volume-path-interpolation_test_1 ... ERROR: for volume-path-interpolation_test_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for test __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ------------------------------ Captured log call ------------------------------- environment.py 105 WARNING The VOLUME_NAME variable is not set. Defaulting to a blank string. ___________________________ CLITestCase.test_images ____________________________ tests/acceptance/cli_test.py:2821: in test_images  self.project.get_service('simple').create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _________________ CLITestCase.test_images_default_composefile __________________ tests/acceptance/cli_test.py:2828: in test_images_default_composefile  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 362 Stderr: Creating multiple-composefiles_simple_1 ... Creating multiple-composefiles_another_1 ... ERROR: for multiple-composefiles_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for multiple-composefiles_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_images_tagless_image _____________________ tests/acceptance/cli_test.py:2850: in test_images_tagless_image  self.project.get_service('foo').create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ------------------------------ Captured log call ------------------------------- network.py 291 WARNING Network tagless-image_default not found. ___________________ CLITestCase.test_images_use_service_tag ____________________ tests/acceptance/cli_test.py:2876: in test_images_use_service_tag  self.dispatch(['up', '-d', '--build']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 370 Stderr: Creating network "images-service-tag_default" with the default driver Building foo1 Building foo2 Building foo3 Creating images-service-tag_foo2_1 ... Creating images-service-tag_foo1_1 ... Creating images-service-tag_foo3_1 ... ERROR: for images-service-tag_foo2_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for images-service-tag_foo1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for images-service-tag_foo3_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for foo1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for foo2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for foo3 __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/2 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/2 : RUN touch /foo ---> Running in 8c3aceb90b12 Removing intermediate container 8c3aceb90b12 ---> 58aab27d0de2 Successfully built 58aab27d0de2 Successfully tagged test:dev Step 1/2 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/2 : RUN touch /foo ---> Using cache ---> 58aab27d0de2 Successfully built 58aab27d0de2 Successfully tagged test:prod Step 1/2 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/2 : RUN touch /foo ---> Using cache ---> 58aab27d0de2 Successfully built 58aab27d0de2 Successfully tagged test:latest ____________________________ CLITestCase.test_kill _____________________________ tests/acceptance/cli_test.py:2474: in test_kill  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 380 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_kill_signal_sigstop _____________________ tests/acceptance/cli_test.py:2485: in test_kill_signal_sigstop  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 388 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_kill_stopped_service _____________________ tests/acceptance/cli_test.py:2497: in test_kill_stopped_service  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 396 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_logs_follow _________________________ tests/acceptance/cli_test.py:2374: in test_logs_follow  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 404 Stderr: Creating echo-services_simple_1 ... Creating echo-services_another_1 ... ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_logs_on_stopped_containers_exits _______________ tests/acceptance/cli_test.py:2449: in test_logs_on_stopped_containers_exits  self.dispatch(['up']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 416 Stderr: Creating echo-services_simple_1 ... Creating echo-services_another_1 ... ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: __________________________ CLITestCase.test_logs_tail __________________________ tests/acceptance/cli_test.py:2465: in test_logs_tail  self.dispatch(['up']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 424 Stderr: Creating logs-tail-composefile_simple_1 ... ERROR: for logs-tail-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_logs_timestamps _______________________ tests/acceptance/cli_test.py:2458: in test_logs_timestamps  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 430 Stderr: Creating echo-services_simple_1 ... Creating echo-services_another_1 ... ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________________ CLITestCase.test_pause_unpause ________________________ tests/acceptance/cli_test.py:2351: in test_pause_unpause  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 442 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________________ CLITestCase.test_port _____________________________ tests/acceptance/cli_test.py:2615: in test_port  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 450 Stderr: Creating ports-composefile_simple_1 ... ERROR: for ports-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_port_with_scale _______________________ tests/acceptance/cli_test.py:2641: in test_port_with_scale  self.dispatch(['scale', 'simple=2'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 456 Stderr: The scale command is deprecated. Use the up command with the --scale flag instead. Creating ports-composefile-scale_simple_1 ... Creating ports-composefile-scale_simple_2 ... ERROR: for ports-composefile-scale_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for ports-composefile-scale_simple_2 __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 933, in scale self.project.get_service(service_name).scale(num, timeout=timeout) File "/code/compose/service.py", line 308, in scale sorted_containers, desired_num, timeout, True, True File "/code/compose/service.py", line 520, in _execute_convergence_start scale - len(containers), detached, start File "/code/compose/service.py", line 469, in _execute_convergence_create "Creating" File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________________ CLITestCase.test_ps ______________________________ tests/acceptance/cli_test.py:587: in test_ps  self.project.get_service('simple').create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________________________ CLITestCase.test_ps_all ____________________________ tests/acceptance/cli_test.py:642: in test_ps_all  self.project.get_service('simple').create_container(one_off='blahblah') compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________ CLITestCase.test_ps_alternate_composefile ___________________ tests/acceptance/cli_test.py:606: in test_ps_alternate_composefile  self.dispatch(['-f', 'compose2.yml', 'up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 462 Stderr: Creating multiple-composefiles_yetanother_1 ... ERROR: for multiple-composefiles_yetanother_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for yetanother __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_ps_default_composefile ____________________ tests/acceptance/cli_test.py:593: in test_ps_default_composefile  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 468 Stderr: Creating multiple-composefiles_another_1 ... Creating multiple-composefiles_simple_1 ... ERROR: for multiple-composefiles_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for multiple-composefiles_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: __________________ CLITestCase.test_ps_services_filter_status __________________ tests/acceptance/cli_test.py:628: in test_ps_services_filter_status  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 488 Stderr: Building with_build Image for service with_build was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating ps-services-filter_with_image_1 ... Creating ps-services-filter_with_build_1 ... ERROR: for ps-services-filter_with_image_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for ps-services-filter_with_build_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for with_image __init__() got an unexpected keyword argument 'device_requests' ERROR: for with_build __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/3 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/3 : LABEL com.docker.compose.test_image=true ---> Running in 1af6fe893633 Removing intermediate container 1af6fe893633 ---> f883ba515b94 Step 3/3 : CMD echo "success" ---> Running in 8651c932d662 Removing intermediate container 8651c932d662 ---> 4570d761b6fc Successfully built 4570d761b6fc Successfully tagged ps-services-filter_with_build:latest ___________________________ CLITestCase.test_restart ___________________________ tests/acceptance/cli_test.py:2509: in test_restart  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________ CLITestCase.test_restart_stopped_container __________________ tests/acceptance/cli_test.py:2519: in test_restart_stopped_container  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________________________ CLITestCase.test_rm ______________________________ tests/acceptance/cli_test.py:2240: in test_rm  service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________________________ CLITestCase.test_rm_all ____________________________ tests/acceptance/cli_test.py:2275: in test_rm_all  service.create_container(one_off=False) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________________________ CLITestCase.test_rm_stop ___________________________ tests/acceptance/cli_test.py:2257: in test_rm_stop  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 553 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_run_detached_connects_to_network _______________ tests/acceptance/cli_test.py:2139: in test_run_detached_connects_to_network  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 561 Stderr: Creating network "networks_back" with the default driver Creating network "networks_front" with the default driver Pulling web (alpine:3.10.1)... Creating networks_web_1 ... Creating networks_db_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: 3.10.1: Pulling from library/alpine Digest: sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 Status: Downloaded newer image for alpine:3.10.1 ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________ tests/acceptance/cli_test.py:1804: in test_run_does_not_recreate_linked_containers  self.dispatch(['up', '-d', 'db']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 569 Stderr: Creating links-composefile_db_1 ... ERROR: for links-composefile_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________ CLITestCase.test_run_env_values_from_system __________________ tests/acceptance/cli_test.py:2220: in test_run_env_values_from_system  self.dispatch(['run', '-e', 'FOO', 'simple', 'true'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 575 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_run_handles_sighup ______________________ tests/acceptance/cli_test.py:2190: in test_run_handles_sighup  'running')) tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for container to be running ----------------------------- Captured stdout call ----------------------------- Running process: 579 _____________________ CLITestCase.test_run_handles_sigint ______________________ tests/acceptance/cli_test.py:2164: in test_run_handles_sigint  'running')) tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for container to be running ----------------------------- Captured stdout call ----------------------------- Running process: 583 _____________________ CLITestCase.test_run_handles_sigterm _____________________ tests/acceptance/cli_test.py:2177: in test_run_handles_sigterm  'running')) tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for container to be running ----------------------------- Captured stdout call ----------------------------- Running process: 587 _____________ CLITestCase.test_run_interactive_connects_to_network _____________ tests/acceptance/cli_test.py:2114: in test_run_interactive_connects_to_network  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 591 Stderr: Creating network "networks_back" with the default driver Creating network "networks_front" with the default driver Creating networks_web_1 ... Creating networks_db_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_run_label_flag ________________________ tests/acceptance/cli_test.py:2230: in test_run_label_flag  self.dispatch(['run', '-l', 'default', '--label', 'foo=baz', name, '/bin/true']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 599 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_run_one_off_with_multiple_volumes ______________ tests/acceptance/cli_test.py:987: in test_run_one_off_with_multiple_volumes  ], returncode=0) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 603 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_run_one_off_with_volume ___________________ tests/acceptance/cli_test.py:966: in test_run_one_off_with_volume  ], returncode=0) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 607 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________ CLITestCase.test_run_one_off_with_volume_merge ________________ tests/acceptance/cli_test.py:1010: in test_run_one_off_with_volume_merge  ], returncode=0) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 611 Stderr: Creating network "simple-composefile-volume-ready_default" with the default driver Creating volume "simple-composefile-volume-ready_datastore" with default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________________ CLITestCase.test_run_rm ____________________________ tests/acceptance/cli_test.py:1839: in test_run_rm  'running') tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for container to be running ----------------------------- Captured stdout call ----------------------------- Running process: 615 __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________ tests/acceptance/cli_test.py:1898: in test_run_service_with_compose_file_entrypoint  self.dispatch(['run', 'test']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 619 Stderr: Creating network "entrypoint-composefile_default" with the default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _ tests/acceptance/cli_test.py:1912: in test_run_service_with_compose_file_entrypoint_and_command_overridden  self.dispatch(['run', '--entrypoint', 'echo', 'test', 'foo']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 623 Stderr: Creating network "entrypoint-composefile_default" with the default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _ tests/acceptance/cli_test.py:1919: in test_run_service_with_compose_file_entrypoint_and_empty_string_command  self.dispatch(['run', '--entrypoint', 'echo', 'test', '']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 627 Stderr: Creating network "entrypoint-composefile_default" with the default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____ tests/acceptance/cli_test.py:1905: in test_run_service_with_compose_file_entrypoint_overridden  self.dispatch(['run', '--entrypoint', 'echo', 'test']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 631 Stderr: Creating network "entrypoint-composefile_default" with the default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________ CLITestCase.test_run_service_with_dependencies ________________ tests/acceptance/cli_test.py:1779: in test_run_service_with_dependencies  self.dispatch(['run', 'web', '/bin/true'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 635 Stderr: Creating network "v2-dependencies_default" with the default driver Creating v2-dependencies_db_1 ... ERROR: for v2-dependencies_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1347, in run_one_off_container rescale=False File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________ tests/acceptance/cli_test.py:1865: in test_run_service_with_dockerfile_entrypoint  self.dispatch(['run', 'test']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 641 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver Building test Image for service test was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 7c2a7ef53dce Removing intermediate container 7c2a7ef53dce ---> e76c131370fc Step 3/4 : ENTRYPOINT ["printf"] ---> Running in 44f55e131df5 Removing intermediate container 44f55e131df5 ---> 8b304bb49a97 Step 4/4 : CMD ["default", "args"] ---> Running in cb14d71635de Removing intermediate container cb14d71635de ---> 582606af9a4b Successfully built 582606af9a4b Successfully tagged entrypoint-dockerfile_test:latest _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _ tests/acceptance/cli_test.py:1891: in test_run_service_with_dockerfile_entrypoint_and_command_overridden  self.dispatch(['run', '--entrypoint', 'echo', 'test', 'foo']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 645 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver Building test Image for service test was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 404380b2c27e Removing intermediate container 404380b2c27e ---> 288dc0b0f44b Step 3/4 : ENTRYPOINT ["printf"] ---> Running in d69f05bf4681 Removing intermediate container d69f05bf4681 ---> 32179c769344 Step 4/4 : CMD ["default", "args"] ---> Running in 58711cc1c2cb Removing intermediate container 58711cc1c2cb ---> 6aae5564f986 Successfully built 6aae5564f986 Successfully tagged entrypoint-dockerfile_test:latest ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______ tests/acceptance/cli_test.py:1884: in test_run_service_with_dockerfile_entrypoint_overridden  self.dispatch(['run', '--entrypoint', 'echo', 'test']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 649 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver Building test Image for service test was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 91f14671acbb Removing intermediate container 91f14671acbb ---> e0378ae47ea9 Step 3/4 : ENTRYPOINT ["printf"] ---> Running in bbe2dd115006 Removing intermediate container bbe2dd115006 ---> 32aa0152117a Step 4/4 : CMD ["default", "args"] ---> Running in d7095d6ef54a Removing intermediate container d7095d6ef54a ---> ebf20d531c21 Successfully built ebf20d531c21 Successfully tagged entrypoint-dockerfile_test:latest ___________ CLITestCase.test_run_service_with_environment_overridden ___________ tests/acceptance/cli_test.py:1950: in test_run_service_with_environment_overridden  '/bin/true', tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 653 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________ CLITestCase.test_run_service_with_explicitly_mapped_ip_ports _________ tests/acceptance/cli_test.py:2024: in test_run_service_with_explicitly_mapped_ip_ports  'simple' tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 657 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: __________ CLITestCase.test_run_service_with_explicitly_mapped_ports ___________ tests/acceptance/cli_test.py:2003: in test_run_service_with_explicitly_mapped_ports  self.dispatch(['run', '-d', '-p', '30000:3000', '--publish', '30001:3001', 'simple']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 661 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_run_service_with_links ____________________ tests/acceptance/cli_test.py:1770: in test_run_service_with_links  self.dispatch(['run', 'web', '/bin/true'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 665 Stderr: Creating links-composefile_db_1 ... ERROR: for links-composefile_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1347, in run_one_off_container rescale=False File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________ CLITestCase.test_run_service_with_map_ports __________________ tests/acceptance/cli_test.py:1983: in test_run_service_with_map_ports  self.dispatch(['run', '-d', '--service-ports', 'simple']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 671 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________ CLITestCase.test_run_service_with_scaled_dependencies _____________ tests/acceptance/cli_test.py:1787: in test_run_service_with_scaled_dependencies  self.dispatch(['up', '-d', '--scale', 'db=2', '--scale', 'console=0']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 675 Stderr: Creating network "v2-dependencies_default" with the default driver Creating v2-dependencies_db_1 ... Creating v2-dependencies_db_2 ... ERROR: for v2-dependencies_db_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for v2-dependencies_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_run_service_with_unset_entrypoint ______________ tests/acceptance/cli_test.py:1872: in test_run_service_with_unset_entrypoint  self.dispatch(['run', '--entrypoint=""', 'test', 'true']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 683 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver Building test Image for service test was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 4066e6a62b6a Removing intermediate container 4066e6a62b6a ---> fcb0300b8864 Step 3/4 : ENTRYPOINT ["printf"] ---> Running in c1e689e67de1 Removing intermediate container c1e689e67de1 ---> c9d0b6aad3cb Step 4/4 : CMD ["default", "args"] ---> Running in b758d7e66e53 Removing intermediate container b758d7e66e53 ---> 96f4958572f1 Successfully built 96f4958572f1 Successfully tagged entrypoint-dockerfile_test:latest ________________ CLITestCase.test_run_service_with_use_aliases _________________ tests/acceptance/cli_test.py:2092: in test_run_service_with_use_aliases  self.dispatch(['-f', filename, 'run', '-d', '--use-aliases', 'web', 'top']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 687 Stderr: Creating network "networks_back" with the default driver Creating network "networks_front" with the default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_run_service_with_user_overridden _______________ tests/acceptance/cli_test.py:1930: in test_run_service_with_user_overridden  container = service.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range ----------------------------- Captured stdout call ----------------------------- Running process: 691 _________ CLITestCase.test_run_service_with_user_overridden_short_form _________ tests/acceptance/cli_test.py:1939: in test_run_service_with_user_overridden_short_form  container = service.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range ----------------------------- Captured stdout call ----------------------------- Running process: 695 _____________ CLITestCase.test_run_service_with_workdir_overridden _____________ tests/acceptance/cli_test.py:2074: in test_run_service_with_workdir_overridden  self.dispatch(['run', '--workdir={workdir}'.format(workdir=workdir), name]) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 699 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________ tests/acceptance/cli_test.py:2083: in test_run_service_with_workdir_overridden_short_form  self.dispatch(['run', '-w', workdir, name]) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 703 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: __________________ CLITestCase.test_run_service_without_links __________________ tests/acceptance/cli_test.py:1758: in test_run_service_without_links  self.dispatch(['run', 'console', '/bin/true']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 707 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________ CLITestCase.test_run_service_without_map_ports ________________ tests/acceptance/cli_test.py:1966: in test_run_service_without_map_ports  self.dispatch(['run', '-d', 'simple']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 711 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________ CLITestCase.test_run_unicode_env_values_from_system ______________ tests/acceptance/cli_test.py:2206: in test_run_unicode_env_values_from_system  result = self.dispatch(['run', 'simple']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 715 Stderr: Creating network "unicode-environment_default" with the default driver Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ------------------------------ Captured log call ------------------------------- environment.py 105 WARNING The BAR variable is not set. Defaulting to a blank string. ____________________ CLITestCase.test_run_with_custom_name _____________________ tests/acceptance/cli_test.py:2064: in test_run_with_custom_name  self.dispatch(['run', '--name', name, 'service', '/bin/true']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 719 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_run_with_expose_ports ____________________ tests/acceptance/cli_test.py:2042: in test_run_with_expose_ports  self.dispatch(['run', '-d', '--service-ports', 'simple']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 723 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_run_with_no_deps _______________________ tests/acceptance/cli_test.py:1798: in test_run_with_no_deps  self.dispatch(['run', '--no-deps', 'web', '/bin/true']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 727 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_run_without_command _____________________ tests/acceptance/cli_test.py:1821: in test_run_without_command  self.dispatch(['run', 'implicit']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 731 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________________ CLITestCase.test_scale ____________________________ tests/acceptance/cli_test.py:2533: in test_scale  self.dispatch(['scale', 'simple=1']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 735 Stderr: The scale command is deprecated. Use the up command with the --scale flag instead. Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 933, in scale self.project.get_service(service_name).scale(num, timeout=timeout) File "/code/compose/service.py", line 308, in scale sorted_containers, desired_num, timeout, True, True File "/code/compose/service.py", line 520, in _execute_convergence_start scale - len(containers), detached, start File "/code/compose/service.py", line 469, in _execute_convergence_create "Creating" File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_shorthand_host_opt ______________________ tests/acceptance/cli_test.py:197: in test_shorthand_host_opt  returncode=0 tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 744 Stderr: Creating simple-composefile_simple_1 ... Creating simple-composefile_another_1 ... ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________ CLITestCase.test_shorthand_host_opt_interactive ________________ tests/acceptance/cli_test.py:204: in test_shorthand_host_opt_interactive  returncode=0 tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 752 Stderr: Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 898, in run self.toplevel_options, self.toplevel_environment File "/code/compose/cli/main.py", line 1355, in run_one_off_container **container_options) File "/code/compose/service.py", line 338, in create_container previous_container=previous_container, File "/code/compose/service.py", line 918, in _get_container_create_options one_off=one_off) File "/code/compose/service.py", line 1059, in _get_container_host_config device_requests=device_requests, File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config return HostConfig(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________________ CLITestCase.test_stop _____________________________ tests/acceptance/cli_test.py:2294: in test_stop  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 762 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_stop_signal _________________________ tests/acceptance/cli_test.py:2306: in test_stop_signal  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 770 Stderr: Creating stop-signal-composefile_simple_1 ... ERROR: for stop-signal-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_top_processes_running ____________________ tests/acceptance/cli_test.py:2796: in test_top_processes_running  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 776 Stderr: Creating top_service_b_1 ... Creating top_service_a_1 ... ERROR: for top_service_a_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for top_service_b_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for service_b __init__() got an unexpected keyword argument 'device_requests' ERROR: for service_a __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_top_services_running _____________________ tests/acceptance/cli_test.py:2787: in test_top_services_running  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 788 Stderr: Creating top_service_a_1 ... Creating top_service_b_1 ... ERROR: for top_service_a_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for top_service_b_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for service_b __init__() got an unexpected keyword argument 'device_requests' ERROR: for service_a __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________________ CLITestCase.test_up ______________________________ tests/acceptance/cli_test.py:1120: in test_up  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 800 Stderr: Creating network "v2-simple_default" with the default driver Creating v2-simple_simple_1 ... Creating v2-simple_another_1 ... ERROR: for v2-simple_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for v2-simple_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_up_attached _________________________ tests/acceptance/cli_test.py:1106: in test_up_attached  result = self.dispatch(['up', '--no-color']) tests/acceptance/cli_test.py:161: in dispatch tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%] tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 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%]  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 808 Stderr: Creating echo-services_simple_1 ... Creating echo-services_another_1 ... ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_up_detached _________________________ tests/acceptance/cli_test.py:1079: in test_up_detached  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 816 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_up_detached_long_form ____________________ tests/acceptance/cli_test.py:1092: in test_up_detached_long_form  self.dispatch(['up', '--detach']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 824 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_up_external_networks _____________________ tests/acceptance/cli_test.py:1405: in test_up_external_networks  self.dispatch(['-f', filename, 'up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 832 Running process: 836 Stderr: Creating networks_web_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________ tests/acceptance/cli_test.py:1659: in test_up_handles_abort_on_container_exit  assert proc.returncode == 0 E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 842 __________________ CLITestCase.test_up_handles_force_shutdown __________________ tests/acceptance/cli_test.py:1647: in test_up_handles_force_shutdown  wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 ----------------------------- Captured stdout call ----------------------------- Running process: 858 ______________________ CLITestCase.test_up_handles_sigint ______________________ tests/acceptance/cli_test.py:1631: in test_up_handles_sigint  wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 ----------------------------- Captured stdout call ----------------------------- Running process: 866 _____________________ CLITestCase.test_up_handles_sigterm ______________________ tests/acceptance/cli_test.py:1638: in test_up_handles_sigterm  wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:78: in wait_on_condition  raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 ----------------------------- Captured stdout call ----------------------------- Running process: 874 _________________________ CLITestCase.test_up_logging __________________________ tests/acceptance/cli_test.py:2324: in test_up_logging  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 882 Stderr: Creating network "logging-composefile_default" with the default driver Creating logging-composefile_simple_1 ... Creating logging-composefile_another_1 ... ERROR: for logging-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for logging-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_up_logging_legacy ______________________ tests/acceptance/cli_test.py:2338: in test_up_logging_legacy  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 890 Stderr: Creating logging-composefile-legacy_simple_1 ... Creating logging-composefile-legacy_another_1 ... ERROR: for logging-composefile-legacy_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for logging-composefile-legacy_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_up_no_ansi __________________________ tests/acceptance/cli_test.py:1199: in test_up_no_ansi  result = self.dispatch(['--no-ansi', 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 902 Stderr: Creating network "v2-simple_default" with the default driver Creating v2-simple_simple_1 ... Creating v2-simple_another_1 ... ERROR: for v2-simple_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for v2-simple_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ CLITestCase.test_up_no_start _________________________ tests/acceptance/cli_test.py:1152: in test_up_no_start  self.dispatch(['up', '--no-start'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 914 Stderr: Creating network "v2-full_default" with the default driver Creating network "v2-full_front" with the default driver Creating volume "v2-full_data" with local driver Creating v2-full_other_1 ... ERROR: for v2-full_other_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for other __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________ CLITestCase.test_up_no_start_remove_orphans __________________ tests/acceptance/cli_test.py:1183: in test_up_no_start_remove_orphans  self.dispatch(['up', '--no-start'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 920 Stderr: Creating network "v2-simple_default" with the default driver Creating v2-simple_simple_1 ... Creating v2-simple_another_1 ... ERROR: for v2-simple_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for v2-simple_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_up_scale_reset ________________________ tests/acceptance/cli_test.py:2589: in test_up_scale_reset  self.dispatch(['up', '-d', '--scale', 'web=3', '--scale', 'db=3', '--scale', 'worker=3']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 928 Stderr: Creating network "scale_default" with the default driver Creating scale_worker_1 ... Creating scale_worker_2 ... Creating scale_worker_3 ... Creating scale_web_1 ... Creating scale_web_2 ... Creating scale_web_3 ... Creating scale_db_1 ... Creating scale_db_2 ... Creating scale_db_3 ... ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_web_3 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_db_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_db_3 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_worker_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_worker_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_worker_3 __init__() got an unexpected keyword argument 'device_requests' ERROR: for worker __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_up_scale_scale_down _____________________ tests/acceptance/cli_test.py:2575: in test_up_scale_scale_down  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 944 Stderr: Creating network "scale_default" with the default driver Creating scale_web_1 ... Creating scale_web_2 ... Creating scale_db_1 ... ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_up_scale_scale_up ______________________ tests/acceptance/cli_test.py:2561: in test_up_scale_scale_up  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 954 Stderr: Creating network "scale_default" with the default driver Creating scale_web_1 ... Creating scale_web_2 ... Creating scale_db_1 ... ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_up_scale_to_zero _______________________ tests/acceptance/cli_test.py:2603: in test_up_scale_to_zero  self.dispatch(['up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 964 Stderr: Creating network "scale_default" with the default driver Creating scale_web_1 ... Creating scale_web_2 ... Creating scale_db_1 ... ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________ CLITestCase.test_up_with_default_network_config ________________ tests/acceptance/cli_test.py:1211: in test_up_with_default_network_config  self.dispatch(['-f', filename, 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 974 Stderr: Creating network "networks_default" with driver "bridge" Creating networks_another_1 ... Creating networks_simple_1 ... ERROR: for networks_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ________________ CLITestCase.test_up_with_default_override_file ________________ tests/acceptance/cli_test.py:2725: in test_up_with_default_override_file  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 982 Stderr: Creating network "override-files_default" with the default driver Creating override-files_db_1 ... ERROR: for override-files_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_up_with_extends _______________________ tests/acceptance/cli_test.py:2761: in test_up_with_extends  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 988 Stderr: Creating extends_mydb_1 ... ERROR: for extends_mydb_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for mydb __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_up_with_external_default_network _______________ tests/acceptance/cli_test.py:1428: in test_up_with_external_default_network  self.dispatch(['-f', filename, 'up', '-d']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 994 Running process: 998 Stderr: Creating networks_another_1 ... Creating networks_simple_1 ... ERROR: for networks_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_up_with_force_recreate ____________________ tests/acceptance/cli_test.py:1584: in test_up_with_force_recreate  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1006 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_up_with_healthcheck _____________________ tests/acceptance/cli_test.py:1539: in test_up_with_healthcheck  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1018 Stderr: Creating network "healthcheck_default" with the default driver Creating healthcheck_passes_1 ... Creating healthcheck_fails_1 ... Creating healthcheck_disabled_1 ... ERROR: for healthcheck_passes_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for healthcheck_fails_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for healthcheck_disabled_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for fails __init__() got an unexpected keyword argument 'device_requests' ERROR: for disabled __init__() got an unexpected keyword argument 'device_requests' ERROR: for passes __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_up_with_links_v1 _______________________ tests/acceptance/cli_test.py:1485: in test_up_with_links_v1  self.dispatch(['up', '-d', 'web'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1032 Stderr: Creating links-composefile_db_1 ... ERROR: for links-composefile_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_up_with_multiple_files ____________________ tests/acceptance/cli_test.py:2749: in test_up_with_multiple_files  None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1038 Stderr: Creating network "override-files_default" with the default driver Creating override-files_other_1 ... Creating override-files_db_1 ... ERROR: for override-files_other_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for override-files_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for other __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_up_with_net_v1 ________________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/acceptance/cli_test.py:1517: in test_up_with_net_v1  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1050 Stderr: Creating net-container_bar_1 ... ERROR: for net-container_bar_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for bar __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ___________________ CLITestCase.test_up_with_network_aliases ___________________ tests/acceptance/cli_test.py:1222: in test_up_with_network_aliases  self.dispatch(['-f', filename, 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1056 Stderr: Creating network "networks_back" with the default driver Creating network "networks_front" with the default driver Creating networks_web_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: __________________ CLITestCase.test_up_with_network_internal ___________________ tests/acceptance/cli_test.py:1251: in test_up_with_network_internal  self.dispatch(['-f', filename, 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1062 Stderr: Creating network "networks_internal" with driver "bridge" Creating networks_web_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ------------------------------ Captured log call ------------------------------- network.py 291 WARNING Network networks_back not found. network.py 291 WARNING Network networks_front not found. ___________________ CLITestCase.test_up_with_network_labels ____________________ tests/acceptance/cli_test.py:1439: in test_up_with_network_labels  self.dispatch(['-f', filename, 'up', '-d'], returncode=0) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1068 Stderr: Creating network "networks_network_with_label" with the default driver Creating networks_web_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_up_with_network_mode _____________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/acceptance/cli_test.py:1362: in test_up_with_network_mode  self.dispatch(['-f', filename, 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1074 Stderr: Creating networks_container_1 ... Creating networks_bridge_1 ... Creating networks_host_1 ... Creating networks_none_1 ... ERROR: for networks_bridge_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_host_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_container_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_none_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for bridge __init__() got an unexpected keyword argument 'device_requests' ERROR: for host __init__() got an unexpected keyword argument 'device_requests' ERROR: for container __init__() got an unexpected keyword argument 'device_requests' ERROR: for none __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ CLITestCase.test_up_with_network_static_addresses _______________ tests/acceptance/cli_test.py:1270: in test_up_with_network_static_addresses  self.dispatch(['-f', filename, 'up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1086 Stderr: Creating network "networks_static_test" with driver "bridge" Creating networks_web_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ------------------------------ Captured log call ------------------------------- network.py 291 WARNING Network networks_back not found. network.py 291 WARNING Network networks_front not found. ______________________ CLITestCase.test_up_with_networks _______________________ tests/acceptance/cli_test.py:1291: in test_up_with_networks  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1092 Stderr: Creating network "networks_back" with the default driver Creating network "networks_front" with the default driver Creating networks_web_1 ... Creating networks_db_1 ... ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for networks_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_up_with_no_deps _______________________ tests/acceptance/cli_test.py:1575: in test_up_with_no_deps  self.dispatch(['up', '-d', '--no-deps', 'web'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1100 Stderr: Creating links-composefile_web_1 ... ERROR: for links-composefile_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _____________________ CLITestCase.test_up_with_no_recreate _____________________ tests/acceptance/cli_test.py:1598: in test_up_with_no_recreate  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1106 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_up_with_override_yaml ____________________ tests/acceptance/cli_test.py:2858: in test_up_with_override_yaml  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1114 Stderr: Creating override-yaml-files_db_1 ... ERROR: for override-yaml-files_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________________ CLITestCase.test_up_with_pid_mode _______________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/acceptance/cli_test.py:1681: in test_up_with_pid_mode  self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1120 Stderr: Creating network "pid-mode_default" with the default driver Creating pid-mode_container_1 ... Creating pid-mode_host_1 ... ERROR: for pid-mode_host_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for pid-mode_container_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for host __init__() got an unexpected keyword argument 'device_requests' ERROR: for container __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _______________________ CLITestCase.test_up_with_timeout _______________________ tests/acceptance/cli_test.py:1617: in test_up_with_timeout  self.dispatch(['up', '-d', '-t', '1']) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1128 Stderr: Creating simple-composefile_another_1 ... Creating simple-composefile_simple_1 ... ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ____________________ CLITestCase.test_up_with_volume_labels ____________________ tests/acceptance/cli_test.py:1459: in test_up_with_volume_labels  self.dispatch(['-f', filename, 'up', '-d'], returncode=0) tests/acceptance/cli_test.py:161: in dispatch  return dispatch(self.base_dir, options, project_options, returncode, stdin) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1136 Stderr: Creating network "volumes_default" with the default driver Creating volume "volumes_volume_with_label" with default driver Creating volumes_web_1 ... ERROR: for volumes_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: ______________ EnvironmentOverrideFileTest.test_env_file_override ______________ tests/integration/environment_test.py:61: in test_env_file_override  dispatch(base_dir, ['--env-file', '.env.override', 'up']) tests/acceptance/cli_test.py:71: in dispatch  return wait_on_process(proc, returncode=returncode, stdin=stdin) tests/acceptance/cli_test.py:64: in wait_on_process  assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ----------------------------- Captured stdout call ----------------------------- Running process: 1142 Stderr: Creating network "env-file-override_default" with the default driver Creating env-file-override_test_1 ... ERROR: for env-file-override_test_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for test __init__() got an unexpected keyword argument 'device_requests' Traceback (most recent call last): File "/code/.tox/py27/bin/docker-compose", line 11, in load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() File "/code/compose/cli/main.py", line 72, in main command() File "/code/compose/cli/main.py", line 128, in perform_command handler(command, command_options) File "/code/compose/cli/main.py", line 1107, in up to_attach = up(False) File "/code/compose/cli/main.py", line 1103, in up cli=native_builder, File "/code/compose/project.py", line 573, in up get_deps, File "/code/compose/parallel.py", line 112, in parallel_execute raise error_to_reraise TypeError: __init__() got an unexpected keyword argument 'device_requests' Stdout: _________________________ ProjectTest.test_containers __________________________ tests/integration/project_test.py:68: in test_containers  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_db_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_containers_stopped ______________________ tests/integration/project_test.py:79: in test_containers_stopped  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_containers_with_extra_service ________________ tests/integration/project_test.py:100: in test_containers_with_extra_service  web_1 = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_containers_with_service_names ________________ tests/integration/project_test.py:92: in test_containers_with_service_names  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_db_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ___________________________ ProjectTest.test_create ____________________________ tests/integration/project_test.py:348: in test_create  project.create(['db']) compose/project.py:418: in create  start=False) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ___________________ ProjectTest.test_create_strategy_always ____________________ tests/integration/project_test.py:388: in test_create_strategy_always  project.create(['db']) compose/project.py:418: in create  start=False) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ____________________ ProjectTest.test_create_strategy_never ____________________ tests/integration/project_test.py:401: in test_create_strategy_never  project.create(['db']) compose/project.py:418: in create  start=False) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ________________________ ProjectTest.test_create_twice _________________________ tests/integration/project_test.py:362: in test_create_twice  project.create(['db', 'web']) compose/project.py:418: in create  start=False) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ______________________ ProjectTest.test_create_with_links ______________________ tests/integration/project_test.py:378: in test_create_with_links  project.create(['web']) compose/project.py:418: in create  start=False) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ____________________ ProjectTest.test_net_from_container_v1 ____________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/project_test.py:289: in test_net_from_container_v1  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_net_from_service_v1 _____________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/project_test.py:253: in test_net_from_service_v1  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_net_1 ... ERROR: for composetest_net_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for net __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectTest.test_network_mode_from_container _________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/project_test.py:230: in test_network_mode_from_container  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' __________________ ProjectTest.test_network_mode_from_service __________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/project_test.py:190: in test_network_mode_from_service  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_net_1 ... ERROR: for composetest_net_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for net __init__() got an unexpected keyword argument 'device_requests' _________________________ ProjectTest.test_project_up __________________________ tests/integration/project_test.py:418: in test_project_up  project.up(['db']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ...  Starting web ... failed  Starting db ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ___________________ ProjectTest.test_project_up_config_scale ___________________ tests/integration/project_test.py:1399: in test_project_up_config_scale  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_web_2 ... Creating composetest_web_3 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_3 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_project_up_healthy_dependency ________________ tests/integration/project_test.py:1873: in test_project_up_healthy_dependency  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_svc1_1 ... ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' __________________ ProjectTest.test_project_up_ignore_orphans __________________ tests/integration/project_test.py:1832: in test_project_up_ignore_orphans  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_service1_1 ... ERROR: for composetest_service1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for service1 __init__() got an unexpected keyword argument 'device_requests' ______________ ProjectTest.test_project_up_implicit_volume_driver ______________ tests/integration/project_test.py:1454: in test_project_up_implicit_volume_driver  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ___________ ProjectTest.test_project_up_logging_with_multiple_files ____________ tests/integration/project_test.py:1339: in test_project_up_logging_with_multiple_files  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_another_1 ... Creating composetest_simple_1 ... ERROR: for composetest_another_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for another __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' __________ ProjectTest.test_project_up_name_starts_with_illegal_char ___________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/project_test.py:2012: in test_project_up_name_starts_with_illegal_char  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating underscoretest_svc1_1 ... ERROR: for underscoretest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' ______________ ProjectTest.test_project_up_named_volumes_in_binds ______________ tests/integration/project_test.py:1777: in test_project_up_named_volumes_in_binds  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_simple_1 ... ERROR: for composetest_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_project_up_networks _____________________ tests/integration/project_test.py:688: in test_project_up_networks  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ____________ ProjectTest.test_project_up_no_healthcheck_dependency _____________ tests/integration/project_test.py:1947: in test_project_up_no_healthcheck_dependency  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_svc1_1 ... ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_project_up_orphans ______________________ tests/integration/project_test.py:1795: in test_project_up_orphans  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_service1_1 ... ERROR: for composetest_service1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for service1 __init__() got an unexpected keyword argument 'device_requests' ________ ProjectTest.test_project_up_port_mappings_with_multiple_files _________ tests/integration/project_test.py:1380: in test_project_up_port_mappings_with_multiple_files  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_simple_1 ... ERROR: for composetest_simple_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' ____________ ProjectTest.test_project_up_recreate_with_tmpfs_volume ____________ tests/integration/project_test.py:634: in test_project_up_recreate_with_tmpfs_volume  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_foo_1 ... ERROR: for composetest_foo_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for foo __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectTest.test_project_up_seccomp_profile __________________ tests/integration/project_test.py:1980: in test_project_up_seccomp_profile  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_svc1_1 ... ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' __________________ ProjectTest.test_project_up_starts_depends __________________ tests/integration/project_test.py:576: in test_project_up_starts_depends  project.up(['web']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting data ... Starting db ... Starting web ... Starting console ...  Starting data ... failed  Starting console ... failed  Starting db ... failed  Starting web ... failed Creating composetest_data_1 ... ERROR: for composetest_data_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for data __init__() got an unexpected keyword argument 'device_requests' ___________________ ProjectTest.test_project_up_starts_links ___________________ tests/integration/project_test.py:542: in test_project_up_starts_links  project.up(['web']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ... Starting console ...  Starting console ... failed  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ____________ ProjectTest.test_project_up_starts_uncreated_services _____________ tests/integration/project_test.py:427: in test_project_up_starts_uncreated_services  project.up(['db']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _______________ ProjectTest.test_project_up_unhealthy_dependency _______________ tests/integration/project_test.py:1911: in test_project_up_unhealthy_dependency  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_svc1_1 ... ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_project_up_volumes ______________________ tests/integration/project_test.py:1247: in test_project_up_volumes  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_project_up_with_added_secrets ________________ tests/integration/project_test.py:1533: in test_project_up_with_added_secrets  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ______________ ProjectTest.test_project_up_with_network_internal _______________ tests/integration/project_test.py:1188: in test_project_up_with_network_internal  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_project_up_with_network_label ________________ tests/integration/project_test.py:1218: in test_project_up_with_network_label  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ___________________ ProjectTest.test_project_up_with_no_deps ___________________ tests/integration/project_test.py:611: in test_project_up_with_no_deps  project.up(['db'], start_deps=False) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting data ... Starting db ... Starting web ... Starting console ...  Starting console ... failed  Starting data ... failed  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____________ ProjectTest.test_project_up_with_no_recreate_running _____________ tests/integration/project_test.py:481: in test_project_up_with_no_recreate_running  project.up(['db']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ...  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____________ ProjectTest.test_project_up_with_no_recreate_stopped _____________ tests/integration/project_test.py:501: in test_project_up_with_no_recreate_stopped  project.up(['db']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ...  Starting web ... failed  Starting db ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ___________________ ProjectTest.test_project_up_with_secrets ___________________ tests/integration/project_test.py:1487: in test_project_up_with_secrets  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_project_up_with_volume_labels ________________ tests/integration/project_test.py:1282: in test_project_up_with_volume_labels  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _______________ ProjectTest.test_project_up_without_all_services _______________ tests/integration/project_test.py:528: in test_project_up_without_all_services  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting console ... Starting db ...  Starting console ... failed  Starting db ... failed Creating composetest_console_1 ... Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_console_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ERROR: for console __init__() got an unexpected keyword argument 'device_requests' __________________ ProjectTest.test_recreate_preserves_mounts __________________ tests/integration/project_test.py:462: in test_recreate_preserves_mounts  project.up(['db']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ...  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectTest.test_recreate_preserves_volumes __________________ tests/integration/project_test.py:442: in test_recreate_preserves_volumes  project.up(['db']) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ...  Starting web ... failed  Starting db ... failed Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ____________ ProjectTest.test_start_pause_unpause_stop_kill_remove _____________ tests/integration/project_test.py:304: in test_start_pause_unpause_stop_kill_remove  web_container_1 = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ... Starting db ...  Starting web ... failed  Starting db ... failed  ____________________ ProjectTest.test_unscale_after_restart ____________________ tests/integration/project_test.py:644: in test_unscale_after_restart  service.scale(1) compose/service.py:308: in scale  sorted_containers, desired_num, timeout, True, True compose/service.py:520: in _execute_convergence_start  scale - len(containers), detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Starting web ...  Starting web ... failed Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectTest.test_up_with_custom_name_resources ________________ tests/integration/project_test.py:1061: in test_up_with_custom_name_resources  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_up_with_enable_ipv6 _____________________ tests/integration/project_test.py:950: in test_up_with_enable_ipv6  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' __________________ ProjectTest.test_up_with_invalid_isolation __________________ tests/integration/project_test.py:1105: in test_up_with_invalid_isolation  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ___________________ ProjectTest.test_up_with_invalid_runtime ___________________ tests/integration/project_test.py:1145: in test_up_with_invalid_runtime  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectTest.test_up_with_ipam_config _____________________ tests/integration/project_test.py:744: in test_up_with_ipam_config  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ____________________ ProjectTest.test_up_with_ipam_options _____________________ tests/integration/project_test.py:794: in test_up_with_ipam_options  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ______________________ ProjectTest.test_up_with_isolation ______________________ tests/integration/project_test.py:1084: in test_up_with_isolation  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _______________ ProjectTest.test_up_with_network_link_local_ips ________________ tests/integration/project_test.py:1018: in test_up_with_network_link_local_ips  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectTest.test_up_with_network_priorities __________________ tests/integration/project_test.py:891: in test_up_with_network_priorities  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ______________ ProjectTest.test_up_with_network_static_addresses _______________ tests/integration/project_test.py:841: in test_up_with_network_static_addresses  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _______ ProjectTest.test_up_with_network_static_addresses_missing_subnet _______ tests/integration/project_test.py:994: in test_up_with_network_static_addresses_missing_subnet  project.up() compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _______________________ ProjectTest.test_up_with_runtime _______________________ tests/integration/testcases.py:167: in wrapper  return f(self, *args, **kwargs) tests/integration/project_test.py:1124: in test_up_with_runtime  project.up(detached=True) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ______________________ ResilienceTest.test_create_failure ______________________ tests/integration/resilience_test.py:21: in setUp  container = self.db.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________________ ResilienceTest.test_start_failure _______________________ tests/integration/resilience_test.py:21: in setUp  container = self.db.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________________ ResilienceTest.test_successful_recreate ____________________ tests/integration/resilience_test.py:21: in setUp  container = self.db.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_cap_add_list _________________________ tests/integration/service_test.py:1536: in test_cap_add_list  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_cap_drop_list ________________________ tests/integration/service_test.py:1541: in test_cap_drop_list  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _________________________ ServiceTest.test_containers __________________________ tests/integration/service_test.py:70: in test_containers  create_and_start_container(foo) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________________ ServiceTest.test_containers_one_off ______________________ tests/integration/service_test.py:88: in test_containers_one_off  container = db.create_container(one_off=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_create_container_with_blkio_config ______________ tests/integration/service_test.py:236: in test_create_container_with_blkio_config  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_create_container_with_cpu_count _______________ tests/integration/service_test.py:146: in test_create_container_with_cpu_count  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_create_container_with_cpu_quota _______________ tests/integration/service_test.py:129: in test_create_container_with_cpu_quota  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_create_container_with_cpu_rt _________________ tests/integration/service_test.py:137: in test_create_container_with_cpu_rt  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_create_container_with_cpu_set ________________ tests/integration/service_test.py:215: in test_create_container_with_cpu_set  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________ ServiceTest.test_create_container_with_cpu_shares _______________ tests/integration/service_test.py:123: in test_create_container_with_cpu_shares  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' 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/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%] tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 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 [ 41%] 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%] _________________ ServiceTest.test_create_container_with_cpus __________________ tests/integration/service_test.py:163: in test_create_container_with_cpus  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ServiceTest.test_create_container_with_device_cgroup_rules __________ tests/integration/service_test.py:283: in test_create_container_with_device_cgroup_rules  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_create_container_with_extra_hosts_dicts ___________ tests/integration/service_test.py:209: in test_create_container_with_extra_hosts_dicts  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_create_container_with_extra_hosts_list ____________ tests/integration/service_test.py:201: in test_create_container_with_extra_hosts_list  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ServiceTest.test_create_container_with_healthcheck_config ___________ tests/integration/service_test.py:411: in test_create_container_with_healthcheck_config  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________ ServiceTest.test_create_container_with_host_mount _______________ tests/integration/service_test.py:317: in test_create_container_with_host_mount  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_create_container_with_init_bool _______________ tests/integration/service_test.py:177: in test_create_container_with_init_bool  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_create_container_with_legacy_mount ______________ tests/integration/service_test.py:380: in test_create_container_with_legacy_mount  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ServiceTest.test_create_container_with_legacy_tmpfs_mount ___________ tests/integration/service_test.py:395: in test_create_container_with_legacy_tmpfs_mount  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________ ServiceTest.test_create_container_with_mac_address ______________ tests/integration/service_test.py:277: in test_create_container_with_mac_address  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_create_container_with_one_off ________________ tests/integration/service_test.py:99: in test_create_container_with_one_off  container = db.create_container(one_off=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _ ServiceTest.test_create_container_with_one_off_when_existing_container_is_running _ tests/integration/service_test.py:105: in test_create_container_with_one_off_when_existing_container_is_running  container = db.create_container(one_off=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_create_container_with_oom_kill_disable ____________ tests/integration/service_test.py:272: in test_create_container_with_oom_kill_disable  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_create_container_with_read_only_root_fs ___________ tests/integration/service_test.py:222: in test_create_container_with_read_only_root_fs  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_create_container_with_security_opt ______________ tests/integration/service_test.py:257: in test_create_container_with_security_opt  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_create_container_with_shm_size ________________ tests/integration/service_test.py:170: in test_create_container_with_shm_size  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_create_container_with_specified_volume ____________ tests/integration/service_test.py:293: in test_create_container_with_specified_volume  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________ ServiceTest.test_create_container_with_tmpfs_mount ______________ tests/integration/service_test.py:331: in test_create_container_with_tmpfs_mount  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________ ServiceTest.test_create_container_with_tmpfs_mount_tmpfs_size _________ tests/integration/service_test.py:344: in test_create_container_with_tmpfs_mount_tmpfs_size  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ServiceTest.test_create_container_with_unspecified_volume ___________ tests/integration/service_test.py:110: in test_create_container_with_unspecified_volume  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_create_container_with_volume_driver _____________ tests/integration/service_test.py:116: in test_create_container_with_volume_driver  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_create_container_with_volume_mount ______________ tests/integration/service_test.py:363: in test_create_container_with_volume_mount  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_create_container_with_volumes_from ______________ tests/integration/service_test.py:477: in test_create_container_with_volumes_from  volume_container_1 = volume_service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_create_with_image_id _____________________ tests/integration/service_test.py:1278: in test_create_with_image_id  service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_custom_container_name ____________________ tests/integration/service_test.py:1668: in test_custom_container_name  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________________________ ServiceTest.test_devices ___________________________ tests/integration/service_test.py:1699: in test_devices  device_config = create_and_start_container(service).get('HostConfig.Devices') tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________________ ServiceTest.test_dns_list ___________________________ tests/integration/service_test.py:1486: in test_dns_list  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_dns_no_value _________________________ tests/integration/service_test.py:1481: in test_dns_no_value  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_dns_opt_value ________________________ tests/integration/service_test.py:1519: in test_dns_opt_value  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _________________________ ServiceTest.test_dns_search __________________________ tests/integration/service_test.py:1546: in test_dns_search  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_duplicate_containers _____________________ tests/integration/service_test.py:1713: in test_duplicate_containers  options = service._get_container_create_options({}, service._next_container_number()) compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_duplicate_volume_trailing_slash _______________ tests/integration/service_test.py:464: in test_duplicate_volume_trailing_slash  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_empty_labels _________________________ tests/integration/service_test.py:1654: in test_empty_labels  labels = create_and_start_container(service).labels.items() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_env_from_file_combined_with_env _______________ tests/integration/service_test.py:1573: in test_env_from_file_combined_with_env  env = create_and_start_container(service).environment tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _ ServiceTest.test_execute_convergence_plan_anonymous_volume_recreate_then_renew _ tests/integration/service_test.py:763: in test_execute_convergence_plan_anonymous_volume_recreate_then_renew  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______ ServiceTest.test_execute_convergence_plan_anonymous_volume_renew _______ tests/integration/service_test.py:739: in test_execute_convergence_plan_anonymous_volume_renew  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____ ServiceTest.test_execute_convergence_plan_image_with_volume_is_removed ____ tests/integration/service_test.py:819: in test_execute_convergence_plan_image_with_volume_is_removed  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 9ad76103d288 Removing intermediate container 9ad76103d288 ---> 2e68557a2f93 Step 3/4 : VOLUME /data ---> Running in 7b9c0f9e7500 Removing intermediate container 7b9c0f9e7500 ---> 466bfdcaab64 Step 4/4 : CMD top ---> Running in 762c248a93f5 Removing intermediate container 762c248a93f5 ---> 9ff5fd94f4f4 Successfully built 9ff5fd94f4f4 Successfully tagged composetest_db:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. ______________ ServiceTest.test_execute_convergence_plan_recreate ______________ tests/integration/service_test.py:507: in test_execute_convergence_plan_recreate  old_container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____ ServiceTest.test_execute_convergence_plan_recreate_change_mount_target ____ tests/integration/service_test.py:548: in test_execute_convergence_plan_recreate_change_mount_target  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_execute_convergence_plan_recreate_twice ___________ tests/integration/service_test.py:571: in test_execute_convergence_plan_recreate_twice  orig_container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____ ServiceTest.test_execute_convergence_plan_recreate_twice_with_mount ______ tests/integration/service_test.py:602: in test_execute_convergence_plan_recreate_twice_with_mount  orig_container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____ ServiceTest.test_execute_convergence_plan_when_containers_are_stopped _____ tests/integration/service_test.py:633: in test_execute_convergence_plan_when_containers_are_stopped  service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____ ServiceTest.test_execute_convergence_plan_when_host_volume_is_removed _____ tests/integration/service_test.py:715: in test_execute_convergence_plan_when_host_volume_is_removed  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in e3220c6df209 Removing intermediate container e3220c6df209 ---> 54307c40ced3 Step 3/4 : VOLUME /data ---> Running in 7477e517199d Removing intermediate container 7477e517199d ---> b80505471e49 Step 4/4 : CMD top ---> Running in 1cdeea9e20ea Removing intermediate container 1cdeea9e20ea ---> 5ff61744061c Successfully built 5ff61744061c Successfully tagged composetest_db:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. ___ ServiceTest.test_execute_convergence_plan_when_image_volume_masks_config ___ tests/integration/service_test.py:691: in test_execute_convergence_plan_when_image_volume_masks_config  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 50abe0837675 Removing intermediate container 50abe0837675 ---> 55108cf6a703 Step 3/4 : VOLUME /data ---> Running in 90268d02c811 Removing intermediate container 90268d02c811 ---> 07d9481c8c19 Step 4/4 : CMD top ---> Running in 190b342027a9 Removing intermediate container 190b342027a9 ---> 6f955d38d495 Successfully built 6f955d38d495 Successfully tagged composetest_db:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. _____ ServiceTest.test_execute_convergence_plan_with_image_declared_volume _____ tests/integration/service_test.py:656: in test_execute_convergence_plan_with_image_declared_volume  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in 1d162a0bc745 Removing intermediate container 1d162a0bc745 ---> 36c78cffe3f2 Step 3/4 : VOLUME /data ---> Running in 7f0577e58b09 Removing intermediate container 7f0577e58b09 ---> d9b852bcd5f3 Step 4/4 : CMD top ---> Running in 4ec1daec199c Removing intermediate container 4ec1daec199c ---> b2f754a190fa Successfully built b2f754a190fa Successfully tagged composetest_db:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. __ ServiceTest.test_execute_convergence_plan_with_image_declared_volume_renew __ tests/integration/service_test.py:674: in test_execute_convergence_plan_with_image_declared_volume_renew  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in bcaeb2d51b8d Removing intermediate container bcaeb2d51b8d ---> d3501f54a2ff Step 3/4 : VOLUME /data ---> Running in 5290c0de086a Removing intermediate container 5290c0de086a ---> b0eee38b0314 Step 4/4 : CMD top ---> Running in b0dcae033ba2 Removing intermediate container b0dcae033ba2 ---> 79d77047c215 Successfully built 79d77047c215 Successfully tagged composetest_db:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. ___________ ServiceTest.test_execute_convergence_plan_without_start ____________ tests/integration/service_test.py:797: in test_execute_convergence_plan_without_start  containers = service.execute_convergence_plan(ConvergencePlan('create', []), start=False) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in e2d5d3115260 Removing intermediate container e2d5d3115260 ---> a7b71cad4458 Step 3/4 : VOLUME /data ---> Running in 7071e0649e96 Removing intermediate container 7071e0649e96 ---> 1b6bdac5833c Step 4/4 : CMD top ---> Running in 987337025ee3 Removing intermediate container 987337025ee3 ---> 5126c68ed8a7 Successfully built 5126c68ed8a7 Successfully tagged composetest_db:latest ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. ________________ ServiceTest.test_expose_does_not_publish_ports ________________ tests/integration/service_test.py:1226: in test_expose_does_not_publish_ports  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________________ ServiceTest.test_group_add_value _______________________ tests/integration/service_test.py:1511: in test_group_add_value  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________________________ ServiceTest.test_labels ____________________________ tests/integration/service_test.py:1646: in test_labels  ctnr = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________ ServiceTest.test_log_drive_empty_default_jsonfile _______________ tests/integration/service_test.py:1685: in test_log_drive_empty_default_jsonfile  log_config = create_and_start_container(service).log_config tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________________ ServiceTest.test_log_drive_none ________________________ tests/integration/service_test.py:1692: in test_log_drive_none  log_config = create_and_start_container(service).log_config tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________________ ServiceTest.test_mem_reservation _______________________ tests/integration/service_test.py:1496: in test_mem_reservation  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________________ ServiceTest.test_mem_swappiness ________________________ tests/integration/service_test.py:1491: in test_mem_swappiness  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_network_mode_bridged _____________________ tests/integration/service_test.py:1449: in test_network_mode_bridged  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________________ ServiceTest.test_network_mode_host ______________________ tests/integration/service_test.py:1454: in test_network_mode_host  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________________ ServiceTest.test_network_mode_none ______________________ tests/integration/service_test.py:1444: in test_network_mode_none  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________________ ServiceTest.test_oom_score_adj_value _____________________ tests/integration/service_test.py:1506: in test_oom_score_adj_value  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_pid_mode_host ________________________ tests/integration/service_test.py:1464: in test_pid_mode_host  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_pid_mode_none_defined ____________________ tests/integration/service_test.py:1459: in test_pid_mode_none_defined  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_port_with_explicit_interface _________________ tests/integration/service_test.py:1251: in test_port_with_explicit_interface  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_project_is_added_to_container_name ______________ tests/integration/service_test.py:94: in test_project_is_added_to_container_name  create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________ ServiceTest.test_recreate_preserves_volume_with_trailing_slash ________ tests/integration/service_test.py:424: in test_recreate_preserves_volume_with_trailing_slash  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________ ServiceTest.test_recreate_volume_to_mount ___________________ tests/integration/service_test.py:442: in test_recreate_volume_to_mount  old_container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/4 : FROM busybox:1.31.0-uclibc ---> 19485c79a9bb Step 2/4 : LABEL com.docker.compose.test_image=true ---> Running in dcaef50d47b8 Removing intermediate container dcaef50d47b8 ---> c5ba5e970d6f Step 3/4 : VOLUME /data ---> Running in 856b8b5fe7df Removing intermediate container 856b8b5fe7df ---> 0ee53fe4cda1 Step 4/4 : CMD top ---> Running in ce259de34d77 Removing intermediate container ce259de34d77 ---> 202e5dd8eb22 Successfully built 202e5dd8eb22 Successfully tagged composetest_db:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. _________________________ ServiceTest.test_resolve_env _________________________ tests/integration/service_test.py:1613: in test_resolve_env  env = create_and_start_container(service).environment tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_restart_always_value _____________________ tests/integration/service_test.py:1501: in test_restart_always_value  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________ ServiceTest.test_restart_on_failure_value ___________________ tests/integration/service_test.py:1530: in test_restart_on_failure_value  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________________ ServiceTest.test_scale ____________________________ tests/integration/service_test.py:1282: in test_scale  service.scale(1) compose/service.py:308: in scale  sorted_containers, desired_num, timeout, True, True compose/service.py:520: in _execute_convergence_start  scale - len(containers), detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ______________________ ServiceTest.test_scale_sets_ports _______________________ tests/integration/service_test.py:1431: in test_scale_sets_ports  service.scale(2) compose/service.py:308: in scale  sorted_containers, desired_num, timeout, True, True compose/service.py:520: in _execute_convergence_start  scale - len(containers), detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_web_2 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' ____________________ ServiceTest.test_scale_with_api_error _____________________ tests/integration/service_test.py:1355: in test_scale_with_api_error  service.create_container(number=next_number, quiet=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______ ServiceTest.test_scale_with_custom_container_name_outputs_warning _______ tests/integration/service_test.py:1422: in test_scale_with_custom_container_name_outputs_warning  service.scale(3) compose/service.py:308: in scale  sorted_containers, desired_num, timeout, True, True compose/service.py:520: in _execute_convergence_start  scale - len(containers), detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating custom-container ... Creating custom-container ... Creating custom-container ... ERROR: for custom-container __init__() got an unexpected keyword argument 'device_requests' _________ ServiceTest.test_scale_with_desired_number_already_achieved __________ tests/integration/service_test.py:1398: in test_scale_with_desired_number_already_achieved  container = service.create_container(number=next_number, quiet=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________ ServiceTest.test_scale_with_immediate_exit __________________ tests/integration/service_test.py:1439: in test_scale_with_immediate_exit  service.scale(2) compose/service.py:308: in scale  sorted_containers, desired_num, timeout, True, True compose/service.py:520: in _execute_convergence_start  scale - len(containers), detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_web_2 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_scale_with_stopped_containers ________________ tests/integration/service_test.py:1310: in test_scale_with_stopped_containers  service.create_container(number=1) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____ ServiceTest.test_scale_with_stopped_containers_and_needing_creation ______ tests/integration/service_test.py:1332: in test_scale_with_stopped_containers_and_needing_creation  service.create_container(number=next_number, quiet=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________ ServiceTest.test_scale_with_unexpected_exception _______________ tests/integration/service_test.py:1378: in test_scale_with_unexpected_exception  service.create_container(number=next_number, quiet=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________________ ServiceTest.test_split_env __________________________ tests/integration/service_test.py:1564: in test_split_env  env = create_and_start_container(service).environment tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_start_container_becomes_privileged ______________ tests/integration/service_test.py:1221: in test_start_container_becomes_privileged  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_start_container_builds_images ________________ tests/integration/service_test.py:935: in test_start_container_builds_images  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/3 : FROM busybox:1.27.2 ---> 6ad733544a63 Step 2/3 : LABEL com.docker.compose.test_image=true ---> Running in 784bafa63760 Removing intermediate container 784bafa63760 ---> 9e138e6faf53 Step 3/3 : CMD echo "success" ---> Running in 2bfea8ec61e1 Removing intermediate container 2bfea8ec61e1 ---> 50e3f561ba74 Successfully built 50e3f561ba74 Successfully tagged composetest_test:latest ------------------------------ Captured log call ------------------------------- service.py 372 WARNING Image for service test was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. ________ ServiceTest.test_start_container_creates_fixed_external_ports _________ tests/integration/service_test.py:1236: in test_start_container_creates_fixed_external_ports  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _ ServiceTest.test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port _ tests/integration/service_test.py:1242: in test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_start_container_creates_links ________________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/service_test.py:858: in test_start_container_creates_links  db1 = create_and_start_container(db) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ServiceTest.test_start_container_creates_links_with_names ___________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/service_test.py:873: in test_start_container_creates_links_with_names  db1 = create_and_start_container(db) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____ ServiceTest.test_start_container_creates_port_with_explicit_protocol _____ tests/integration/service_test.py:1231: in test_start_container_creates_port_with_explicit_protocol  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ServiceTest.test_start_container_creates_ports ________________ tests/integration/service_test.py:954: in test_start_container_creates_ports  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______ ServiceTest.test_start_container_inherits_options_from_constructor ______ tests/integration/service_test.py:850: in test_start_container_inherits_options_from_constructor  create_and_start_container(db) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceTest.test_start_container_passes_through_options ____________ tests/integration/service_test.py:845: in test_start_container_passes_through_options  create_and_start_container(db, environment={'FOO': 'BAR'}) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_start_container_stays_unprivileged ______________ tests/integration/service_test.py:1216: in test_start_container_stays_unprivileged  container = create_and_start_container(service).inspect() tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______ ServiceTest.test_start_container_uses_tagged_image_if_it_exists ________ tests/integration/service_test.py:948: in test_start_container_uses_tagged_image_if_it_exists  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________ ServiceTest.test_start_container_with_external_links _____________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/service_test.py:886: in test_start_container_with_external_links  db_ctnrs = [create_and_start_container(db) for _ in range(3)] tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _ ServiceTest.test_start_normal_container_does_not_create_links_to_its_own_service _ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/service_test.py:907: in test_start_normal_container_does_not_create_links_to_its_own_service  create_and_start_container(db) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __ ServiceTest.test_start_one_off_container_creates_links_to_its_own_service ___ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/service_test.py:917: in test_start_one_off_container_creates_links_to_its_own_service  db1 = create_and_start_container(db) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _________________________ ServiceTest.test_stop_signal _________________________ tests/integration/service_test.py:1661: in test_stop_signal  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ____________________________ ServiceTest.test_tmpfs ____________________________ tests/integration/service_test.py:1552: in test_tmpfs  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________________ ServiceTest.test_up_build_cli _________________________ tests/integration/service_test.py:1002: in test_up_build_cli  project.up(do_build=BuildAction.force) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stdout call ----------------------------- Step 1/1 : FROM busybox ---> 6d5fcfe5ff17 Successfully built 6d5fcfe5ff17 Successfully tagged composetest_web:latest ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ______________________ ServiceTest.test_userns_mode_host _______________________ tests/integration/service_test.py:1476: in test_userns_mode_host  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________________ ServiceTest.test_userns_mode_none_defined ___________________ tests/integration/service_test.py:1470: in test_userns_mode_none_defined  container = create_and_start_container(service) tests/integration/service_test.py:60: in create_and_start_container  container = service.create_container(**override_options) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __ ServiceTest.test_with_high_enough_api_version_we_get_default_network_mode ___ tests/integration/service_test.py:1626: in test_with_high_enough_api_version_we_get_default_network_mode  service_config = service._get_container_host_config({}) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________________ ServiceTest.test_working_dir_param ______________________ tests/integration/service_test.py:1557: in test_working_dir_param  container = service.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ________________ ConfigHashTest.test_config_hash_sticks_around _________________ tests/integration/service_test.py:1752: in test_config_hash_sticks_around  container = converge(web)[0] tests/integration/service_test.py:1729: in converge  return service.execute_convergence_plan(plan, timeout=1) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ______________ ConfigHashTest.test_config_hash_with_custom_labels ______________ tests/integration/service_test.py:1746: in test_config_hash_with_custom_labels  container = converge(web)[0] tests/integration/service_test.py:1729: in converge  return service.execute_convergence_plan(plan, timeout=1) compose/service.py:548: in execute_convergence_plan  scale, detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' _______________ ConfigHashTest.test_no_config_hash_when_one_off ________________ tests/integration/service_test.py:1736: in test_no_config_hash_when_one_off  container = web.create_container(one_off=True) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ConfigHashTest.test_no_config_hash_when_overriding_options __________ tests/integration/service_test.py:1741: in test_no_config_hash_when_overriding_options  container = web.create_container(environment={'FOO': '1'}) compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _______________________ BasicProjectTest.test_all_change _______________________ tests/integration/state_test.py:81: in test_all_change  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_db_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] 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 [ 58%] 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/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 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/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_v2 PASSED [ 46%] 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 [ 42%] 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 [ 43%] 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 [ 44%] 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%] _______________________ BasicProjectTest.test_no_change ________________________ tests/integration/state_test.py:51: in test_no_change  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... Creating composetest_web_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____________________ BasicProjectTest.test_partial_change _____________________ tests/integration/state_test.py:60: in test_partial_change  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_db_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectWithDependenciesTest.test_change_leaf _________________ tests/integration/state_test.py:123: in test_change_leaf  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ________________ ProjectWithDependenciesTest.test_change_middle ________________ tests/integration/state_test.py:131: in test_change_middle  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____ ProjectWithDependenciesTest.test_change_middle_always_recreate_deps ______ tests/integration/state_test.py:139: in test_change_middle_always_recreate_deps  old_containers = self.run_up(self.cfg, always_recreate_deps=True) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectWithDependenciesTest.test_change_root _________________ tests/integration/state_test.py:147: in test_change_root  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ______ ProjectWithDependenciesTest.test_change_root_always_recreate_deps _______ tests/integration/state_test.py:155: in test_change_root_always_recreate_deps  old_containers = self.run_up(self.cfg, always_recreate_deps=True) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ___________ ProjectWithDependenciesTest.test_change_root_no_recreate ___________ tests/integration/state_test.py:165: in test_change_root_no_recreate  old_containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' __ ProjectWithDependenciesTest.test_service_recreated_when_dependency_created __ tests/integration/state_test.py:193: in test_service_recreated_when_dependency_created  containers = self.run_up(self.cfg, service_names=['web'], start_deps=False) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for web __init__() got an unexpected keyword argument 'device_requests' _________ ProjectWithDependenciesTest.test_service_removed_while_down __________ tests/integration/state_test.py:183: in test_service_removed_while_down  containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____________________ ProjectWithDependenciesTest.test_up ______________________ tests/integration/state_test.py:119: in test_up  containers = self.run_up(self.cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ____________ ProjectWithDependsOnDependenciesTest.test_change_leaf _____________ tests/integration/state_test.py:246: in test_change_leaf  old_containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ___________ ProjectWithDependsOnDependenciesTest.test_change_middle ____________ tests/integration/state_test.py:255: in test_change_middle  old_containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _ ProjectWithDependsOnDependenciesTest.test_change_middle_always_recreate_deps _ tests/integration/state_test.py:264: in test_change_middle_always_recreate_deps  old_containers = self.run_up(local_cfg, always_recreate_deps=True) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ____________ ProjectWithDependsOnDependenciesTest.test_change_root _____________ tests/integration/state_test.py:273: in test_change_root  old_containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' __ ProjectWithDependsOnDependenciesTest.test_change_root_always_recreate_deps __ tests/integration/state_test.py:282: in test_change_root_always_recreate_deps  old_containers = self.run_up(local_cfg, always_recreate_deps=True) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ______ ProjectWithDependsOnDependenciesTest.test_change_root_no_recreate _______ tests/integration/state_test.py:291: in test_change_root_no_recreate  old_containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' __________ ProjectWithDependsOnDependenciesTest.test_dependency_added __________ tests/integration/state_test.py:344: in test_dependency_added  containers = self.run_up(local_cfg, service_names=['nginx']) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_nginx_1 ... ERROR: for composetest_nginx_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for nginx __init__() got an unexpected keyword argument 'device_requests' _________ ProjectWithDependsOnDependenciesTest.test_dependency_removed _________ tests/integration/state_test.py:331: in test_dependency_removed  containers = self.run_up(local_cfg, service_names=['nginx']) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _____ ProjectWithDependsOnDependenciesTest.test_service_removed_while_down _____ tests/integration/state_test.py:306: in test_service_removed_while_down  containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' ______ ProjectWithDependsOnDependenciesTest.test_service_removed_while_up ______ tests/integration/state_test.py:317: in test_service_removed_while_up  containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _________________ ProjectWithDependsOnDependenciesTest.test_up _________________ tests/integration/state_test.py:241: in test_up  containers = self.run_up(local_cfg) tests/integration/state_test.py:28: in run_up  project.up(**kwargs) compose/project.py:573: in up  get_deps, compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_db_1 ... ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for db __init__() got an unexpected keyword argument 'device_requests' _________________ ServiceStateTest.test_image_changed_to_build _________________ tests/integration/state_test.py:454: in test_image_changed_to_build  container = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________________ ServiceStateTest.test_trigger_noop ______________________ tests/integration/state_test.py:361: in test_trigger_noop  container = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______________ ServiceStateTest.test_trigger_recreate_with_build _______________ tests/integration/testcases.py:199: in wrapper  return f(self, *args, **kwargs) tests/integration/state_test.py:437: in test_trigger_recreate_with_build  container = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' __________ ServiceStateTest.test_trigger_recreate_with_config_change ___________ tests/integration/state_test.py:383: in test_trigger_recreate_with_config_change  container = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ___________ ServiceStateTest.test_trigger_recreate_with_image_change ___________ tests/integration/state_test.py:411: in test_trigger_recreate_with_image_change  container = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' ______ ServiceStateTest.test_trigger_recreate_with_nonexistent_image_tag _______ tests/integration/state_test.py:390: in test_trigger_recreate_with_nonexistent_image_tag  container = web.create_container() compose/service.py:338: in create_container  previous_container=previous_container, compose/service.py:918: in _get_container_create_options  one_off=one_off) compose/service.py:1059: in _get_container_host_config  device_requests=device_requests, .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config  return HostConfig(*args, **kwargs) E TypeError: __init__() got an unexpected keyword argument 'device_requests' _____________________ ServiceStateTest.test_trigger_start ______________________ tests/integration/state_test.py:371: in test_trigger_start  web.scale(2) compose/service.py:308: in scale  sorted_containers, desired_num, timeout, True, True compose/service.py:520: in _execute_convergence_start  scale - len(containers), detached, start compose/service.py:469: in _execute_convergence_create  "Creating" compose/parallel.py:112: in parallel_execute  raise error_to_reraise E TypeError: __init__() got an unexpected keyword argument 'device_requests' ----------------------------- Captured stderr call ----------------------------- Creating composetest_web_1 ... Creating composetest_web_2 ... ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' ---------- coverage: platform linux2, python 2.7.13-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 60 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 104 14 32 5 83% 71-81, 121-126, 177, 200, 70->71, 120->121, 165->168, 176->177, 197->200 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 5 8 3 83% 13-14, 29, 35, 46, 28->29, 34->35, 45->46 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 37 12 8 1 71% 13, 19-23, 31-37, 12->13 compose/cli/log_printer.py 149 47 53 7 62% 67-72, 75-105, 108-116, 120-122, 135, 164, 167-170, 176, 210-212, 229-232, 259-262, 43->exit, 163->164, 163->168, 174->176, 228->229, 237->243, 257->261 compose/cli/main.py 696 246 290 34 61% 74-75, 84-85, 87-88, 169, 330, 362-364, 447, 450-451, 467-481, 501-556, 568, 580-624, 636-638, 655-667, 694-700, 717, 728, 737-758, 774, 792, 814-839, 956-957, 987-998, 1071, 1080, 1109-1118, 1123-1146, 1158-1161, 1165-1181, 1185-1192, 1203, 1225-1254, 1261-1262, 1264-1266, 1272, 1281, 1287, 1366, 1375-1376, 1392-1398, 1422, 1451-1452, 1454-1455, 1459, 1471, 1489, 1505, 1509-1510, 1518-1543, 1547-1557, 1564-1567, 1574-1576, 1586, 1597, 61->64, 73->74, 83->84, 86->87, 168->169, 329->330, 361->362, 446->447, 565->568, 716->717, 727->728, 773->774, 932->exit, 986->987, 1070->1071, 1079->1080, 1120->1123, 1202->1203, 1260->1261, 1263->1264, 1271->1272, 1280->1281, 1286->1287, 1365->1366, 1374->1375, 1463->exit, 1470->1471, 1488->1489, 1504->1505, 1563->1564, 1568->1576, 1570->1574, 1585->1586, 1595->1597 compose/cli/signals.py 23 2 4 2 85% 18, 31, 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 28 388 18 95% 266, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 577->578, 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 7 34 4 92% 41, 98-101, 114, 121, 40->41, 97->98, 113->114, 120->121 compose/config/errors.py 25 2 0 0 92% 36-40 compose/config/interpolation.py 148 7 62 4 94% 66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222 compose/config/serialize.py 97 1 50 2 98% 76, 75->76, 82->85 compose/config/sort_services.py 44 1 18 1 97% 57, 56->57 compose/config/types.py 291 22 112 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 140 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 39 0 0 0 100% compose/container.py 193 41 48 7 76% 98, 105, 142, 146, 151, 153, 157, 161-163, 170, 175, 214-215, 235-238, 244, 247, 250, 253, 256, 259, 262, 265, 271-272, 284, 292-297, 303-304, 307, 310, 316, 320, 324, 97->98, 104->105, 150->151, 152->153, 154->157, 168->170, 319->320 compose/errors.py 17 4 0 0 76% 12, 17, 22, 29 compose/network.py 190 20 92 5 87% 74, 184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226 compose/parallel.py 199 6 56 2 97% 186-187, 244-249, 326, 183->186, 325->326 compose/progress_stream.py 87 12 44 10 82% 40, 71, 74, 80, 85, 90-91, 116, 122-125, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116, 121->122 compose/project.py 450 45 182 23 87% 64, 161, 217-218, 259-260, 298, 370-371, 374-379, 393-396, 449, 500, 504, 531, 576, 634-638, 641, 659, 733-735, 739-748, 790-791, 797-800, 855, 61->64, 157->161, 169->exit, 170->169, 336->338, 342->345, 368->370, 373->374, 392->393, 414->exit, 448->449, 499->500, 503->504, 530->531, 534->537, 575->576, 640->641, 658->659, 709->exit, 732->733, 737->739, 774->777, 793->800 compose/service.py 927 167 410 56 77% 68, 247, 278-281, 293-304, 312-318, 375-378, 405-419, 422-448, 457, 472, 478-501, 505-506, 516, 525-529, 553-583, 602, 617-622, 651-655, 666-668, 679-682, 740, 804, 806, 815-817, 821-823, 826-830, 959-960, 980-981, 994-997, 1092, 1139, 1200, 1264-1279, 1287-1297, 1319, 1354-1362, 1536, 1541, 1549-1557, 1669, 1671, 1712, 1798, 1839, 1852, 1856-1857, 1861-1862, 65->68, 225->exit, 246->247, 277->278, 288->311, 291->293, 311->312, 402->405, 456->457, 458->460, 471->472, 504->505, 507->518, 508->exit, 508->exit, 515->516, 518->522, 546->553, 601->602, 603->605, 630->632, 648->653, 649->651, 665->666, 671->exit, 678->679, 734->exit, 735->740, 736->exit, 803->804, 805->806, 814->815, 820->821, 825->826, 958->959, 979->980, 993->994, 1091->1092, 1138->1139, 1199->1200, 1318->1319, 1535->1536, 1540->1541, 1548->1549, 1602->exit, 1610->1609, 1648->1645, 1668->1669, 1670->1671, 1711->1712, 1797->1798, 1823->1825, 1838->1839, 1851->1852, 1855->1856, 1860->1861 compose/state.py 0 0 0 0 100% compose/timeparse.py 22 0 4 0 100% compose/utils.py 117 8 42 5 92% 26, 75-79, 125, 135, 161, 168, 171, 25->26, 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 5679 813 2277 240 83% Coverage HTML written to dir coverage-html =========================== short test summary info ============================ XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path Option has been removed in Engine 17.06.0 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit Some kernels/configs do not support pids_limit XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt Not supported on most drivers SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32 SKIP [1] tests/unit/config/config_test.py:3778: windows paths SKIP [1] tests/unit/cli/command_test.py:39: windows separator SKIP [1] tests/acceptance/cli_test.py:2437: race condition between up and logs SKIP [1] tests/acceptance/cli_test.py:2416: race condition between up and logs SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0 SKIP [1] tests/acceptance/cli_test.py:2389: race condition between up and logs == 331 failed, 804 passed, 11 skipped, 3 xfailed, 1 xpassed in 691.69 seconds == ERROR: InvocationError: '/code/.tox/py27/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose' ___________________________________ summary ____________________________________ ERROR: py27: commands failed tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] 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/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED [ 59%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 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/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 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 PASSED [ 60%] tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%] tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 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/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/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] + on_exit + [[ 1 != \0 ]] + tail -n 100 + docker logs compose-dind-19.03.5-jenkins-compose-PR-7124-5 time="2020-01-06T22:26:58.180765687Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" time="2020-01-06T22:29:34.519756946Z" level=warning msg="running inside docker container, ignoring missing kernel params: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory" time="2020-01-06T22:29:51.850598722Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/18f22d936dbb6d06560efb50d524fcd6746593307f9553614c853afdd1a5036b/shim.sock" debug=false pid=5128 time="2020-01-06T22:29:53.130585295Z" level=info msg="shim reaped" id=18f22d936dbb6d06560efb50d524fcd6746593307f9553614c853afdd1a5036b time="2020-01-06T22:29:53.140716334Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:29:59.734582259Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/86a230a4bce7a8cd994716622463b52ef6f49694e5d3783c9f6b66bf64df8fc9/shim.sock" debug=false pid=5405 time="2020-01-06T22:30:01.066450618Z" level=info msg="shim reaped" id=86a230a4bce7a8cd994716622463b52ef6f49694e5d3783c9f6b66bf64df8fc9 time="2020-01-06T22:30:01.076830858Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:06.942702334Z" level=warning msg="Unable to locate plugin: foobar, retrying in 1s" time="2020-01-06T22:30:07.942901799Z" level=warning msg="Unable to locate plugin: foobar, retrying in 2s" time="2020-01-06T22:30:09.943116372Z" level=warning msg="Unable to locate plugin: foobar, retrying in 4s" time="2020-01-06T22:30:13.943306629Z" level=warning msg="Unable to locate plugin: foobar, retrying in 8s" time="2020-01-06T22:30:22.175554045Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/313d7d9a1e414942b79355b2331c387b64e77701ac424dc222fc8da6da6f04e9/shim.sock" debug=false pid=5699 time="2020-01-06T22:30:22.578418392Z" level=info msg="shim reaped" id=313d7d9a1e414942b79355b2331c387b64e77701ac424dc222fc8da6da6f04e9 time="2020-01-06T22:30:22.588569062Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:23.101216703Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3bbd04937f62df2627b286c269b27736e27e0938b2657c5e4308c1856d09533e/shim.sock" debug=false pid=5793 time="2020-01-06T22:30:23.487273226Z" level=info msg="shim reaped" id=3bbd04937f62df2627b286c269b27736e27e0938b2657c5e4308c1856d09533e time="2020-01-06T22:30:23.497396672Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:28.467976310Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5d1de74e4b0448f26dd900a91ee5278ecb181f8fec5a232a86929b2e56887e76/shim.sock" debug=false pid=6623 time="2020-01-06T22:30:28.767375130Z" level=info msg="shim reaped" id=5d1de74e4b0448f26dd900a91ee5278ecb181f8fec5a232a86929b2e56887e76 time="2020-01-06T22:30:28.777504556Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:30.223606287Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/9a6cdacbd2405b990f502170b9de7b50cf66f19494f11ffcf91af58ba2308ccd/shim.sock" debug=false pid=6831 time="2020-01-06T22:30:30.489904486Z" level=info msg="shim reaped" id=9a6cdacbd2405b990f502170b9de7b50cf66f19494f11ffcf91af58ba2308ccd time="2020-01-06T22:30:30.500102820Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:32.961545497Z" level=warning msg="running inside docker container, ignoring missing kernel params: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory" time="2020-01-06T22:30:36.175945381Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:37.096930544Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/f1538f2aad2d8952cb174289d5434a83c9abeb884ceca3ea2d9b69e28371f8f3/shim.sock" debug=false pid=7739 time="2020-01-06T22:30:37.428256439Z" level=info msg="shim reaped" id=f1538f2aad2d8952cb174289d5434a83c9abeb884ceca3ea2d9b69e28371f8f3 time="2020-01-06T22:30:37.438327863Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:37.513553789Z" level=warning msg="f1538f2aad2d8952cb174289d5434a83c9abeb884ceca3ea2d9b69e28371f8f3 cleanup: failed to unmount IPC: umount /var/lib/docker/containers/f1538f2aad2d8952cb174289d5434a83c9abeb884ceca3ea2d9b69e28371f8f3/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:37.656685602Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:38.289261199Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:39.099631752Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/0c0d53bee6a2dc668a4629cbc005cf5a6cc15056ec3c2df1365a2b400f5fbfa7/shim.sock" debug=false pid=7844 time="2020-01-06T22:30:39.434144343Z" level=info msg="shim reaped" id=0c0d53bee6a2dc668a4629cbc005cf5a6cc15056ec3c2df1365a2b400f5fbfa7 time="2020-01-06T22:30:39.444327366Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:39.545870224Z" level=warning msg="0c0d53bee6a2dc668a4629cbc005cf5a6cc15056ec3c2df1365a2b400f5fbfa7 cleanup: failed to unmount IPC: umount /var/lib/docker/containers/0c0d53bee6a2dc668a4629cbc005cf5a6cc15056ec3c2df1365a2b400f5fbfa7/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:39.707047260Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:40.308614475Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:41.112493326Z" level=warning msg="Could not look up build1 for cache resolution, skipping: No such image: build1:latest" time="2020-01-06T22:30:41.113756322Z" level=warning msg="Could not look up build1 for cache resolution, skipping: No such image: build1:latest" time="2020-01-06T22:30:41.319576814Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7180288b6db4e905eb95fd221246ea6f7c738557743dd12f3668f36120e0297a/shim.sock" debug=false pid=7975 time="2020-01-06T22:30:41.628461697Z" level=info msg="shim reaped" id=7180288b6db4e905eb95fd221246ea6f7c738557743dd12f3668f36120e0297a time="2020-01-06T22:30:41.638507943Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:41.717601002Z" level=warning msg="7180288b6db4e905eb95fd221246ea6f7c738557743dd12f3668f36120e0297a cleanup: failed to unmount IPC: umount /var/lib/docker/containers/7180288b6db4e905eb95fd221246ea6f7c738557743dd12f3668f36120e0297a/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:41.872942514Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:42.086854619Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/f1d5067507c890e1983e69758247c650e0f0e3ce9bb2976cfc075e2b5536d5ce/shim.sock" debug=false pid=8066 time="2020-01-06T22:30:42.380428994Z" level=info msg="shim reaped" id=f1d5067507c890e1983e69758247c650e0f0e3ce9bb2976cfc075e2b5536d5ce time="2020-01-06T22:30:42.390514782Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:42.493498787Z" level=warning msg="f1d5067507c890e1983e69758247c650e0f0e3ce9bb2976cfc075e2b5536d5ce cleanup: failed to unmount IPC: umount /var/lib/docker/containers/f1d5067507c890e1983e69758247c650e0f0e3ce9bb2976cfc075e2b5536d5ce/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:42.625869033Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:44.024152456Z" level=info msg="Layer sha256:f45eb3b98d0522ca47344a4fbb30c9f42716dd164b589eaa945dbcf770b94b12 cleaned up" time="2020-01-06T22:30:45.103415168Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/11509d7bf1d16661e94b88ad95d4e4f49907ad86c6f7440c23c0263cf2614c4e/shim.sock" debug=false pid=8243 time="2020-01-06T22:30:45.425276612Z" level=info msg="shim reaped" id=11509d7bf1d16661e94b88ad95d4e4f49907ad86c6f7440c23c0263cf2614c4e time="2020-01-06T22:30:45.435460259Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:45.525445527Z" level=warning msg="11509d7bf1d16661e94b88ad95d4e4f49907ad86c6f7440c23c0263cf2614c4e cleanup: failed to unmount IPC: umount /var/lib/docker/containers/11509d7bf1d16661e94b88ad95d4e4f49907ad86c6f7440c23c0263cf2614c4e/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:45.675788230Z" level=info msg="Layer sha256:207f5cd21ac4d31bfa291d2bfbeefa765ac176e3662e59b7d008a3cb69f39e8e cleaned up" time="2020-01-06T22:30:46.182687247Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4ab022dbc286c313d5603932e204a0501e247fd5ef680baf4dd465d42ee50d47/shim.sock" debug=false pid=8344 time="2020-01-06T22:30:46.493559306Z" level=info msg="shim reaped" id=4ab022dbc286c313d5603932e204a0501e247fd5ef680baf4dd465d42ee50d47 time="2020-01-06T22:30:46.503720826Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:46.577446720Z" level=warning msg="4ab022dbc286c313d5603932e204a0501e247fd5ef680baf4dd465d42ee50d47 cleanup: failed to unmount IPC: umount /var/lib/docker/containers/4ab022dbc286c313d5603932e204a0501e247fd5ef680baf4dd465d42ee50d47/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:46.732396243Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:47.307071068Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/602373c9cd39f28c66b385e8b3cc5b5937b9baf30a5930a59014e8ac2aacaf71/shim.sock" debug=false pid=8449 time="2020-01-06T22:30:47.727144851Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fa234fc51463397de394fafb000727a9d1aa0ca862bf1bc5ac374d23f8c22995/shim.sock" debug=false pid=8515 time="2020-01-06T22:30:47.942081046Z" level=info msg="shim reaped" id=fa234fc51463397de394fafb000727a9d1aa0ca862bf1bc5ac374d23f8c22995 time="2020-01-06T22:30:47.952304627Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:47.952556318Z" level=warning msg="fa234fc51463397de394fafb000727a9d1aa0ca862bf1bc5ac374d23f8c22995 cleanup: failed to unmount IPC: umount /var/lib/docker/containers/fa234fc51463397de394fafb000727a9d1aa0ca862bf1bc5ac374d23f8c22995/mounts/shm, flags: 0x2: no such file or directory" time="2020-01-06T22:30:48.096183342Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:48.234559136Z" level=info msg="shim reaped" id=602373c9cd39f28c66b385e8b3cc5b5937b9baf30a5930a59014e8ac2aacaf71 time="2020-01-06T22:30:48.244704121Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:30:48.644485033Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:49.188750956Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:30:53.451420335Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2d84c0bc2272c2f725bcf97d5f5bf797292b2ed840579e84f6e70be998a846bf/shim.sock" debug=false pid=8671 time="2020-01-06T22:30:53.752354049Z" level=info msg="shim reaped" id=2d84c0bc2272c2f725bcf97d5f5bf797292b2ed840579e84f6e70be998a846bf time="2020-01-06T22:30:53.762479823Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" time="2020-01-06T22:31:00.591939921Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" time="2020-01-06T22:31:02.699810020Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:03.183895657Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:04.193995934Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:06.592768867Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:07.199204072Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:08.183922833Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:09.522966969Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:10.175580525Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:11.194677286Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:12.495999610Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:13.195614296Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:14.195813438Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:15.529472957Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:16.171506895Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:17.196236306Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:18.487749878Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:19.194183492Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:20.195543800Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:25.352800186Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:26.179620049Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:27.208321555Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" time="2020-01-06T22:31:31.665204506Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" time="2020-01-06T22:31:32.180745042Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" time="2020-01-06T22:31:35.780161772Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" time="2020-01-06T22:31:36.179860666Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" + docker rm -vf compose-dind-19.03.5-jenkins-compose-PR-7124-5 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] 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/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 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/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] compose-dind-19.03.5-jenkins-compose-PR-7124-5 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_down_with_no_resources 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_999b PASSED [ 66%] tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 67%] tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%] tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] 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 [ 68%] 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/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_19.03.5_py27 tests/unit/project_test.py::ProjectTest::test_get_service Sending interrupt signal to process tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container Sending interrupt signal to process tests/unit/project_test.py::ProjectTest::test_error_parallel_pull Sending interrupt signal to process tests/unit/service_test.py::ServiceTest::test_memory_swap_limit Sending interrupt signal to process PASSED [ 46%] tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links Terminated script returned exit code 143 tests/unit/service_test.py::ServiceTest::test_get_container Sending interrupt signal to process PASSED [ 45%] tests/unit/project_test.py::ProjectTest::test_events Terminated script returned exit code 143 PASSED [ 50%] tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only Terminated 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 [ 69%] 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/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 [ 70%] 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%] PASSED [ 49%] tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] script returned exit code 143 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] PASSED [ 51%] tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking Terminated tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 Sending interrupt signal to process script returned exit code 143 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port Sending interrupt signal to process [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] // node [Pipeline] // node [Pipeline] } Failed in branch alpine_19.03.5_py27 [Pipeline] } Failed in branch alpine_19.03.5_py37 [Pipeline] } Failed in branch alpine_18.09.9_py27 [Pipeline] } Failed in branch alpine_18.09.9_py37 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 [ 72%] tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file Terminated tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds Terminated script returned exit code 143 [Pipeline] } script returned exit code 143 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // wrap [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_19.03.5_py37 [Pipeline] // withDockerRegistry [Pipeline] } Terminated [Pipeline] // node [Pipeline] } Failed in branch debian_18.09.9_py27 script returned exit code 143 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch debian_18.09.9_py37 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE