Pull request #7124 updated 22:11:04 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 22:11:09 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:11:09 chowning workspace [Pipeline] sh 22:11:09 + uname -m [Pipeline] sh 22:11:09 + pwd 22:11:09 + id -u 22:11:09 + id -g 22:11:09 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 22:11:10 Removing all docker containers [Pipeline] sh 22:11:10 + docker container ls -aq [Pipeline] echo 22:11:10 Docker containers have been removed [Pipeline] echo 22:11:10 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 22:11:10 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "alpine") [Pipeline] checkout 22:11:10 using credential sf-release-bot.github.ssh 22:11:11 Cloning the remote Git repository 22:11:11 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 22:11:12 Fetching without tags 22:11:12 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 22:11:13 Commit message: "Use empty list" [Pipeline] sh > git rev-list --no-walk 2e36cf9cae0955ee24de40c93e79045ddf1702aa # timeout=10 22:11:14 + git rev-parse HEAD [Pipeline] sh 22:11:14 + docker pull dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:11:14 Error response from daemon: manifest for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 not found: manifest unknown: manifest unknown [Pipeline] sh 22:11:15 + script/build/write-git-sha 22:11:15 + GIT_COMMIT=330c1bf6 22:11:15 + docker build -t dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=330c1bf629206e3c5360fb1c99a0fa09fd4178f4 . 22:11:15 Sending build context to Docker daemon 1.881MB 22:11:15 Step 1/32 : ARG DOCKER_VERSION=18.09.7 22:11:15 Step 2/32 : ARG PYTHON_VERSION=3.7.4 22:11:15 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 22:11:15 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch 22:11:15 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 22:11:15 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim 22:11:15 Step 7/32 : ARG BUILD_PLATFORM=alpine 22:11:15 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli 22:11:15 ---> 108a4437ed8c 22:11:15 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine 22:11:15 ---> f309434dea3a 22:11:15 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 22:11:15 ---> Using cache 22:11:15 ---> a0fee480894e 22:11:15 Step 11/32 : ENV BUILD_BOOTLOADER=1 22:11:15 ---> Using cache 22:11:15 ---> 89c1439a3f7f 22:11:15 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian 22:11:15 ---> fad2b9f06d3b 22:11:15 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 22:11:15 ---> Using cache 22:11:15 ---> 902b161181da 22:11:15 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build 22:11:15 ---> 89c1439a3f7f 22:11:15 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ 22:11:15 ---> Using cache 22:11:15 ---> 8c2cc4baae51 22:11:15 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] 22:11:15 ---> Using cache 22:11:15 ---> ecca21391036 22:11:15 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 22:11:15 ---> Using cache 22:11:15 ---> 993dbf2ab907 22:11:15 Step 18/32 : WORKDIR /code/ 22:11:15 ---> Using cache 22:11:15 ---> a28c995f8b16 22:11:15 Step 19/32 : RUN pip install virtualenv==16.2.0 22:11:15 ---> Using cache 22:11:15 ---> 64b073a659db 22:11:15 Step 20/32 : RUN pip install tox==2.9.1 22:11:15 ---> Using cache 22:11:15 ---> 478d6e8f8ded 22:11:15 Step 21/32 : COPY requirements.txt . 22:11:15 ---> Using cache 22:11:15 ---> 1b81e2074ba2 22:11:15 Step 22/32 : COPY requirements-dev.txt . 22:11:15 ---> Using cache 22:11:15 ---> 289401ffc405 22:11:15 Step 23/32 : COPY .pre-commit-config.yaml . 22:11:15 ---> Using cache 22:11:15 ---> 81de28390b0b 22:11:15 Step 24/32 : COPY tox.ini . 22:11:15 ---> Using cache 22:11:15 ---> a0b1ad9f6e54 22:11:15 Step 25/32 : COPY setup.py . 22:11:15 ---> Using cache 22:11:15 ---> 66353cf1020c 22:11:15 Step 26/32 : COPY README.md . 22:11:15 ---> Using cache 22:11:15 ---> bdbbb7433815 22:11:15 Step 27/32 : COPY compose compose/ 22:11:15 ---> 806fcad8b301 22:11:15 Step 28/32 : RUN tox --notest 22:11:15 ---> Running in f40f31b0cd05 22:11:16 py27 create: /code/.tox/py27 22:11:28 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 22:13:35 py27 develop-inst: /code 22:13:35 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 22:13:35 py37 create: /code/.tox/py37 22:13:47 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 22:15:53 py37 develop-inst: /code 22:15:53 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 22:15:53 pre-commit create: /code/.tox/pre-commit 22:16:01 pre-commit installdeps: pre-commit 22:16:14 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 22:16:14 ___________________________________ summary ____________________________________ 22:16:14 py27: skipped tests 22:16:14 py37: skipped tests 22:16:14 pre-commit: skipped tests 22:16:14 congratulations :) 22:16:17 Removing intermediate container f40f31b0cd05 22:16:17 ---> 2db35127ec05 22:16:17 Step 29/32 : COPY . . 22:16:17 ---> 11ade873aa1f 22:16:17 Step 30/32 : ARG GIT_COMMIT=unknown 22:16:17 ---> Running in ed8461f0eaba 22:16:17 Removing intermediate container ed8461f0eaba 22:16:17 ---> a464fcbcff3c 22:16:17 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 22:16:17 ---> Running in 68a01fc3e17a 22:16:17 Removing intermediate container 68a01fc3e17a 22:16:17 ---> 9f73d5341738 22:16:17 Step 32/32 : RUN script/build/linux-entrypoint 22:16:17 ---> Running in b98172cb4a9a 22:16:18 + CODE_PATH=/code 22:16:18 + VENV=/code/.tox/py37 22:16:18 + cd /code 22:16:18 + mkdir -p dist 22:16:18 + chmod 777 dist 22:16:18 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 22:16:36 + '[' -z 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 ']' 22:16:36 + echo 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:16:36 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 22:16:36 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 22:16:36 + '[' '!' -z 1 ']' 22:16:36 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller 22:16:36 Cloning into '/tmp/pyinstaller'... 22:16:40 + cd /tmp/pyinstaller/bootloader 22:16:40 + git checkout v3.5 22:16:40 Note: checking out 'v3.5'. 22:16:40 22:16:40 You are in 'detached HEAD' state. You can look around, make experimental 22:16:40 changes and commit them, and you can discard any commits you make in this 22:16:40 state without impacting any branches by performing another checkout. 22:16:40 22:16:40 If you want to create a new branch to retain commits you create, you may 22:16:40 do so (now or later) by using -b with the checkout command again. Example: 22:16:40 22:16:40 git checkout -b <new-branch-name> 22:16:40 22:16:40 HEAD is now at 498e6ee0 Release 3.5. 22:16:40 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all 22:16:40 Setting top to : /tmp/pyinstaller/bootloader 22:16:40 Setting out to : /tmp/pyinstaller/bootloader/build 22:16:40 Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 22:16:40 Checking for 'gcc' (C compiler) : /usr/bin/gcc 22:16:40 Checking size of pointer : 8 22:16:40 Platform : Linux-64bit detected based on compiler 22:16:40 Checking for flags -m64 : yes 22:16:40 Checking for program '/usr/bin/strip' : /usr/bin/strip 22:16:40 Checking for program 'strip' : /usr/bin/strip 22:16:40 Checking for library dl : yes 22:16:40 Checking for library m : yes 22:16:40 Checking for library z : yes 22:16:40 Checking for function unsetenv : yes 22:16:40 Checking for function mkdtemp : yes 22:16:40 Checking for flags -Wl,--as-needed : yes 22:16:40 'configure' finished successfully (0.352s) 22:16:40 'all' finished successfully (0.000s) 22:16:40 'distclean' finished successfully (0.001s) 22:16:40 Setting top to : /tmp/pyinstaller/bootloader 22:16:40 Setting out to : /tmp/pyinstaller/bootloader/build 22:16:40 Python Version : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 22:16:40 Checking for 'gcc' (C compiler) : /usr/bin/gcc 22:16:40 Checking size of pointer : 8 22:16:40 Platform : Linux-64bit detected based on compiler 22:16:40 Checking for flags -m64 : yes 22:16:40 Checking for program '/usr/bin/strip' : /usr/bin/strip 22:16:40 Checking for program 'strip' : /usr/bin/strip 22:16:40 Checking for library dl : yes 22:16:40 Checking for library m : yes 22:16:40 Checking for library z : yes 22:16:40 Checking for function unsetenv : yes 22:16:40 Checking for function mkdtemp : yes 22:16:41 Checking for flags -Wl,--as-needed : yes 22:16:41 'configure' finished successfully (0.313s) 22:16:41 'make_all' finished successfully (0.003s) 22:16:41 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 22:16:41 [ 1/13] Compiling src/pyi_python.c 22:16:41 [ 2/13] Compiling src/pyi_global.c 22:16:41 [ 3/13] Compiling src/main.c 22:16:41 [ 4/13] Compiling src/pyi_archive.c 22:16:41 [ 5/13] Compiling src/pyi_launch.c 22:16:41 [ 6/13] Compiling src/pyi_win32_utils.c 22:16:41 [ 7/13] Compiling src/pyi_main.c 22:16:41 [ 8/13] Compiling src/pyi_pythonlib.c 22:16:41 [ 9/13] Compiling src/pyi_python27_compat.c 22:16:41 [10/13] Compiling src/pyi_utils.c 22:16:41 [11/13] Compiling src/pyi_path.c 22:16:41 [12/13] Linking build/debug/run_d 22:16:41 [13/13] Processing build/debug/run_d 22:16:41 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 22:16:41 'build_debug' finished successfully (0.691s) 22:16:41 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 22:16:41 [ 1/13] Compiling src/pyi_python.c 22:16:41 [ 2/13] Compiling src/pyi_global.c 22:16:41 [ 3/13] Compiling src/main.c 22:16:41 [ 4/13] Compiling src/pyi_archive.c 22:16:41 [ 5/13] Compiling src/pyi_launch.c 22:16:41 [ 6/13] Compiling src/pyi_win32_utils.c 22:16:42 [ 7/13] Compiling src/pyi_main.c 22:16:42 [ 8/13] Compiling src/pyi_pythonlib.c 22:16:42 [ 9/13] Compiling src/pyi_python27_compat.c 22:16:42 [10/13] Compiling src/pyi_utils.c 22:16:42 [11/13] Compiling src/pyi_path.c 22:16:42 [12/13] Linking build/release/run 22:16:42 [13/13] Processing build/release/run 22:16:42 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 22:16:42 'build_release' finished successfully (0.698s) 22:16:42 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 22:16:42 [13/14] Processing build/debug/run_d 22:16:42 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) 22:16:42 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 22:16:42 'install_debug' finished successfully (0.014s) 22:16:42 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 22:16:42 [13/14] Processing build/release/run 22:16:42 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) 22:16:42 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 22:16:42 'install_release' finished successfully (0.012s) 22:16:42 + /code/.tox/py37/bin/pip3 install .. 22:16:42 Processing /tmp/pyinstaller 22:16:42 Installing build dependencies: started 22:16:48 Installing build dependencies: finished with status 'done' 22:16:48 Getting requirements to build wheel: started 22:16:48 Getting requirements to build wheel: finished with status 'done' 22:16:48 Preparing wheel metadata: started 22:16:48 Preparing wheel metadata: finished with status 'done' 22:16:48 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1) 22:16:48 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (44.0.0) 22:16:48 Building wheels for collected packages: PyInstaller 22:16:48 Building wheel for PyInstaller (PEP 517): started 22:16:49 Building wheel for PyInstaller (PEP 517): finished with status 'done' 22:16:49 Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=51088a25df51e767de1506ed6517a388dc65aefeec5870f65f2ef1ba851ac06e 22:16:49 Stored in directory: /tmp/pip-ephem-wheel-cache-ry7byjof/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887 22:16:49 Successfully built PyInstaller 22:16:49 Installing collected packages: PyInstaller 22:16:49 Found existing installation: PyInstaller 3.5 22:16:50 Uninstalling PyInstaller-3.5: 22:16:50 Successfully uninstalled PyInstaller-3.5 22:16:50 Successfully installed PyInstaller-3.5 22:16:50 + cd /code 22:16:50 + rm -Rf /tmp/pyinstaller 22:16:50 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 22:16:50 41 INFO: PyInstaller: 3.5 22:16:50 41 INFO: Python: 3.7.4 22:16:50 44 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with 22:16:50 45 INFO: UPX is not available. 22:16:50 46 INFO: Extending PYTHONPATH with paths 22:16:50 ['/code/bin', '/code'] 22:16:50 46 INFO: checking Analysis 22:16:50 47 INFO: Building Analysis because Analysis-00.toc is non existent 22:16:50 47 INFO: Initializing module dependency graph... 22:16:50 48 INFO: Initializing module graph hooks... 22:16:50 49 INFO: Analyzing base_library.zip ... 22:16:53 2559 INFO: running Analysis Analysis-00.toc 22:16:53 2570 INFO: Caching module hooks... 22:16:53 2574 INFO: Analyzing bin/docker-compose 22:16:53 2661 INFO: Processing pre-find module path hook distutils 22:16:53 2661 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 22:16:53 2847 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 22:16:54 3733 INFO: Processing pre-safe import module hook six.moves 22:16:56 6077 INFO: Loading module hooks... 22:16:56 6077 INFO: Loading module hook "hook-certifi.py"... 22:16:56 6078 INFO: Loading module hook "hook-jsonschema.py"... 22:16:56 6079 INFO: Loading module hook "hook-xml.py"... 22:16:56 6117 INFO: Loading module hook "hook-nacl.py"... 22:16:56 6119 INFO: Loading module hook "hook-distutils.py"... 22:16:56 6120 INFO: Loading module hook "hook-pkg_resources.py"... 22:16:56 6260 INFO: Processing pre-safe import module hook win32com 22:16:57 6453 INFO: Loading module hook "hook-pydoc.py"... 22:16:57 6454 INFO: Loading module hook "hook-sysconfig.py"... 22:16:57 6460 INFO: Loading module hook "hook-encodings.py"... 22:16:57 6498 INFO: Loading module hook "hook-cryptography.py"... 22:16:57 6644 INFO: Looking for ctypes DLLs 22:16:57 Illegal option -p 22:16:57 6672 INFO: Analyzing run-time hooks ... 22:16:57 6680 INFO: Including run-time hook 'pyi_rth_certifi.py' 22:16:57 6681 INFO: Including run-time hook 'pyi_rth_pkgres.py' 22:16:57 6690 INFO: Looking for dynamic libraries 22:16:57 6889 INFO: Looking for eggs 22:16:57 6889 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 22:16:57 6899 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 22:16:57 6950 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 22:16:57 6972 INFO: checking PYZ 22:16:57 6972 INFO: Building PYZ because PYZ-00.toc is non existent 22:16:57 6972 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 22:16:58 7680 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 22:16:58 7690 INFO: checking PKG 22:16:58 7690 INFO: Building PKG because PKG-00.toc is non existent 22:16:58 7690 INFO: Building PKG (CArchive) PKG-00.pkg 22:17:10 18760 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 22:17:10 18763 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 22:17:10 18763 INFO: checking EXE 22:17:10 18764 INFO: Building EXE because EXE-00.toc is non existent 22:17:10 18764 INFO: Building EXE from EXE-00.toc 22:17:10 18764 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 22:17:10 18809 INFO: Building EXE from EXE-00.toc completed successfully. 22:17:10 + ls -la dist/ 22:17:10 total 17124 22:17:10 drwxrwxrwx 2 root root 4096 Jan 6 22:17 . 22:17:10 drwxr-xr-x 1 root root 4096 Jan 6 22:16 .. 22:17:10 -rwxr-xr-x 1 root root 17518640 Jan 6 22:17 docker-compose 22:17:10 + ldd dist/docker-compose 22:17:10  /lib/ld-musl-x86_64.so.1 (0x7f65aa781000) 22:17:10 libz.so.1 => /lib/libz.so.1 (0x7f65aa74b000) 22:17:10 libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f65aa781000) 22:17:10 + mv dist/docker-compose /usr/local/bin 22:17:10 + docker-compose version 22:17:10 docker-compose version 1.26.0dev, build 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:17:10 docker-py version: 4.1.0 22:17:10 CPython version: 3.7.4 22:17:10 OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019 22:17:11 Removing intermediate container b98172cb4a9a 22:17:11 ---> 8b9fb830e9d8 22:17:11 Successfully built 8b9fb830e9d8 22:17:11 Successfully tagged dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] sh 22:17:12 + docker push dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:17:12 The push refers to repository [docker.io/dockerbuildbot/compose] 22:17:12 b55f6cb35a1b: Preparing 22:17:12 880e1b15d5fc: Preparing 22:17:12 f47fd5cfee43: Preparing 22:17:12 fa17fc96cc63: Preparing 22:17:12 2d5c00a94421: Preparing 22:17:12 46de72884d30: Preparing 22:17:12 3b45037faef8: Preparing 22:17:12 5ae51fbe4fa3: Preparing 22:17:12 a100e4a168a4: Preparing 22:17:12 b50bf713b107: Preparing 22:17:12 832cf352b3d0: Preparing 22:17:12 64620144396b: Preparing 22:17:12 e71230281a4a: Preparing 22:17:12 6276460eb2de: Preparing 22:17:12 de1632309f90: Preparing 22:17:12 e01c05f84fdf: Preparing 22:17:12 2a8b7fd42278: Preparing 22:17:12 6a1aa47d6606: Preparing 22:17:12 7b66164940a3: Preparing 22:17:12 c5728f2d608b: Preparing 22:17:12 03901b4a2ea8: Preparing 22:17:12 46de72884d30: Waiting 22:17:12 3b45037faef8: Waiting 22:17:12 5ae51fbe4fa3: Waiting 22:17:12 a100e4a168a4: Waiting 22:17:12 b50bf713b107: Waiting 22:17:12 832cf352b3d0: Waiting 22:17:12 64620144396b: Waiting 22:17:12 e71230281a4a: Waiting 22:17:12 6276460eb2de: Waiting 22:17:12 de1632309f90: Waiting 22:17:12 e01c05f84fdf: Waiting 22:17:12 2a8b7fd42278: Waiting 22:17:12 6a1aa47d6606: Waiting 22:17:12 7b66164940a3: Waiting 22:17:12 c5728f2d608b: Waiting 22:17:12 03901b4a2ea8: Waiting 22:17:12 2d5c00a94421: Layer already exists 22:17:12 46de72884d30: Layer already exists 22:17:12 3b45037faef8: Layer already exists 22:17:12 5ae51fbe4fa3: Layer already exists 22:17:12 a100e4a168a4: Layer already exists 22:17:13 b50bf713b107: Layer already exists 22:17:13 fa17fc96cc63: Pushed 22:17:13 832cf352b3d0: Layer already exists 22:17:14 880e1b15d5fc: Pushed 22:17:14 64620144396b: Layer already exists 22:17:14 e71230281a4a: Layer already exists 22:17:14 6276460eb2de: Layer already exists 22:17:15 de1632309f90: Layer already exists 22:17:15 e01c05f84fdf: Layer already exists 22:17:15 2a8b7fd42278: Layer already exists 22:17:15 6a1aa47d6606: Layer already exists 22:17:15 7b66164940a3: Layer already exists 22:17:15 c5728f2d608b: Layer already exists 22:17:15 03901b4a2ea8: Layer already exists 22:17:21 b55f6cb35a1b: Pushed 22:17:24 f47fd5cfee43: Pushed 22:17:26 alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 size: 4715 [Pipeline] echo 22:17:26 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 22:17:26 + 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 22:17:28 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:17:28 chowning workspace [Pipeline] sh 22:17:28 + uname -m [Pipeline] sh 22:17:28 + pwd 22:17:28 + id -u 22:17:28 + id -g 22:17:28 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 22:17:29 Removing all docker containers [Pipeline] sh 22:17:30 + docker container ls -aq [Pipeline] echo 22:17:30 Docker containers have been removed [Pipeline] echo 22:17:30 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 22:17:30 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image for "debian") [Pipeline] checkout 22:17:30 using credential sf-release-bot.github.ssh 22:17:30 Cloning the remote Git repository 22:17:30 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 22:17:31 Fetching without tags 22:17:32 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) 22:17:32 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 22:17:33 + docker pull dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:17:33 Error response from daemon: manifest for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 not found: manifest unknown: manifest unknown [Pipeline] sh 22:17:33 + script/build/write-git-sha 22:17:33 + GIT_COMMIT=330c1bf6 22:17:33 + docker build -t dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=330c1bf629206e3c5360fb1c99a0fa09fd4178f4 . 22:17:33 Sending build context to Docker daemon 1.881MB 22:17:33 Step 1/32 : ARG DOCKER_VERSION=18.09.7 22:17:33 Step 2/32 : ARG PYTHON_VERSION=3.7.4 22:17:33 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10 22:17:33 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch 22:17:33 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1 22:17:33 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim 22:17:33 Step 7/32 : ARG BUILD_PLATFORM=alpine 22:17:33 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli 22:17:33 ---> 108a4437ed8c 22:17:33 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine 22:17:33 ---> f309434dea3a 22:17:33 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 22:17:33 ---> Using cache 22:17:33 ---> a0fee480894e 22:17:33 Step 11/32 : ENV BUILD_BOOTLOADER=1 22:17:33 ---> Using cache 22:17:33 ---> 89c1439a3f7f 22:17:33 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian 22:17:33 ---> fad2b9f06d3b 22:17:33 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 22:17:33 ---> Using cache 22:17:33 ---> 902b161181da 22:17:33 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build 22:17:33 ---> 902b161181da 22:17:33 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/ 22:17:33 ---> Using cache 22:17:33 ---> a86ba5c1d7d0 22:17:33 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"] 22:17:33 ---> Using cache 22:17:33 ---> 59e898bde5cd 22:17:33 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 22:17:33 ---> Using cache 22:17:33 ---> 05baf0c88330 22:17:33 Step 18/32 : WORKDIR /code/ 22:17:33 ---> Using cache 22:17:33 ---> e37d30adbc7a 22:17:33 Step 19/32 : RUN pip install virtualenv==16.2.0 22:17:33 ---> Using cache 22:17:33 ---> eca006f26015 22:17:33 Step 20/32 : RUN pip install tox==2.9.1 22:17:33 ---> Using cache 22:17:33 ---> 4667f560bee3 22:17:33 Step 21/32 : COPY requirements.txt . 22:17:34 ---> Using cache 22:17:34 ---> 7dd1c36588c7 22:17:34 Step 22/32 : COPY requirements-dev.txt . 22:17:34 ---> Using cache 22:17:34 ---> ee051f700bcc 22:17:34 Step 23/32 : COPY .pre-commit-config.yaml . 22:17:34 ---> Using cache 22:17:34 ---> 953d1a432859 22:17:34 Step 24/32 : COPY tox.ini . 22:17:34 ---> Using cache 22:17:34 ---> b4213f6a8392 22:17:34 Step 25/32 : COPY setup.py . 22:17:34 ---> Using cache 22:17:34 ---> 66f33c91a8b6 22:17:34 Step 26/32 : COPY README.md . 22:17:34 ---> Using cache 22:17:34 ---> 7d2f026431c5 22:17:34 Step 27/32 : COPY compose compose/ 22:17:34 ---> 1f140539e74c 22:17:34 Step 28/32 : RUN tox --notest 22:17:34 ---> Running in 60d875ecbc67 22:17:35 py27 create: /code/.tox/py27 22:17:47 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 22:18:05 py27 develop-inst: /code 22:18:13 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 22:18:13 py37 create: /code/.tox/py37 22:18:23 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 22:18:41 py37 develop-inst: /code 22:18:41 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 22:18:41 pre-commit create: /code/.tox/pre-commit 22:18:53 pre-commit installdeps: pre-commit 22:19:06 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 22:19:06 ___________________________________ summary ____________________________________ 22:19:06 py27: skipped tests 22:19:06 py37: skipped tests 22:19:06 pre-commit: skipped tests 22:19:06 congratulations :) 22:19:08 Removing intermediate container 60d875ecbc67 22:19:08 ---> c977be83273e 22:19:08 Step 29/32 : COPY . . 22:19:08 ---> 70386037de3e 22:19:08 Step 30/32 : ARG GIT_COMMIT=unknown 22:19:08 ---> Running in f029439dba03 22:19:08 Removing intermediate container f029439dba03 22:19:08 ---> 6cc4ee65f790 22:19:08 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 22:19:08 ---> Running in adf1740df742 22:19:09 Removing intermediate container adf1740df742 22:19:09 ---> 436723b01df2 22:19:09 Step 32/32 : RUN script/build/linux-entrypoint 22:19:09 ---> Running in 0c57a723c5fb 22:19:09 + CODE_PATH=/code 22:19:09 + VENV=/code/.tox/py37 22:19:09 + cd /code 22:19:09 + mkdir -p dist 22:19:09 + chmod 777 dist 22:19:09 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 22:19:31 + '[' -z 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 ']' 22:19:31 + echo 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:19:31 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 22:19:31 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 22:19:31 + '[' '!' -z '' ']' 22:19:31 NOT compiling bootloader!!! 22:19:31 + echo 'NOT compiling bootloader!!!' 22:19:31 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 22:19:31 36 INFO: PyInstaller: 3.5 22:19:31 37 INFO: Python: 3.7.4 22:19:31 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11 22:19:31 39 INFO: UPX is not available. 22:19:31 40 INFO: Extending PYTHONPATH with paths 22:19:31 ['/code/bin', '/code'] 22:19:31 40 INFO: checking Analysis 22:19:31 40 INFO: Building Analysis because Analysis-00.toc is non existent 22:19:31 40 INFO: Initializing module dependency graph... 22:19:31 41 INFO: Initializing module graph hooks... 22:19:31 43 INFO: Analyzing base_library.zip ... 22:19:31 2478 INFO: running Analysis Analysis-00.toc 22:19:31 2495 INFO: Caching module hooks... 22:19:31 2499 INFO: Analyzing bin/docker-compose 22:19:31 2581 INFO: Processing pre-find module path hook distutils 22:19:31 2581 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils' 22:19:31 2756 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 22:19:31 3617 INFO: Processing pre-safe import module hook six.moves 22:19:34 5985 INFO: Loading module hooks... 22:19:34 5985 INFO: Loading module hook "hook-certifi.py"... 22:19:34 5986 INFO: Loading module hook "hook-jsonschema.py"... 22:19:34 5988 INFO: Loading module hook "hook-xml.py"... 22:19:34 6027 INFO: Loading module hook "hook-nacl.py"... 22:19:34 6028 INFO: Loading module hook "hook-distutils.py"... 22:19:34 6030 INFO: Loading module hook "hook-pkg_resources.py"... 22:19:34 6210 INFO: Processing pre-safe import module hook win32com 22:19:34 6371 INFO: Loading module hook "hook-pydoc.py"... 22:19:34 6371 INFO: Loading module hook "hook-sysconfig.py"... 22:19:34 6377 INFO: Loading module hook "hook-encodings.py"... 22:19:34 6416 INFO: Loading module hook "hook-cryptography.py"... 22:19:34 6574 INFO: Looking for ctypes DLLs 22:19:34 6603 INFO: Analyzing run-time hooks ... 22:19:34 6611 INFO: Including run-time hook 'pyi_rth_certifi.py' 22:19:34 6613 INFO: Including run-time hook 'pyi_rth_pkgres.py' 22:19:34 6622 INFO: Looking for dynamic libraries 22:19:35 7155 INFO: Looking for eggs 22:19:35 7155 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 22:19:35 7165 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 22:19:35 7216 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 22:19:35 7238 INFO: checking PYZ 22:19:35 7238 INFO: Building PYZ because PYZ-00.toc is non existent 22:19:35 7238 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 22:19:36 7926 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 22:19:36 7937 INFO: checking PKG 22:19:36 7937 INFO: Building PKG because PKG-00.toc is non existent 22:19:36 7937 INFO: Building PKG (CArchive) PKG-00.pkg 22:19:46 17712 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 22:19:46 17715 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 22:19:46 17715 INFO: checking EXE 22:19:46 17716 INFO: Building EXE because EXE-00.toc is non existent 22:19:46 17716 INFO: Building EXE from EXE-00.toc 22:19:46 17716 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 22:19:46 17764 INFO: Building EXE from EXE-00.toc completed successfully. 22:19:46 + ls -la dist/ 22:19:46 total 16652 22:19:46 drwxrwxrwx 2 root root 4096 Jan 6 22:19 . 22:19:46 drwxr-xr-x 1 root root 4096 Jan 6 22:19 .. 22:19:46 -rwxr-xr-x 1 root root 17038528 Jan 6 22:19 docker-compose 22:19:46 + ldd dist/docker-compose 22:19:46  linux-vdso.so.1 (0x00007ffff2b75000) 22:19:46 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff69aa30000) 22:19:46 libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff69a816000) 22:19:46 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff69a477000) 22:19:46 /lib64/ld-linux-x86-64.so.2 (0x00007ff69ac34000) 22:19:46 + mv dist/docker-compose /usr/local/bin 22:19:46 + docker-compose version 22:19:46 docker-compose version 1.26.0dev, build 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:19:46 docker-py version: 4.1.0 22:19:46 CPython version: 3.7.4 22:19:46 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 22:19:47 Removing intermediate container 0c57a723c5fb 22:19:47 ---> 8af9ffed52c5 22:19:47 Successfully built 8af9ffed52c5 22:19:47 Successfully tagged dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 [Pipeline] sh 22:19:48 + docker push dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:19:48 The push refers to repository [docker.io/dockerbuildbot/compose] 22:19:48 beaf0cbf53d9: Preparing 22:19:48 ce021c39bbd7: Preparing 22:19:48 d7761a45ed9a: Preparing 22:19:48 c2f04a6996aa: Preparing 22:19:48 64671eda4202: Preparing 22:19:48 2fb89640095b: Preparing 22:19:48 42a806b4c57b: Preparing 22:19:48 22597d05d650: Preparing 22:19:48 9ee76474307a: Preparing 22:19:48 9d7fecdc47c2: Preparing 22:19:48 cb159002febb: Preparing 22:19:48 710bba8c651b: Preparing 22:19:48 f374439ecf0c: Preparing 22:19:48 dacc9462ba40: Preparing 22:19:48 1fda847fab83: Preparing 22:19:48 088636749b2f: Preparing 22:19:48 99a2e7cd1f0d: Preparing 22:19:48 a8f0218d77da: Preparing 22:19:48 b3edacbcd846: Preparing 22:19:48 896510bee743: Preparing 22:19:48 67ecfc9591c8: Preparing 22:19:48 2fb89640095b: Waiting 22:19:48 42a806b4c57b: Waiting 22:19:48 22597d05d650: Waiting 22:19:48 9ee76474307a: Waiting 22:19:48 9d7fecdc47c2: Waiting 22:19:48 cb159002febb: Waiting 22:19:48 710bba8c651b: Waiting 22:19:48 f374439ecf0c: Waiting 22:19:48 dacc9462ba40: Waiting 22:19:48 1fda847fab83: Waiting 22:19:48 088636749b2f: Waiting 22:19:48 99a2e7cd1f0d: Waiting 22:19:48 a8f0218d77da: Waiting 22:19:48 b3edacbcd846: Waiting 22:19:48 896510bee743: Waiting 22:19:48 67ecfc9591c8: Waiting 22:19:48 64671eda4202: Layer already exists 22:19:48 2fb89640095b: Layer already exists 22:19:48 42a806b4c57b: Layer already exists 22:19:48 22597d05d650: Layer already exists 22:19:48 9ee76474307a: Layer already exists 22:19:48 9d7fecdc47c2: Layer already exists 22:19:48 cb159002febb: Layer already exists 22:19:49 710bba8c651b: Layer already exists 22:19:49 f374439ecf0c: Layer already exists 22:19:50 dacc9462ba40: Layer already exists 22:19:50 c2f04a6996aa: Pushed 22:19:50 ce021c39bbd7: Pushed 22:19:50 1fda847fab83: Layer already exists 22:19:51 088636749b2f: Layer already exists 22:19:51 99a2e7cd1f0d: Layer already exists 22:19:51 a8f0218d77da: Layer already exists 22:19:51 b3edacbcd846: Layer already exists 22:19:51 896510bee743: Layer already exists 22:19:51 67ecfc9591c8: Layer already exists 22:19:58 d7761a45ed9a: Pushed 22:20:00 beaf0cbf53d9: Pushed 22:20:01 debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed size: 4718 [Pipeline] echo 22:20:01 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 22:20:02 + 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 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] echo 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 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 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 chowning workspace [Pipeline] sh [Pipeline] echo 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 chowning workspace [Pipeline] sh [Pipeline] echo 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 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 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 chowning workspace [Pipeline] sh [Pipeline] echo 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 chowning workspace [Pipeline] sh [Pipeline] echo 22:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 22:20:04 chowning workspace [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + uname -m [Pipeline] sh 22:20:04 + pwd 22:20:04 + id -u 22:20:04 + id -g 22:20:04 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:04 + pwd 22:20:04 + id -u 22:20:04 + id -g 22:20:04 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:05 + pwd 22:20:05 + id -u 22:20:05 + id -g 22:20:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:05 + pwd 22:20:05 + id -u 22:20:05 + id -g 22:20:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:05 + pwd 22:20:05 + id -u 22:20:05 + id -g 22:20:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:05 + pwd 22:20:05 + id -u 22:20:05 + id -g 22:20:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:05 + pwd 22:20:05 + id -u 22:20:05 + id -g 22:20:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace 22:20:05 + pwd 22:20:05 + id -u 22:20:05 + id -g 22:20:05 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7124:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 22:20:05 Removing all docker containers [Pipeline] sh [Pipeline] echo 22:20:05 Removing all docker containers [Pipeline] sh [Pipeline] echo 22:20:05 Removing all docker containers [Pipeline] sh [Pipeline] echo 22:20:05 Removing all docker containers [Pipeline] sh [Pipeline] echo 22:20:06 Removing all docker containers [Pipeline] sh [Pipeline] echo 22:20:06 Removing all docker containers [Pipeline] sh [Pipeline] echo 22:20:06 Removing all docker containers [Pipeline] sh 22:20:06 + docker container ls -aq [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 22:20:06 + docker container ls -aq 22:20:06 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian) [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir 22:20:06 + docker container ls -aq [Pipeline] checkout [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir 22:20:06 using credential sf-release-bot.github.ssh [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. 22:20:06 + docker container ls -aq [Pipeline] stage [Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine) 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=alpine) 22:20:06 using credential sf-release-bot.github.ssh 22:20:06 + docker container ls -aq 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine) [Pipeline] checkout [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. 22:20:06 using credential sf-release-bot.github.ssh [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5 / baseImage=alpine) 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags [Pipeline] checkout 22:20:06 using credential sf-release-bot.github.ssh 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags 22:20:06 using credential sf-release-bot.github.ssh 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags 22:20:06 + docker container ls -aq [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir 22:20:06 + docker container ls -aq [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian) [Pipeline] checkout 22:20:06 using credential sf-release-bot.github.ssh [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py27 / docker=19.03.5 / baseImage=debian) 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] echo 22:20:06 Removing all docker containers [Pipeline] sh 22:20:06 using credential sf-release-bot.github.ssh 22:20:06 Cloning the remote Git repository 22:20:06 Cloning with configured refspecs honoured and without tags 22:20:06 + docker container ls -aq [Pipeline] echo 22:20:06 Docker containers have been removed [Pipeline] echo 22:20:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 22:20:06 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py37 / docker=19.03.5 / baseImage=debian) [Pipeline] checkout 22:20:06 using credential sf-release-bot.github.ssh 22:20:06 Cloning the remote Git repository 22:20:06 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 22:20:07 Fetching without tags 22:20:07 Fetching without tags 22:20:07 Fetching without tags 22:20:07 Fetching without tags 22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) 22:20:08 Fetching without tags 22:20:08 Fetching without tags 22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) 22:20:08 Fetching without tags 22:20:08 Commit message: "Use empty list" 22:20:08 Commit message: "Use empty list" 22:20:08 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 22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) 22:20:08 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 22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) 22:20:08 Commit message: "Use empty list" 22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) > git config core.sparsecheckout # timeout=10 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:08 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 22:20:08 Commit message: "Use empty list" 22:20:08 Commit message: "Use empty list" 22:20:08 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 22:20:08 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 22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124) 22:20:08 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 22:20:09 + docker info 22:20:09 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:09 + docker info 22:20:09 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:09 WARNING: No swap limit support [Pipeline] echo 22:20:09 Using local system's storage driver: [Pipeline] sh 22:20:09 + docker info 22:20:09 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:09 WARNING: No swap limit support [Pipeline] echo 22:20:09 Using local system's storage driver: [Pipeline] sh 22:20:09 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:09 + docker info 22:20:09 WARNING: No swap limit support [Pipeline] echo 22:20:09 Using local system's storage driver: [Pipeline] sh 22:20:09 + docker info 22:20:09 + awk -F : $1 == "Storage Driver" { print $2; exit } [Pipeline] sh 22:20:09 + docker info 22:20:09 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:09 WARNING: No swap limit support [Pipeline] echo 22:20:09 Using local system's storage driver: [Pipeline] sh 22:20:09 WARNING: No swap limit support [Pipeline] echo 22:20:09 Using local system's storage driver: [Pipeline] sh 22:20:09 + pwd 22:20:09 + 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 22:20:09 Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:09 alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:09 9d48c3bd43c5: Already exists 22:20:09 c0ea575d71b9: Already exists 22:20:09 0f535eceebd5: Already exists 22:20:09 8a30f5893bea: Already exists 22:20:09 287089fe229e: Already exists 22:20:09 32bc94da756c: Already exists 22:20:09 c91454e2e140: Already exists 22:20:09 e1bb0e941546: Already exists 22:20:09 8e67e3b30c27: Already exists 22:20:09 798cb077d89c: Already exists 22:20:09 ba487fcc01e6: Already exists 22:20:09 1e9a2cb217c2: Already exists 22:20:09 628dcc8dac65: Already exists 22:20:09 6c37034b156f: Already exists 22:20:09 69476245b716: Already exists 22:20:09 5a5bc6b9f540: Already exists 22:20:10 + pwd 22:20:10 + 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 22:20:10 Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:10 debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:10 80369df48736: Already exists 22:20:10 aaba0609d543: Already exists 22:20:10 33536ac8210e: Already exists 22:20:10 35aa8bff600e: Already exists 22:20:10 6e4c9666aa4e: Already exists 22:20:10 d5d20a4e4635: Already exists 22:20:10 fbdecde7ee84: Already exists 22:20:10 f11b412467d8: Already exists 22:20:10 2ba40f10745a: Already exists 22:20:10 9949c1f346ad: Already exists 22:20:10 a8745d98d7f6: Already exists 22:20:10 08518b484190: Already exists 22:20:10 33777328aae9: Already exists 22:20:10 36ec084242de: Already exists 22:20:10 a91d34c46780: Already exists 22:20:10 068781cc0c97: Already exists 22:20:10 09580887c122: Already exists 22:20:10 b1d9ab9c9d0a: Pulling fs layer 22:20:10 170f1134ff2f: Pulling fs layer 22:20:10 aa059c40b96c: Pulling fs layer 22:20:10 e2f2ac1d7fbc: Pulling fs layer 22:20:10 e2f2ac1d7fbc: Waiting 22:20:10 WARNING: No swap limit support 22:20:10 + pwd 22:20:10 + 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 22:20:10 Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:10 debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:10 80369df48736: Already exists 22:20:10 aaba0609d543: Already exists 22:20:10 33536ac8210e: Already exists 22:20:10 35aa8bff600e: Already exists 22:20:10 6e4c9666aa4e: Already exists 22:20:10 d5d20a4e4635: Already exists 22:20:10 fbdecde7ee84: Already exists 22:20:10 f11b412467d8: Already exists 22:20:10 2ba40f10745a: Already exists 22:20:10 9949c1f346ad: Already exists 22:20:10 a8745d98d7f6: Already exists 22:20:10 08518b484190: Already exists 22:20:10 33777328aae9: Already exists 22:20:10 36ec084242de: Already exists 22:20:10 a91d34c46780: Already exists 22:20:10 068781cc0c97: Already exists 22:20:10 09580887c122: Already exists 22:20:10 b1d9ab9c9d0a: Pulling fs layer 22:20:10 170f1134ff2f: Pulling fs layer 22:20:10 aa059c40b96c: Pulling fs layer 22:20:10 e2f2ac1d7fbc: Pulling fs layer 22:20:10 e2f2ac1d7fbc: Waiting 22:20:10 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:10 + docker info 22:20:10 WARNING: No swap limit support [Pipeline] echo 22:20:10 Using local system's storage driver: [Pipeline] sh [Pipeline] echo 22:20:10 Using local system's storage driver: [Pipeline] sh 22:20:10 + pwd 22:20:10 + 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 22:20:10 Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:10 debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:10 80369df48736: Already exists 22:20:10 aaba0609d543: Already exists 22:20:10 33536ac8210e: Already exists 22:20:10 35aa8bff600e: Already exists 22:20:10 6e4c9666aa4e: Already exists 22:20:10 d5d20a4e4635: Already exists 22:20:10 fbdecde7ee84: Already exists 22:20:10 f11b412467d8: Already exists 22:20:10 2ba40f10745a: Already exists 22:20:10 9949c1f346ad: Already exists 22:20:10 a8745d98d7f6: Already exists 22:20:10 08518b484190: Already exists 22:20:10 e8c1609d58d3: Already exists 22:20:10 1816cfab3b5c: Pulling fs layer 22:20:10 cfb6a5cf84f4: Pulling fs layer 22:20:10 aa8197b3d5c5: Pulling fs layer 22:20:10 3865cce4a098: Pulling fs layer 22:20:10 3865cce4a098: Waiting 22:20:10 aa8197b3d5c5: Verifying Checksum 22:20:10 aa8197b3d5c5: Download complete 22:20:10 1816cfab3b5c: Verifying Checksum 22:20:10 1816cfab3b5c: Download complete 22:20:10 b1d9ab9c9d0a: Download complete 22:20:10 aa059c40b96c: Verifying Checksum 22:20:10 aa059c40b96c: Download complete 22:20:10 b1d9ab9c9d0a: Verifying Checksum 22:20:10 b1d9ab9c9d0a: Download complete 22:20:10 aa059c40b96c: Verifying Checksum 22:20:10 aa059c40b96c: Download complete 22:20:10 b1d9ab9c9d0a: Pull complete 22:20:10 + pwd 22:20:10 + 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 22:20:10 Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:10 alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:10 9d48c3bd43c5: Already exists 22:20:10 c0ea575d71b9: Already exists 22:20:10 0f535eceebd5: Already exists 22:20:10 8a30f5893bea: Already exists 22:20:10 287089fe229e: Already exists 22:20:10 32bc94da756c: Already exists 22:20:10 c91454e2e140: Already exists 22:20:10 e1bb0e941546: Already exists 22:20:10 8e67e3b30c27: Already exists 22:20:10 798cb077d89c: Already exists 22:20:10 ba487fcc01e6: Already exists 22:20:10 1e9a2cb217c2: Already exists 22:20:10 628dcc8dac65: Already exists 22:20:10 6c37034b156f: Already exists 22:20:10 69476245b716: Already exists 22:20:10 5a5bc6b9f540: Already exists 22:20:10 e8c1609d58d3: Already exists 22:20:10 1816cfab3b5c: Pulling fs layer 22:20:10 cfb6a5cf84f4: Pulling fs layer 22:20:10 aa8197b3d5c5: Pulling fs layer 22:20:10 3865cce4a098: Pulling fs layer 22:20:10 3865cce4a098: Waiting 22:20:10 + pwd 22:20:10 + 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 22:20:10 Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:10 alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:10 9d48c3bd43c5: Already exists 22:20:10 c0ea575d71b9: Already exists 22:20:10 0f535eceebd5: Already exists 22:20:10 8a30f5893bea: Already exists 22:20:10 287089fe229e: Already exists 22:20:10 32bc94da756c: Already exists 22:20:10 c91454e2e140: Already exists 22:20:10 e1bb0e941546: Already exists 22:20:10 8e67e3b30c27: Already exists 22:20:10 798cb077d89c: Already exists 22:20:10 ba487fcc01e6: Already exists 22:20:10 1e9a2cb217c2: Already exists 22:20:10 628dcc8dac65: Already exists 22:20:10 6c37034b156f: Already exists 22:20:10 69476245b716: Already exists 22:20:10 5a5bc6b9f540: Already exists 22:20:10 e8c1609d58d3: Already exists 22:20:10 1816cfab3b5c: Pulling fs layer 22:20:10 cfb6a5cf84f4: Pulling fs layer 22:20:10 aa8197b3d5c5: Pulling fs layer 22:20:10 3865cce4a098: Pulling fs layer 22:20:10 3865cce4a098: Waiting 22:20:10 + pwd 22:20:10 + 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 22:20:10 Unable to find image 'dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:10 alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:10 9d48c3bd43c5: Already exists 22:20:10 c0ea575d71b9: Already exists 22:20:10 0f535eceebd5: Already exists 22:20:10 8a30f5893bea: Already exists 22:20:10 287089fe229e: Already exists 22:20:10 32bc94da756c: Already exists 22:20:10 c91454e2e140: Already exists 22:20:10 e1bb0e941546: Already exists 22:20:10 8e67e3b30c27: Already exists 22:20:10 798cb077d89c: Already exists 22:20:10 ba487fcc01e6: Already exists 22:20:10 1e9a2cb217c2: Already exists 22:20:10 628dcc8dac65: Already exists 22:20:10 6c37034b156f: Already exists 22:20:10 69476245b716: Already exists 22:20:10 33777328aae9: Already exists 22:20:10 36ec084242de: Already exists 22:20:10 a91d34c46780: Already exists 22:20:10 068781cc0c97: Already exists 22:20:10 09580887c122: Already exists 22:20:10 b1d9ab9c9d0a: Pulling fs layer 22:20:10 170f1134ff2f: Pulling fs layer 22:20:10 aa059c40b96c: Pulling fs layer 22:20:10 e2f2ac1d7fbc: Pulling fs layer 22:20:10 e2f2ac1d7fbc: Waiting 22:20:10 aa059c40b96c: Download complete 22:20:10 b1d9ab9c9d0a: Verifying Checksum 22:20:10 b1d9ab9c9d0a: Download complete 22:20:10 1816cfab3b5c: Pull complete 22:20:10 b1d9ab9c9d0a: Pull complete 22:20:10 1816cfab3b5c: Verifying Checksum 22:20:10 1816cfab3b5c: Download complete 22:20:10 aa8197b3d5c5: Verifying Checksum 22:20:10 aa8197b3d5c5: Download complete 22:20:10 aa8197b3d5c5: Download complete 22:20:10 1816cfab3b5c: Download complete 22:20:10 5a5bc6b9f540: Already exists 22:20:10 e8c1609d58d3: Already exists 22:20:10 1816cfab3b5c: Pulling fs layer 22:20:10 cfb6a5cf84f4: Pulling fs layer 22:20:10 aa8197b3d5c5: Pulling fs layer 22:20:10 3865cce4a098: Pulling fs layer 22:20:10 3865cce4a098: Waiting 22:20:10 1816cfab3b5c: Verifying Checksum 22:20:10 1816cfab3b5c: Download complete 22:20:10 aa8197b3d5c5: Verifying Checksum 22:20:10 aa8197b3d5c5: Download complete 22:20:10 b1d9ab9c9d0a: Pull complete 22:20:10 3865cce4a098: Verifying Checksum 22:20:10 3865cce4a098: Download complete 22:20:10 cfb6a5cf84f4: Verifying Checksum 22:20:10 cfb6a5cf84f4: Download complete 22:20:10 170f1134ff2f: Verifying Checksum 22:20:10 170f1134ff2f: Download complete 22:20:10 e2f2ac1d7fbc: Verifying Checksum 22:20:10 e2f2ac1d7fbc: Download complete 22:20:10 1816cfab3b5c: Pull complete 22:20:10 170f1134ff2f: Verifying Checksum 22:20:10 170f1134ff2f: Download complete 22:20:10 e2f2ac1d7fbc: Verifying Checksum 22:20:10 e2f2ac1d7fbc: Download complete 22:20:10 1816cfab3b5c: Pull complete 22:20:10 1816cfab3b5c: Pull complete 22:20:10 e2f2ac1d7fbc: Verifying Checksum 22:20:10 e2f2ac1d7fbc: Download complete 22:20:10 170f1134ff2f: Verifying Checksum 22:20:10 170f1134ff2f: Download complete 22:20:11 cfb6a5cf84f4: Verifying Checksum 22:20:11 cfb6a5cf84f4: Download complete 22:20:11 3865cce4a098: Verifying Checksum 22:20:11 3865cce4a098: Download complete 22:20:11 cfb6a5cf84f4: Verifying Checksum 22:20:11 cfb6a5cf84f4: Download complete 22:20:11 3865cce4a098: Verifying Checksum 22:20:11 3865cce4a098: Download complete 22:20:11 cfb6a5cf84f4: Verifying Checksum 22:20:11 cfb6a5cf84f4: Download complete 22:20:11 3865cce4a098: Verifying Checksum 22:20:11 3865cce4a098: Download complete [Pipeline] sh 22:20:12 + docker info 22:20:12 + awk -F : $1 == "Storage Driver" { print $2; exit } 22:20:12 WARNING: No swap limit support [Pipeline] echo 22:20:12 Using local system's storage driver: [Pipeline] sh 22:20:12 + pwd 22:20:12 + 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 22:20:12 Unable to find image 'dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4' locally 22:20:12 debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4: Pulling from dockerbuildbot/compose 22:20:12 80369df48736: Already exists 22:20:12 aaba0609d543: Already exists 22:20:12 33536ac8210e: Already exists 22:20:12 35aa8bff600e: Already exists 22:20:12 6e4c9666aa4e: Already exists 22:20:12 cfb6a5cf84f4: Pull complete 22:20:13 d5d20a4e4635: Already exists 22:20:13 fbdecde7ee84: Already exists 22:20:13 f11b412467d8: Already exists 22:20:13 2ba40f10745a: Already exists 22:20:13 9949c1f346ad: Already exists 22:20:13 a8745d98d7f6: Already exists 22:20:13 08518b484190: Already exists 22:20:13 33777328aae9: Already exists 22:20:13 36ec084242de: Already exists 22:20:13 a91d34c46780: Already exists 22:20:13 068781cc0c97: Already exists 22:20:13 09580887c122: Already exists 22:20:13 b1d9ab9c9d0a: Pulling fs layer 22:20:13 170f1134ff2f: Pulling fs layer 22:20:13 aa059c40b96c: Pulling fs layer 22:20:13 e2f2ac1d7fbc: Pulling fs layer 22:20:13 e2f2ac1d7fbc: Waiting 22:20:13 aa059c40b96c: Verifying Checksum 22:20:13 aa059c40b96c: Download complete 22:20:13 b1d9ab9c9d0a: Verifying Checksum 22:20:13 b1d9ab9c9d0a: Download complete 22:20:13 aa8197b3d5c5: Pull complete 22:20:13 cfb6a5cf84f4: Pull complete 22:20:13 aa8197b3d5c5: Pull complete 22:20:13 170f1134ff2f: Pull complete 22:20:13 aa059c40b96c: Pull complete 22:20:13 170f1134ff2f: Pull complete 22:20:13 aa059c40b96c: Pull complete 22:20:13 b1d9ab9c9d0a: Pull complete 22:20:13 170f1134ff2f: Pull complete 22:20:13 aa059c40b96c: Pull complete 22:20:13 cfb6a5cf84f4: Pull complete 22:20:13 aa8197b3d5c5: Pull complete 22:20:13 cfb6a5cf84f4: Pull complete 22:20:13 aa8197b3d5c5: Pull complete 22:20:13 170f1134ff2f: Verifying Checksum 22:20:13 170f1134ff2f: Download complete 22:20:13 3865cce4a098: Pull complete 22:20:13 Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 22:20:13 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:13 e2f2ac1d7fbc: Pull complete 22:20:13 Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed 22:20:13 Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:13 3865cce4a098: Pull complete 22:20:13 Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 22:20:13 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:14 e2f2ac1d7fbc: Pull complete 22:20:14 Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed 22:20:14 Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:14 e2f2ac1d7fbc: Pull complete 22:20:14 Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed 22:20:14 Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:14 3865cce4a098: Pull complete 22:20:14 Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 22:20:14 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:14 3865cce4a098: Pull complete 22:20:14 Digest: sha256:6d205afc5746ca2a53a312d729b282cd6040e8c15bbc7ec1891d334415b77ba9 22:20:14 Status: Downloaded newer image for dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:14 e2f2ac1d7fbc: Verifying Checksum 22:20:14 e2f2ac1d7fbc: Download complete 22:20:14 + docker version 22:20:14 Client: Docker Engine - Community 22:20:14 Version: 18.09.7 22:20:14 API version: 1.39 22:20:14 Go version: go1.10.8 22:20:14 Git commit: 2d0083d 22:20:14 Built: Thu Jun 27 17:54:15 2019 22:20:14 OS/Arch: linux/amd64 22:20:14 Experimental: false 22:20:14 22:20:14 Server: Docker Engine - Community 22:20:14 Engine: 22:20:14 Version: 19.03.2 22:20:14 API version: 1.40 (minimum version 1.12) 22:20:14 Go version: go1.12.8 22:20:14 Git commit: 6a30dfc 22:20:14 Built: Thu Aug 29 05:27:45 2019 22:20:14 OS/Arch: linux/amd64 22:20:14 Experimental: true 22:20:14 containerd: 22:20:14 Version: 1.2.6 22:20:14 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:14 runc: 22:20:14 Version: 1.0.0-rc8 22:20:14 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:14 docker-init: 22:20:14 Version: 0.18.0 22:20:14 GitCommit: fec3683 22:20:14 + export DOCKER_VERSIONS=19.03.5 22:20:14 + DOCKER_VERSIONS=19.03.5 22:20:14 + STORAGE_DRIVER=overlay 22:20:14 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:14 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:14 ++ hostname 22:20:14 + GIT_VOLUME=--volumes-from=cf5d7b34478d 22:20:14 + . script/test/all 22:20:14 ++ set -e 22:20:14 ++ echo 'Running lint checks' 22:20:14 Running lint checks 22:20:14 ++ docker run --rm --tty --volumes-from=cf5d7b34478d dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:15 + docker version 22:20:15 Client: Docker Engine - Community 22:20:15 Version: 18.09.7 22:20:15 API version: 1.39 22:20:15 Go version: go1.10.8 22:20:15 Git commit: 2d0083d 22:20:15 Built: Thu Jun 27 17:54:15 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: false 22:20:15 22:20:15 Server: Docker Engine - Community 22:20:15 Engine: 22:20:15 Version: 19.03.2 22:20:15 API version: 1.40 (minimum version 1.12) 22:20:15 Go version: go1.12.8 22:20:15 Git commit: 6a30dfc 22:20:15 Built: Thu Aug 29 05:27:45 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: true 22:20:15 containerd: 22:20:15 Version: 1.2.6 22:20:15 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:15 runc: 22:20:15 Version: 1.0.0-rc8 22:20:15 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:15 docker-init: 22:20:15 Version: 0.18.0 22:20:15 GitCommit: fec3683 22:20:15 + export DOCKER_VERSIONS=19.03.5 22:20:15 + DOCKER_VERSIONS=19.03.5 22:20:15 + STORAGE_DRIVER=overlay 22:20:15 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 ++ hostname 22:20:15 + GIT_VOLUME=--volumes-from=20b221ef5f37 22:20:15 + . script/test/all 22:20:15 ++ set -e 22:20:15 ++ echo 'Running lint checks' 22:20:15 Running lint checks 22:20:15 ++ docker run --rm --tty --volumes-from=20b221ef5f37 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:15 + docker version 22:20:15 Client: Docker Engine - Community 22:20:15 Version: 18.09.7 22:20:15 API version: 1.39 22:20:15 Go version: go1.10.8 22:20:15 Git commit: 2d0083d 22:20:15 Built: Thu Jun 27 17:54:15 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: false 22:20:15 22:20:15 Server: Docker Engine - Community 22:20:15 Engine: 22:20:15 Version: 19.03.2 22:20:15 API version: 1.40 (minimum version 1.12) 22:20:15 Go version: go1.12.8 22:20:15 Git commit: 6a30dfc 22:20:15 Built: Thu Aug 29 05:27:45 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: true 22:20:15 containerd: 22:20:15 Version: 1.2.6 22:20:15 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:15 runc: 22:20:15 Version: 1.0.0-rc8 22:20:15 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:15 docker-init: 22:20:15 Version: 0.18.0 22:20:15 GitCommit: fec3683 22:20:15 + export DOCKER_VERSIONS=18.09.9 22:20:15 + DOCKER_VERSIONS=18.09.9 22:20:15 + STORAGE_DRIVER=overlay 22:20:15 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 ++ hostname 22:20:15 + GIT_VOLUME=--volumes-from=b3bf0082e734 22:20:15 + . script/test/all 22:20:15 ++ set -e 22:20:15 ++ echo 'Running lint checks' 22:20:15 Running lint checks 22:20:15 ++ docker run --rm --tty --volumes-from=b3bf0082e734 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:15 + docker version 22:20:15 Client: Docker Engine - Community 22:20:15 Version: 18.09.7 22:20:15 API version: 1.39 22:20:15 Go version: go1.10.8 22:20:15 Git commit: 2d0083d 22:20:15 Built: Thu Jun 27 17:54:15 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: false 22:20:15 22:20:15 Server: Docker Engine - Community 22:20:15 Engine: 22:20:15 Version: 19.03.2 22:20:15 API version: 1.40 (minimum version 1.12) 22:20:15 Go version: go1.12.8 22:20:15 Git commit: 6a30dfc 22:20:15 Built: Thu Aug 29 05:27:45 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: true 22:20:15 containerd: 22:20:15 Version: 1.2.6 22:20:15 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:15 runc: 22:20:15 Version: 1.0.0-rc8 22:20:15 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:15 docker-init: 22:20:15 Version: 0.18.0 22:20:15 GitCommit: fec3683 22:20:15 + export DOCKER_VERSIONS=18.09.9 22:20:15 + DOCKER_VERSIONS=18.09.9 22:20:15 + STORAGE_DRIVER=overlay 22:20:15 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 ++ hostname 22:20:15 + GIT_VOLUME=--volumes-from=9ca940248318 22:20:15 + . script/test/all 22:20:15 ++ set -e 22:20:15 ++ echo 'Running lint checks' 22:20:15 Running lint checks 22:20:15 ++ docker run --rm --tty --volumes-from=9ca940248318 dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:15 + docker version 22:20:15 Client: Docker Engine - Community 22:20:15 Version: 18.09.7 22:20:15 API version: 1.39 22:20:15 Go version: go1.10.8 22:20:15 Git commit: 2d0083d 22:20:15 Built: Thu Jun 27 17:54:15 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: false 22:20:15 22:20:15 Server: Docker Engine - Community 22:20:15 Engine: 22:20:15 Version: 19.03.2 22:20:15 API version: 1.40 (minimum version 1.12) 22:20:15 Go version: go1.12.8 22:20:15 Git commit: 6a30dfc 22:20:15 Built: Thu Aug 29 05:27:45 2019 22:20:15 OS/Arch: linux/amd64 22:20:15 Experimental: true 22:20:15 containerd: 22:20:15 Version: 1.2.6 22:20:15 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:15 runc: 22:20:15 Version: 1.0.0-rc8 22:20:15 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:15 docker-init: 22:20:15 Version: 0.18.0 22:20:15 GitCommit: fec3683 22:20:15 + export DOCKER_VERSIONS=18.09.9 22:20:15 + DOCKER_VERSIONS=18.09.9 22:20:15 + STORAGE_DRIVER=overlay 22:20:15 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:15 ++ hostname 22:20:15 + GIT_VOLUME=--volumes-from=c3e986d4cc3b 22:20:15 + . script/test/all 22:20:15 ++ set -e 22:20:15 ++ echo 'Running lint checks' 22:20:15 Running lint checks 22:20:15 ++ docker run --rm --tty --volumes-from=c3e986d4cc3b dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:15 + docker version 22:20:16 170f1134ff2f: Pull complete 22:20:16 Client: Docker Engine - Community 22:20:16 Version: 18.09.7 22:20:16 API version: 1.39 22:20:16 Go version: go1.10.8 22:20:16 Git commit: 2d0083d 22:20:16 Built: Thu Jun 27 17:54:15 2019 22:20:16 OS/Arch: linux/amd64 22:20:16 Experimental: false 22:20:16 22:20:16 Server: Docker Engine - Community 22:20:16 Engine: 22:20:16 Version: 19.03.2 22:20:16 API version: 1.40 (minimum version 1.12) 22:20:16 Go version: go1.12.8 22:20:16 Git commit: 6a30dfc 22:20:16 Built: Thu Aug 29 05:27:45 2019 22:20:16 OS/Arch: linux/amd64 22:20:16 Experimental: true 22:20:16 containerd: 22:20:16 Version: 1.2.6 22:20:16 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:16 runc: 22:20:16 Version: 1.0.0-rc8 22:20:16 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:16 docker-init: 22:20:16 Version: 0.18.0 22:20:16 GitCommit: fec3683 22:20:16 + export DOCKER_VERSIONS=18.09.9 22:20:16 + DOCKER_VERSIONS=18.09.9 22:20:16 + STORAGE_DRIVER=overlay 22:20:16 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:16 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:16 ++ hostname 22:20:16 + GIT_VOLUME=--volumes-from=cbbaec81918a 22:20:16 + . script/test/all 22:20:16 ++ set -e 22:20:16 ++ echo 'Running lint checks' 22:20:16 Running lint checks 22:20:16 ++ docker run --rm --tty --volumes-from=cbbaec81918a dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:16 + docker version 22:20:16 Client: Docker Engine - Community 22:20:16 Version: 18.09.7 22:20:16 API version: 1.39 22:20:16 Go version: go1.10.8 22:20:16 Git commit: 2d0083d 22:20:16 Built: Thu Jun 27 17:54:15 2019 22:20:16 OS/Arch: linux/amd64 22:20:16 Experimental: false 22:20:16 22:20:16 Server: Docker Engine - Community 22:20:16 Engine: 22:20:16 Version: 19.03.2 22:20:16 API version: 1.40 (minimum version 1.12) 22:20:16 Go version: go1.12.8 22:20:16 Git commit: 6a30dfc 22:20:16 Built: Thu Aug 29 05:27:45 2019 22:20:16 OS/Arch: linux/amd64 22:20:16 Experimental: true 22:20:16 containerd: 22:20:16 Version: 1.2.6 22:20:16 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:16 runc: 22:20:16 Version: 1.0.0-rc8 22:20:16 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:16 docker-init: 22:20:16 Version: 0.18.0 22:20:16 GitCommit: fec3683 22:20:16 + export DOCKER_VERSIONS=19.03.5 22:20:16 + DOCKER_VERSIONS=19.03.5 22:20:16 + STORAGE_DRIVER=overlay 22:20:16 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:16 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:16 ++ hostname 22:20:16 + GIT_VOLUME=--volumes-from=4cf88ee6fd23 22:20:16 + . script/test/all 22:20:16 ++ set -e 22:20:16 ++ echo 'Running lint checks' 22:20:16 Running lint checks 22:20:16 ++ docker run --rm --tty --volumes-from=4cf88ee6fd23 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:16 aa059c40b96c: Pull complete 22:20:16 e2f2ac1d7fbc: Pull complete 22:20:16 Digest: sha256:f759e25855265d38a9f28d57294185421f08245c6e77e70deefd4ef29a3f0eed 22:20:16 Status: Downloaded newer image for dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:16 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 22:20:16 pre-commit runtests: PYTHONHASHSEED='1166059773' 22:20:16 pre-commit runtests: commands[0] | pre-commit install 22:20:16 pre-commit installed at .git/hooks/pre-commit 22:20:16 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:16 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 22:20:16 pre-commit runtests: PYTHONHASHSEED='3356926162' 22:20:16 pre-commit runtests: commands[0] | pre-commit install 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:17 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 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 22:20:17 pre-commit runtests: PYTHONHASHSEED='380943186' 22:20:17 pre-commit runtests: commands[0] | pre-commit install 22:20:17 pre-commit installed at .git/hooks/pre-commit 22:20:17 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:17 pre-commit installed at .git/hooks/pre-commit 22:20:17 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:17 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:17 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 22:20:17 pre-commit runtests: PYTHONHASHSEED='1063021560' 22:20:17 pre-commit runtests: commands[0] | pre-commit install 22:20:17 pre-commit installed at .git/hooks/pre-commit 22:20:17 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:17 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:17 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Once installed this environment will be reused. 22:20:17 [INFO] This may take a few minutes... 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:17 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 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 22:20:17 pre-commit runtests: PYTHONHASHSEED='905392785' 22:20:17 pre-commit runtests: commands[0] | pre-commit install 22:20:17 pre-commit installed at .git/hooks/pre-commit 22:20:17 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:17 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:17 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Once installed this environment will be reused. 22:20:17 [INFO] This may take a few minutes... 22:20:17 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:17 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:17 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 22:20:17 pre-commit runtests: PYTHONHASHSEED='4132322219' 22:20:17 pre-commit runtests: commands[0] | pre-commit install 22:20:17 pre-commit installed at .git/hooks/pre-commit 22:20:17 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:17 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:17 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:17 [INFO] Once installed this environment will be reused. 22:20:17 [INFO] This may take a few minutes... 22:20:18 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 22:20:18 pre-commit runtests: PYTHONHASHSEED='4215792493' 22:20:18 pre-commit runtests: commands[0] | pre-commit install 22:20:18 pre-commit installed at .git/hooks/pre-commit 22:20:18 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:18 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:18 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:18 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:18 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:18 [INFO] Once installed this environment will be reused. 22:20:18 [INFO] This may take a few minutes... 22:20:18 + docker version 22:20:18 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:18 Client: Docker Engine - Community 22:20:18 Version: 18.09.7 22:20:18 API version: 1.39 22:20:18 Go version: go1.10.8 22:20:18 Git commit: 2d0083d 22:20:18 Built: Thu Jun 27 17:54:15 2019 22:20:18 OS/Arch: linux/amd64 22:20:18 Experimental: false 22:20:18 22:20:18 Server: Docker Engine - Community 22:20:18 Engine: 22:20:18 Version: 19.03.2 22:20:18 API version: 1.40 (minimum version 1.12) 22:20:18 Go version: go1.12.8 22:20:18 Git commit: 6a30dfc 22:20:18 Built: Thu Aug 29 05:27:45 2019 22:20:18 OS/Arch: linux/amd64 22:20:18 Experimental: true 22:20:18 containerd: 22:20:18 Version: 1.2.6 22:20:18 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 22:20:18 runc: 22:20:18 Version: 1.0.0-rc8 22:20:18 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 22:20:18 docker-init: 22:20:18 Version: 0.18.0 22:20:18 GitCommit: fec3683 22:20:18 + export DOCKER_VERSIONS=19.03.5 22:20:18 + DOCKER_VERSIONS=19.03.5 22:20:18 + STORAGE_DRIVER=overlay 22:20:18 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:18 + DOCKER_DAEMON_ARGS=--storage-driver=overlay 22:20:18 ++ hostname 22:20:18 + GIT_VOLUME=--volumes-from=a6c1e6af5c3a 22:20:18 + . script/test/all 22:20:18 ++ set -e 22:20:18 ++ echo 'Running lint checks' 22:20:18 Running lint checks 22:20:18 ++ docker run --rm --tty --volumes-from=a6c1e6af5c3a dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 tox -e pre-commit 22:20:18 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:18 [INFO] Once installed this environment will be reused. 22:20:18 [INFO] This may take a few minutes... 22:20:18 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:18 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:18 [INFO] Once installed this environment will be reused. 22:20:18 [INFO] This may take a few minutes... 22:20:18 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:18 [INFO] Once installed this environment will be reused. 22:20:18 [INFO] This may take a few minutes... 22:20:20 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 22:20:20 pre-commit runtests: PYTHONHASHSEED='4088291150' 22:20:20 pre-commit runtests: commands[0] | pre-commit install 22:20:20 pre-commit installed at .git/hooks/pre-commit 22:20:20 pre-commit runtests: commands[1] | pre-commit run --all-files 22:20:20 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha 22:20:20 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha 22:20:20 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:20 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports. 22:20:21 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. 22:20:21 [INFO] Once installed this environment will be reused. 22:20:21 [INFO] This may take a few minutes... 22:20:35 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:35 [INFO] Once installed this environment will be reused. 22:20:35 [INFO] This may take a few minutes... 22:20:35 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:35 [INFO] Once installed this environment will be reused. 22:20:35 [INFO] This may take a few minutes... 22:20:36 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:36 [INFO] Once installed this environment will be reused. 22:20:36 [INFO] This may take a few minutes... 22:20:36 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:36 [INFO] Once installed this environment will be reused. 22:20:36 [INFO] This may take a few minutes... 22:20:36 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:36 [INFO] Once installed this environment will be reused. 22:20:36 [INFO] This may take a few minutes... 22:20:36 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:36 [INFO] Once installed this environment will be reused. 22:20:36 [INFO] This may take a few minutes... 22:20:36 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:36 [INFO] Once installed this environment will be reused. 22:20:36 [INFO] This may take a few minutes... 22:20:39 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports. 22:20:39 [INFO] Once installed this environment will be reused. 22:20:39 [INFO] This may take a few minutes... 22:20:45 Check for added large files..............................................Passed 22:20:45 Check docstring is first.................................................Passed 22:20:45 Check for merge conflicts................................................Passed 22:20:45 Check Yaml...............................................................Passed 22:20:45 Check JSON...............................................................Passed 22:20:45 Check for added large files..............................................Passed 22:20:45 Check for added large files..............................................Passed 22:20:46 Check for added large files..............................................Passed 22:20:46 Check docstring is first.................................................Passed 22:20:46 Check for merge conflicts................................................Passed 22:20:46 Check Yaml...............................................................Passed 22:20:46 Check JSON...............................................................Passed 22:20:46 Debug Statements (Python)................................................Passed 22:20:46 Check for added large files..............................................Passed 22:20:46 Check docstring is first.................................................Passed 22:20:46 Check for merge conflicts................................................Passed 22:20:46 Check for added large files..............................................Passed 22:20:46 Check for added large files..............................................Passed 22:20:46 Debug Statements (Python)................................................Passed 22:20:46 Fix End of Files.........................................................Passed 22:20:46 Check Yaml...............................................................Passed 22:20:46 Check JSON...............................................................Passed 22:20:46 Check docstring is first.................................................Passed 22:20:46 Check for merge conflicts................................................Passed 22:20:46 Check docstring is first.................................................Passed 22:20:46 Check for merge conflicts................................................Passed 22:20:47 Check Yaml...............................................................Passed 22:20:47 Check JSON...............................................................Passed 22:20:47 Check Yaml...............................................................Passed 22:20:47 Check JSON...............................................................Passed 22:20:47 Fix End of Files.........................................................Passed 22:20:47 Debug Statements (Python)................................................Passed 22:20:47 Debug Statements (Python)................................................Passed 22:20:47 Check docstring is first.................................................Passed 22:20:47 Check for merge conflicts................................................Passed 22:20:47 Fix End of Files.........................................................Passed 22:20:47 Debug Statements (Python)................................................Passed 22:20:47 Check Yaml...............................................................Passed 22:20:47 Check JSON...............................................................Passed 22:20:47 Check docstring is first.................................................Passed 22:20:47 Check for merge conflicts................................................Passed 22:20:47 Check Yaml...............................................................Passed 22:20:47 Check JSON...............................................................Passed 22:20:47 Fix End of Files.........................................................Passed 22:20:48 Fix End of Files.........................................................Passed 22:20:48 Debug Statements (Python)................................................Passed 22:20:48 Debug Statements (Python)................................................Passed 22:20:48 Fix End of Files.........................................................Passed 22:20:48 Fix End of Files.........................................................Passed 22:20:49 Check for added large files..............................................Passed 22:20:49 Check docstring is first.................................................Passed 22:20:49 Check for merge conflicts................................................Passed 22:20:49 Check Yaml...............................................................Passed 22:20:49 Check JSON...............................................................Passed 22:20:49 Debug Statements (Python)................................................Passed 22:20:50 Fix End of Files.........................................................Passed 22:20:54 Flake8...................................................................Passed 22:20:54 Tests should end in _test.py.............................................Passed 22:20:54 Fix requirements.txt.....................................................Passed 22:20:54 Trim Trailing Whitespace.................................................Passed 22:20:55 Flake8...................................................................Passed 22:20:55 Tests should end in _test.py.............................................Passed 22:20:55 Fix requirements.txt.....................................................Passed 22:20:55 Trim Trailing Whitespace.................................................Passed 22:20:55 Flake8...................................................................Passed 22:20:55 Tests should end in _test.py.............................................Passed 22:20:55 Fix requirements.txt.....................................................Passed 22:20:55 Trim Trailing Whitespace.................................................Passed 22:20:55 Reorder python imports...................................................Passed 22:20:55 ___________________________________ summary ____________________________________ 22:20:55  pre-commit: commands succeeded 22:20:55  congratulations :) 22:20:56 Flake8...................................................................Passed 22:20:56 Tests should end in _test.py.............................................Passed 22:20:56 Fix requirements.txt.....................................................Passed 22:20:56 Trim Trailing Whitespace.................................................Passed 22:20:56 Flake8...................................................................Passed 22:20:56 Tests should end in _test.py.............................................Passed 22:20:56 Fix requirements.txt.....................................................Passed 22:20:56 Trim Trailing Whitespace.................................................Passed 22:20:56 Reorder python imports...................................................Passed 22:20:56 ___________________________________ summary ____________________________________ 22:20:56  pre-commit: commands succeeded 22:20:56  congratulations :) 22:20:56 ++ get_versions='docker run --rm 22:20:56 --entrypoint=/code/.tox/py27/bin/python 22:20:56 dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:56 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:56 ++ '[' 19.03.5 == '' ']' 22:20:56 ++ '[' 19.03.5 == all ']' 22:20:56 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:56 ++ PY_TEST_VERSIONS=py27 22:20:56 ++ for version in $DOCKER_VERSIONS 22:20:56 ++ echo 'Running tests against Docker 19.03.5' 22:20:56 Running tests against Docker 19.03.5 22:20:56 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:20:56 ++ trap on_exit EXIT 22:20:56 ++ repo=dockerswarm/dind 22:20:56 ++ 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 22:20:56 ++ tail -n 10 22:20:56 Reorder python imports...................................................Passed 22:20:56 ___________________________________ summary ____________________________________ 22:20:56  pre-commit: commands succeeded 22:20:56  congratulations :) 22:20:56 Flake8...................................................................Passed 22:20:56 Tests should end in _test.py.............................................Passed 22:20:56 Fix requirements.txt.....................................................Passed 22:20:56 Trim Trailing Whitespace.................................................Passed 22:20:56 ++ get_versions='docker run --rm 22:20:56 --entrypoint=/code/.tox/py27/bin/python 22:20:56 dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:56 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:56 ++ '[' 18.09.9 == '' ']' 22:20:56 ++ '[' 18.09.9 == all ']' 22:20:56 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:56 ++ PY_TEST_VERSIONS=py37 22:20:56 ++ for version in $DOCKER_VERSIONS 22:20:56 ++ echo 'Running tests against Docker 18.09.9' 22:20:56 Running tests against Docker 18.09.9 22:20:56 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-7124-5 22:20:56 ++ trap on_exit EXIT 22:20:56 ++ repo=dockerswarm/dind 22:20:56 ++ 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 22:20:56 ++ tail -n 10 22:20:56 efcfccb69731d824c2863ceb6a24a8b02b60ef249b0e24229c0a91feeba28a83 22:20:56 ++ 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 22:20:56 Reorder python imports...................................................Passed 22:20:56 ___________________________________ summary ____________________________________ 22:20:56  pre-commit: commands succeeded 22:20:56  congratulations :) 22:20:57 Flake8...................................................................Passed 22:20:57 Tests should end in _test.py.............................................Passed 22:20:57 Fix requirements.txt.....................................................Passed 22:20:57 Trim Trailing Whitespace.................................................Passed 22:20:57 ++ get_versions='docker run --rm 22:20:57 --entrypoint=/code/.tox/py27/bin/python 22:20:57 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:57 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:57 ++ '[' 19.03.5 == '' ']' 22:20:57 ++ '[' 19.03.5 == all ']' 22:20:57 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:57 ++ PY_TEST_VERSIONS=py27 22:20:57 ++ for version in $DOCKER_VERSIONS 22:20:57 ++ echo 'Running tests against Docker 19.03.5' 22:20:57 Running tests against Docker 19.03.5 22:20:57 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:20:57 ++ trap on_exit EXIT 22:20:57 ++ repo=dockerswarm/dind 22:20:57 ++ 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 22:20:57 ++ tail -n 10 22:20:57 ++ get_versions='docker run --rm 22:20:57 --entrypoint=/code/.tox/py27/bin/python 22:20:57 dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:57 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:57 ++ '[' 18.09.9 == '' ']' 22:20:57 ++ '[' 18.09.9 == all ']' 22:20:57 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:57 ++ PY_TEST_VERSIONS=py27 22:20:57 ++ for version in $DOCKER_VERSIONS 22:20:57 ++ echo 'Running tests against Docker 18.09.9' 22:20:57 Running tests against Docker 18.09.9 22:20:57 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-7124-5 22:20:57 ++ trap on_exit EXIT 22:20:57 ++ repo=dockerswarm/dind 22:20:57 ++ tail -n 10 22:20:57 ++ 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 22:20:57 16199609575aca1a6f2631a982980878e2e5668b8bbbc5f1c4e3d1efdb26ccc4 22:20:57 ++ 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 22:20:57 Reorder python imports...................................................Passed 22:20:57 ___________________________________ summary ____________________________________ 22:20:57  pre-commit: commands succeeded 22:20:57  congratulations :) 22:20:57 ++ get_versions='docker run --rm 22:20:57 --entrypoint=/code/.tox/py27/bin/python 22:20:57 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:57 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:57 ++ '[' 18.09.9 == '' ']' 22:20:57 ++ '[' 18.09.9 == all ']' 22:20:57 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:57 ++ PY_TEST_VERSIONS=py27 22:20:57 ++ for version in $DOCKER_VERSIONS 22:20:57 ++ echo 'Running tests against Docker 18.09.9' 22:20:57 Running tests against Docker 18.09.9 22:20:57 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-7124-5 22:20:57 ++ trap on_exit EXIT 22:20:57 ++ repo=dockerswarm/dind 22:20:57 ++ tail -n 10 22:20:57 ++ 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 22:20:57 0521503f13a5d5289313cb47dc23ece49eb5f7bab3c4822be7edc6694417871e 22:20:57 ++ 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 22:20:57 4f3ad00a58dd95eb47dcf123ecd78b968d8b8d6531477c297c2d692641e6db99 22:20:57 ++ 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 22:20:57 py27 develop-inst-nodeps: /code 22:20:57 Reorder python imports...................................................Passed 22:20:57 ___________________________________ summary ____________________________________ 22:20:57  pre-commit: commands succeeded 22:20:57  congratulations :) 22:20:57 Reorder python imports...................................................Passed 22:20:57 ___________________________________ summary ____________________________________ 22:20:57  pre-commit: commands succeeded 22:20:57  congratulations :) 22:20:58 135fe5d5a15c436c56447845c40ca7e25a93a0a626ca205d20b3dffc1651c630 22:20:58 ++ 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 22:20:58 Flake8...................................................................Passed 22:20:58 Tests should end in _test.py.............................................Passed 22:20:58 Fix requirements.txt.....................................................Passed 22:20:58 Trim Trailing Whitespace.................................................Passed 22:20:58 ++ get_versions='docker run --rm 22:20:58 --entrypoint=/code/.tox/py27/bin/python 22:20:58 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:58 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:58 ++ '[' 18.09.9 == '' ']' 22:20:58 ++ '[' 18.09.9 == all ']' 22:20:58 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:58 ++ PY_TEST_VERSIONS=py37 22:20:58 ++ for version in $DOCKER_VERSIONS 22:20:58 ++ echo 'Running tests against Docker 18.09.9' 22:20:58 Running tests against Docker 18.09.9 22:20:58 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-7124-5 22:20:58 ++ trap on_exit EXIT 22:20:58 ++ repo=dockerswarm/dind 22:20:58 ++ 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 22:20:58 ++ tail -n 10 22:20:58 ++ get_versions='docker run --rm 22:20:58 --entrypoint=/code/.tox/py27/bin/python 22:20:58 dockerbuildbot/compose:alpine-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:58 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:58 ++ '[' 19.03.5 == '' ']' 22:20:58 ++ '[' 19.03.5 == all ']' 22:20:58 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:58 ++ PY_TEST_VERSIONS=py37 22:20:58 ++ for version in $DOCKER_VERSIONS 22:20:58 ++ echo 'Running tests against Docker 19.03.5' 22:20:58 Running tests against Docker 19.03.5 22:20:58 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:20:58 ++ trap on_exit EXIT 22:20:58 ++ repo=dockerswarm/dind 22:20:58 ++ tail -n 10 22:20:58 ++ 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 22:20:58 py37 develop-inst-nodeps: /code 22:20:58 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 22:20:58 py27 runtests: PYTHONHASHSEED='532471316' 22:20:59 e54ba7d97269a4889915a715224791d841aab74daa56dd90cfebe9c10f41ab21 22:20:59 ++ 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 22:20:59 523d4f0440885c1d09e6727ba062eb5fb3fc77608b392dfb978345fd75d5569c 22:20:59 ++ 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 22:20:59 py27 runtests: commands[0] | mkdir -p .coverage-binfiles 22:20:59 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:20:59 py27 develop-inst-nodeps: /code 22:20:59 py27 develop-inst-nodeps: /code 22:20:59 ============================= test session starts ============================== 22:20:59 platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 22:20:59 cachedir: .pytest_cache 22:20:59 rootdir: /code, inifile: tox.ini 22:20:59 plugins: cov-2.8.1 22:20:59 Reorder python imports...................................................Passed 22:20:59 ___________________________________ summary ____________________________________ 22:20:59  pre-commit: commands succeeded 22:20:59  congratulations :) 22:20:59 py27 develop-inst-nodeps: /code 22:20:59 ++ get_versions='docker run --rm 22:20:59 --entrypoint=/code/.tox/py27/bin/python 22:20:59 dockerbuildbot/compose:debian-330c1bf629206e3c5360fb1c99a0fa09fd4178f4 22:20:59 /code/script/test/versions.py docker/docker-ce,moby/moby' 22:20:59 ++ '[' 19.03.5 == '' ']' 22:20:59 ++ '[' 19.03.5 == all ']' 22:20:59 ++ BUILD_NUMBER=jenkins-compose-PR-7124-5 22:20:59 ++ PY_TEST_VERSIONS=py37 22:20:59 ++ for version in $DOCKER_VERSIONS 22:20:59 ++ echo 'Running tests against Docker 19.03.5' 22:20:59 Running tests against Docker 19.03.5 22:20:59 ++ daemon_container=compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:20:59 ++ trap on_exit EXIT 22:20:59 ++ repo=dockerswarm/dind 22:20:59 ++ 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 22:20:59 ++ tail -n 10 22:21:00 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 22:21:00 py37 runtests: PYTHONHASHSEED='1736593166' 22:21:00 py37 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:00 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:00 ============================= test session starts ============================== 22:21:00 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 22:21:00 cachedir: .pytest_cache 22:21:00 rootdir: /code, inifile: tox.ini 22:21:00 plugins: cov-2.8.1 22:21:00 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.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 22:21:00 py27 runtests: PYTHONHASHSEED='904606172' 22:21:00 py27 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:00 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:00 ============================= test session starts ============================== 22:21:00 platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 22:21:00 cachedir: .pytest_cache 22:21:00 rootdir: /code, inifile: tox.ini 22:21:00 plugins: cov-2.8.1 22:21:00 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.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 22:21:00 py27 runtests: PYTHONHASHSEED='4177529879' 22:21:00 py27 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:00 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:00 py37 develop-inst-nodeps: /code 22:21:00 py37 develop-inst-nodeps: /code 22:21:00 d45b8d212e2767dad897b690df3bbb6145df2f990f95cf5367ecde812b107d19 22:21:00 ++ 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 22:21:00 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.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 22:21:00 py27 runtests: PYTHONHASHSEED='2061906621' 22:21:00 py27 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:00 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:00 ============================= test session starts ============================== 22:21:00 platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 22:21:00 cachedir: .pytest_cache 22:21:00 rootdir: /code, inifile: tox.ini 22:21:00 plugins: cov-2.8.1 22:21:00 ============================= test session starts ============================== 22:21:00 platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7 22:21:00 cachedir: .pytest_cache 22:21:00 rootdir: /code, inifile: tox.ini 22:21:00 plugins: cov-2.8.1 22:21:01 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 22:21:01 py37 runtests: PYTHONHASHSEED='3265592060' 22:21:01 py37 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:01 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:01 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 22:21:01 py37 runtests: PYTHONHASHSEED='2964315601' 22:21:01 py37 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:01 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:01 ============================= test session starts ============================== 22:21:01 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 22:21:01 cachedir: .pytest_cache 22:21:01 rootdir: /code, inifile: tox.ini 22:21:01 plugins: cov-2.8.1 22:21:01 ============================= test session starts ============================== 22:21:01 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 22:21:01 cachedir: .pytest_cache 22:21:01 rootdir: /code, inifile: tox.ini 22:21:01 plugins: cov-2.8.1 22:21:01 py37 develop-inst-nodeps: /code 22:21:02  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  22:21:02 22:21:03  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  22:21:03 22:21:03 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 22:21:03 py37 runtests: PYTHONHASHSEED='2555410467' 22:21:03 py37 runtests: commands[0] | mkdir -p .coverage-binfiles 22:21:03 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose 22:21:03 ============================= test session starts ============================== 22:21:03 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.1, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7 22:21:03 cachedir: .pytest_cache 22:21:03 rootdir: /code, inifile: tox.ini 22:21:03 plugins: cov-2.8.1 22:21:03  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  22:21:03 22:21:04  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  22:21:04 22:21:04  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  22:21:04 22:21:04  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  22:21:04 22:21:04  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  22:21:04 22:21:06  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  22:21:06 22:21:07 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:07 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:08 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:08 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:08 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:08 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:09 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:10 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:11 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED [ 0%] 22:21:12 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:12 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:13 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:13 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:13 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:13 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:15 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [ 0%] 22:21:19 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:20 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:20 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:21 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:21 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:21 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:21 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:21 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:22 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:22 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:23 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:23 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:23 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:23 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:24 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED [ 0%] 22:21:25 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [ 0%] 22:21:25 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:26 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:26 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:28 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:28 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:28 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:28 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:29 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:30 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED [ 0%] 22:21:31 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:31 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:32 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:32 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:33 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:33 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:33 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:33 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:34 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:34 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:34 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:34 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:35 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:35 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:35 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:35 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:35 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [ 0%] 22:21:36 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:36 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:37 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:37 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:37 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:37 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [ 0%] 22:21:38 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:38 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:38 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [ 0%] 22:21:38 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:38 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:39 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:40 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:40 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:41 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:41 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:41 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:41 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED [ 0%] 22:21:41 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:42 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:43 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:43 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:44 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:44 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:44 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:44 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:45 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:45 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:45 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED [ 0%] 22:21:45 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:46 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:46 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:47 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:47 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:47 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:47 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:48 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:48 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:48 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED [ 0%] 22:21:49 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:49 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:49 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:49 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:51 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS [ 1%] 22:21:51 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:52 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:52 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:52 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:52 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:53 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:21:53 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:54 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [ 1%] 22:21:55 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:21:56 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:21:56 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:21:56 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:57 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:57 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:21:57 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:21:58 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:21:58 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:21:58 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [ 1%] 22:21:59 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:21:59 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:22:00 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:00 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:22:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:22:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:01 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:02 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:02 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:02 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:02 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:02 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:03 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [ 1%] 22:22:03 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:03 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:03 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:03 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:03 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:04 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:05 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [ 1%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:06 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [ 1%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [ 1%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED [ 1%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [ 1%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:09 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [ 1%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:10 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [ 1%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:11 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:12 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:14 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [ 2%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED [ 2%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:16 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [ 2%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:17 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED [ 2%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:18 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_config_stdin PASSED [ 2%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:19 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED [ 2%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:20 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:21 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED [ 2%] 22:22:21 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:21 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:21 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [ 2%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:22 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [ 3%] 22:22:23 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:23 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:23 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:23 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [ 3%] 22:22:23 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:24 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:24 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:24 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:24 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:25 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:25 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:25 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:25 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [ 3%] 22:22:25 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_create FAILED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:27 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:27 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:27 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:27 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate FAILED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:28 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:29 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [ 3%] 22:22:29 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:29 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate FAILED [ 3%] 22:22:29 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:29 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:30 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:30 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:30 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:30 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:30 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:30 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:31 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:31 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:31 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:32 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:33 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:33 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:33 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:33 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:33 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_down FAILED [ 3%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [ 3%] 22:22:34 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:35 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:36 tests/acceptance/cli_test.py::CLITestCase::test_down_signal FAILED [ 3%] 22:22:36 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:36 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:36 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:36 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:36 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:37 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:37 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout FAILED [ 3%] 22:22:37 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:37 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:37 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:38 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file FAILED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:39 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:40 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:40 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:40 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:40 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:40 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:40 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable FAILED [ 4%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:41 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_events_json FAILED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:42 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:43 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user FAILED [ 4%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:44 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form FAILED [ 4%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:45 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:46 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:46 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:46 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:46 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:46 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden FAILED [ 4%] 22:22:46 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:47 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty FAILED [ 4%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:48 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir FAILED [ 4%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:22:49 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:50 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:50 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:50 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop FAILED [ 4%] 22:22:50 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:50 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:50 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port FAILED [ 4%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:22:51 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:22:52 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:22:52 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:22:52 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:52 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:52 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval FAILED [ 4%] 22:22:52 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED [ 4%] 22:22:53 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED [ 5%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:22:54 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:22:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path FAILED [ 5%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [ 5%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:56 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [ 5%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:22:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_images FAILED [ 5%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:22:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile FAILED [ 5%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:22:59 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image FAILED [ 5%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:02 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:02 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:02 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:02 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:23:02 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:23:02 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag FAILED [ 5%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:03 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_kill FAILED [ 5%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:04 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:05 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop FAILED [ 5%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service FAILED [ 5%] 22:23:06 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED [ 6%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:07 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow FAILED [ 6%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [ 6%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [ 6%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:08 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [ 6%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:23:09 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:10 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:10 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:10 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits FAILED [ 6%] 22:23:10 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:10 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:11 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail FAILED [ 6%] 22:23:12 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:12 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:12 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:12 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:13 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps FAILED [ 6%] 22:23:13 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:13 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [ 6%] 22:23:13 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:13 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:14 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:14 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:14 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:14 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:14 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:14 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause FAILED [ 6%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:15 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_port FAILED [ 6%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:16 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:17 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale FAILED [ 6%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_ps FAILED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_ps_all FAILED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:19 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:19 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:19 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:19 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile FAILED [ 7%] 22:23:20 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:20 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:20 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:20 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:20 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:21 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:21 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:21 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile FAILED [ 7%] 22:23:21 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:21 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:22 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:22 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:22 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:22 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:23 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [ 7%] 22:23:23 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:23 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:23 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:23 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:24 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:25 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:25 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:26 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:27 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status FAILED [ 7%] 22:23:27 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED [ 7%] 22:23:27 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:27 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_pull_can_build PASSED [ 7%] 22:23:28 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:29 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED [ 7%] 22:23:30 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:30 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:30 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:30 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:30 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:30 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [ 7%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:31 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [ 7%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:32 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:33 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [ 8%] 22:23:33 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:33 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:33 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:34 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [ 8%] 22:23:34 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:34 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:34 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:34 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:34 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:35 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:35 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:36 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:36 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED [ 8%] 22:23:37 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:38 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:38 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:38 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:39 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:39 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:40 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:40 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:40 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED [ 8%] 22:23:40 tests/acceptance/cli_test.py::CLITestCase::test_restart FAILED [ 8%] 22:23:41 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [ 8%] 22:23:41 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container FAILED [ 8%] 22:23:41 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:42 tests/acceptance/cli_test.py::CLITestCase::test_rm FAILED [ 8%] 22:23:42 tests/acceptance/cli_test.py::CLITestCase::test_rm_all FAILED [ 8%] 22:23:43 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:43 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop FAILED [ 8%] 22:23:45 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:46 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:23:46 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network FAILED [ 8%] 22:23:47 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers FAILED [ 8%] 22:23:48 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system FAILED [ 9%] 22:24:17 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:19 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:21 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:21 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:21 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:25 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:32 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:35 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup FAILED [ 9%] 22:24:55 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:24:57 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:24:59 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:25:00 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:25:00 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:25:03 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:25:11 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:25:14 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint FAILED [ 9%] 22:25:34 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:34 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:34 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:34 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:36 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:36 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:36 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:36 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:36 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:38 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:38 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:38 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:38 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:38 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:39 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:40 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:40 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:41 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:41 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:42 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:42 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:42 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:42 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:42 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:43 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:43 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:43 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:44 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:46 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:50 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:50 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:50 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:51 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:52 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm FAILED [ 9%] 22:25:52 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network FAILED [ 9%] 22:25:52 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag FAILED [ 9%] 22:25:52 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:53 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes FAILED [ 9%] 22:25:54 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:25:55 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume FAILED [ 9%] 22:25:57 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge FAILED [ 9%] 22:26:24 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:26 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:30 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:26:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_rm FAILED [ 9%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint FAILED [ 9%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:26:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:26:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:26:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint FAILED [ 10%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:26:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:26:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:26:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:26:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:26:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:26:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden FAILED [ 10%] 22:26:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:26:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:26:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:26:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:26:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:26:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:26:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:26:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:26:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:26:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:26:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden FAILED [ 10%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:26:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:26:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:26:56 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:26:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:26:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden FAILED [ 10%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:26:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:26:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports FAILED [ 10%] 22:26:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:26:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:26:58 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:26:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:26:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports FAILED [ 10%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:26:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links FAILED [ 10%] 22:27:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports FAILED [ 10%] 22:27:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:27:02 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:02 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:27:02 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:27:02 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:27:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:27:03 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:03 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:27:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies FAILED [ 11%] 22:27:03 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:03 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:04 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:27:04 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:04 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:04 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:04 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:05 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:05 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:05 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:27:06 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:06 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:06 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:27:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:27:06 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:06 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint FAILED [ 11%] 22:27:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:27:08 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:08 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:08 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:08 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:08 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases FAILED [ 11%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:09 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden FAILED [ 11%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:10 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form FAILED [ 11%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:27:11 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden FAILED [ 11%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:27:12 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form FAILED [ 11%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links FAILED [ 11%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:14 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:15 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports FAILED [ 11%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:16 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:17 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:17 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system FAILED [ 11%] 22:27:17 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:17 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:27:17 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name FAILED [ 11%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:18 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:19 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:19 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:19 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:19 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports FAILED [ 12%] 22:27:19 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:20 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:20 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:20 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps FAILED [ 12%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:21 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:22 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:22 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:22 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:22 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:22 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:22 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:23 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:23 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:23 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command FAILED [ 12%] 22:27:23 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:24 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:24 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:24 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:24 tests/acceptance/cli_test.py::CLITestCase::test_scale FAILED [ 12%] 22:27:24 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:25 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:25 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:25 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:25 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED [ 12%] 22:27:25 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt FAILED [ 12%] 22:27:26 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:27 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:28 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive FAILED [ 12%] 22:27:28 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:28 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:29 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:29 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%] 22:27:29 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:30 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:30 tests/acceptance/cli_test.py::CLITestCase::test_stop FAILED [ 12%] 22:27:30 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:31 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:31 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal FAILED [ 12%] 22:27:32 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running FAILED [ 12%] 22:27:32 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:33 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%] 22:27:33 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:35 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:35 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running FAILED [ 13%] 22:27:36 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%] 22:27:36 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:37 tests/acceptance/cli_test.py::CLITestCase::test_up FAILED [ 13%] 22:27:37 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:38 tests/acceptance/cli_test.py::CLITestCase::test_up_attached FAILED [ 13%] 22:27:39 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:40 tests/acceptance/cli_test.py::CLITestCase::test_up_detached FAILED [ 13%] 22:27:41 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form FAILED [ 13%] 22:27:41 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:42 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:43 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:27:44 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks FAILED [ 13%] 22:27:45 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit FAILED [ 13%] 22:27:46 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%] 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:10 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:13 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:13 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:14 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:16 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:30 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:32 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown FAILED [ 13%] 22:28:45 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:28:48 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:28:51 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:28:51 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:28:52 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:28:55 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:29:08 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:29:11 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint FAILED [ 13%] 22:29:23 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:23 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:23 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:23 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:25 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:26 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:27 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:27 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:27 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:27 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:27 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:28 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:28 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:29 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:29 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:30 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:31 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:32 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:32 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:32 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:32 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:33 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:33 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:33 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:33 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:34 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:35 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:35 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:29:35 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:35 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:36 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:36 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:36 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:29:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:29:36 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:37 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:37 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:37 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:37 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:29:37 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:38 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:29:38 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:38 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:39 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:39 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:29:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:29:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:29:40 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:40 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:40 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:29:40 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:29:41 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:41 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:29:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:29:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:29:42 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:29:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:29:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:29:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:29:43 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:29:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:29:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:29:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:29:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:29:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:29:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:29:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:29:48 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] 22:29:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:29:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:29:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:29:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:29:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:29:49 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:29:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm FAILED [ 14%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_logging FAILED [ 14%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy FAILED [ 14%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:29:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:29:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:29:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:29:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] 22:29:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:29:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:29:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi FAILED [ 14%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:29:52 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED [ 14%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:29:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:29:54 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start FAILED [ 14%] 22:29:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:29:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] 22:29:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:29:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:29:55 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:29:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] 22:29:55 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans FAILED [ 14%] 22:29:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] 22:29:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:29:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:29:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:29:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:29:56 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset FAILED [ 14%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:29:57 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:29:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:29:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 FAILED [ 16%] 22:29:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:29:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:29:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:29:58 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down FAILED [ 14%] 22:29:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:29:59 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:29:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:29:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:29:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:29:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:00 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up FAILED [ 14%] 22:30:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] 22:30:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:30:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:30:01 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero FAILED [ 14%] 22:30:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] 22:30:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:30:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:30:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:30:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:30:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:30:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config FAILED [ 15%] 22:30:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:30:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:30:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:30:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file FAILED [ 15%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode FAILED [ 16%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%] 22:30:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:05 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] 22:30:05 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:05 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:05 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:05 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:30:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:05 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:05 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends FAILED [ 15%] 22:30:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:06 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:06 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:30:06 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:06 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:30:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:06 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:30:07 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] 22:30:07 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:30:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network FAILED [ 15%] 22:30:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] 22:30:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:08 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:08 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:08 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:08 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:30:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate FAILED [ 15%] 22:30:09 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] 22:30:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:09 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:09 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:30:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%] 22:30:10 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:10 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:11 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:11 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:30:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck FAILED [ 15%] 22:30:11 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:11 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:12 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:12 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:12 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode FAILED [ 16%] 22:30:12 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:12 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:12 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:12 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:12 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:13 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:13 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:13 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:13 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:30:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 FAILED [ 15%] 22:30:13 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:14 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] 22:30:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files FAILED [ 15%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:15 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:15 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:15 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:15 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:15 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] 22:30:16 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:17 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:17 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py FAILED [ 16%] 22:30:17 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:18 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:30:18 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases FAILED [ 16%] 22:30:19 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%] 22:30:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:30:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal FAILED [ 16%] 22:30:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels FAILED [ 16%] 22:30:21 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:22 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:22 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] 22:30:22 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] 22:30:23 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py FAILED [ 18%] 22:30:23 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] 22:30:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:24 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:25 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:25 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses FAILED [ 16%] 22:30:25 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] 22:30:25 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:26 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:26 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:26 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:26 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks FAILED [ 16%] 22:30:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:27 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:28 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps FAILED [ 16%] 22:30:28 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:28 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 18%] 22:30:28 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:28 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] 22:30:29 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:29 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate FAILED [ 16%] 22:30:29 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:30:29 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:30:29 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] 22:30:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:30:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml FAILED [ 16%] 22:30:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:30:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 18%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] 22:30:31 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py FAILED [ 18%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] 22:30:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py FAILED [ 16%] 22:30:32 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 18%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] 22:30:33 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout FAILED [ 17%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:34 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:34 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:34 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:34 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:34 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:30:35 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels FAILED [ 17%] 22:30:35 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:35 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:30:35 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:30:35 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:35 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:36 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:36 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:36 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override FAILED [ 17%] 22:30:36 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%] 22:30:36 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%] 22:30:36 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 FAILED [ 18%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_containers FAILED [ 17%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_containers_stopped FAILED [ 17%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service FAILED [ 17%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names FAILED [ 17%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service FAILED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:37 tests/integration/project_test.py::ProjectTest::test_create FAILED [ 17%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_create_strategy_always FAILED [ 18%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_create_strategy_never FAILED [ 18%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:30:38 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_create_twice FAILED [ 18%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:38 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_create_with_links FAILED [ 18%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:39 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:40 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:30:40 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char FAILED [ 19%] 22:30:41 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:41 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:41 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:30:42 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:30:43 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:43 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:30:43 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:30:43 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:43 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:30:43 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:30:43 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:43 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:44 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:44 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:30:45 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:46 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:30:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:30:47 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:30:47 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:30:47 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:30:47 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:30:47 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:30:47 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:30:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:30:47 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:30:48 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:30:48 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:48 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] 22:30:48 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:30:49 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:30:49 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:30:49 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:30:49 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:30:49 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:30:49 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:30:50 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:30:50 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:30:50 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:30:50 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:30:50 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:30:50 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:30:51 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:30:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:30:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:30:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:30:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:30:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:30:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:30:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 23%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:30:53 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:30:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:30:53 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:30:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:30:53 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:30:53 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:30:53 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:30:53 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:30:53 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py FAILED [ 18%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:30:54 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:30:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] 22:30:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:30:55 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] 22:30:55 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:30:56 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:30:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:30:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:30:56 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py FAILED [ 18%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 23%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:30:57 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver FAILED [ 19%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:30:57 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:30:57 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files FAILED [ 19%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py FAILED [ 19%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:30:57 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:30:57 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds FAILED [ 20%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 23%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:30:58 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_networks FAILED [ 20%] 22:30:58 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:30:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:30:58 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency FAILED [ 20%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:30:59 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_project_up_orphans FAILED [ 20%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files FAILED [ 20%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume FAILED [ 20%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:30:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:30:59 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile FAILED [ 20%] 22:31:00 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:31:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends FAILED [ 20%] 22:31:00 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:31:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links FAILED [ 20%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services FAILED [ 20%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%] 22:31:00 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:31:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency FAILED [ 20%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_up_with_runtime FAILED [ 23%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_project_up_volumes FAILED [ 20%] 22:31:01 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:31:01 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:01 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:31:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets FAILED [ 21%] 22:31:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal FAILED [ 21%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label FAILED [ 21%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps FAILED [ 21%] 22:31:02 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:31:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:03 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:31:03 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running FAILED [ 21%] 22:31:03 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped FAILED [ 21%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:31:03 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:03 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:03 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:31:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets FAILED [ 21%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels FAILED [ 21%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services FAILED [ 21%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts FAILED [ 21%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes FAILED [ 21%] 22:31:04 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:31:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove FAILED [ 22%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart FAILED [ 22%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources FAILED [ 22%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 FAILED [ 22%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:05 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation FAILED [ 22%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime FAILED [ 22%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config FAILED [ 22%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:31:06 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:06 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] 22:31:06 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options FAILED [ 22%] 22:31:06 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:31:07 tests/integration/project_test.py::ProjectTest::test_up_with_isolation FAILED [ 22%] 22:31:07 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:07 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips FAILED [ 22%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:07 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:07 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities FAILED [ 22%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] 22:31:08 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses FAILED [ 22%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:31:08 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet FAILED [ 23%] 22:31:08 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:31:08 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py FAILED [ 23%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:08 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:31:08 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%] 22:31:08 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%] 22:31:08 tests/integration/resilience_test.py::ResilienceTest::test_create_failure FAILED [ 23%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:31:09 tests/integration/resilience_test.py::ResilienceTest::test_start_failure FAILED [ 23%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:31:09 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate FAILED [ 23%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_build PASSED [ 23%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED [ 23%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%] 22:31:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:31:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:31:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:11 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%] 22:31:11 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:31:11 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:31:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:14 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:31:16 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:19 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:31:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:31:23 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_cap_add_list FAILED [ 25%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_cap_drop_list FAILED [ 25%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_containers FAILED [ 25%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_containers_one_off FAILED [ 25%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config FAILED [ 25%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:25 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count FAILED [ 25%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota FAILED [ 25%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt FAILED [ 25%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set FAILED [ 25%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares FAILED [ 25%] 22:31:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list FAILED [ 26%] 22:31:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config FAILED [ 26%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:31:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount FAILED [ 26%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool FAILED [ 26%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path xfail [ 26%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount FAILED [ 26%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount FAILED [ 26%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address FAILED [ 26%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off FAILED [ 26%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running FAILED [ 27%] 22:31:30 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable FAILED [ 27%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit xfail [ 27%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs FAILED [ 27%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt FAILED [ 27%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size FAILED [ 27%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume FAILED [ 27%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount FAILED [ 27%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size FAILED [ 27%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume FAILED [ 27%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver FAILED [ 28%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:31:33 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount FAILED [ 28%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from FAILED [ 28%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_create_with_image_id FAILED [ 28%] 22:31:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_custom_container_name FAILED [ 28%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_devices FAILED [ 28%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_dns_list FAILED [ 28%] 22:31:35 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_dns_no_value FAILED [ 28%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_dns_opt_value FAILED [ 28%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_dns_search FAILED [ 28%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_duplicate_containers FAILED [ 28%] 22:31:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash FAILED [ 28%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_empty_labels FAILED [ 29%] 22:31:37 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env FAILED [ 29%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew FAILED [ 29%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:38 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:39 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:31:39 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:40 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:40 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:40 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:31:40 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:40 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:31:40 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed FAILED [ 29%] 22:31:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:31:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate FAILED [ 29%] 22:31:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target FAILED [ 29%] 22:31:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:31:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:31:41 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:42 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:31:42 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:42 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice FAILED [ 29%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount FAILED [ 29%] 22:31:42 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped FAILED [ 29%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:42 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:31:42 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:31:43 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:31:43 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:43 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:31:43 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:31:43 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:44 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:31:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:31:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:31:45 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:31:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] 22:31:45 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:31:45 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed FAILED [ 29%] 22:31:46 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:46 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:31:46 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:31:46 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:46 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:47 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:31:47 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:47 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:31:47 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:47 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:31:47 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:31:47 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:47 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:47 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:31:47 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:31:47 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:48 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:31:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config FAILED [ 30%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:31:48 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:31:48 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:31:48 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:31:48 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:31:48 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:31:48 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:31:48 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:31:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:31:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:48 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:31:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:31:49 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:31:49 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:31:49 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:31:49 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:31:49 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:31:49 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:31:49 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:31:49 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:31:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:31:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:31:49 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:31:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:31:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:31:49 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:31:49 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:31:49 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:31:49 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:31:49 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:49 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:31:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:31:50 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:31:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:31:50 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:31:50 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:31:50 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:31:50 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:31:51 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:31:51 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:31:51 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume FAILED [ 30%] 22:31:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:31:51 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:31:51 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:31:52 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:31:52 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:31:52 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:31:52 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:31:52 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:31:52 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:31:52 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:31:52 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:31:52 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:31:52 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:31:52 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:31:53 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:31:53 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:31:53 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] 22:31:53 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:31:53 tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:31:53 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] 22:31:53 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] 22:31:53 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:31:54 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:31:54 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:31:54 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:31:54 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:31:54 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:54 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:31:54 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:31:54 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew FAILED [ 30%] 22:31:55 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:31:55 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:31:55 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:31:55 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:31:55 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:31:55 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:31:55 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] 22:31:56 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:31:56 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:31:56 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:31:56 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:31:56 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:31:56 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:56 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:56 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:31:56 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:31:56 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:31:56 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:31:56 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:31:56 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:31:56 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:31:56 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:31:56 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:31:56 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:31:56 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:31:56 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:31:56 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:31:56 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:31:56 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:31:56 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start FAILED [ 30%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports FAILED [ 30%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:31:57 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:31:57 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:31:58 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_group_add_value FAILED [ 30%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:31:58 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:31:58 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_labels FAILED [ 30%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:31:58 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:31:58 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile FAILED [ 30%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:31:58 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:31:58 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_log_drive_none FAILED [ 30%] 22:31:58 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:31:58 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_mem_reservation FAILED [ 30%] 22:31:59 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] 22:31:59 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] 22:31:59 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] 22:31:59 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:31:59 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:31:59 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 22:31:59 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_mem_swappiness FAILED [ 30%] 22:31:59 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:31:59 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] 22:31:59 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:31:59 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged FAILED [ 31%] 22:32:00 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:32:00 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 22:32:00 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_network_mode_host FAILED [ 31%] 22:32:00 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:32:00 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] 22:32:00 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_network_mode_none FAILED [ 31%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:32:00 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:32:00 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value FAILED [ 31%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] 22:32:00 tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] 22:32:00 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:32:00 tests/integration/service_test.py::ServiceTest::test_pid_mode_host FAILED [ 31%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] 22:32:01 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:32:01 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] 22:32:01 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links FAILED [ 33%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] 22:32:01 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names FAILED [ 33%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined FAILED [ 31%] 22:32:01 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:32:01 tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 22:32:01 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface FAILED [ 31%] 22:32:01 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:32:01 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] 22:32:01 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] 22:32:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:32:02 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name FAILED [ 31%] 22:32:02 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:32:02 tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash FAILED [ 31%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:32:02 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] 22:32:02 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:32:02 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] 22:32:02 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:32:02 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 22:32:02 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] 22:32:02 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] 22:32:02 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:32:03 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 22:32:03 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 22:32:03 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] 22:32:03 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:32:03 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] 22:32:03 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:32:03 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] 22:32:03 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:32:03 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:32:03 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] 22:32:03 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:32:03 tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:32:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:04 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:32:04 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:32:04 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:32:04 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] 22:32:04 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] 22:32:04 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links FAILED [ 34%] 22:32:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:32:04 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] 22:32:04 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] 22:32:04 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service FAILED [ 34%] 22:32:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:32:04 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:32:05 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] 22:32:05 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] 22:32:05 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service FAILED [ 34%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:32:05 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 22:32:05 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] 22:32:05 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:32:05 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:32:05 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] 22:32:05 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount FAILED [ 31%] 22:32:05 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:32:05 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 22:32:05 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] 22:32:05 tests/integration/service_test.py::ServiceTest::test_resolve_env FAILED [ 31%] 22:32:05 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:32:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:32:06 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 22:32:06 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_restart_always_value FAILED [ 32%] 22:32:06 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:32:06 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:32:06 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:32:06 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 22:32:06 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value FAILED [ 32%] 22:32:06 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:32:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_scale FAILED [ 32%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:32:06 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:32:06 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] 22:32:06 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports FAILED [ 32%] 22:32:06 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:32:06 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:32:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 22:32:07 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error FAILED [ 32%] 22:32:07 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] 22:32:07 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:32:07 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:32:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] 22:32:07 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning FAILED [ 32%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] 22:32:07 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 22:32:07 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved FAILED [ 32%] 22:32:07 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:32:07 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:32:07 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] 22:32:07 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit FAILED [ 32%] 22:32:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:32:08 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:32:08 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] 22:32:08 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 22:32:08 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers FAILED [ 32%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] 22:32:08 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:08 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:32:08 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] 22:32:08 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation FAILED [ 32%] 22:32:08 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] 22:32:08 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:32:08 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] 22:32:08 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception FAILED [ 32%] 22:32:08 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] 22:32:08 tests/integration/service_test.py::ServiceTest::test_split_env FAILED [ 32%] 22:32:08 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:32:08 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:32:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] 22:32:09 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:32:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:32:09 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:32:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 22:32:09 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:32:09 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] 22:32:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] 22:32:09 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged FAILED [ 33%] 22:32:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED [ 51%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%] 22:32:09 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] 22:32:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:32:09 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] 22:32:09 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:32:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:32:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] 22:32:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:32:10 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:32:10 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] 22:32:10 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 22:32:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:32:10 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] 22:32:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:32:10 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:32:10 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:32:10 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] 22:32:11 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:32:11 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:32:11 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:32:11 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] 22:32:11 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:32:11 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:32:11 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:32:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:32:11 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images FAILED [ 33%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 22:32:11 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] 22:32:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:32:11 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:32:11 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports FAILED [ 33%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] 22:32:11 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:32:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] 22:32:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] 22:32:11 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] 22:32:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:32:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] 22:32:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:12 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port FAILED [ 33%] 22:32:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] 22:32:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:32:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] 22:32:12 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py FAILED [ 33%] 22:32:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] 22:32:12 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py FAILED [ 33%] 22:32:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] 22:32:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] 22:32:12 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] 22:32:12 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] 22:32:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:32:12 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol FAILED [ 33%] 22:32:13 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:32:13 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] 22:32:13 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:32:13 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:32:13 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports FAILED [ 33%] 22:32:13 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] 22:32:13 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:32:13 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] 22:32:13 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:32:13 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] 22:32:13 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:32:13 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:32:13 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] 22:32:13 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:32:13 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] 22:32:13 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:32:13 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor FAILED [ 33%] 22:32:13 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%] 22:32:13 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:32:14 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:32:14 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options FAILED [ 33%] 22:32:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] 22:32:14 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:32:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:32:14 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:32:14 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged FAILED [ 33%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] 22:32:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] 22:32:14 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:32:14 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:32:14 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:32:14 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:32:14 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:32:14 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] 22:32:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:32:14 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:32:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] 22:32:14 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:32:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:32:14 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:32:14 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:32:14 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:32:14 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:32:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:32:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:32:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:32:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:32:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:32:14 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:32:14 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:32:14 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:32:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] 22:32:15 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] 22:32:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:32:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:32:15 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:32:15 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] 22:32:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:32:15 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] 22:32:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:32:15 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] 22:32:15 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] 22:32:15 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:32:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:32:15 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:32:15 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] 22:32:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:32:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%] 22:32:16 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:32:16 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:32:16 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:32:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:32:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] 22:32:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%] 22:32:16 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:32:16 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:32:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%] 22:32:16 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:32:16 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:32:16 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:32:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:32:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:32:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%] 22:32:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:32:16 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:32:16 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:32:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:32:16 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists FAILED [ 34%] 22:32:16 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py FAILED [ 34%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED [ 51%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%] 22:32:16 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%] 22:32:17 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:32:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:32:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:32:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:32:17 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:32:17 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%] 22:32:17 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:32:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] 22:32:17 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] 22:32:17 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:32:17 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py FAILED [ 34%] 22:32:17 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%] 22:32:17 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:32:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:32:17 tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] 22:32:17 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:32:17 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:32:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:32:17 tests/integration/service_test.py::ServiceTest::test_stop_signal FAILED [ 34%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%] 22:32:17 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:32:17 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:32:17 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] 22:32:17 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:32:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:32:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] 22:32:17 tests/integration/service_test.py::ServiceTest::test_tmpfs FAILED [ 34%] 22:32:17 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:32:17 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%] 22:32:18 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:32:18 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] 22:32:18 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:32:18 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:32:18 tests/integration/service_test.py::ServiceTest::test_up_build_cli FAILED [ 34%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_start_binary_string_error PASSED [ 54%] 22:32:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:32:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:32:18 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] 22:32:18 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] 22:32:18 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:32:18 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:32:18 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:32:18 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED [ 54%] 22:32:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] 22:32:18 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] 22:32:18 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] 22:32:18 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:32:18 tests/integration/service_test.py::ServiceTest::test_userns_mode_host FAILED [ 34%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%] 22:32:18 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:32:18 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] 22:32:18 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] 22:32:18 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:32:18 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:32:18 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:32:18 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:32:18 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:32:18 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:32:18 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:32:18 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] 22:32:18 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] 22:32:18 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined FAILED [ 34%] 22:32:18 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode FAILED [ 34%] 22:32:19 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%] 22:32:19 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%] 22:32:19 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%] 22:32:19 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%] 22:32:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:32:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:19 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:32:19 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] 22:32:19 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:32:19 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:32:19 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] 22:32:19 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] 22:32:19 tests/integration/service_test.py::ServiceTest::test_working_dir_param FAILED [ 34%] 22:32:19 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED [ 55%] 22:32:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:32:19 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:32:19 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:32:19 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 22:32:19 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] 22:32:19 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:32:19 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] 22:32:19 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:32:19 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:32:19 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around FAILED [ 34%] 22:32:19 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%] 22:32:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:32:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:32:19 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:32:19 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build FAILED [ 37%] 22:32:19 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:32:19 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:32:19 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:32:19 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:32:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:32:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:32:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:32:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:32:19 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:32:19 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:32:19 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:32:19 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:32:19 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:32:19 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] 22:32:19 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels FAILED [ 35%] 22:32:19 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%] 22:32:19 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:32:19 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] 22:32:19 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:32:19 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] 22:32:20 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:32:20 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%] 22:32:20 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%] 22:32:20 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:32:20 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:32:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:32:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:32:20 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] 22:32:20 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off FAILED [ 35%] 22:32:20 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options FAILED [ 35%] 22:32:20 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:32:20 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:32:20 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] 22:32:20 tests/integration/state_test.py::BasicProjectTest::test_all_change FAILED [ 35%] 22:32:20 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:32:20 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:32:20 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:32:20 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:32:20 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:32:20 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:32:20 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:32:20 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] 22:32:20 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_exists PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%] 22:32:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:32:20 tests/integration/state_test.py::BasicProjectTest::test_no_change FAILED [ 35%] 22:32:20 tests/integration/state_test.py::BasicProjectTest::test_partial_change FAILED [ 35%] 22:32:20 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:32:20 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%] 22:32:20 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:32:20 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:32:20 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED [ 38%] 22:32:20 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%] 22:32:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf FAILED [ 35%] 22:32:21 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:32:21 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%] 22:32:21 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:32:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle FAILED [ 35%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:32:21 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:32:21 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:32:21 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:32:21 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:32:21 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:32:21 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:32:21 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:32:21 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:32:21 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:32:21 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:32:21 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:32:21 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:32:21 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] 22:32:21 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:32:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 35%] 22:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root FAILED [ 35%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:32:21 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] 22:32:21 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:32:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:32:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps FAILED [ 35%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:32:21 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:32:21 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] 22:32:21 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:32:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:32:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] 22:32:22 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 56%] 22:32:22 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] 22:32:22 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:32:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:32:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created FAILED [ 36%] 22:32:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down FAILED [ 36%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] 22:32:22 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] 22:32:22 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:32:22 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:32:22 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:32:22 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:32:22 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:32:22 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:32:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:32:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up FAILED [ 36%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:32:22 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:32:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:32:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf FAILED [ 36%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:32:22 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] 22:32:22 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:32:22 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:32:22 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:32:22 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:32:22 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:32:22 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:32:23 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:32:23 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:32:23 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%] 22:32:23 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%] 22:32:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle FAILED [ 36%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%] 22:32:23 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:32:23 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:32:23 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:32:23 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:32:23 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:32:23 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:32:23 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:32:23 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:32:23 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:32:23 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:32:23 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:32:23 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:32:23 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:32:23 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:32:23 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:32:23 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%] 22:32:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps FAILED [ 36%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%] 22:32:23 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] 22:32:23 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:32:23 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%] 22:32:23 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%] 22:32:23 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%] 22:32:23 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%] 22:32:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%] 22:32:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%] 22:32:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 57%] 22:32:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%] 22:32:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_milli PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_milli_float PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_second_milli PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_second_milli_micro PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_second PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_second_as_float PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_minute PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_hour_minute PASSED [ 57%] 22:32:23 tests/unit/timeparse_test.py::test_minute_as_float PASSED [ 58%] 22:32:23 tests/unit/timeparse_test.py::test_hour_minute_second PASSED [ 58%] 22:32:23 tests/unit/timeparse_test.py::test_invalid_with_space PASSED [ 58%] 22:32:23 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED [ 58%] 22:32:23 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED [ 58%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:32:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%] 22:32:23 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:32:23 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%] 22:32:23 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED [ 59%] 22:32:23 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%] 22:32:23 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED [ 59%] 22:32:23 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:32:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root FAILED [ 36%] 22:32:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps FAILED [ 36%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%] 22:32:24 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:32:24 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%] 22:32:24 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env PASSED [ 60%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%] 22:32:24 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%] 22:32:24 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%] 22:32:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%] 22:32:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%] 22:32:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%] 22:32:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%] 22:32:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 63%] 22:32:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%] 22:32:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%] 22:32:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 64%] 22:32:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 64%] 22:32:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%] 22:32:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%] 22:32:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%] 22:32:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%] 22:32:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] 22:32:24 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate FAILED [ 36%] 22:32:24 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added FAILED [ 36%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] 22:32:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%] 22:32:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] 22:32:24 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed FAILED [ 36%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 22:32:24 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%] 22:32:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] 22:32:24 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%] 22:32:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%] 22:32:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%] 22:32:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 66%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED [ 66%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%] 22:32:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%] 22:32:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 67%] 22:32:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%] 22:32:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%] 22:32:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%] 22:32:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%] 22:32:25 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] 22:32:25 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down FAILED [ 37%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load PASSED [ 70%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%] 22:32:25 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:32:25 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up FAILED [ 37%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_start_binary_string_error PASSED [ 54%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_get_service PASSED [ 46%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%] 22:32:25 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up FAILED [ 37%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] 22:32:25 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED [ 54%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED [ 76%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%] 22:32:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%] 22:32:25 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:32:25 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%] 22:32:26 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build FAILED [ 37%] 22:32:26 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%] 22:32:26 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop FAILED [ 37%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 82%] 22:32:26 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%] 22:32:26 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py FAILED [ 37%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] 22:32:26 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%] 22:32:26 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%] 22:32:26 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%] 22:32:26 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 83%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%] 22:32:26 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED [ 84%] 22:32:26 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%] 22:32:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED [ 86%] 22:32:26 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED [ 46%] 22:32:26 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change FAILED [ 37%] 22:32:26 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED [ 90%] 22:32:26 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 92%] 22:32:26 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%] 22:32:26 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED [ 92%] 22:32:26 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] 22:32:26 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:32:26 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%] 22:32:26 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change FAILED [ 37%] 22:32:27 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%] 22:32:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%] 22:32:27 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 94%] 22:32:27 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:32:27 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%] 22:32:27 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%] 22:32:27 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%] 22:32:27 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%] 22:32:27 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 96%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%] 22:32:27 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%] 22:32:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%] 22:32:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] 22:32:27 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:32:27 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:32:27 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:32:27 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:32:27 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:32:27 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:32:27 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:32:27 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:32:27 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:32:27 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED [ 55%] 22:32:27 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] 22:32:27 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:32:27 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED [ 47%] 22:32:27 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag FAILED [ 37%] 22:32:27 tests/integration/state_test.py::ServiceStateTest::test_trigger_start FAILED [ 37%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:32:27 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%] 22:32:27 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%] 22:32:27 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%] 22:32:27 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED [ 51%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED [ 51%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 22:32:27 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 22:32:27 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:32:27 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:32:27 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%] 22:32:28 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 22:32:28 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED [ 38%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:32:28 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:32:28 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:32:28 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:32:28 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:32:28 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:32:28 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:32:28 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:32:28 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:32:28 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:32:28 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:32:28 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:32:28 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%] 22:32:28 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] 22:32:28 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%] 22:32:28 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED [ 51%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:32:28 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%] 22:32:28 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%] 22:32:28 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:32:28 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED [ 39%] 22:32:29 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED [ 51%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED [ 51%] 22:32:29 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:32:29 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED [ 39%] 22:32:29 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 56%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED [ 52%] 22:32:29 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:32:29 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%] 22:32:29 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED [ 39%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 22:32:29 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%] 22:32:29 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%] 22:32:29 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%] 22:32:29 tests/unit/project_test.py::ProjectTest::test_events PASSED [ 45%] 22:32:30 tests/unit/bundle_test.py::test_push_image PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_to_bundle PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED [ 39%] 22:32:30 tests/unit/bundle_test.py::test_make_service_networks_default PASSED [ 40%] 22:32:30 tests/unit/bundle_test.py::test_make_service_networks PASSED [ 40%] 22:32:30 tests/unit/bundle_test.py::test_make_port_specs PASSED [ 40%] 22:32:30 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED [ 40%] 22:32:30 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED [ 52%] 22:32:30 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%] 22:32:30 22:32:30 =================================== FAILURES =================================== 22:32:30 ___________________________ CLITestCase.test_create ____________________________ 22:32:30 tests/acceptance/cli_test.py:909: in test_create 22:32:30  self.dispatch(['create']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82988d90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 217 22:32:30 Stderr: The create command is deprecated. Use the up command with the --no-start flag instead. 22:32:30 Creating simple-composefile_another_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 413, in create 22:32:30 do_build=build_action_from_opts(options), 22:32:30 File "/code/compose/project.py", line 418, in create 22:32:30 start=False) 22:32:30 File "/code/compose/service.py", line 548, in execute_convergence_plan 22:32:30 scale, detached, start 22:32:30 File "/code/compose/service.py", line 469, in _execute_convergence_create 22:32:30 "Creating" 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________ CLITestCase.test_create_with_force_recreate __________________ 22:32:30 tests/acceptance/cli_test.py:920: in test_create_with_force_recreate 22:32:30  self.dispatch(['create'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82f3b1d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 222 22:32:30 Stderr: The create command is deprecated. Use the up command with the --no-start flag instead. 22:32:30 Creating simple-composefile_another_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 413, in create 22:32:30 do_build=build_action_from_opts(options), 22:32:30 File "/code/compose/project.py", line 418, in create 22:32:30 start=False) 22:32:30 File "/code/compose/service.py", line 548, in execute_convergence_plan 22:32:30 scale, detached, start 22:32:30 File "/code/compose/service.py", line 469, in _execute_convergence_create 22:32:30 "Creating" 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_create_with_no_recreate ___________________ 22:32:30 tests/acceptance/cli_test.py:938: in test_create_with_no_recreate 22:32:30  self.dispatch(['create'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82f36810>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 231 22:32:30 Stderr: The create command is deprecated. Use the up command with the --no-start flag instead. 22:32:30 Creating simple-composefile_another_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 413, in create 22:32:30 do_build=build_action_from_opts(options), 22:32:30 File "/code/compose/project.py", line 418, in create 22:32:30 start=False) 22:32:30 File "/code/compose/service.py", line 548, in execute_convergence_plan 22:32:30 scale, detached, start 22:32:30 File "/code/compose/service.py", line 469, in _execute_convergence_create 22:32:30 "Creating" 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________________ CLITestCase.test_down _____________________________ 22:32:30 tests/acceptance/cli_test.py:1036: in test_down 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82988550>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 236 22:32:30 Stderr: Creating network "v2-full_default" with the default driver 22:32:30 Creating network "v2-full_front" with the default driver 22:32:30 Creating volume "v2-full_data" with local driver 22:32:30 Building web 22:32:30 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`. 22:32:30 Creating v2-full_other_1 ... 22:32:30 22:32:30 ERROR: for v2-full_other_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for other __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/3 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/3 : RUN echo something 22:32:30 ---> Running in 0af5295124b2 22:32:30 something 22:32:30 Removing intermediate container 0af5295124b2 22:32:30 ---> 895eb351886d 22:32:30 Step 3/3 : CMD top 22:32:30 ---> Running in a56f1511b19e 22:32:30 Removing intermediate container a56f1511b19e 22:32:30 ---> 1eb1fe878440 22:32:30 Successfully built 1eb1fe878440 22:32:30 Successfully tagged v2-full_web:latest 22:32:30 22:32:30 _________________________ CLITestCase.test_down_signal _________________________ 22:32:30 tests/acceptance/cli_test.py:1070: in test_down_signal 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82f3b610>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 246 22:32:30 Stderr: Creating stop-signal-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for stop-signal-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________________ CLITestCase.test_down_timeout _________________________ 22:32:30 tests/acceptance/cli_test.py:1058: in test_down_timeout 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8018d750>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 252 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_env_file_relative_to_compose_file ______________ 22:32:30 tests/acceptance/cli_test.py:2703: in test_env_file_relative_to_compose_file 22:32:30  self.dispatch(['-f', config_path, 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8018de10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 260 22:32:30 Stderr: Creating env-file_web_1 ... 22:32:30 22:32:30 ERROR: for env-file_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_events_human_readable ____________________ 22:32:30 tests/acceptance/cli_test.py:2681: in test_events_human_readable 22:32:30  self.dispatch(['up', '-d', 'simple']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b834d9590>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 266 22:32:30 Running process: 267 22:32:30 Stderr: Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_events_json _________________________ 22:32:30 tests/acceptance/cli_test.py:2660: in test_events_json 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82fade10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 276 22:32:30 Running process: 277 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_exec_custom_user _______________________ 22:32:30 tests/acceptance/cli_test.py:1714: in test_exec_custom_user 22:32:30  self.dispatch(['up', '-d', 'console']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82fad890>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 288 22:32:30 Stderr: Creating links-composefile_console_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for console __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_exec_detach_long_form ____________________ 22:32:30 tests/acceptance/cli_test.py:1705: in test_exec_detach_long_form 22:32:30  self.dispatch(['up', '--detach', 'console']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82fad210>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 294 22:32:30 Stderr: Creating links-composefile_console_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for console __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 __________ CLITestCase.test_exec_service_with_environment_overridden ___________ 22:32:30 tests/acceptance/cli_test.py:1735: in test_exec_service_with_environment_overridden 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82fadc10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 300 22:32:30 Stderr: Creating network "environment-exec_default" with the default driver 22:32:30 Creating environment-exec_service_1 ... 22:32:30 22:32:30 ERROR: for environment-exec_service_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_exec_without_tty _______________________ 22:32:30 tests/acceptance/cli_test.py:1696: in test_exec_without_tty 22:32:30  self.dispatch(['up', '-d', 'console']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8018d750>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 306 22:32:30 Stderr: Creating links-composefile_console_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for console __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________________ CLITestCase.test_exec_workdir _________________________ 22:32:30 tests/acceptance/cli_test.py:1725: in test_exec_workdir 22:32:30  self.dispatch(['up', '-d', 'console']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b83256890>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 312 22:32:30 Stderr: Creating links-composefile_console_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_console_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for console __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________ CLITestCase.test_exit_code_from_signal_stop __________________ 22:32:30 tests/acceptance/cli_test.py:2816: in test_exit_code_from_signal_stop 22:32:30  result = wait_on_process(proc, returncode=137) # SIGKILL 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 137 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82e08410>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 318 22:32:30 Stderr: Creating exit-code-from_simple_1 ... 22:32:30 Creating exit-code-from_another_1 ... 22:32:30 22:32:30 ERROR: for exit-code-from_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for exit-code-from_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________________ CLITestCase.test_expanded_port ________________________ 22:32:30 tests/acceptance/cli_test.py:2628: in test_expanded_port 22:32:30  self.dispatch(['-f', 'expanded-notation.yml', 'up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82988d90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 326 22:32:30 Stderr: Creating network "ports-composefile_default" with the default driver 22:32:30 Creating ports-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for ports-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_forward_exitval _______________________ 22:32:30 tests/acceptance/cli_test.py:2808: in test_forward_exitval 22:32:30  assert 'exit-code-from_another_1 exited with code 1' in result.stdout 22:32:30 E AssertionError: assert 'exit-code-from_another_1 exited with code 1' in '' 22:32:30 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 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 332 22:32:30 _______________ CLITestCase.test_home_and_env_var_in_volume_path _______________ 22:32:30 tests/acceptance/cli_test.py:2716: in test_home_and_env_var_in_volume_path 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b83256490>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 348 22:32:30 Stderr: Creating volume-path-interpolation_test_1 ... 22:32:30 22:32:30 ERROR: for volume-path-interpolation_test_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for test __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 environment.py 105 WARNING The VOLUME_NAME variable is not set. Defaulting to a blank string. 22:32:30 ___________________________ CLITestCase.test_images ____________________________ 22:32:30 tests/acceptance/cli_test.py:2821: in test_images 22:32:30  self.project.get_service('simple').create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________ CLITestCase.test_images_default_composefile __________________ 22:32:30 tests/acceptance/cli_test.py:2828: in test_images_default_composefile 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b823f5f10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 362 22:32:30 Stderr: Creating multiple-composefiles_simple_1 ... 22:32:30 Creating multiple-composefiles_another_1 ... 22:32:30 22:32:30 ERROR: for multiple-composefiles_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for multiple-composefiles_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_images_tagless_image _____________________ 22:32:30 tests/acceptance/cli_test.py:2850: in test_images_tagless_image 22:32:30  self.project.get_service('foo').create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 network.py 291 WARNING Network tagless-image_default not found. 22:32:30 ___________________ CLITestCase.test_images_use_service_tag ____________________ 22:32:30 tests/acceptance/cli_test.py:2876: in test_images_use_service_tag 22:32:30  self.dispatch(['up', '-d', '--build']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82e08850>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 370 22:32:30 Stderr: Creating network "images-service-tag_default" with the default driver 22:32:30 Building foo1 22:32:30 Building foo2 22:32:30 Building foo3 22:32:30 Creating images-service-tag_foo2_1 ... 22:32:30 Creating images-service-tag_foo1_1 ... 22:32:30 Creating images-service-tag_foo3_1 ... 22:32:30 22:32:30 ERROR: for images-service-tag_foo2_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for images-service-tag_foo1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for images-service-tag_foo3_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for foo1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for foo2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for foo3 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/2 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/2 : RUN touch /foo 22:32:30 ---> Running in 8c3aceb90b12 22:32:30 Removing intermediate container 8c3aceb90b12 22:32:30 ---> 58aab27d0de2 22:32:30 22:32:30 Successfully built 58aab27d0de2 22:32:30 Successfully tagged test:dev 22:32:30 Step 1/2 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/2 : RUN touch /foo 22:32:30 ---> Using cache 22:32:30 ---> 58aab27d0de2 22:32:30 22:32:30 Successfully built 58aab27d0de2 22:32:30 Successfully tagged test:prod 22:32:30 Step 1/2 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/2 : RUN touch /foo 22:32:30 ---> Using cache 22:32:30 ---> 58aab27d0de2 22:32:30 22:32:30 Successfully built 58aab27d0de2 22:32:30 Successfully tagged test:latest 22:32:30 22:32:30 ____________________________ CLITestCase.test_kill _____________________________ 22:32:30 tests/acceptance/cli_test.py:2474: in test_kill 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808d5310>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 380 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_kill_signal_sigstop _____________________ 22:32:30 tests/acceptance/cli_test.py:2485: in test_kill_signal_sigstop 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82e08d90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 388 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_kill_stopped_service _____________________ 22:32:30 tests/acceptance/cli_test.py:2497: in test_kill_stopped_service 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b83377c90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 396 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_logs_follow _________________________ 22:32:30 tests/acceptance/cli_test.py:2374: in test_logs_follow 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b833773d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 404 22:32:30 Stderr: Creating echo-services_simple_1 ... 22:32:30 Creating echo-services_another_1 ... 22:32:30 22:32:30 ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_logs_on_stopped_containers_exits _______________ 22:32:30 tests/acceptance/cli_test.py:2449: in test_logs_on_stopped_containers_exits 22:32:30  self.dispatch(['up']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8058e250>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 416 22:32:30 Stderr: Creating echo-services_simple_1 ... 22:32:30 Creating echo-services_another_1 ... 22:32:30 22:32:30 ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 __________________________ CLITestCase.test_logs_tail __________________________ 22:32:30 tests/acceptance/cli_test.py:2465: in test_logs_tail 22:32:30  self.dispatch(['up']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8075eb90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 424 22:32:30 Stderr: Creating logs-tail-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for logs-tail-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_logs_timestamps _______________________ 22:32:30 tests/acceptance/cli_test.py:2458: in test_logs_timestamps 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b83256650>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 430 22:32:30 Stderr: Creating echo-services_simple_1 ... 22:32:30 Creating echo-services_another_1 ... 22:32:30 22:32:30 ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________________ CLITestCase.test_pause_unpause ________________________ 22:32:30 tests/acceptance/cli_test.py:2351: in test_pause_unpause 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807fd190>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 442 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________________ CLITestCase.test_port _____________________________ 22:32:30 tests/acceptance/cli_test.py:2615: in test_port 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80599fd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 450 22:32:30 Stderr: Creating ports-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for ports-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_port_with_scale _______________________ 22:32:30 tests/acceptance/cli_test.py:2641: in test_port_with_scale 22:32:30  self.dispatch(['scale', 'simple=2'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808d5610>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 456 22:32:30 Stderr: The scale command is deprecated. Use the up command with the --scale flag instead. 22:32:30 Creating ports-composefile-scale_simple_1 ... 22:32:30 Creating ports-composefile-scale_simple_2 ... 22:32:30 22:32:30 ERROR: for ports-composefile-scale_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for ports-composefile-scale_simple_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 933, in scale 22:32:30 self.project.get_service(service_name).scale(num, timeout=timeout) 22:32:30 File "/code/compose/service.py", line 308, in scale 22:32:30 sorted_containers, desired_num, timeout, True, True 22:32:30 File "/code/compose/service.py", line 520, in _execute_convergence_start 22:32:30 scale - len(containers), detached, start 22:32:30 File "/code/compose/service.py", line 469, in _execute_convergence_create 22:32:30 "Creating" 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________________ CLITestCase.test_ps ______________________________ 22:32:30 tests/acceptance/cli_test.py:587: in test_ps 22:32:30  self.project.get_service('simple').create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________________ CLITestCase.test_ps_all ____________________________ 22:32:30 tests/acceptance/cli_test.py:642: in test_ps_all 22:32:30  self.project.get_service('simple').create_container(one_off='blahblah') 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ CLITestCase.test_ps_alternate_composefile ___________________ 22:32:30 tests/acceptance/cli_test.py:606: in test_ps_alternate_composefile 22:32:30  self.dispatch(['-f', 'compose2.yml', 'up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b809e4ed0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 462 22:32:30 Stderr: Creating multiple-composefiles_yetanother_1 ... 22:32:30 22:32:30 ERROR: for multiple-composefiles_yetanother_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for yetanother __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_ps_default_composefile ____________________ 22:32:30 tests/acceptance/cli_test.py:593: in test_ps_default_composefile 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b809e4e90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 468 22:32:30 Stderr: Creating multiple-composefiles_another_1 ... 22:32:30 Creating multiple-composefiles_simple_1 ... 22:32:30 22:32:30 ERROR: for multiple-composefiles_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for multiple-composefiles_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 __________________ CLITestCase.test_ps_services_filter_status __________________ 22:32:30 tests/acceptance/cli_test.py:628: in test_ps_services_filter_status 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b83377610>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 488 22:32:30 Stderr: Building with_build 22:32:30 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`. 22:32:30 Creating ps-services-filter_with_image_1 ... 22:32:30 Creating ps-services-filter_with_build_1 ... 22:32:30 22:32:30 ERROR: for ps-services-filter_with_image_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for ps-services-filter_with_build_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for with_image __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for with_build __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/3 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/3 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 1af6fe893633 22:32:30 Removing intermediate container 1af6fe893633 22:32:30 ---> f883ba515b94 22:32:30 Step 3/3 : CMD echo "success" 22:32:30 ---> Running in 8651c932d662 22:32:30 Removing intermediate container 8651c932d662 22:32:30 ---> 4570d761b6fc 22:32:30 22:32:30 Successfully built 4570d761b6fc 22:32:30 Successfully tagged ps-services-filter_with_build:latest 22:32:30 22:32:30 ___________________________ CLITestCase.test_restart ___________________________ 22:32:30 tests/acceptance/cli_test.py:2509: in test_restart 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ CLITestCase.test_restart_stopped_container __________________ 22:32:30 tests/acceptance/cli_test.py:2519: in test_restart_stopped_container 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________________ CLITestCase.test_rm ______________________________ 22:32:30 tests/acceptance/cli_test.py:2240: in test_rm 22:32:30  service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________________ CLITestCase.test_rm_all ____________________________ 22:32:30 tests/acceptance/cli_test.py:2275: in test_rm_all 22:32:30  service.create_container(one_off=False) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________________ CLITestCase.test_rm_stop ___________________________ 22:32:30 tests/acceptance/cli_test.py:2257: in test_rm_stop 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b823e75d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 553 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_run_detached_connects_to_network _______________ 22:32:30 tests/acceptance/cli_test.py:2139: in test_run_detached_connects_to_network 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b809e4c90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 561 22:32:30 Stderr: Creating network "networks_back" with the default driver 22:32:30 Creating network "networks_front" with the default driver 22:32:30 Pulling web (alpine:3.10.1)... 22:32:30 Creating networks_web_1 ... 22:32:30 Creating networks_db_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 3.10.1: Pulling from library/alpine 22:32:30 Digest: sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 22:32:30 Status: Downloaded newer image for alpine:3.10.1 22:32:30 22:32:30 ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________ 22:32:30 tests/acceptance/cli_test.py:1804: in test_run_does_not_recreate_linked_containers 22:32:30  self.dispatch(['up', '-d', 'db']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807fdb10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 569 22:32:30 Stderr: Creating links-composefile_db_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________ CLITestCase.test_run_env_values_from_system __________________ 22:32:30 tests/acceptance/cli_test.py:2220: in test_run_env_values_from_system 22:32:30  self.dispatch(['run', '-e', 'FOO', 'simple', 'true'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8075e510>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 575 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_run_handles_sighup ______________________ 22:32:30 tests/acceptance/cli_test.py:2190: in test_run_handles_sighup 22:32:30  'running')) 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for container to be running 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 579 22:32:30 _____________________ CLITestCase.test_run_handles_sigint ______________________ 22:32:30 tests/acceptance/cli_test.py:2164: in test_run_handles_sigint 22:32:30  'running')) 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for container to be running 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 583 22:32:30 _____________________ CLITestCase.test_run_handles_sigterm _____________________ 22:32:30 tests/acceptance/cli_test.py:2177: in test_run_handles_sigterm 22:32:30  'running')) 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for container to be running 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 587 22:32:30 _____________ CLITestCase.test_run_interactive_connects_to_network _____________ 22:32:30 tests/acceptance/cli_test.py:2114: in test_run_interactive_connects_to_network 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b834b2dd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 591 22:32:30 Stderr: Creating network "networks_back" with the default driver 22:32:30 Creating network "networks_front" with the default driver 22:32:30 Creating networks_web_1 ... 22:32:30 Creating networks_db_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_run_label_flag ________________________ 22:32:30 tests/acceptance/cli_test.py:2230: in test_run_label_flag 22:32:30  self.dispatch(['run', '-l', 'default', '--label', 'foo=baz', name, '/bin/true']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807fd190>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 599 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_run_one_off_with_multiple_volumes ______________ 22:32:30 tests/acceptance/cli_test.py:987: in test_run_one_off_with_multiple_volumes 22:32:30  ], returncode=0) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b823e7750>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 603 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_run_one_off_with_volume ___________________ 22:32:30 tests/acceptance/cli_test.py:966: in test_run_one_off_with_volume 22:32:30  ], returncode=0) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80275090>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 607 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________ CLITestCase.test_run_one_off_with_volume_merge ________________ 22:32:30 tests/acceptance/cli_test.py:1010: in test_run_one_off_with_volume_merge 22:32:30  ], returncode=0) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b809e49d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 611 22:32:30 Stderr: Creating network "simple-composefile-volume-ready_default" with the default driver 22:32:30 Creating volume "simple-composefile-volume-ready_datastore" with default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________________ CLITestCase.test_run_rm ____________________________ 22:32:30 tests/acceptance/cli_test.py:1839: in test_run_rm 22:32:30  'running') 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for container to be running 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 615 22:32:30 __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________ 22:32:30 tests/acceptance/cli_test.py:1898: in test_run_service_with_compose_file_entrypoint 22:32:30  self.dispatch(['run', 'test']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b834b2850>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 619 22:32:30 Stderr: Creating network "entrypoint-composefile_default" with the default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _ 22:32:30 tests/acceptance/cli_test.py:1912: in test_run_service_with_compose_file_entrypoint_and_command_overridden 22:32:30  self.dispatch(['run', '--entrypoint', 'echo', 'test', 'foo']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b834b21d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 623 22:32:30 Stderr: Creating network "entrypoint-composefile_default" with the default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _ 22:32:30 tests/acceptance/cli_test.py:1919: in test_run_service_with_compose_file_entrypoint_and_empty_string_command 22:32:30  self.dispatch(['run', '--entrypoint', 'echo', 'test', '']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82facdd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 627 22:32:30 Stderr: Creating network "entrypoint-composefile_default" with the default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____ 22:32:30 tests/acceptance/cli_test.py:1905: in test_run_service_with_compose_file_entrypoint_overridden 22:32:30  self.dispatch(['run', '--entrypoint', 'echo', 'test']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b834b2e10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 631 22:32:30 Stderr: Creating network "entrypoint-composefile_default" with the default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________ CLITestCase.test_run_service_with_dependencies ________________ 22:32:30 tests/acceptance/cli_test.py:1779: in test_run_service_with_dependencies 22:32:30  self.dispatch(['run', 'web', '/bin/true'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8325fd10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 635 22:32:30 Stderr: Creating network "v2-dependencies_default" with the default driver 22:32:30 Creating v2-dependencies_db_1 ... 22:32:30 22:32:30 ERROR: for v2-dependencies_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1347, in run_one_off_container 22:32:30 rescale=False 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________ 22:32:30 tests/acceptance/cli_test.py:1865: in test_run_service_with_dockerfile_entrypoint 22:32:30  self.dispatch(['run', 'test']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807f5b90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 641 22:32:30 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver 22:32:30 Building test 22:32:30 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`. 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 7c2a7ef53dce 22:32:30 Removing intermediate container 7c2a7ef53dce 22:32:30 ---> e76c131370fc 22:32:30 Step 3/4 : ENTRYPOINT ["printf"] 22:32:30 ---> Running in 44f55e131df5 22:32:30 Removing intermediate container 44f55e131df5 22:32:30 ---> 8b304bb49a97 22:32:30 Step 4/4 : CMD ["default", "args"] 22:32:30 ---> Running in cb14d71635de 22:32:30 Removing intermediate container cb14d71635de 22:32:30 ---> 582606af9a4b 22:32:30 22:32:30 Successfully built 582606af9a4b 22:32:30 Successfully tagged entrypoint-dockerfile_test:latest 22:32:30 22:32:30 _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _ 22:32:30 tests/acceptance/cli_test.py:1891: in test_run_service_with_dockerfile_entrypoint_and_command_overridden 22:32:30  self.dispatch(['run', '--entrypoint', 'echo', 'test', 'foo']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8325fb10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 645 22:32:30 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver 22:32:30 Building test 22:32:30 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`. 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 404380b2c27e 22:32:30 Removing intermediate container 404380b2c27e 22:32:30 ---> 288dc0b0f44b 22:32:30 Step 3/4 : ENTRYPOINT ["printf"] 22:32:30 ---> Running in d69f05bf4681 22:32:30 Removing intermediate container d69f05bf4681 22:32:30 ---> 32179c769344 22:32:30 Step 4/4 : CMD ["default", "args"] 22:32:30 ---> Running in 58711cc1c2cb 22:32:30 Removing intermediate container 58711cc1c2cb 22:32:30 ---> 6aae5564f986 22:32:30 22:32:30 Successfully built 6aae5564f986 22:32:30 Successfully tagged entrypoint-dockerfile_test:latest 22:32:30 22:32:30 ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______ 22:32:30 tests/acceptance/cli_test.py:1884: in test_run_service_with_dockerfile_entrypoint_overridden 22:32:30  self.dispatch(['run', '--entrypoint', 'echo', 'test']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808fb890>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 649 22:32:30 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver 22:32:30 Building test 22:32:30 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`. 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 91f14671acbb 22:32:30 Removing intermediate container 91f14671acbb 22:32:30 ---> e0378ae47ea9 22:32:30 Step 3/4 : ENTRYPOINT ["printf"] 22:32:30 ---> Running in bbe2dd115006 22:32:30 Removing intermediate container bbe2dd115006 22:32:30 ---> 32aa0152117a 22:32:30 Step 4/4 : CMD ["default", "args"] 22:32:30 ---> Running in d7095d6ef54a 22:32:30 Removing intermediate container d7095d6ef54a 22:32:30 ---> ebf20d531c21 22:32:30 22:32:30 Successfully built ebf20d531c21 22:32:30 Successfully tagged entrypoint-dockerfile_test:latest 22:32:30 22:32:30 ___________ CLITestCase.test_run_service_with_environment_overridden ___________ 22:32:30 tests/acceptance/cli_test.py:1950: in test_run_service_with_environment_overridden 22:32:30  '/bin/true', 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808fb110>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 653 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________ CLITestCase.test_run_service_with_explicitly_mapped_ip_ports _________ 22:32:30 tests/acceptance/cli_test.py:2024: in test_run_service_with_explicitly_mapped_ip_ports 22:32:30  'simple' 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8325fcd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 657 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 __________ CLITestCase.test_run_service_with_explicitly_mapped_ports ___________ 22:32:30 tests/acceptance/cli_test.py:2003: in test_run_service_with_explicitly_mapped_ports 22:32:30  self.dispatch(['run', '-d', '-p', '30000:3000', '--publish', '30001:3001', 'simple']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808fb350>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 661 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_run_service_with_links ____________________ 22:32:30 tests/acceptance/cli_test.py:1770: in test_run_service_with_links 22:32:30  self.dispatch(['run', 'web', '/bin/true'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807ef2d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 665 22:32:30 Stderr: Creating links-composefile_db_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1347, in run_one_off_container 22:32:30 rescale=False 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________ CLITestCase.test_run_service_with_map_ports __________________ 22:32:30 tests/acceptance/cli_test.py:1983: in test_run_service_with_map_ports 22:32:30  self.dispatch(['run', '-d', '--service-ports', 'simple']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808fb0d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 671 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________ CLITestCase.test_run_service_with_scaled_dependencies _____________ 22:32:30 tests/acceptance/cli_test.py:1787: in test_run_service_with_scaled_dependencies 22:32:30  self.dispatch(['up', '-d', '--scale', 'db=2', '--scale', 'console=0']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807efb90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 675 22:32:30 Stderr: Creating network "v2-dependencies_default" with the default driver 22:32:30 Creating v2-dependencies_db_1 ... 22:32:30 Creating v2-dependencies_db_2 ... 22:32:30 22:32:30 ERROR: for v2-dependencies_db_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for v2-dependencies_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_run_service_with_unset_entrypoint ______________ 22:32:30 tests/acceptance/cli_test.py:1872: in test_run_service_with_unset_entrypoint 22:32:30  self.dispatch(['run', '--entrypoint=""', 'test', 'true']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807f5b90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 683 22:32:30 Stderr: Creating network "entrypoint-dockerfile_default" with the default driver 22:32:30 Building test 22:32:30 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`. 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 4066e6a62b6a 22:32:30 Removing intermediate container 4066e6a62b6a 22:32:30 ---> fcb0300b8864 22:32:30 Step 3/4 : ENTRYPOINT ["printf"] 22:32:30 ---> Running in c1e689e67de1 22:32:30 Removing intermediate container c1e689e67de1 22:32:30 ---> c9d0b6aad3cb 22:32:30 Step 4/4 : CMD ["default", "args"] 22:32:30 ---> Running in b758d7e66e53 22:32:30 Removing intermediate container b758d7e66e53 22:32:30 ---> 96f4958572f1 22:32:30 22:32:30 Successfully built 96f4958572f1 22:32:30 Successfully tagged entrypoint-dockerfile_test:latest 22:32:30 22:32:30 ________________ CLITestCase.test_run_service_with_use_aliases _________________ 22:32:30 tests/acceptance/cli_test.py:2092: in test_run_service_with_use_aliases 22:32:30  self.dispatch(['-f', filename, 'run', '-d', '--use-aliases', 'web', 'top']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808fb250>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 687 22:32:30 Stderr: Creating network "networks_back" with the default driver 22:32:30 Creating network "networks_front" with the default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_run_service_with_user_overridden _______________ 22:32:30 tests/acceptance/cli_test.py:1930: in test_run_service_with_user_overridden 22:32:30  container = service.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:32:30 E IndexError: list index out of range 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 691 22:32:30 _________ CLITestCase.test_run_service_with_user_overridden_short_form _________ 22:32:30 tests/acceptance/cli_test.py:1939: in test_run_service_with_user_overridden_short_form 22:32:30  container = service.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:32:30 E IndexError: list index out of range 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 695 22:32:30 _____________ CLITestCase.test_run_service_with_workdir_overridden _____________ 22:32:30 tests/acceptance/cli_test.py:2074: in test_run_service_with_workdir_overridden 22:32:30  self.dispatch(['run', '--workdir={workdir}'.format(workdir=workdir), name]) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b808fba50>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 699 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________ 22:32:30 tests/acceptance/cli_test.py:2083: in test_run_service_with_workdir_overridden_short_form 22:32:30  self.dispatch(['run', '-w', workdir, name]) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80547dd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 703 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 __________________ CLITestCase.test_run_service_without_links __________________ 22:32:30 tests/acceptance/cli_test.py:1758: in test_run_service_without_links 22:32:30  self.dispatch(['run', 'console', '/bin/true']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807ef250>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 707 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________ CLITestCase.test_run_service_without_map_ports ________________ 22:32:30 tests/acceptance/cli_test.py:1966: in test_run_service_without_map_ports 22:32:30  self.dispatch(['run', '-d', 'simple']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807f58d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 711 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________ CLITestCase.test_run_unicode_env_values_from_system ______________ 22:32:30 tests/acceptance/cli_test.py:2206: in test_run_unicode_env_values_from_system 22:32:30  result = self.dispatch(['run', 'simple']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b824c04d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 715 22:32:30 Stderr: Creating network "unicode-environment_default" with the default driver 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 environment.py 105 WARNING The BAR variable is not set. Defaulting to a blank string. 22:32:30 ____________________ CLITestCase.test_run_with_custom_name _____________________ 22:32:30 tests/acceptance/cli_test.py:2064: in test_run_with_custom_name 22:32:30  self.dispatch(['run', '--name', name, 'service', '/bin/true']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807f5890>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 719 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_run_with_expose_ports ____________________ 22:32:30 tests/acceptance/cli_test.py:2042: in test_run_with_expose_ports 22:32:30  self.dispatch(['run', '-d', '--service-ports', 'simple']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b824c0950>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 723 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_run_with_no_deps _______________________ 22:32:30 tests/acceptance/cli_test.py:1798: in test_run_with_no_deps 22:32:30  self.dispatch(['run', '--no-deps', 'web', '/bin/true']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b806496d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 727 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_run_without_command _____________________ 22:32:30 tests/acceptance/cli_test.py:1821: in test_run_without_command 22:32:30  self.dispatch(['run', 'implicit']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b824c0e90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 731 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________________ CLITestCase.test_scale ____________________________ 22:32:30 tests/acceptance/cli_test.py:2533: in test_scale 22:32:30  self.dispatch(['scale', 'simple=1']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649650>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 735 22:32:30 Stderr: The scale command is deprecated. Use the up command with the --scale flag instead. 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 933, in scale 22:32:30 self.project.get_service(service_name).scale(num, timeout=timeout) 22:32:30 File "/code/compose/service.py", line 308, in scale 22:32:30 sorted_containers, desired_num, timeout, True, True 22:32:30 File "/code/compose/service.py", line 520, in _execute_convergence_start 22:32:30 scale - len(containers), detached, start 22:32:30 File "/code/compose/service.py", line 469, in _execute_convergence_create 22:32:30 "Creating" 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_shorthand_host_opt ______________________ 22:32:30 tests/acceptance/cli_test.py:197: in test_shorthand_host_opt 22:32:30  returncode=0 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80374090>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 744 22:32:30 Stderr: Creating simple-composefile_simple_1 ... 22:32:30 Creating simple-composefile_another_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________ CLITestCase.test_shorthand_host_opt_interactive ________________ 22:32:30 tests/acceptance/cli_test.py:204: in test_shorthand_host_opt_interactive 22:32:30  returncode=0 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807f5a90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 752 22:32:30 Stderr: Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 898, in run 22:32:30 self.toplevel_options, self.toplevel_environment 22:32:30 File "/code/compose/cli/main.py", line 1355, in run_one_off_container 22:32:30 **container_options) 22:32:30 File "/code/compose/service.py", line 338, in create_container 22:32:30 previous_container=previous_container, 22:32:30 File "/code/compose/service.py", line 918, in _get_container_create_options 22:32:30 one_off=one_off) 22:32:30 File "/code/compose/service.py", line 1059, in _get_container_host_config 22:32:30 device_requests=device_requests, 22:32:30 File "/code/.tox/py27/local/lib/python2.7/site-packages/docker/api/container.py", line 592, in create_host_config 22:32:30 return HostConfig(*args, **kwargs) 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________________ CLITestCase.test_stop _____________________________ 22:32:30 tests/acceptance/cli_test.py:2294: in test_stop 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649590>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 762 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_stop_signal _________________________ 22:32:30 tests/acceptance/cli_test.py:2306: in test_stop_signal 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649ad0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 770 22:32:30 Stderr: Creating stop-signal-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for stop-signal-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_top_processes_running ____________________ 22:32:30 tests/acceptance/cli_test.py:2796: in test_top_processes_running 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649790>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 776 22:32:30 Stderr: Creating top_service_b_1 ... 22:32:30 Creating top_service_a_1 ... 22:32:30 22:32:30 ERROR: for top_service_a_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for top_service_b_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service_b __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service_a __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_top_services_running _____________________ 22:32:30 tests/acceptance/cli_test.py:2787: in test_top_services_running 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649a10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 788 22:32:30 Stderr: Creating top_service_a_1 ... 22:32:30 Creating top_service_b_1 ... 22:32:30 22:32:30 ERROR: for top_service_a_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for top_service_b_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service_b __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service_a __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________________ CLITestCase.test_up ______________________________ 22:32:30 tests/acceptance/cli_test.py:1120: in test_up 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b859dbbd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 800 22:32:30 Stderr: Creating network "v2-simple_default" with the default driver 22:32:30 Creating v2-simple_simple_1 ... 22:32:30 Creating v2-simple_another_1 ... 22:32:30 22:32:30 ERROR: for v2-simple_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for v2-simple_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_up_attached _________________________ 22:32:30 tests/acceptance/cli_test.py:1106: in test_up_attached 22:32:30  result = self.dispatch(['up', '--no-color']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] 22:32:30 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED [ 48%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED [ 48%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%] 22:32:30 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED [ 45%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%] 22:32:30 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_environment PASSED [ 41%] 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649cd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 808 22:32:30 Stderr: Creating echo-services_simple_1 ... 22:32:30 Creating echo-services_another_1 ... 22:32:30 22:32:30 ERROR: for echo-services_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for echo-services_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_up_detached _________________________ 22:32:30 tests/acceptance/cli_test.py:1079: in test_up_detached 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b80649090>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 816 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_up_detached_long_form ____________________ 22:32:30 tests/acceptance/cli_test.py:1092: in test_up_detached_long_form 22:32:30  self.dispatch(['up', '--detach']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82ad2050>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 824 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_up_external_networks _____________________ 22:32:30 tests/acceptance/cli_test.py:1405: in test_up_external_networks 22:32:30  self.dispatch(['-f', filename, 'up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b859dbbd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 832 22:32:30 Running process: 836 22:32:30 Stderr: Creating networks_web_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________ 22:32:30 tests/acceptance/cli_test.py:1659: in test_up_handles_abort_on_container_exit 22:32:30  assert proc.returncode == 0 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82ad2a90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 842 22:32:30 __________________ CLITestCase.test_up_handles_force_shutdown __________________ 22:32:30 tests/acceptance/cli_test.py:1647: in test_up_handles_force_shutdown 22:32:30  wait_on_condition(ContainerCountCondition(self.project, 2)) 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for counter count == 2 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 858 22:32:30 ______________________ CLITestCase.test_up_handles_sigint ______________________ 22:32:30 tests/acceptance/cli_test.py:1631: in test_up_handles_sigint 22:32:30  wait_on_condition(ContainerCountCondition(self.project, 2)) 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for counter count == 2 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 866 22:32:30 _____________________ CLITestCase.test_up_handles_sigterm ______________________ 22:32:30 tests/acceptance/cli_test.py:1638: in test_up_handles_sigterm 22:32:30  wait_on_condition(ContainerCountCondition(self.project, 2)) 22:32:30 tests/acceptance/cli_test.py:78: in wait_on_condition 22:32:30  raise AssertionError("Timeout: %s" % condition) 22:32:30 E AssertionError: Timeout: waiting for counter count == 2 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 874 22:32:30 _________________________ CLITestCase.test_up_logging __________________________ 22:32:30 tests/acceptance/cli_test.py:2324: in test_up_logging 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b859db9d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 882 22:32:30 Stderr: Creating network "logging-composefile_default" with the default driver 22:32:30 Creating logging-composefile_simple_1 ... 22:32:30 Creating logging-composefile_another_1 ... 22:32:30 22:32:30 ERROR: for logging-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for logging-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_up_logging_legacy ______________________ 22:32:30 tests/acceptance/cli_test.py:2338: in test_up_logging_legacy 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805b6390>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 890 22:32:30 Stderr: Creating logging-composefile-legacy_simple_1 ... 22:32:30 Creating logging-composefile-legacy_another_1 ... 22:32:30 22:32:30 ERROR: for logging-composefile-legacy_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for logging-composefile-legacy_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_up_no_ansi __________________________ 22:32:30 tests/acceptance/cli_test.py:1199: in test_up_no_ansi 22:32:30  result = self.dispatch(['--no-ansi', 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805b6cd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 902 22:32:30 Stderr: Creating network "v2-simple_default" with the default driver 22:32:30 Creating v2-simple_simple_1 ... 22:32:30 Creating v2-simple_another_1 ... 22:32:30 22:32:30 ERROR: for v2-simple_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for v2-simple_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ CLITestCase.test_up_no_start _________________________ 22:32:30 tests/acceptance/cli_test.py:1152: in test_up_no_start 22:32:30  self.dispatch(['up', '--no-start'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805b6710>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 914 22:32:30 Stderr: Creating network "v2-full_default" with the default driver 22:32:30 Creating network "v2-full_front" with the default driver 22:32:30 Creating volume "v2-full_data" with local driver 22:32:30 Creating v2-full_other_1 ... 22:32:30 22:32:30 ERROR: for v2-full_other_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for other __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________ CLITestCase.test_up_no_start_remove_orphans __________________ 22:32:30 tests/acceptance/cli_test.py:1183: in test_up_no_start_remove_orphans 22:32:30  self.dispatch(['up', '--no-start'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805b6b50>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 920 22:32:30 Stderr: Creating network "v2-simple_default" with the default driver 22:32:30 Creating v2-simple_simple_1 ... 22:32:30 Creating v2-simple_another_1 ... 22:32:30 22:32:30 ERROR: for v2-simple_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for v2-simple_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_up_scale_reset ________________________ 22:32:30 tests/acceptance/cli_test.py:2589: in test_up_scale_reset 22:32:30  self.dispatch(['up', '-d', '--scale', 'web=3', '--scale', 'db=3', '--scale', 'worker=3']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8277f210>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 928 22:32:30 Stderr: Creating network "scale_default" with the default driver 22:32:30 Creating scale_worker_1 ... 22:32:30 Creating scale_worker_2 ... 22:32:30 Creating scale_worker_3 ... 22:32:30 Creating scale_web_1 ... 22:32:30 Creating scale_web_2 ... 22:32:30 Creating scale_web_3 ... 22:32:30 Creating scale_db_1 ... 22:32:30 Creating scale_db_2 ... 22:32:30 Creating scale_db_3 ... 22:32:30 22:32:30 ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_web_3 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_db_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_db_3 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_worker_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_worker_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_worker_3 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for worker __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_up_scale_scale_down _____________________ 22:32:30 tests/acceptance/cli_test.py:2575: in test_up_scale_scale_down 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82a13290>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 944 22:32:30 Stderr: Creating network "scale_default" with the default driver 22:32:30 Creating scale_web_1 ... 22:32:30 Creating scale_web_2 ... 22:32:30 Creating scale_db_1 ... 22:32:30 22:32:30 ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_up_scale_scale_up ______________________ 22:32:30 tests/acceptance/cli_test.py:2561: in test_up_scale_scale_up 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8277fc50>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 954 22:32:30 Stderr: Creating network "scale_default" with the default driver 22:32:30 Creating scale_web_1 ... 22:32:30 Creating scale_web_2 ... 22:32:30 Creating scale_db_1 ... 22:32:30 22:32:30 ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_up_scale_to_zero _______________________ 22:32:30 tests/acceptance/cli_test.py:2603: in test_up_scale_to_zero 22:32:30  self.dispatch(['up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82e83bd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 964 22:32:30 Stderr: Creating network "scale_default" with the default driver 22:32:30 Creating scale_web_1 ... 22:32:30 Creating scale_web_2 ... 22:32:30 Creating scale_db_1 ... 22:32:30 22:32:30 ERROR: for scale_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for scale_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________ CLITestCase.test_up_with_default_network_config ________________ 22:32:30 tests/acceptance/cli_test.py:1211: in test_up_with_default_network_config 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805b6c90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 974 22:32:30 Stderr: Creating network "networks_default" with driver "bridge" 22:32:30 Creating networks_another_1 ... 22:32:30 Creating networks_simple_1 ... 22:32:30 22:32:30 ERROR: for networks_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ________________ CLITestCase.test_up_with_default_override_file ________________ 22:32:30 tests/acceptance/cli_test.py:2725: in test_up_with_default_override_file 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8277f610>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 982 22:32:30 Stderr: Creating network "override-files_default" with the default driver 22:32:30 Creating override-files_db_1 ... 22:32:30 22:32:30 ERROR: for override-files_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_up_with_extends _______________________ 22:32:30 tests/acceptance/cli_test.py:2761: in test_up_with_extends 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805fc890>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 988 22:32:30 Stderr: Creating extends_mydb_1 ... 22:32:30 22:32:30 ERROR: for extends_mydb_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for mydb __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_up_with_external_default_network _______________ 22:32:30 tests/acceptance/cli_test.py:1428: in test_up_with_external_default_network 22:32:30  self.dispatch(['-f', filename, 'up', '-d']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805b6550>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 994 22:32:30 Running process: 998 22:32:30 Stderr: Creating networks_another_1 ... 22:32:30 Creating networks_simple_1 ... 22:32:30 22:32:30 ERROR: for networks_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_up_with_force_recreate ____________________ 22:32:30 tests/acceptance/cli_test.py:1584: in test_up_with_force_recreate 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82ad2c10>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1006 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_up_with_healthcheck _____________________ 22:32:30 tests/acceptance/cli_test.py:1539: in test_up_with_healthcheck 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82e83a90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1018 22:32:30 Stderr: Creating network "healthcheck_default" with the default driver 22:32:30 Creating healthcheck_passes_1 ... 22:32:30 Creating healthcheck_fails_1 ... 22:32:30 Creating healthcheck_disabled_1 ... 22:32:30 22:32:30 ERROR: for healthcheck_passes_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for healthcheck_fails_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for healthcheck_disabled_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for fails __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for disabled __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for passes __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_up_with_links_v1 _______________________ 22:32:30 tests/acceptance/cli_test.py:1485: in test_up_with_links_v1 22:32:30  self.dispatch(['up', '-d', 'web'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82ad21d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1032 22:32:30 Stderr: Creating links-composefile_db_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_up_with_multiple_files ____________________ 22:32:30 tests/acceptance/cli_test.py:2749: in test_up_with_multiple_files 22:32:30  None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807dd550>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1038 22:32:30 Stderr: Creating network "override-files_default" with the default driver 22:32:30 Creating override-files_other_1 ... 22:32:30 Creating override-files_db_1 ... 22:32:30 22:32:30 ERROR: for override-files_other_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for override-files_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for other __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_up_with_net_v1 ________________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/acceptance/cli_test.py:1517: in test_up_with_net_v1 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807ddd50>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1050 22:32:30 Stderr: Creating net-container_bar_1 ... 22:32:30 22:32:30 ERROR: for net-container_bar_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for bar __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ___________________ CLITestCase.test_up_with_network_aliases ___________________ 22:32:30 tests/acceptance/cli_test.py:1222: in test_up_with_network_aliases 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b8328b3d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1056 22:32:30 Stderr: Creating network "networks_back" with the default driver 22:32:30 Creating network "networks_front" with the default driver 22:32:30 Creating networks_web_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 __________________ CLITestCase.test_up_with_network_internal ___________________ 22:32:30 tests/acceptance/cli_test.py:1251: in test_up_with_network_internal 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82d64710>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1062 22:32:30 Stderr: Creating network "networks_internal" with driver "bridge" 22:32:30 Creating networks_web_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 network.py 291 WARNING Network networks_back not found. 22:32:30 network.py 291 WARNING Network networks_front not found. 22:32:30 ___________________ CLITestCase.test_up_with_network_labels ____________________ 22:32:30 tests/acceptance/cli_test.py:1439: in test_up_with_network_labels 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], returncode=0) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b85a06990>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1068 22:32:30 Stderr: Creating network "networks_network_with_label" with the default driver 22:32:30 Creating networks_web_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_up_with_network_mode _____________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/acceptance/cli_test.py:1362: in test_up_with_network_mode 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82d64b90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1074 22:32:30 Stderr: Creating networks_container_1 ... 22:32:30 Creating networks_bridge_1 ... 22:32:30 Creating networks_host_1 ... 22:32:30 Creating networks_none_1 ... 22:32:30 22:32:30 ERROR: for networks_bridge_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_host_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_container_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_none_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for bridge __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for host __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for container __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for none __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ CLITestCase.test_up_with_network_static_addresses _______________ 22:32:30 tests/acceptance/cli_test.py:1270: in test_up_with_network_static_addresses 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b805fc2d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1086 22:32:30 Stderr: Creating network "networks_static_test" with driver "bridge" 22:32:30 Creating networks_web_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 network.py 291 WARNING Network networks_back not found. 22:32:30 network.py 291 WARNING Network networks_front not found. 22:32:30 ______________________ CLITestCase.test_up_with_networks _______________________ 22:32:30 tests/acceptance/cli_test.py:1291: in test_up_with_networks 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82f97290>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1092 22:32:30 Stderr: Creating network "networks_back" with the default driver 22:32:30 Creating network "networks_front" with the default driver 22:32:30 Creating networks_web_1 ... 22:32:30 Creating networks_db_1 ... 22:32:30 22:32:30 ERROR: for networks_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for networks_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_up_with_no_deps _______________________ 22:32:30 tests/acceptance/cli_test.py:1575: in test_up_with_no_deps 22:32:30  self.dispatch(['up', '-d', '--no-deps', 'web'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b85a06f50>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1100 22:32:30 Stderr: Creating links-composefile_web_1 ... 22:32:30 22:32:30 ERROR: for links-composefile_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _____________________ CLITestCase.test_up_with_no_recreate _____________________ 22:32:30 tests/acceptance/cli_test.py:1598: in test_up_with_no_recreate 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82f97990>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1106 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_up_with_override_yaml ____________________ 22:32:30 tests/acceptance/cli_test.py:2858: in test_up_with_override_yaml 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82a29dd0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1114 22:32:30 Stderr: Creating override-yaml-files_db_1 ... 22:32:30 22:32:30 ERROR: for override-yaml-files_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________________ CLITestCase.test_up_with_pid_mode _______________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/acceptance/cli_test.py:1681: in test_up_with_pid_mode 22:32:30  self.dispatch(['up', '-d'], None) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82a297d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1120 22:32:30 Stderr: Creating network "pid-mode_default" with the default driver 22:32:30 Creating pid-mode_container_1 ... 22:32:30 Creating pid-mode_host_1 ... 22:32:30 22:32:30 ERROR: for pid-mode_host_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for pid-mode_container_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for host __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for container __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _______________________ CLITestCase.test_up_with_timeout _______________________ 22:32:30 tests/acceptance/cli_test.py:1617: in test_up_with_timeout 22:32:30  self.dispatch(['up', '-d', '-t', '1']) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82a294d0>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1128 22:32:30 Stderr: Creating simple-composefile_another_1 ... 22:32:30 Creating simple-composefile_simple_1 ... 22:32:30 22:32:30 ERROR: for simple-composefile_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple-composefile_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ____________________ CLITestCase.test_up_with_volume_labels ____________________ 22:32:30 tests/acceptance/cli_test.py:1459: in test_up_with_volume_labels 22:32:30  self.dispatch(['-f', filename, 'up', '-d'], returncode=0) 22:32:30 tests/acceptance/cli_test.py:161: in dispatch 22:32:30  return dispatch(self.base_dir, options, project_options, returncode, stdin) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b807ddc90>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1136 22:32:30 Stderr: Creating network "volumes_default" with the default driver 22:32:30 Creating volume "volumes_volume_with_label" with default driver 22:32:30 Creating volumes_web_1 ... 22:32:30 22:32:30 ERROR: for volumes_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 ______________ EnvironmentOverrideFileTest.test_env_file_override ______________ 22:32:30 tests/integration/environment_test.py:61: in test_env_file_override 22:32:30  dispatch(base_dir, ['--env-file', '.env.override', 'up']) 22:32:30 tests/acceptance/cli_test.py:71: in dispatch 22:32:30  return wait_on_process(proc, returncode=returncode, stdin=stdin) 22:32:30 tests/acceptance/cli_test.py:64: in wait_on_process 22:32:30  assert proc.returncode == returncode 22:32:30 E AssertionError: assert 1 == 0 22:32:30 E + where 1 = <subprocess.Popen object at 0x7f1b82427410>.returncode 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Running process: 1142 22:32:30 Stderr: Creating network "env-file-override_default" with the default driver 22:32:30 Creating env-file-override_test_1 ... 22:32:30 22:32:30 ERROR: for env-file-override_test_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for test __init__() got an unexpected keyword argument 'device_requests' 22:32:30 Traceback (most recent call last): 22:32:30 File "/code/.tox/py27/bin/docker-compose", line 11, in <module> 22:32:30 load_entry_point('docker-compose', 'console_scripts', 'docker-compose')() 22:32:30 File "/code/compose/cli/main.py", line 72, in main 22:32:30 command() 22:32:30 File "/code/compose/cli/main.py", line 128, in perform_command 22:32:30 handler(command, command_options) 22:32:30 File "/code/compose/cli/main.py", line 1107, in up 22:32:30 to_attach = up(False) 22:32:30 File "/code/compose/cli/main.py", line 1103, in up 22:32:30 cli=native_builder, 22:32:30 File "/code/compose/project.py", line 573, in up 22:32:30 get_deps, 22:32:30 File "/code/compose/parallel.py", line 112, in parallel_execute 22:32:30 raise error_to_reraise 22:32:30 TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 Stdout: 22:32:30 _________________________ ProjectTest.test_containers __________________________ 22:32:30 tests/integration/project_test.py:68: in test_containers 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_containers_stopped ______________________ 22:32:30 tests/integration/project_test.py:79: in test_containers_stopped 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_containers_with_extra_service ________________ 22:32:30 tests/integration/project_test.py:100: in test_containers_with_extra_service 22:32:30  web_1 = web.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_containers_with_service_names ________________ 22:32:30 tests/integration/project_test.py:92: in test_containers_with_service_names 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________________ ProjectTest.test_create ____________________________ 22:32:30 tests/integration/project_test.py:348: in test_create 22:32:30  project.create(['db']) 22:32:30 compose/project.py:418: in create 22:32:30  start=False) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ProjectTest.test_create_strategy_always ____________________ 22:32:30 tests/integration/project_test.py:388: in test_create_strategy_always 22:32:30  project.create(['db']) 22:32:30 compose/project.py:418: in create 22:32:30  start=False) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ProjectTest.test_create_strategy_never ____________________ 22:32:30 tests/integration/project_test.py:401: in test_create_strategy_never 22:32:30  project.create(['db']) 22:32:30 compose/project.py:418: in create 22:32:30  start=False) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ProjectTest.test_create_twice _________________________ 22:32:30 tests/integration/project_test.py:362: in test_create_twice 22:32:30  project.create(['db', 'web']) 22:32:30 compose/project.py:418: in create 22:32:30  start=False) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ProjectTest.test_create_with_links ______________________ 22:32:30 tests/integration/project_test.py:378: in test_create_with_links 22:32:30  project.create(['web']) 22:32:30 compose/project.py:418: in create 22:32:30  start=False) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ProjectTest.test_net_from_container_v1 ____________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/project_test.py:289: in test_net_from_container_v1 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_net_from_service_v1 _____________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/project_test.py:253: in test_net_from_service_v1 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_net_1 ... 22:32:30 22:32:30 ERROR: for composetest_net_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for net __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________ ProjectTest.test_network_mode_from_container _________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/project_test.py:230: in test_network_mode_from_container 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ProjectTest.test_network_mode_from_service __________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/project_test.py:190: in test_network_mode_from_service 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_net_1 ... 22:32:30 22:32:30 ERROR: for composetest_net_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for net __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________________ ProjectTest.test_project_up __________________________ 22:32:30 tests/integration/project_test.py:418: in test_project_up 22:32:30  project.up(['db']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30  Starting web ... failed  Starting db ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ProjectTest.test_project_up_config_scale ___________________ 22:32:30 tests/integration/project_test.py:1399: in test_project_up_config_scale 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_web_2 ... 22:32:30 Creating composetest_web_3 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_web_3 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_project_up_healthy_dependency ________________ 22:32:30 tests/integration/project_test.py:1873: in test_project_up_healthy_dependency 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_svc1_1 ... 22:32:30 22:32:30 ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ProjectTest.test_project_up_ignore_orphans __________________ 22:32:30 tests/integration/project_test.py:1832: in test_project_up_ignore_orphans 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_service1_1 ... 22:32:30 22:32:30 ERROR: for composetest_service1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ProjectTest.test_project_up_implicit_volume_driver ______________ 22:32:30 tests/integration/project_test.py:1454: in test_project_up_implicit_volume_driver 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ProjectTest.test_project_up_logging_with_multiple_files ____________ 22:32:30 tests/integration/project_test.py:1339: in test_project_up_logging_with_multiple_files 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_another_1 ... 22:32:30 Creating composetest_simple_1 ... 22:32:30 22:32:30 ERROR: for composetest_another_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for another __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ProjectTest.test_project_up_name_starts_with_illegal_char ___________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/project_test.py:2012: in test_project_up_name_starts_with_illegal_char 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating underscoretest_svc1_1 ... 22:32:30 22:32:30 ERROR: for underscoretest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ProjectTest.test_project_up_named_volumes_in_binds ______________ 22:32:30 tests/integration/project_test.py:1777: in test_project_up_named_volumes_in_binds 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_simple_1 ... 22:32:30 22:32:30 ERROR: for composetest_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_project_up_networks _____________________ 22:32:30 tests/integration/project_test.py:688: in test_project_up_networks 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________ ProjectTest.test_project_up_no_healthcheck_dependency _____________ 22:32:30 tests/integration/project_test.py:1947: in test_project_up_no_healthcheck_dependency 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_svc1_1 ... 22:32:30 22:32:30 ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_project_up_orphans ______________________ 22:32:30 tests/integration/project_test.py:1795: in test_project_up_orphans 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_service1_1 ... 22:32:30 22:32:30 ERROR: for composetest_service1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for service1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________ ProjectTest.test_project_up_port_mappings_with_multiple_files _________ 22:32:30 tests/integration/project_test.py:1380: in test_project_up_port_mappings_with_multiple_files 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_simple_1 ... 22:32:30 22:32:30 ERROR: for composetest_simple_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for simple __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________ ProjectTest.test_project_up_recreate_with_tmpfs_volume ____________ 22:32:30 tests/integration/project_test.py:634: in test_project_up_recreate_with_tmpfs_volume 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_foo_1 ... 22:32:30 22:32:30 ERROR: for composetest_foo_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for foo __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________ ProjectTest.test_project_up_seccomp_profile __________________ 22:32:30 tests/integration/project_test.py:1980: in test_project_up_seccomp_profile 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_svc1_1 ... 22:32:30 22:32:30 ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ProjectTest.test_project_up_starts_depends __________________ 22:32:30 tests/integration/project_test.py:576: in test_project_up_starts_depends 22:32:30  project.up(['web']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting data ... 22:32:30 Starting db ... 22:32:30 Starting web ... 22:32:30 Starting console ... 22:32:30  Starting data ... failed  Starting console ... failed  Starting db ... failed  Starting web ... failed Creating composetest_data_1 ... 22:32:30 22:32:30 ERROR: for composetest_data_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for data __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ProjectTest.test_project_up_starts_links ___________________ 22:32:30 tests/integration/project_test.py:542: in test_project_up_starts_links 22:32:30  project.up(['web']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30 Starting console ... 22:32:30  Starting console ... failed  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________ ProjectTest.test_project_up_starts_uncreated_services _____________ 22:32:30 tests/integration/project_test.py:427: in test_project_up_starts_uncreated_services 22:32:30  project.up(['db']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ProjectTest.test_project_up_unhealthy_dependency _______________ 22:32:30 tests/integration/project_test.py:1911: in test_project_up_unhealthy_dependency 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_svc1_1 ... 22:32:30 22:32:30 ERROR: for composetest_svc1_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for svc1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_project_up_volumes ______________________ 22:32:30 tests/integration/project_test.py:1247: in test_project_up_volumes 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_project_up_with_added_secrets ________________ 22:32:30 tests/integration/project_test.py:1533: in test_project_up_with_added_secrets 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ProjectTest.test_project_up_with_network_internal _______________ 22:32:30 tests/integration/project_test.py:1188: in test_project_up_with_network_internal 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_project_up_with_network_label ________________ 22:32:30 tests/integration/project_test.py:1218: in test_project_up_with_network_label 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ProjectTest.test_project_up_with_no_deps ___________________ 22:32:30 tests/integration/project_test.py:611: in test_project_up_with_no_deps 22:32:30  project.up(['db'], start_deps=False) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting data ... 22:32:30 Starting db ... 22:32:30 Starting web ... 22:32:30 Starting console ... 22:32:30  Starting console ... failed  Starting data ... failed  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ProjectTest.test_project_up_with_no_recreate_running _____________ 22:32:30 tests/integration/project_test.py:481: in test_project_up_with_no_recreate_running 22:32:30  project.up(['db']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ProjectTest.test_project_up_with_no_recreate_stopped _____________ 22:32:30 tests/integration/project_test.py:501: in test_project_up_with_no_recreate_stopped 22:32:30  project.up(['db']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30  Starting web ... failed  Starting db ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ProjectTest.test_project_up_with_secrets ___________________ 22:32:30 tests/integration/project_test.py:1487: in test_project_up_with_secrets 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_project_up_with_volume_labels ________________ 22:32:30 tests/integration/project_test.py:1282: in test_project_up_with_volume_labels 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ProjectTest.test_project_up_without_all_services _______________ 22:32:30 tests/integration/project_test.py:528: in test_project_up_without_all_services 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting console ... 22:32:30 Starting db ... 22:32:30  Starting console ... failed  Starting db ... failed Creating composetest_console_1 ... 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_console_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for console __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ProjectTest.test_recreate_preserves_mounts __________________ 22:32:30 tests/integration/project_test.py:462: in test_recreate_preserves_mounts 22:32:30  project.up(['db']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30  Starting db ... failed  Starting web ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________ ProjectTest.test_recreate_preserves_volumes __________________ 22:32:30 tests/integration/project_test.py:442: in test_recreate_preserves_volumes 22:32:30  project.up(['db']) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30  Starting web ... failed  Starting db ... failed Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________ ProjectTest.test_start_pause_unpause_stop_kill_remove _____________ 22:32:30 tests/integration/project_test.py:304: in test_start_pause_unpause_stop_kill_remove 22:32:30  web_container_1 = web.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30 Starting db ... 22:32:30  Starting web ... failed  Starting db ... failed  22:32:30 ____________________ ProjectTest.test_unscale_after_restart ____________________ 22:32:30 tests/integration/project_test.py:644: in test_unscale_after_restart 22:32:30  service.scale(1) 22:32:30 compose/service.py:308: in scale 22:32:30  sorted_containers, desired_num, timeout, True, True 22:32:30 compose/service.py:520: in _execute_convergence_start 22:32:30  scale - len(containers), detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Starting web ... 22:32:30  Starting web ... failed Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ProjectTest.test_up_with_custom_name_resources ________________ 22:32:30 tests/integration/project_test.py:1061: in test_up_with_custom_name_resources 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_up_with_enable_ipv6 _____________________ 22:32:30 tests/integration/project_test.py:950: in test_up_with_enable_ipv6 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ProjectTest.test_up_with_invalid_isolation __________________ 22:32:30 tests/integration/project_test.py:1105: in test_up_with_invalid_isolation 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ProjectTest.test_up_with_invalid_runtime ___________________ 22:32:30 tests/integration/project_test.py:1145: in test_up_with_invalid_runtime 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ProjectTest.test_up_with_ipam_config _____________________ 22:32:30 tests/integration/project_test.py:744: in test_up_with_ipam_config 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ProjectTest.test_up_with_ipam_options _____________________ 22:32:30 tests/integration/project_test.py:794: in test_up_with_ipam_options 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ProjectTest.test_up_with_isolation ______________________ 22:32:30 tests/integration/project_test.py:1084: in test_up_with_isolation 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ProjectTest.test_up_with_network_link_local_ips ________________ 22:32:30 tests/integration/project_test.py:1018: in test_up_with_network_link_local_ips 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________ ProjectTest.test_up_with_network_priorities __________________ 22:32:30 tests/integration/project_test.py:891: in test_up_with_network_priorities 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ProjectTest.test_up_with_network_static_addresses _______________ 22:32:30 tests/integration/project_test.py:841: in test_up_with_network_static_addresses 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______ ProjectTest.test_up_with_network_static_addresses_missing_subnet _______ 22:32:30 tests/integration/project_test.py:994: in test_up_with_network_static_addresses_missing_subnet 22:32:30  project.up() 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________________ ProjectTest.test_up_with_runtime _______________________ 22:32:30 tests/integration/testcases.py:167: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/project_test.py:1124: in test_up_with_runtime 22:32:30  project.up(detached=True) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ResilienceTest.test_create_failure ______________________ 22:32:30 tests/integration/resilience_test.py:21: in setUp 22:32:30  container = self.db.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ResilienceTest.test_start_failure _______________________ 22:32:30 tests/integration/resilience_test.py:21: in setUp 22:32:30  container = self.db.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________ ResilienceTest.test_successful_recreate ____________________ 22:32:30 tests/integration/resilience_test.py:21: in setUp 22:32:30  container = self.db.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_cap_add_list _________________________ 22:32:30 tests/integration/service_test.py:1536: in test_cap_add_list 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_cap_drop_list ________________________ 22:32:30 tests/integration/service_test.py:1541: in test_cap_drop_list 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________________ ServiceTest.test_containers __________________________ 22:32:30 tests/integration/service_test.py:70: in test_containers 22:32:30  create_and_start_container(foo) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ServiceTest.test_containers_one_off ______________________ 22:32:30 tests/integration/service_test.py:88: in test_containers_one_off 22:32:30  container = db.create_container(one_off=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_create_container_with_blkio_config ______________ 22:32:30 tests/integration/service_test.py:236: in test_create_container_with_blkio_config 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_create_container_with_cpu_count _______________ 22:32:30 tests/integration/service_test.py:146: in test_create_container_with_cpu_count 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_create_container_with_cpu_quota _______________ 22:32:30 tests/integration/service_test.py:129: in test_create_container_with_cpu_quota 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_create_container_with_cpu_rt _________________ 22:32:30 tests/integration/service_test.py:137: in test_create_container_with_cpu_rt 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_create_container_with_cpu_set ________________ 22:32:30 tests/integration/service_test.py:215: in test_create_container_with_cpu_set 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ServiceTest.test_create_container_with_cpu_shares _______________ 22:32:30 tests/integration/service_test.py:123: in test_create_container_with_cpu_shares 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%] 22:32:30 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%] 22:32:30 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED [ 46%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED [ 41%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_get PASSED [ 41%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED [ 41%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED [ 42%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%] 22:32:30 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%] 22:32:30 _________________ ServiceTest.test_create_container_with_cpus __________________ 22:32:30 tests/integration/service_test.py:163: in test_create_container_with_cpus 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ServiceTest.test_create_container_with_device_cgroup_rules __________ 22:32:30 tests/integration/service_test.py:283: in test_create_container_with_device_cgroup_rules 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_create_container_with_extra_hosts_dicts ___________ 22:32:30 tests/integration/service_test.py:209: in test_create_container_with_extra_hosts_dicts 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_create_container_with_extra_hosts_list ____________ 22:32:30 tests/integration/service_test.py:201: in test_create_container_with_extra_hosts_list 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ServiceTest.test_create_container_with_healthcheck_config ___________ 22:32:30 tests/integration/service_test.py:411: in test_create_container_with_healthcheck_config 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ServiceTest.test_create_container_with_host_mount _______________ 22:32:30 tests/integration/service_test.py:317: in test_create_container_with_host_mount 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_create_container_with_init_bool _______________ 22:32:30 tests/integration/service_test.py:177: in test_create_container_with_init_bool 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_create_container_with_legacy_mount ______________ 22:32:30 tests/integration/service_test.py:380: in test_create_container_with_legacy_mount 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ServiceTest.test_create_container_with_legacy_tmpfs_mount ___________ 22:32:30 tests/integration/service_test.py:395: in test_create_container_with_legacy_tmpfs_mount 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ServiceTest.test_create_container_with_mac_address ______________ 22:32:30 tests/integration/service_test.py:277: in test_create_container_with_mac_address 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_create_container_with_one_off ________________ 22:32:30 tests/integration/service_test.py:99: in test_create_container_with_one_off 22:32:30  container = db.create_container(one_off=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _ ServiceTest.test_create_container_with_one_off_when_existing_container_is_running _ 22:32:30 tests/integration/service_test.py:105: in test_create_container_with_one_off_when_existing_container_is_running 22:32:30  container = db.create_container(one_off=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_create_container_with_oom_kill_disable ____________ 22:32:30 tests/integration/service_test.py:272: in test_create_container_with_oom_kill_disable 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_create_container_with_read_only_root_fs ___________ 22:32:30 tests/integration/service_test.py:222: in test_create_container_with_read_only_root_fs 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_create_container_with_security_opt ______________ 22:32:30 tests/integration/service_test.py:257: in test_create_container_with_security_opt 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_create_container_with_shm_size ________________ 22:32:30 tests/integration/service_test.py:170: in test_create_container_with_shm_size 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_create_container_with_specified_volume ____________ 22:32:30 tests/integration/service_test.py:293: in test_create_container_with_specified_volume 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ServiceTest.test_create_container_with_tmpfs_mount ______________ 22:32:30 tests/integration/service_test.py:331: in test_create_container_with_tmpfs_mount 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________ ServiceTest.test_create_container_with_tmpfs_mount_tmpfs_size _________ 22:32:30 tests/integration/service_test.py:344: in test_create_container_with_tmpfs_mount_tmpfs_size 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ServiceTest.test_create_container_with_unspecified_volume ___________ 22:32:30 tests/integration/service_test.py:110: in test_create_container_with_unspecified_volume 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_create_container_with_volume_driver _____________ 22:32:30 tests/integration/service_test.py:116: in test_create_container_with_volume_driver 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_create_container_with_volume_mount ______________ 22:32:30 tests/integration/service_test.py:363: in test_create_container_with_volume_mount 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_create_container_with_volumes_from ______________ 22:32:30 tests/integration/service_test.py:477: in test_create_container_with_volumes_from 22:32:30  volume_container_1 = volume_service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_create_with_image_id _____________________ 22:32:30 tests/integration/service_test.py:1278: in test_create_with_image_id 22:32:30  service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_custom_container_name ____________________ 22:32:30 tests/integration/service_test.py:1668: in test_custom_container_name 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________________ ServiceTest.test_devices ___________________________ 22:32:30 tests/integration/service_test.py:1699: in test_devices 22:32:30  device_config = create_and_start_container(service).get('HostConfig.Devices') 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________________ ServiceTest.test_dns_list ___________________________ 22:32:30 tests/integration/service_test.py:1486: in test_dns_list 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_dns_no_value _________________________ 22:32:30 tests/integration/service_test.py:1481: in test_dns_no_value 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_dns_opt_value ________________________ 22:32:30 tests/integration/service_test.py:1519: in test_dns_opt_value 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________________ ServiceTest.test_dns_search __________________________ 22:32:30 tests/integration/service_test.py:1546: in test_dns_search 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_duplicate_containers _____________________ 22:32:30 tests/integration/service_test.py:1713: in test_duplicate_containers 22:32:30  options = service._get_container_create_options({}, service._next_container_number()) 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_duplicate_volume_trailing_slash _______________ 22:32:30 tests/integration/service_test.py:464: in test_duplicate_volume_trailing_slash 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_empty_labels _________________________ 22:32:30 tests/integration/service_test.py:1654: in test_empty_labels 22:32:30  labels = create_and_start_container(service).labels.items() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_env_from_file_combined_with_env _______________ 22:32:30 tests/integration/service_test.py:1573: in test_env_from_file_combined_with_env 22:32:30  env = create_and_start_container(service).environment 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _ ServiceTest.test_execute_convergence_plan_anonymous_volume_recreate_then_renew _ 22:32:30 tests/integration/service_test.py:763: in test_execute_convergence_plan_anonymous_volume_recreate_then_renew 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______ ServiceTest.test_execute_convergence_plan_anonymous_volume_renew _______ 22:32:30 tests/integration/service_test.py:739: in test_execute_convergence_plan_anonymous_volume_renew 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____ ServiceTest.test_execute_convergence_plan_image_with_volume_is_removed ____ 22:32:30 tests/integration/service_test.py:819: in test_execute_convergence_plan_image_with_volume_is_removed 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 9ad76103d288 22:32:30 Removing intermediate container 9ad76103d288 22:32:30 ---> 2e68557a2f93 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 7b9c0f9e7500 22:32:30 Removing intermediate container 7b9c0f9e7500 22:32:30 ---> 466bfdcaab64 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in 762c248a93f5 22:32:30 Removing intermediate container 762c248a93f5 22:32:30 ---> 9ff5fd94f4f4 22:32:30 22:32:30 Successfully built 9ff5fd94f4f4 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 ______________ ServiceTest.test_execute_convergence_plan_recreate ______________ 22:32:30 tests/integration/service_test.py:507: in test_execute_convergence_plan_recreate 22:32:30  old_container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____ ServiceTest.test_execute_convergence_plan_recreate_change_mount_target ____ 22:32:30 tests/integration/service_test.py:548: in test_execute_convergence_plan_recreate_change_mount_target 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_execute_convergence_plan_recreate_twice ___________ 22:32:30 tests/integration/service_test.py:571: in test_execute_convergence_plan_recreate_twice 22:32:30  orig_container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____ ServiceTest.test_execute_convergence_plan_recreate_twice_with_mount ______ 22:32:30 tests/integration/service_test.py:602: in test_execute_convergence_plan_recreate_twice_with_mount 22:32:30  orig_container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____ ServiceTest.test_execute_convergence_plan_when_containers_are_stopped _____ 22:32:30 tests/integration/service_test.py:633: in test_execute_convergence_plan_when_containers_are_stopped 22:32:30  service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____ ServiceTest.test_execute_convergence_plan_when_host_volume_is_removed _____ 22:32:30 tests/integration/service_test.py:715: in test_execute_convergence_plan_when_host_volume_is_removed 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in e3220c6df209 22:32:30 Removing intermediate container e3220c6df209 22:32:30 ---> 54307c40ced3 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 7477e517199d 22:32:30 Removing intermediate container 7477e517199d 22:32:30 ---> b80505471e49 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in 1cdeea9e20ea 22:32:30 Removing intermediate container 1cdeea9e20ea 22:32:30 ---> 5ff61744061c 22:32:30 22:32:30 Successfully built 5ff61744061c 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 ___ ServiceTest.test_execute_convergence_plan_when_image_volume_masks_config ___ 22:32:30 tests/integration/service_test.py:691: in test_execute_convergence_plan_when_image_volume_masks_config 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 50abe0837675 22:32:30 Removing intermediate container 50abe0837675 22:32:30 ---> 55108cf6a703 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 90268d02c811 22:32:30 Removing intermediate container 90268d02c811 22:32:30 ---> 07d9481c8c19 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in 190b342027a9 22:32:30 Removing intermediate container 190b342027a9 22:32:30 ---> 6f955d38d495 22:32:30 22:32:30 Successfully built 6f955d38d495 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 _____ ServiceTest.test_execute_convergence_plan_with_image_declared_volume _____ 22:32:30 tests/integration/service_test.py:656: in test_execute_convergence_plan_with_image_declared_volume 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 1d162a0bc745 22:32:30 Removing intermediate container 1d162a0bc745 22:32:30 ---> 36c78cffe3f2 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 7f0577e58b09 22:32:30 Removing intermediate container 7f0577e58b09 22:32:30 ---> d9b852bcd5f3 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in 4ec1daec199c 22:32:30 Removing intermediate container 4ec1daec199c 22:32:30 ---> b2f754a190fa 22:32:30 22:32:30 Successfully built b2f754a190fa 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 __ ServiceTest.test_execute_convergence_plan_with_image_declared_volume_renew __ 22:32:30 tests/integration/service_test.py:674: in test_execute_convergence_plan_with_image_declared_volume_renew 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in bcaeb2d51b8d 22:32:30 Removing intermediate container bcaeb2d51b8d 22:32:30 ---> d3501f54a2ff 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 5290c0de086a 22:32:30 Removing intermediate container 5290c0de086a 22:32:30 ---> b0eee38b0314 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in b0dcae033ba2 22:32:30 Removing intermediate container b0dcae033ba2 22:32:30 ---> 79d77047c215 22:32:30 22:32:30 Successfully built 79d77047c215 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 ___________ ServiceTest.test_execute_convergence_plan_without_start ____________ 22:32:30 tests/integration/service_test.py:797: in test_execute_convergence_plan_without_start 22:32:30  containers = service.execute_convergence_plan(ConvergencePlan('create', []), start=False) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in e2d5d3115260 22:32:30 Removing intermediate container e2d5d3115260 22:32:30 ---> a7b71cad4458 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 7071e0649e96 22:32:30 Removing intermediate container 7071e0649e96 22:32:30 ---> 1b6bdac5833c 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in 987337025ee3 22:32:30 Removing intermediate container 987337025ee3 22:32:30 ---> 5126c68ed8a7 22:32:30 22:32:30 Successfully built 5126c68ed8a7 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 ________________ ServiceTest.test_expose_does_not_publish_ports ________________ 22:32:30 tests/integration/service_test.py:1226: in test_expose_does_not_publish_ports 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________________ ServiceTest.test_group_add_value _______________________ 22:32:30 tests/integration/service_test.py:1511: in test_group_add_value 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________________________ ServiceTest.test_labels ____________________________ 22:32:30 tests/integration/service_test.py:1646: in test_labels 22:32:30  ctnr = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ServiceTest.test_log_drive_empty_default_jsonfile _______________ 22:32:30 tests/integration/service_test.py:1685: in test_log_drive_empty_default_jsonfile 22:32:30  log_config = create_and_start_container(service).log_config 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________________ ServiceTest.test_log_drive_none ________________________ 22:32:30 tests/integration/service_test.py:1692: in test_log_drive_none 22:32:30  log_config = create_and_start_container(service).log_config 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________________ ServiceTest.test_mem_reservation _______________________ 22:32:30 tests/integration/service_test.py:1496: in test_mem_reservation 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________________ ServiceTest.test_mem_swappiness ________________________ 22:32:30 tests/integration/service_test.py:1491: in test_mem_swappiness 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_network_mode_bridged _____________________ 22:32:30 tests/integration/service_test.py:1449: in test_network_mode_bridged 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ServiceTest.test_network_mode_host ______________________ 22:32:30 tests/integration/service_test.py:1454: in test_network_mode_host 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ServiceTest.test_network_mode_none ______________________ 22:32:30 tests/integration/service_test.py:1444: in test_network_mode_none 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________________ ServiceTest.test_oom_score_adj_value _____________________ 22:32:30 tests/integration/service_test.py:1506: in test_oom_score_adj_value 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_pid_mode_host ________________________ 22:32:30 tests/integration/service_test.py:1464: in test_pid_mode_host 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_pid_mode_none_defined ____________________ 22:32:30 tests/integration/service_test.py:1459: in test_pid_mode_none_defined 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_port_with_explicit_interface _________________ 22:32:30 tests/integration/service_test.py:1251: in test_port_with_explicit_interface 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_project_is_added_to_container_name ______________ 22:32:30 tests/integration/service_test.py:94: in test_project_is_added_to_container_name 22:32:30  create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________ ServiceTest.test_recreate_preserves_volume_with_trailing_slash ________ 22:32:30 tests/integration/service_test.py:424: in test_recreate_preserves_volume_with_trailing_slash 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ServiceTest.test_recreate_volume_to_mount ___________________ 22:32:30 tests/integration/service_test.py:442: in test_recreate_volume_to_mount 22:32:30  old_container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/4 : FROM busybox:1.31.0-uclibc 22:32:30 ---> 19485c79a9bb 22:32:30 Step 2/4 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in dcaef50d47b8 22:32:30 Removing intermediate container dcaef50d47b8 22:32:30 ---> c5ba5e970d6f 22:32:30 Step 3/4 : VOLUME /data 22:32:30 ---> Running in 856b8b5fe7df 22:32:30 Removing intermediate container 856b8b5fe7df 22:32:30 ---> 0ee53fe4cda1 22:32:30 Step 4/4 : CMD top 22:32:30 ---> Running in ce259de34d77 22:32:30 Removing intermediate container ce259de34d77 22:32:30 ---> 202e5dd8eb22 22:32:30 22:32:30 Successfully built 202e5dd8eb22 22:32:30 Successfully tagged composetest_db:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 _________________________ ServiceTest.test_resolve_env _________________________ 22:32:30 tests/integration/service_test.py:1613: in test_resolve_env 22:32:30  env = create_and_start_container(service).environment 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_restart_always_value _____________________ 22:32:30 tests/integration/service_test.py:1501: in test_restart_always_value 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ServiceTest.test_restart_on_failure_value ___________________ 22:32:30 tests/integration/service_test.py:1530: in test_restart_on_failure_value 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________________ ServiceTest.test_scale ____________________________ 22:32:30 tests/integration/service_test.py:1282: in test_scale 22:32:30  service.scale(1) 22:32:30 compose/service.py:308: in scale 22:32:30  sorted_containers, desired_num, timeout, True, True 22:32:30 compose/service.py:520: in _execute_convergence_start 22:32:30  scale - len(containers), detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ServiceTest.test_scale_sets_ports _______________________ 22:32:30 tests/integration/service_test.py:1431: in test_scale_sets_ports 22:32:30  service.scale(2) 22:32:30 compose/service.py:308: in scale 22:32:30  sorted_containers, desired_num, timeout, True, True 22:32:30 compose/service.py:520: in _execute_convergence_start 22:32:30  scale - len(containers), detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_web_2 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________ ServiceTest.test_scale_with_api_error _____________________ 22:32:30 tests/integration/service_test.py:1355: in test_scale_with_api_error 22:32:30  service.create_container(number=next_number, quiet=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______ ServiceTest.test_scale_with_custom_container_name_outputs_warning _______ 22:32:30 tests/integration/service_test.py:1422: in test_scale_with_custom_container_name_outputs_warning 22:32:30  service.scale(3) 22:32:30 compose/service.py:308: in scale 22:32:30  sorted_containers, desired_num, timeout, True, True 22:32:30 compose/service.py:520: in _execute_convergence_start 22:32:30  scale - len(containers), detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating custom-container ... 22:32:30 Creating custom-container ... 22:32:30 Creating custom-container ... 22:32:30 22:32:30 ERROR: for custom-container __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________ ServiceTest.test_scale_with_desired_number_already_achieved __________ 22:32:30 tests/integration/service_test.py:1398: in test_scale_with_desired_number_already_achieved 22:32:30  container = service.create_container(number=next_number, quiet=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ServiceTest.test_scale_with_immediate_exit __________________ 22:32:30 tests/integration/service_test.py:1439: in test_scale_with_immediate_exit 22:32:30  service.scale(2) 22:32:30 compose/service.py:308: in scale 22:32:30  sorted_containers, desired_num, timeout, True, True 22:32:30 compose/service.py:520: in _execute_convergence_start 22:32:30  scale - len(containers), detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_web_2 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_scale_with_stopped_containers ________________ 22:32:30 tests/integration/service_test.py:1310: in test_scale_with_stopped_containers 22:32:30  service.create_container(number=1) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____ ServiceTest.test_scale_with_stopped_containers_and_needing_creation ______ 22:32:30 tests/integration/service_test.py:1332: in test_scale_with_stopped_containers_and_needing_creation 22:32:30  service.create_container(number=next_number, quiet=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ServiceTest.test_scale_with_unexpected_exception _______________ 22:32:30 tests/integration/service_test.py:1378: in test_scale_with_unexpected_exception 22:32:30  service.create_container(number=next_number, quiet=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________________ ServiceTest.test_split_env __________________________ 22:32:30 tests/integration/service_test.py:1564: in test_split_env 22:32:30  env = create_and_start_container(service).environment 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_start_container_becomes_privileged ______________ 22:32:30 tests/integration/service_test.py:1221: in test_start_container_becomes_privileged 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_start_container_builds_images ________________ 22:32:30 tests/integration/service_test.py:935: in test_start_container_builds_images 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/3 : FROM busybox:1.27.2 22:32:30 ---> 6ad733544a63 22:32:30 Step 2/3 : LABEL com.docker.compose.test_image=true 22:32:30 ---> Running in 784bafa63760 22:32:30 Removing intermediate container 784bafa63760 22:32:30 ---> 9e138e6faf53 22:32:30 Step 3/3 : CMD echo "success" 22:32:30 ---> Running in 2bfea8ec61e1 22:32:30 Removing intermediate container 2bfea8ec61e1 22:32:30 ---> 50e3f561ba74 22:32:30 22:32:30 Successfully built 50e3f561ba74 22:32:30 Successfully tagged composetest_test:latest 22:32:30 ------------------------------ Captured log call ------------------------------- 22:32:30 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`. 22:32:30 ________ ServiceTest.test_start_container_creates_fixed_external_ports _________ 22:32:30 tests/integration/service_test.py:1236: in test_start_container_creates_fixed_external_ports 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _ ServiceTest.test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port _ 22:32:30 tests/integration/service_test.py:1242: in test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_start_container_creates_links ________________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/service_test.py:858: in test_start_container_creates_links 22:32:30  db1 = create_and_start_container(db) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ServiceTest.test_start_container_creates_links_with_names ___________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/service_test.py:873: in test_start_container_creates_links_with_names 22:32:30  db1 = create_and_start_container(db) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____ ServiceTest.test_start_container_creates_port_with_explicit_protocol _____ 22:32:30 tests/integration/service_test.py:1231: in test_start_container_creates_port_with_explicit_protocol 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ServiceTest.test_start_container_creates_ports ________________ 22:32:30 tests/integration/service_test.py:954: in test_start_container_creates_ports 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______ ServiceTest.test_start_container_inherits_options_from_constructor ______ 22:32:30 tests/integration/service_test.py:850: in test_start_container_inherits_options_from_constructor 22:32:30  create_and_start_container(db) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ___________ ServiceTest.test_start_container_passes_through_options ____________ 22:32:30 tests/integration/service_test.py:845: in test_start_container_passes_through_options 22:32:30  create_and_start_container(db, environment={'FOO': 'BAR'}) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_start_container_stays_unprivileged ______________ 22:32:30 tests/integration/service_test.py:1216: in test_start_container_stays_unprivileged 22:32:30  container = create_and_start_container(service).inspect() 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______ ServiceTest.test_start_container_uses_tagged_image_if_it_exists ________ 22:32:30 tests/integration/service_test.py:948: in test_start_container_uses_tagged_image_if_it_exists 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _____________ ServiceTest.test_start_container_with_external_links _____________ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/service_test.py:886: in test_start_container_with_external_links 22:32:30  db_ctnrs = [create_and_start_container(db) for _ in range(3)] 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _ ServiceTest.test_start_normal_container_does_not_create_links_to_its_own_service _ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/service_test.py:907: in test_start_normal_container_does_not_create_links_to_its_own_service 22:32:30  create_and_start_container(db) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __ ServiceTest.test_start_one_off_container_creates_links_to_its_own_service ___ 22:32:30 tests/integration/testcases.py:199: in wrapper 22:32:30  return f(self, *args, **kwargs) 22:32:30 tests/integration/service_test.py:917: in test_start_one_off_container_creates_links_to_its_own_service 22:32:30  db1 = create_and_start_container(db) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _________________________ ServiceTest.test_stop_signal _________________________ 22:32:30 tests/integration/service_test.py:1661: in test_stop_signal 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ____________________________ ServiceTest.test_tmpfs ____________________________ 22:32:30 tests/integration/service_test.py:1552: in test_tmpfs 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________________ ServiceTest.test_up_build_cli _________________________ 22:32:30 tests/integration/service_test.py:1002: in test_up_build_cli 22:32:30  project.up(do_build=BuildAction.force) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stdout call ----------------------------- 22:32:30 Step 1/1 : FROM busybox 22:32:30 ---> 6d5fcfe5ff17 22:32:30 22:32:30 Successfully built 6d5fcfe5ff17 22:32:30 Successfully tagged composetest_web:latest 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ServiceTest.test_userns_mode_host _______________________ 22:32:30 tests/integration/service_test.py:1476: in test_userns_mode_host 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________________ ServiceTest.test_userns_mode_none_defined ___________________ 22:32:30 tests/integration/service_test.py:1470: in test_userns_mode_none_defined 22:32:30  container = create_and_start_container(service) 22:32:30 tests/integration/service_test.py:60: in create_and_start_container 22:32:30  container = service.create_container(**override_options) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __ ServiceTest.test_with_high_enough_api_version_we_get_default_network_mode ___ 22:32:30 tests/integration/service_test.py:1626: in test_with_high_enough_api_version_we_get_default_network_mode 22:32:30  service_config = service._get_container_host_config({}) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________________ ServiceTest.test_working_dir_param ______________________ 22:32:30 tests/integration/service_test.py:1557: in test_working_dir_param 22:32:30  container = service.create_container() 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ________________ ConfigHashTest.test_config_hash_sticks_around _________________ 22:32:30 tests/integration/service_test.py:1752: in test_config_hash_sticks_around 22:32:30  container = converge(web)[0] 22:32:30 tests/integration/service_test.py:1729: in converge 22:32:30  return service.execute_convergence_plan(plan, timeout=1) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ______________ ConfigHashTest.test_config_hash_with_custom_labels ______________ 22:32:30 tests/integration/service_test.py:1746: in test_config_hash_with_custom_labels 22:32:30  container = converge(web)[0] 22:32:30 tests/integration/service_test.py:1729: in converge 22:32:30  return service.execute_convergence_plan(plan, timeout=1) 22:32:30 compose/service.py:548: in execute_convergence_plan 22:32:30  scale, detached, start 22:32:30 compose/service.py:469: in _execute_convergence_create 22:32:30  "Creating" 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________ ConfigHashTest.test_no_config_hash_when_one_off ________________ 22:32:30 tests/integration/service_test.py:1736: in test_no_config_hash_when_one_off 22:32:30  container = web.create_container(one_off=True) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 __________ ConfigHashTest.test_no_config_hash_when_overriding_options __________ 22:32:30 tests/integration/service_test.py:1741: in test_no_config_hash_when_overriding_options 22:32:30  container = web.create_container(environment={'FOO': '1'}) 22:32:30 compose/service.py:338: in create_container 22:32:30  previous_container=previous_container, 22:32:30 compose/service.py:918: in _get_container_create_options 22:32:30  one_off=one_off) 22:32:30 compose/service.py:1059: in _get_container_host_config 22:32:30  device_requests=device_requests, 22:32:30 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:30  return HostConfig(*args, **kwargs) 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 _______________________ BasicProjectTest.test_all_change _______________________ 22:32:30 tests/integration/state_test.py:81: in test_all_change 22:32:30  old_containers = self.run_up(self.cfg) 22:32:30 tests/integration/state_test.py:28: in run_up 22:32:30  project.up(**kwargs) 22:32:30 compose/project.py:573: in up 22:32:30  get_deps, 22:32:30 compose/parallel.py:112: in parallel_execute 22:32:30  raise error_to_reraise 22:32:30 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:30 ----------------------------- Captured stderr call ----------------------------- 22:32:30 Creating composetest_web_1 ... 22:32:30 Creating composetest_db_1 ... 22:32:30 22:32:30 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:30 22:32:30 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:30 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%] 22:32:30 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%] 22:32:30 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%] 22:32:30 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%] 22:32:30 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%] 22:32:30 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%] 22:32:30 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%] 22:32:30 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 57%] 22:32:30 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%] 22:32:30 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_milli PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_milli_float PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_second_milli PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_second_milli_micro PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_second PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_second_as_float PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_minute PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_hour_minute PASSED [ 57%] 22:32:30 tests/unit/timeparse_test.py::test_minute_as_float PASSED [ 58%] 22:32:30 tests/unit/timeparse_test.py::test_hour_minute_second PASSED [ 58%] 22:32:30 tests/unit/timeparse_test.py::test_invalid_with_space PASSED [ 58%] 22:32:30 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED [ 58%] 22:32:30 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED [ 58%] 22:32:30 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%] 22:32:30 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%] 22:32:31 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED [ 46%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_name PASSED [ 42%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_number PASSED [ 42%] 22:32:31 tests/unit/container_test.py::ContainerTest::test_short_id PASSED [ 43%] 22:32:31 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%] 22:32:31 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%] 22:32:31 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED [ 43%] 22:32:31 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%] 22:32:31 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%] 22:32:31 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%] 22:32:31 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%] 22:32:31 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED [ 44%] 22:32:31 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED [ 44%] 22:32:31 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED [ 44%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%] 22:32:31 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%] 22:32:31 _______________________ BasicProjectTest.test_no_change ________________________ 22:32:31 tests/integration/state_test.py:51: in test_no_change 22:32:31  old_containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 Creating composetest_web_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _____________________ BasicProjectTest.test_partial_change _____________________ 22:32:31 tests/integration/state_test.py:60: in test_partial_change 22:32:31  old_containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_web_1 ... 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _________________ ProjectWithDependenciesTest.test_change_leaf _________________ 22:32:31 tests/integration/state_test.py:123: in test_change_leaf 22:32:31  old_containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ________________ ProjectWithDependenciesTest.test_change_middle ________________ 22:32:31 tests/integration/state_test.py:131: in test_change_middle 22:32:31  old_containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _____ ProjectWithDependenciesTest.test_change_middle_always_recreate_deps ______ 22:32:31 tests/integration/state_test.py:139: in test_change_middle_always_recreate_deps 22:32:31  old_containers = self.run_up(self.cfg, always_recreate_deps=True) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _________________ ProjectWithDependenciesTest.test_change_root _________________ 22:32:31 tests/integration/state_test.py:147: in test_change_root 22:32:31  old_containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ______ ProjectWithDependenciesTest.test_change_root_always_recreate_deps _______ 22:32:31 tests/integration/state_test.py:155: in test_change_root_always_recreate_deps 22:32:31  old_containers = self.run_up(self.cfg, always_recreate_deps=True) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ___________ ProjectWithDependenciesTest.test_change_root_no_recreate ___________ 22:32:31 tests/integration/state_test.py:165: in test_change_root_no_recreate 22:32:31  old_containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 __ ProjectWithDependenciesTest.test_service_recreated_when_dependency_created __ 22:32:31 tests/integration/state_test.py:193: in test_service_recreated_when_dependency_created 22:32:31  containers = self.run_up(self.cfg, service_names=['web'], start_deps=False) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_web_1 ... 22:32:31 22:32:31 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for web __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _________ ProjectWithDependenciesTest.test_service_removed_while_down __________ 22:32:31 tests/integration/state_test.py:183: in test_service_removed_while_down 22:32:31  containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _____________________ ProjectWithDependenciesTest.test_up ______________________ 22:32:31 tests/integration/state_test.py:119: in test_up 22:32:31  containers = self.run_up(self.cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ____________ ProjectWithDependsOnDependenciesTest.test_change_leaf _____________ 22:32:31 tests/integration/state_test.py:246: in test_change_leaf 22:32:31  old_containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ___________ ProjectWithDependsOnDependenciesTest.test_change_middle ____________ 22:32:31 tests/integration/state_test.py:255: in test_change_middle 22:32:31  old_containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _ ProjectWithDependsOnDependenciesTest.test_change_middle_always_recreate_deps _ 22:32:31 tests/integration/state_test.py:264: in test_change_middle_always_recreate_deps 22:32:31  old_containers = self.run_up(local_cfg, always_recreate_deps=True) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ____________ ProjectWithDependsOnDependenciesTest.test_change_root _____________ 22:32:31 tests/integration/state_test.py:273: in test_change_root 22:32:31  old_containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 __ ProjectWithDependsOnDependenciesTest.test_change_root_always_recreate_deps __ 22:32:31 tests/integration/state_test.py:282: in test_change_root_always_recreate_deps 22:32:31  old_containers = self.run_up(local_cfg, always_recreate_deps=True) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ______ ProjectWithDependsOnDependenciesTest.test_change_root_no_recreate _______ 22:32:31 tests/integration/state_test.py:291: in test_change_root_no_recreate 22:32:31  old_containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 __________ ProjectWithDependsOnDependenciesTest.test_dependency_added __________ 22:32:31 tests/integration/state_test.py:344: in test_dependency_added 22:32:31  containers = self.run_up(local_cfg, service_names=['nginx']) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_nginx_1 ... 22:32:31 22:32:31 ERROR: for composetest_nginx_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for nginx __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _________ ProjectWithDependsOnDependenciesTest.test_dependency_removed _________ 22:32:31 tests/integration/state_test.py:331: in test_dependency_removed 22:32:31  containers = self.run_up(local_cfg, service_names=['nginx']) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _____ ProjectWithDependsOnDependenciesTest.test_service_removed_while_down _____ 22:32:31 tests/integration/state_test.py:306: in test_service_removed_while_down 22:32:31  containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ______ ProjectWithDependsOnDependenciesTest.test_service_removed_while_up ______ 22:32:31 tests/integration/state_test.py:317: in test_service_removed_while_up 22:32:31  containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _________________ ProjectWithDependsOnDependenciesTest.test_up _________________ 22:32:31 tests/integration/state_test.py:241: in test_up 22:32:31  containers = self.run_up(local_cfg) 22:32:31 tests/integration/state_test.py:28: in run_up 22:32:31  project.up(**kwargs) 22:32:31 compose/project.py:573: in up 22:32:31  get_deps, 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_db_1 ... 22:32:31 22:32:31 ERROR: for composetest_db_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for db __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _________________ ServiceStateTest.test_image_changed_to_build _________________ 22:32:31 tests/integration/state_test.py:454: in test_image_changed_to_build 22:32:31  container = web.create_container() 22:32:31 compose/service.py:338: in create_container 22:32:31  previous_container=previous_container, 22:32:31 compose/service.py:918: in _get_container_create_options 22:32:31  one_off=one_off) 22:32:31 compose/service.py:1059: in _get_container_host_config 22:32:31  device_requests=device_requests, 22:32:31 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:31  return HostConfig(*args, **kwargs) 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ______________________ ServiceStateTest.test_trigger_noop ______________________ 22:32:31 tests/integration/state_test.py:361: in test_trigger_noop 22:32:31  container = web.create_container() 22:32:31 compose/service.py:338: in create_container 22:32:31  previous_container=previous_container, 22:32:31 compose/service.py:918: in _get_container_create_options 22:32:31  one_off=one_off) 22:32:31 compose/service.py:1059: in _get_container_host_config 22:32:31  device_requests=device_requests, 22:32:31 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:31  return HostConfig(*args, **kwargs) 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ______________ ServiceStateTest.test_trigger_recreate_with_build _______________ 22:32:31 tests/integration/testcases.py:199: in wrapper 22:32:31  return f(self, *args, **kwargs) 22:32:31 tests/integration/state_test.py:437: in test_trigger_recreate_with_build 22:32:31  container = web.create_container() 22:32:31 compose/service.py:338: in create_container 22:32:31  previous_container=previous_container, 22:32:31 compose/service.py:918: in _get_container_create_options 22:32:31  one_off=one_off) 22:32:31 compose/service.py:1059: in _get_container_host_config 22:32:31  device_requests=device_requests, 22:32:31 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:31  return HostConfig(*args, **kwargs) 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 __________ ServiceStateTest.test_trigger_recreate_with_config_change ___________ 22:32:31 tests/integration/state_test.py:383: in test_trigger_recreate_with_config_change 22:32:31  container = web.create_container() 22:32:31 compose/service.py:338: in create_container 22:32:31  previous_container=previous_container, 22:32:31 compose/service.py:918: in _get_container_create_options 22:32:31  one_off=one_off) 22:32:31 compose/service.py:1059: in _get_container_host_config 22:32:31  device_requests=device_requests, 22:32:31 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:31  return HostConfig(*args, **kwargs) 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ___________ ServiceStateTest.test_trigger_recreate_with_image_change ___________ 22:32:31 tests/integration/state_test.py:411: in test_trigger_recreate_with_image_change 22:32:31  container = web.create_container() 22:32:31 compose/service.py:338: in create_container 22:32:31  previous_container=previous_container, 22:32:31 compose/service.py:918: in _get_container_create_options 22:32:31  one_off=one_off) 22:32:31 compose/service.py:1059: in _get_container_host_config 22:32:31  device_requests=device_requests, 22:32:31 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:31  return HostConfig(*args, **kwargs) 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ______ ServiceStateTest.test_trigger_recreate_with_nonexistent_image_tag _______ 22:32:31 tests/integration/state_test.py:390: in test_trigger_recreate_with_nonexistent_image_tag 22:32:31  container = web.create_container() 22:32:31 compose/service.py:338: in create_container 22:32:31  previous_container=previous_container, 22:32:31 compose/service.py:918: in _get_container_create_options 22:32:31  one_off=one_off) 22:32:31 compose/service.py:1059: in _get_container_host_config 22:32:31  device_requests=device_requests, 22:32:31 .tox/py27/local/lib/python2.7/site-packages/docker/api/container.py:592: in create_host_config 22:32:31  return HostConfig(*args, **kwargs) 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 _____________________ ServiceStateTest.test_trigger_start ______________________ 22:32:31 tests/integration/state_test.py:371: in test_trigger_start 22:32:31  web.scale(2) 22:32:31 compose/service.py:308: in scale 22:32:31  sorted_containers, desired_num, timeout, True, True 22:32:31 compose/service.py:520: in _execute_convergence_start 22:32:31  scale - len(containers), detached, start 22:32:31 compose/service.py:469: in _execute_convergence_create 22:32:31  "Creating" 22:32:31 compose/parallel.py:112: in parallel_execute 22:32:31  raise error_to_reraise 22:32:31 E TypeError: __init__() got an unexpected keyword argument 'device_requests' 22:32:31 ----------------------------- Captured stderr call ----------------------------- 22:32:31 Creating composetest_web_1 ... 22:32:31 Creating composetest_web_2 ... 22:32:31 22:32:31 ERROR: for composetest_web_1 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ERROR: for composetest_web_2 __init__() got an unexpected keyword argument 'device_requests' 22:32:31 22:32:31 ---------- coverage: platform linux2, python 2.7.13-final-0 ---------- 22:32:31 Name Stmts Miss Branch BrPart Cover Missing 22:32:31 ----------------------------------------------------------------------------- 22:32:31 compose/__init__.py 3 0 0 0 100% 22:32:31 compose/__main__.py 4 4 0 0 0% 1-6 22:32:31 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 22:32:31 compose/cli/__init__.py 0 0 0 0 100% 22:32:31 compose/cli/colors.py 23 2 10 2 88% 37-38, 36->37, 48->exit 22:32:31 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 22:32:31 compose/cli/docker_client.py 75 5 24 2 93% 24, 98-99, 107, 123, 106->107, 122->123 22:32:31 compose/cli/docopt_command.py 38 5 8 3 83% 13-14, 29, 35, 46, 28->29, 34->35, 45->46 22:32:31 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 22:32:31 compose/cli/formatter.py 37 12 8 1 71% 13, 19-23, 31-37, 12->13 22:32:31 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 22:32:31 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 22:32:31 compose/cli/signals.py 23 2 4 2 85% 18, 31, 36->exit, 43->exit 22:32:31 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 22:32:31 compose/cli/verbose_proxy.py 35 12 10 0 69% 36-39, 42-47, 50-60 22:32:31 compose/config/__init__.py 13 0 0 0 100% 22:32:31 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 22:32:31 compose/config/environment.py 96 7 34 4 92% 41, 98-101, 114, 121, 40->41, 97->98, 113->114, 120->121 22:32:31 compose/config/errors.py 25 2 0 0 92% 36-40 22:32:31 compose/config/interpolation.py 148 7 62 4 94% 66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222 22:32:31 compose/config/serialize.py 97 1 50 2 98% 76, 75->76, 82->85 22:32:31 compose/config/sort_services.py 44 1 18 1 97% 57, 56->57 22:32:31 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 22:32:31 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 22:32:31 compose/const.py 39 0 0 0 100% 22:32:31 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 22:32:31 compose/errors.py 17 4 0 0 76% 12, 17, 22, 29 22:32:31 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 22:32:31 compose/parallel.py 199 6 56 2 97% 186-187, 244-249, 326, 183->186, 325->326 22:32:31 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 22:32:31 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 22:32:31 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 22:32:31 compose/state.py 0 0 0 0 100% 22:32:31 compose/timeparse.py 22 0 4 0 100% 22:32:31 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 22:32:31 compose/version.py 6 0 0 0 100% 22:32:31 compose/volume.py 126 4 44 3 95% 150, 200, 211-212, 141->150, 199->200, 209->211 22:32:31 ----------------------------------------------------------------------------- 22:32:31 TOTAL 5679 813 2277 240 83% 22:32:31 Coverage HTML written to dir coverage-html 22:32:31 22:32:31 =========================== short test summary info ============================ 22:32:31 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path 22:32:31 Option has been removed in Engine 17.06.0 22:32:31 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit 22:32:31 Some kernels/configs do not support pids_limit 22:32:31 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt 22:32:31 Not supported on most drivers 22:32:31 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime 22:32:31 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32 22:32:31 SKIP [1] tests/unit/config/config_test.py:3778: windows paths 22:32:31 SKIP [1] tests/unit/cli/command_test.py:39: windows separator 22:32:31 SKIP [1] tests/acceptance/cli_test.py:2437: race condition between up and logs 22:32:31 SKIP [1] tests/acceptance/cli_test.py:2416: race condition between up and logs 22:32:31 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32 22:32:31 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux 22:32:31 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32 22:32:31 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0 22:32:31 SKIP [1] tests/acceptance/cli_test.py:2389: race condition between up and logs 22:32:31 == 331 failed, 804 passed, 11 skipped, 3 xfailed, 1 xpassed in 691.69 seconds == 22:32:31 ERROR: InvocationError: '/code/.tox/py27/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose' 22:32:31 ___________________________________ summary ____________________________________ 22:32:31 ERROR: py27: commands failed 22:32:31 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%] 22:32:31 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%] 22:32:31 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%] 22:32:31 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%] 22:32:31 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%] 22:32:31 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%] 22:32:31 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED [ 59%] 22:32:31 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%] 22:32:31 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED [ 59%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_containers PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED [ 52%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%] 22:32:31 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%] 22:32:31 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%] 22:32:31 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%] 22:32:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env PASSED [ 60%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_container PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%] 22:32:31 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%] 22:32:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%] 22:32:31 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%] 22:32:31 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%] 22:32:31 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%] 22:32:31 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%] 22:32:31 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%] 22:32:31 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 63%] 22:32:31 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%] 22:32:31 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%] 22:32:31 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 64%] 22:32:31 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 64%] 22:32:31 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%] 22:32:31 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%] 22:32:31 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%] 22:32:31 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%] 22:32:31 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%] 22:32:31 + on_exit 22:32:31 + [[ 1 != \0 ]] 22:32:31 + tail -n 100 22:32:31 + docker logs compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:32:31 time="2020-01-06T22:26:58.180765687Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" 22:32:31 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" 22:32:31 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 22:32:31 time="2020-01-06T22:29:53.130585295Z" level=info msg="shim reaped" id=18f22d936dbb6d06560efb50d524fcd6746593307f9553614c853afdd1a5036b 22:32:31 time="2020-01-06T22:29:53.140716334Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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 22:32:31 time="2020-01-06T22:30:01.066450618Z" level=info msg="shim reaped" id=86a230a4bce7a8cd994716622463b52ef6f49694e5d3783c9f6b66bf64df8fc9 22:32:31 time="2020-01-06T22:30:01.076830858Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 time="2020-01-06T22:30:06.942702334Z" level=warning msg="Unable to locate plugin: foobar, retrying in 1s" 22:32:31 time="2020-01-06T22:30:07.942901799Z" level=warning msg="Unable to locate plugin: foobar, retrying in 2s" 22:32:31 time="2020-01-06T22:30:09.943116372Z" level=warning msg="Unable to locate plugin: foobar, retrying in 4s" 22:32:31 time="2020-01-06T22:30:13.943306629Z" level=warning msg="Unable to locate plugin: foobar, retrying in 8s" 22:32:31 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 22:32:31 time="2020-01-06T22:30:22.578418392Z" level=info msg="shim reaped" id=313d7d9a1e414942b79355b2331c387b64e77701ac424dc222fc8da6da6f04e9 22:32:31 time="2020-01-06T22:30:22.588569062Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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 22:32:31 time="2020-01-06T22:30:23.487273226Z" level=info msg="shim reaped" id=3bbd04937f62df2627b286c269b27736e27e0938b2657c5e4308c1856d09533e 22:32:31 time="2020-01-06T22:30:23.497396672Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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 22:32:31 time="2020-01-06T22:30:28.767375130Z" level=info msg="shim reaped" id=5d1de74e4b0448f26dd900a91ee5278ecb181f8fec5a232a86929b2e56887e76 22:32:31 time="2020-01-06T22:30:28.777504556Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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 22:32:31 time="2020-01-06T22:30:30.489904486Z" level=info msg="shim reaped" id=9a6cdacbd2405b990f502170b9de7b50cf66f19494f11ffcf91af58ba2308ccd 22:32:31 time="2020-01-06T22:30:30.500102820Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:36.175945381Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 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 22:32:31 time="2020-01-06T22:30:37.428256439Z" level=info msg="shim reaped" id=f1538f2aad2d8952cb174289d5434a83c9abeb884ceca3ea2d9b69e28371f8f3 22:32:31 time="2020-01-06T22:30:37.438327863Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:37.656685602Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:30:38.289261199Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 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 22:32:31 time="2020-01-06T22:30:39.434144343Z" level=info msg="shim reaped" id=0c0d53bee6a2dc668a4629cbc005cf5a6cc15056ec3c2df1365a2b400f5fbfa7 22:32:31 time="2020-01-06T22:30:39.444327366Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:39.707047260Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:30:40.308614475Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:30:41.112493326Z" level=warning msg="Could not look up build1 for cache resolution, skipping: No such image: build1:latest" 22:32:31 time="2020-01-06T22:30:41.113756322Z" level=warning msg="Could not look up build1 for cache resolution, skipping: No such image: build1:latest" 22:32:31 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 22:32:31 time="2020-01-06T22:30:41.628461697Z" level=info msg="shim reaped" id=7180288b6db4e905eb95fd221246ea6f7c738557743dd12f3668f36120e0297a 22:32:31 time="2020-01-06T22:30:41.638507943Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:41.872942514Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 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 22:32:31 time="2020-01-06T22:30:42.380428994Z" level=info msg="shim reaped" id=f1d5067507c890e1983e69758247c650e0f0e3ce9bb2976cfc075e2b5536d5ce 22:32:31 time="2020-01-06T22:30:42.390514782Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:42.625869033Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:30:44.024152456Z" level=info msg="Layer sha256:f45eb3b98d0522ca47344a4fbb30c9f42716dd164b589eaa945dbcf770b94b12 cleaned up" 22:32:31 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 22:32:31 time="2020-01-06T22:30:45.425276612Z" level=info msg="shim reaped" id=11509d7bf1d16661e94b88ad95d4e4f49907ad86c6f7440c23c0263cf2614c4e 22:32:31 time="2020-01-06T22:30:45.435460259Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:45.675788230Z" level=info msg="Layer sha256:207f5cd21ac4d31bfa291d2bfbeefa765ac176e3662e59b7d008a3cb69f39e8e cleaned up" 22:32:31 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 22:32:31 time="2020-01-06T22:30:46.493559306Z" level=info msg="shim reaped" id=4ab022dbc286c313d5603932e204a0501e247fd5ef680baf4dd465d42ee50d47 22:32:31 time="2020-01-06T22:30:46.503720826Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:46.732396243Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 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 22:32:31 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 22:32:31 time="2020-01-06T22:30:47.942081046Z" level=info msg="shim reaped" id=fa234fc51463397de394fafb000727a9d1aa0ca862bf1bc5ac374d23f8c22995 22:32:31 time="2020-01-06T22:30:47.952304627Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 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" 22:32:31 time="2020-01-06T22:30:48.096183342Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:30:48.234559136Z" level=info msg="shim reaped" id=602373c9cd39f28c66b385e8b3cc5b5937b9baf30a5930a59014e8ac2aacaf71 22:32:31 time="2020-01-06T22:30:48.244704121Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 time="2020-01-06T22:30:48.644485033Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:30:49.188750956Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 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 22:32:31 time="2020-01-06T22:30:53.752354049Z" level=info msg="shim reaped" id=2d84c0bc2272c2f725bcf97d5f5bf797292b2ed840579e84f6e70be998a846bf 22:32:31 time="2020-01-06T22:30:53.762479823Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" 22:32:31 time="2020-01-06T22:31:00.591939921Z" level=info msg="Layer sha256:3e6f23a6ec99ad52e524db291cb1bfc401a8f5eee664a51026f425304bf10cf3 cleaned up" 22:32:31 time="2020-01-06T22:31:02.699810020Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:03.183895657Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:04.193995934Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:06.592768867Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:07.199204072Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:08.183922833Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:09.522966969Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:10.175580525Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:11.194677286Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:12.495999610Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:13.195614296Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:14.195813438Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:15.529472957Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:16.171506895Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:17.196236306Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:18.487749878Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:19.194183492Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:20.195543800Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:25.352800186Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:26.179620049Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:27.208321555Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up" 22:32:31 time="2020-01-06T22:31:31.665204506Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" 22:32:31 time="2020-01-06T22:31:32.180745042Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" 22:32:31 time="2020-01-06T22:31:35.780161772Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" 22:32:31 time="2020-01-06T22:31:36.179860666Z" level=info msg="Layer sha256:4573024dfdce749ea1237d1000c007a6645012dad54cdaedcb88190070fe6b7a cleaned up" 22:32:31 + docker rm -vf compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:32:31 tests/unit/service_test.py::ServiceTest::test_create_container PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_create_container_binary_string_error PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%] 22:32:31 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%] 22:32:31 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%] 22:32:31 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%] 22:32:31 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED [ 50%] 22:32:32 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%] 22:32:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%] 22:32:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%] 22:32:32 compose-dind-19.03.5-jenkins-compose-PR-7124-5 22:32:32 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%] 22:32:32 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%] 22:32:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%] 22:32:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%] 22:32:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 66%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED [ 66%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%] 22:32:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%] 22:32:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 67%] 22:32:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%] 22:32:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%] 22:32:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%] 22:32:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED [ 51%] 22:32:32 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 22:32:32 tests/unit/project_test.py::ProjectTest::test_get_service Sending interrupt signal to process 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container Sending interrupt signal to process 22:32:32 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull Sending interrupt signal to process 22:32:32 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit Sending interrupt signal to process 22:32:32 PASSED [ 46%] 22:32:32 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links Terminated 22:32:32 script returned exit code 143 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_container Sending interrupt signal to process 22:32:32 PASSED [ 45%] 22:32:32 tests/unit/project_test.py::ProjectTest::test_events Terminated 22:32:32 script returned exit code 143 22:32:32 PASSED [ 50%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only Terminated 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load PASSED [ 70%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%] 22:32:32 PASSED [ 49%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%] 22:32:32 script returned exit code 143 22:32:32 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%] 22:32:32 PASSED [ 51%] 22:32:32 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking Terminated 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 Sending interrupt signal to process 22:32:32 script returned exit code 143 22:32:32 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 22:32:32 PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED [ 72%] 22:32:32 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file Terminated 22:32:32 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds Terminated 22:32:32 script returned exit code 143 [Pipeline] } 22:32:32 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] } 22:32:33 Terminated [Pipeline] // node [Pipeline] } Failed in branch debian_18.09.9_py27 22:32:33 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