Skip to content
Success

Console Output

Pull request #7020 updated
10:51:37 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 5478c966f18bd5c025b2974a29ff4f914b3e18da rather than f13bc7de588c9ec3d9f2212289255ad1420ac29f
Obtained Jenkinsfile from 5478c966f18bd5c025b2974a29ff4f914b3e18da
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-0d431718695e16168) in /home/ubuntu/workspace/compose_PR-7020
[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-7020@tmp/20e5e394-f747-4721-9406-354a4a42f70e/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
10:51:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:51:41 chowning workspace
[Pipeline] sh
10:51:41 + uname -m
[Pipeline] sh
10:51:41 + pwd
10:51:41 + id -u
10:51:41 + id -g
10:51:41 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
10:51:41 Unable to find image 'busybox:latest' locally
10:51:41 latest: Pulling from library/busybox
10:51:41 0f8c40e1270f: Pulling fs layer
10:51:42 0f8c40e1270f: Download complete
10:51:42 0f8c40e1270f: Pull complete
10:51:42 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
10:51:42 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
10:51:43 Removing all docker containers
[Pipeline] sh
10:51:44 + docker container ls -aq
[Pipeline] echo
10:51:44 Docker containers have been removed
[Pipeline] echo
10:51:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:51:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
10:51:44 using credential sf-release-bot.github.ssh
10:51:44 Cloning the remote Git repository
10:51:44 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
10:51:46 Fetching without tags
10:51:46 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
10:51:46 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
10:51:46 First time build. Skipping changelog.
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
 > git rev-list --no-walk 9e4f3a07f1e3cc88c0fbdad5292244b845d0a50e # timeout=10
[Pipeline] sh
10:51:47 + git rev-parse HEAD
[Pipeline] sh
10:51:48 + docker pull dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
10:51:48 Error response from daemon: manifest for dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f not found: manifest unknown: manifest unknown
[Pipeline] sh
10:51:48 + script/build/write-git-sha
10:51:48 + GIT_COMMIT=f13bc7de
10:51:48 + docker build -t dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=f13bc7de588c9ec3d9f2212289255ad1420ac29f .
10:51:48 Sending build context to Docker daemon  1.867MB

10:51:48 Step 1/32 : ARG DOCKER_VERSION=18.09.7
10:51:48 Step 2/32 : ARG PYTHON_VERSION=3.7.4
10:51:48 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
10:51:48 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:51:48 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
10:51:48 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
10:51:48 Step 7/32 : ARG BUILD_PLATFORM=alpine
10:51:48 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:51:49 18.09.7: Pulling from library/docker
10:51:49 050382585609: Pulling fs layer
10:51:49 0bb4ee3360d7: Pulling fs layer
10:51:49 893f09c2afb0: Pulling fs layer
10:51:49 3204ba24bdf5: Pulling fs layer
10:51:49 c7a4c34d84a5: Pulling fs layer
10:51:49 758ee1f25c37: Pulling fs layer
10:51:49 c7a4c34d84a5: Waiting
10:51:49 3204ba24bdf5: Waiting
10:51:49 758ee1f25c37: Waiting
10:51:49 893f09c2afb0: Verifying Checksum
10:51:49 893f09c2afb0: Download complete
10:51:49 0bb4ee3360d7: Verifying Checksum
10:51:49 0bb4ee3360d7: Download complete
10:51:49 050382585609: Verifying Checksum
10:51:49 c7a4c34d84a5: Verifying Checksum
10:51:49 c7a4c34d84a5: Download complete
10:51:49 758ee1f25c37: Verifying Checksum
10:51:49 758ee1f25c37: Download complete
10:51:49 050382585609: Pull complete
10:51:50 0bb4ee3360d7: Pull complete
10:51:50 3204ba24bdf5: Verifying Checksum
10:51:50 3204ba24bdf5: Download complete
10:51:50 893f09c2afb0: Pull complete
10:51:52 3204ba24bdf5: Pull complete
10:51:52 c7a4c34d84a5: Pull complete
10:51:52 758ee1f25c37: Pull complete
10:51:52 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
10:51:52 Status: Downloaded newer image for docker:18.09.7
10:51:52  ---> 108a4437ed8c
10:51:52 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:51:52 3.7.4-alpine3.10: Pulling from library/python
10:51:52 9d48c3bd43c5: Pulling fs layer
10:51:52 c0ea575d71b9: Pulling fs layer
10:51:52 0f535eceebd5: Pulling fs layer
10:51:52 8a30f5893bea: Pulling fs layer
10:51:52 287089fe229e: Pulling fs layer
10:51:52 8a30f5893bea: Waiting
10:51:52 287089fe229e: Waiting
10:51:52 c0ea575d71b9: Verifying Checksum
10:51:52 c0ea575d71b9: Download complete
10:51:52 9d48c3bd43c5: Verifying Checksum
10:51:52 9d48c3bd43c5: Download complete
10:51:52 8a30f5893bea: Verifying Checksum
10:51:52 8a30f5893bea: Download complete
10:51:52 287089fe229e: Verifying Checksum
10:51:52 287089fe229e: Download complete
10:51:52 0f535eceebd5: Verifying Checksum
10:51:52 0f535eceebd5: Download complete
10:51:52 9d48c3bd43c5: Pull complete
10:51:53 c0ea575d71b9: Pull complete
10:51:54 0f535eceebd5: Pull complete
10:51:54 8a30f5893bea: Pull complete
10:51:54 287089fe229e: Pull complete
10:51:54 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
10:51:54 Status: Downloaded newer image for python:3.7.4-alpine3.10
10:51:54  ---> f309434dea3a
10:51:54 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
10:51:55  ---> Running in 0119eec00acd
10:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
10:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
10:51:57 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:51:57 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:51:57 (3/34) Installing bash (5.0.0-r0)
10:51:57 Executing bash-5.0.0-r0.post-install
10:51:57 (4/34) Installing binutils (2.32-r0)
10:51:57 (5/34) Installing libmagic (5.37-r1)
10:51:57 (6/34) Installing file (5.37-r1)
10:51:57 (7/34) Installing gmp (6.1.2-r1)
10:51:57 (8/34) Installing isl (0.18-r0)
10:51:57 (9/34) Installing libgomp (8.3.0-r0)
10:51:57 (10/34) Installing libatomic (8.3.0-r0)
10:51:57 (11/34) Installing libgcc (8.3.0-r0)
10:51:57 (12/34) Installing mpfr3 (3.1.5-r1)
10:51:57 (13/34) Installing mpc1 (1.1.0-r0)
10:51:57 (14/34) Installing libstdc++ (8.3.0-r0)
10:51:57 (15/34) Installing gcc (8.3.0-r0)
10:51:58 (16/34) Installing musl-dev (1.1.22-r3)
10:51:58 (17/34) Installing libc-dev (0.7.1-r0)
10:51:58 (18/34) Installing g++ (8.3.0-r0)
10:51:58 (19/34) Installing make (4.2.1-r2)
10:51:58 (20/34) Installing fortify-headers (1.1-r0)
10:51:58 (21/34) Installing build-base (0.5-r1)
10:51:58 (22/34) Installing nghttp2-libs (1.39.2-r0)
10:51:58 (23/34) Installing libcurl (7.66.0-r0)
10:51:58 (24/34) Installing curl (7.66.0-r0)
10:51:58 (25/34) Installing pcre2 (10.33-r0)
10:51:58 (26/34) Installing git (2.22.0-r0)
10:51:58 (27/34) Installing linux-headers (4.19.36-r0)
10:51:58 (28/34) Installing pkgconf (1.6.1-r1)
10:51:58 (29/34) Installing libffi-dev (3.2.1-r6)
10:51:58 (30/34) Installing openssl (1.1.1d-r0)
10:51:58 (31/34) Installing openssl-dev (1.1.1d-r0)
10:51:59 (32/34) Installing python2 (2.7.16-r1)
10:51:59 (33/34) Installing python2-dev (2.7.16-r1)
10:51:59 (34/34) Installing zlib-dev (1.2.11-r1)
10:51:59 Executing busybox-1.30.1-r2.trigger
10:51:59 Executing ca-certificates-20190108-r0.trigger
10:51:59 OK: 266 MiB in 67 packages
10:52:05 Removing intermediate container 0119eec00acd
10:52:05  ---> c5a3062cc8cd
10:52:05 Step 11/32 : ENV BUILD_BOOTLOADER=1
10:52:05  ---> Running in fe8d9ffd5584
10:52:05 Removing intermediate container fe8d9ffd5584
10:52:05  ---> 8544ed690aa7
10:52:05 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:52:05 3.7.4-slim-stretch: Pulling from library/python
10:52:05 80369df48736: Pulling fs layer
10:52:05 aaba0609d543: Pulling fs layer
10:52:05 33536ac8210e: Pulling fs layer
10:52:05 35aa8bff600e: Pulling fs layer
10:52:05 6e4c9666aa4e: Pulling fs layer
10:52:05 35aa8bff600e: Waiting
10:52:05 6e4c9666aa4e: Waiting
10:52:05 aaba0609d543: Verifying Checksum
10:52:05 aaba0609d543: Download complete
10:52:05 80369df48736: Verifying Checksum
10:52:05 80369df48736: Download complete
10:52:05 35aa8bff600e: Verifying Checksum
10:52:05 35aa8bff600e: Download complete
10:52:05 33536ac8210e: Verifying Checksum
10:52:05 33536ac8210e: Download complete
10:52:05 6e4c9666aa4e: Download complete
10:52:07 80369df48736: Pull complete
10:52:07 aaba0609d543: Pull complete
10:52:08 33536ac8210e: Pull complete
10:52:08 35aa8bff600e: Pull complete
10:52:08 6e4c9666aa4e: Pull complete
10:52:08 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
10:52:08 Status: Downloaded newer image for python:3.7.4-slim-stretch
10:52:08  ---> fad2b9f06d3b
10:52:08 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
10:52:10  ---> Running in a776a9918585
10:52:11 Ign:1 http://deb.debian.org/debian stretch InRelease
10:52:11 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
10:52:11 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
10:52:11 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
10:52:11 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
10:52:11 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB]
10:52:11 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
10:52:11 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
10:52:13 Fetched 7927 kB in 2s (3318 kB/s)
10:52:13 Reading package lists...
10:52:14 Reading package lists...
10:52:14 Building dependency tree...
10:52:14 Reading state information...
10:52:14 openssl is already the newest version (1.1.0l-1~deb9u1).
10:52:14 openssl set to manually installed.
10:52:14 The following additional packages will be installed:
10:52:14   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
10:52:14   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
10:52:14   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
10:52:14   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
10:52:14   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
10:52:14   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
10:52:14   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
10:52:14   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
10:52:14   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
10:52:14   python2.7-minimal
10:52:14 Suggested packages:
10:52:14   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
10:52:14   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
10:52:14   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
10:52:14   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
10:52:14   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
10:52:14   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
10:52:14   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
10:52:14   | libterm-readline-perl-perl python2.7-doc binfmt-support
10:52:14 Recommended packages:
10:52:14   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
10:52:14   libsasl2-modules libssl-doc bzip2 file xz-utils rename
10:52:15 The following NEW packages will be installed:
10:52:15   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
10:52:15   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
10:52:15   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
10:52:15   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
10:52:15   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
10:52:15   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
10:52:15   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
10:52:15   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
10:52:15   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
10:52:15   libubsan0 libunistring0 linux-libc-dev make mime-support perl
10:52:15   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
10:52:15 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
10:52:15 Need to get 79.6 MB of archives.
10:52:15 After this operation, 271 MB of additional disk space will be used.
10:52:15 Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
10:52:16 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2t-1~deb9u1 [1304 kB]
10:52:16 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB]
10:52:16 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
10:52:16 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
10:52:16 Get:6 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
10:52:16 Get:7 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
10:52:16 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
10:52:16 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
10:52:16 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
10:52:16 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
10:52:16 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
10:52:16 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
10:52:16 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
10:52:16 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
10:52:16 Get:16 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
10:52:16 Get:17 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
10:52:16 Get:18 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
10:52:16 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
10:52:16 Get:20 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
10:52:16 Get:21 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
10:52:16 Get:22 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
10:52:16 Get:23 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
10:52:16 Get:24 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
10:52:16 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
10:52:16 Get:26 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
10:52:16 Get:27 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
10:52:16 Get:28 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
10:52:16 Get:29 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
10:52:16 Get:30 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
10:52:16 Get:31 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
10:52:16 Get:32 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u4 [1433 kB]
10:52:16 Get:33 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u4 [4167 kB]
10:52:16 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
10:52:16 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
10:52:16 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
10:52:16 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
10:52:16 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
10:52:16 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
10:52:16 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
10:52:16 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
10:52:16 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
10:52:16 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
10:52:16 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
10:52:16 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
10:52:16 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
10:52:16 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
10:52:16 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
10:52:16 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
10:52:16 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
10:52:16 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
10:52:16 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
10:52:16 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
10:52:16 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
10:52:16 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
10:52:16 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
10:52:16 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
10:52:16 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
10:52:16 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
10:52:16 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
10:52:16 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
10:52:16 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
10:52:16 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
10:52:16 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
10:52:16 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
10:52:17 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
10:52:17 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
10:52:17 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
10:52:17 debconf: delaying package configuration, since apt-utils is not installed
10:52:17 Fetched 79.6 MB in 2s (34.7 MB/s)
10:52:17 Selecting previously unselected package perl-modules-5.24.
10:52:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6710 files and directories currently installed.)
10:52:17 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
10:52:17 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
10:52:18 Selecting previously unselected package libperl5.24:amd64.
10:52:18 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
10:52:18 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
10:52:18 Selecting previously unselected package perl.
10:52:18 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
10:52:18 Unpacking perl (5.24.1-3+deb9u5) ...
10:52:18 Selecting previously unselected package libgmp10:amd64.
10:52:18 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
10:52:18 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
10:52:18 Selecting previously unselected package libnettle6:amd64.
10:52:18 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
10:52:18 Unpacking libnettle6:amd64 (3.3-1+b2) ...
10:52:18 Selecting previously unselected package libhogweed4:amd64.
10:52:18 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
10:52:18 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
10:52:18 Selecting previously unselected package libidn11:amd64.
10:52:18 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
10:52:18 Unpacking libidn11:amd64 (1.33-1) ...
10:52:18 Selecting previously unselected package libp11-kit0:amd64.
10:52:18 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
10:52:18 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
10:52:18 Selecting previously unselected package libtasn1-6:amd64.
10:52:18 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
10:52:18 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
10:52:18 Selecting previously unselected package libgnutls30:amd64.
10:52:18 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
10:52:18 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
10:52:18 Selecting previously unselected package libkeyutils1:amd64.
10:52:18 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
10:52:18 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
10:52:19 Selecting previously unselected package libkrb5support0:amd64.
10:52:19 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
10:52:19 Selecting previously unselected package libk5crypto3:amd64.
10:52:19 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
10:52:19 Selecting previously unselected package libkrb5-3:amd64.
10:52:19 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
10:52:19 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:52:19 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
10:52:19 Selecting previously unselected package libunistring0:amd64.
10:52:19 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
10:52:19 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
10:52:19 Selecting previously unselected package libidn2-0:amd64.
10:52:19 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
10:52:19 Selecting previously unselected package libsasl2-modules-db:amd64.
10:52:19 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
10:52:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:52:19 Selecting previously unselected package libsasl2-2:amd64.
10:52:19 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
10:52:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:52:19 Selecting previously unselected package libldap-common.
10:52:19 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
10:52:19 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
10:52:19 Selecting previously unselected package libldap-2.4-2:amd64.
10:52:19 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
10:52:19 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
10:52:19 Selecting previously unselected package libnghttp2-14:amd64.
10:52:19 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
10:52:19 Selecting previously unselected package libpsl5:amd64.
10:52:19 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
10:52:19 Unpacking libpsl5:amd64 (0.17.0-3) ...
10:52:19 Selecting previously unselected package librtmp1:amd64.
10:52:19 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
10:52:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
10:52:19 Selecting previously unselected package libssh2-1:amd64.
10:52:19 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
10:52:19 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
10:52:19 Selecting previously unselected package libcurl3-gnutls:amd64.
10:52:19 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
10:52:19 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
10:52:19 Selecting previously unselected package liberror-perl.
10:52:19 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
10:52:19 Unpacking liberror-perl (0.17024-1) ...
10:52:19 Selecting previously unselected package git-man.
10:52:19 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
10:52:19 Unpacking git-man (1:2.11.0-3+deb9u4) ...
10:52:19 Selecting previously unselected package git.
10:52:19 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u4_amd64.deb ...
10:52:19 Unpacking git (1:2.11.0-3+deb9u4) ...
10:52:20 Selecting previously unselected package libpython2.7-minimal:amd64.
10:52:20 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
10:52:20 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
10:52:20 Selecting previously unselected package python2.7-minimal.
10:52:20 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
10:52:20 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
10:52:20 Selecting previously unselected package libssl1.0.2:amd64.
10:52:20 Preparing to unpack .../31-libssl1.0.2_1.0.2t-1~deb9u1_amd64.deb ...
10:52:20 Unpacking libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
10:52:20 Selecting previously unselected package mime-support.
10:52:20 Preparing to unpack .../32-mime-support_3.60_all.deb ...
10:52:20 Unpacking mime-support (3.60) ...
10:52:21 Selecting previously unselected package libpython2.7-stdlib:amd64.
10:52:21 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
10:52:21 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
10:52:21 Selecting previously unselected package python2.7.
10:52:21 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
10:52:21 Unpacking python2.7 (2.7.13-2+deb9u3) ...
10:52:21 Selecting previously unselected package binutils.
10:52:21 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
10:52:21 Unpacking binutils (2.28-5) ...
10:52:21 Selecting previously unselected package libisl15:amd64.
10:52:21 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
10:52:21 Unpacking libisl15:amd64 (0.18-1) ...
10:52:21 Selecting previously unselected package libmpfr4:amd64.
10:52:21 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
10:52:21 Unpacking libmpfr4:amd64 (3.1.5-1) ...
10:52:21 Selecting previously unselected package libmpc3:amd64.
10:52:21 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
10:52:21 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
10:52:21 Selecting previously unselected package cpp-6.
10:52:21 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
10:52:21 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package cpp.
10:52:22 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
10:52:22 Unpacking cpp (4:6.3.0-4) ...
10:52:22 Selecting previously unselected package libcurl3:amd64.
10:52:22 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
10:52:22 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
10:52:22 Selecting previously unselected package curl.
10:52:22 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
10:52:22 Unpacking curl (7.52.1-5+deb9u9) ...
10:52:22 Selecting previously unselected package libcc1-0:amd64.
10:52:22 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libgomp1:amd64.
10:52:22 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libitm1:amd64.
10:52:22 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libatomic1:amd64.
10:52:22 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libasan3:amd64.
10:52:22 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package liblsan0:amd64.
10:52:22 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libtsan0:amd64.
10:52:22 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libubsan0:amd64.
10:52:22 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libcilkrts5:amd64.
10:52:22 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libmpx2:amd64.
10:52:22 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
10:52:22 Selecting previously unselected package libquadmath0:amd64.
10:52:22 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
10:52:22 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
10:52:23 Selecting previously unselected package libgcc-6-dev:amd64.
10:52:23 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
10:52:23 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
10:52:23 Selecting previously unselected package gcc-6.
10:52:23 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
10:52:23 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
10:52:24 Selecting previously unselected package gcc.
10:52:24 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
10:52:24 Unpacking gcc (4:6.3.0-4) ...
10:52:24 Selecting previously unselected package libc-dev-bin.
10:52:24 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
10:52:24 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
10:52:24 Selecting previously unselected package linux-libc-dev:amd64.
10:52:24 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ...
10:52:24 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
10:52:24 Selecting previously unselected package libc6-dev:amd64.
10:52:24 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
10:52:24 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
10:52:24 Selecting previously unselected package libexpat1-dev:amd64.
10:52:24 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
10:52:24 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
10:52:24 Selecting previously unselected package libffi-dev:amd64.
10:52:24 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
10:52:24 Unpacking libffi-dev:amd64 (3.2.1-6) ...
10:52:24 Selecting previously unselected package libpython2.7:amd64.
10:52:24 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
10:52:24 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
10:52:24 Selecting previously unselected package libpython2.7-dev:amd64.
10:52:24 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
10:52:24 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
10:52:27 Selecting previously unselected package libssl-dev:amd64.
10:52:27 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
10:52:27 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
10:52:27 Selecting previously unselected package make.
10:52:27 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
10:52:27 Unpacking make (4.1-9.1) ...
10:52:27 Selecting previously unselected package python2.7-dev.
10:52:27 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
10:52:27 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
10:52:27 Selecting previously unselected package zlib1g-dev:amd64.
10:52:27 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
10:52:27 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
10:52:27 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
10:52:27 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
10:52:27 Setting up libnettle6:amd64 (3.3-1+b2) ...
10:52:27 Setting up git-man (1:2.11.0-3+deb9u4) ...
10:52:27 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up make (4.1-9.1) ...
10:52:27 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
10:52:27 Setting up mime-support (3.60) ...
10:52:27 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
10:52:27 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
10:52:27 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:52:27 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
10:52:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:52:27 Setting up libffi-dev:amd64 (3.2.1-6) ...
10:52:27 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
10:52:27 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up perl (5.24.1-3+deb9u5) ...
10:52:27 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
10:52:27 update-alternatives: warning: skip creation of /usr/share/man/man1/rename.1.gz because associated file /usr/share/man/man1/prename.1.gz (of link group rename) doesn't exist
10:52:27 Setting up libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
10:52:27 debconf: unable to initialize frontend: Dialog
10:52:27 debconf: (TERM is not set, so the dialog frontend is not usable.)
10:52:27 debconf: falling back to frontend: Readline
10:52:27 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
10:52:27 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
10:52:27 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
10:52:27 Processing triggers for libc-bin (2.24-11+deb9u4) ...
10:52:27 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
10:52:27 Setting up libp11-kit0:amd64 (0.23.3-2) ...
10:52:27 Setting up libmpfr4:amd64 (3.1.5-1) ...
10:52:27 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
10:52:27 Setting up binutils (2.28-5) ...
10:52:27 Setting up libc-dev-bin (2.24-11+deb9u4) ...
10:52:27 Setting up libkeyutils1:amd64 (1.5.9-9) ...
10:52:27 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
10:52:27 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
10:52:28 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
10:52:28 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
10:52:28 Setting up libidn11:amd64 (1.33-1) ...
10:52:28 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
10:52:28 Linking and byte-compiling packages for runtime python2.7...
10:52:28 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
10:52:28 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
10:52:28 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
10:52:28 Setting up liberror-perl (0.17024-1) ...
10:52:28 Setting up libpsl5:amd64 (0.17.0-3) ...
10:52:28 Setting up python2.7 (2.7.13-2+deb9u3) ...
10:52:29 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
10:52:29 Setting up libhogweed4:amd64 (3.3-1+b2) ...
10:52:29 Setting up libisl15:amd64 (0.18-1) ...
10:52:29 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
10:52:29 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
10:52:29 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
10:52:29 Setting up cpp-6 (6.3.0-18+deb9u1) ...
10:52:29 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
10:52:29 Setting up cpp (4:6.3.0-4) ...
10:52:29 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
10:52:29 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
10:52:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
10:52:29 Setting up gcc-6 (6.3.0-18+deb9u1) ...
10:52:29 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
10:52:29 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
10:52:29 Setting up gcc (4:6.3.0-4) ...
10:52:29 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
10:52:29 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
10:52:29 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
10:52:29 Setting up git (1:2.11.0-3+deb9u4) ...
10:52:29 Setting up curl (7.52.1-5+deb9u9) ...
10:52:29 Processing triggers for libc-bin (2.24-11+deb9u4) ...
10:52:34 Removing intermediate container a776a9918585
10:52:34  ---> 4c2f788c22c2
10:52:34 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
10:52:34  ---> 8544ed690aa7
10:52:34 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
10:52:34  ---> 7bfc18ecff27
10:52:34 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
10:52:34  ---> Running in 7883bb334bf4
10:52:34 Removing intermediate container 7883bb334bf4
10:52:34  ---> af052fbb7216
10:52:34 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
10:52:35  ---> 3c127991efee
10:52:35 Step 18/32 : WORKDIR /code/
10:52:35  ---> Running in b82584c8086a
10:52:35 Removing intermediate container b82584c8086a
10:52:35  ---> b51bdbc6acc8
10:52:35 Step 19/32 : RUN pip install virtualenv==16.2.0
10:52:35  ---> Running in ed7d1d1c51d5
10:52:41 Collecting virtualenv==16.2.0
10:52:42   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
10:52:42 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
10:52:42 Installing collected packages: virtualenv
10:52:42 Successfully installed virtualenv-16.2.0
10:52:46 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:52:46 You should consider upgrading via the 'pip install --upgrade pip' command.
10:52:48 Removing intermediate container ed7d1d1c51d5
10:52:48  ---> bab684e445c3
10:52:48 Step 20/32 : RUN pip install tox==2.9.1
10:52:48  ---> Running in ec3fbd963127
10:52:53 Collecting tox==2.9.1
10:52:54   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
10:52:54 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
10:52:54 Collecting pluggy<1.0,>=0.3.0
10:52:54   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
10:52:54 Collecting py>=1.4.17
10:52:54   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
10:52:54 Collecting six
10:52:54   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
10:52:54 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
10:52:54 Collecting importlib-metadata>=0.12; python_version < "3.8"
10:52:54   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
10:52:54 Collecting zipp>=0.5
10:52:54   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
10:52:54 Collecting more-itertools
10:52:54   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
10:52:54 Installing collected packages: more-itertools, zipp, importlib-metadata, pluggy, py, six, tox
10:52:54 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
10:52:54 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:52:54 You should consider upgrading via the 'pip install --upgrade pip' command.
10:52:55 Removing intermediate container ec3fbd963127
10:52:55  ---> b92ed94d54d3
10:52:55 Step 21/32 : COPY requirements.txt .
10:52:55  ---> b37b4e21b726
10:52:55 Step 22/32 : COPY requirements-dev.txt .
10:52:55  ---> 6da4ce840f78
10:52:55 Step 23/32 : COPY .pre-commit-config.yaml .
10:52:55  ---> 64a523a544f0
10:52:55 Step 24/32 : COPY tox.ini .
10:52:56  ---> a86127ea4b83
10:52:56 Step 25/32 : COPY setup.py .
10:52:56  ---> 876c2f7b9c60
10:52:56 Step 26/32 : COPY README.md .
10:52:56  ---> 5a3d93697cc4
10:52:56 Step 27/32 : COPY compose compose/
10:52:56  ---> c9bd1ca9d6e6
10:52:56 Step 28/32 : RUN tox --notest
10:52:56  ---> Running in 2f6d1626e093
10:52:57 py27 create: /code/.tox/py27
10:53:10 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:55:16 py27 develop-inst: /code
10:55:19 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
10:55:19 py37 create: /code/.tox/py37
10:55:31 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:57:37 py37 develop-inst: /code
10:57:37 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
10:57:37 pre-commit create: /code/.tox/pre-commit
10:57:44 pre-commit installdeps: pre-commit
10:57:56 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
10:57:56 ___________________________________ summary ____________________________________
10:57:56   py27: skipped tests
10:57:56   py37: skipped tests
10:57:56   pre-commit: skipped tests
10:57:56   congratulations :)
10:58:00 Removing intermediate container 2f6d1626e093
10:58:00  ---> ad138ad441db
10:58:00 Step 29/32 : COPY . .
10:58:00  ---> 243ec02390a4
10:58:00 Step 30/32 : ARG GIT_COMMIT=unknown
10:58:00  ---> Running in 94d3c43c0da4
10:58:00 Removing intermediate container 94d3c43c0da4
10:58:00  ---> a8680da0f89f
10:58:00 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
10:58:00  ---> Running in d3873e4df634
10:58:00 Removing intermediate container d3873e4df634
10:58:00  ---> 9eeaafd2bc89
10:58:00 Step 32/32 : RUN script/build/linux-entrypoint
10:58:00  ---> Running in 0d3424200daa
10:58:01 + CODE_PATH=/code
10:58:01 + VENV=/code/.tox/py37
10:58:01 + cd /code
10:58:01 + mkdir -p dist
10:58:01 + chmod 777 dist
10:58:01 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
10:58:19 + '[' -z f13bc7de588c9ec3d9f2212289255ad1420ac29f ']'
10:58:19 + echo f13bc7de588c9ec3d9f2212289255ad1420ac29f
10:58:19 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:58:19 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:58:19 + '[' '!' -z 1 ']'
10:58:19 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
10:58:19 Cloning into '/tmp/pyinstaller'...
10:58:23 + cd /tmp/pyinstaller/bootloader
10:58:23 + git checkout v3.5
10:58:23 Note: checking out 'v3.5'.
10:58:23 
10:58:23 You are in 'detached HEAD' state. You can look around, make experimental
10:58:23 changes and commit them, and you can discard any commits you make in this
10:58:23 state without impacting any branches by performing another checkout.
10:58:23 
10:58:23 If you want to create a new branch to retain commits you create, you may
10:58:23 do so (now or later) by using -b with the checkout command again. Example:
10:58:23 
10:58:23   git checkout -b <new-branch-name>
10:58:23 
10:58:23 HEAD is now at 498e6ee0 Release 3.5.
10:58:23 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
10:58:23 Setting top to                           : /tmp/pyinstaller/bootloader 
10:58:23 Setting out to                           : /tmp/pyinstaller/bootloader/build 
10:58:23 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
10:58:23 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
10:58:23 Checking size of pointer                 : 8 
10:58:23 Platform                                 : Linux-64bit detected based on compiler 
10:58:23 Checking for flags -m64                  : yes 
10:58:23 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
10:58:23 Checking for program 'strip'             : /usr/bin/strip 
10:58:23 Checking for library dl                  : yes 
10:58:23 Checking for library m                   : yes 
10:58:23 Checking for library z                   : yes 
10:58:23 Checking for function unsetenv           : yes 
10:58:23 Checking for function mkdtemp            : yes 
10:58:23 Checking for flags -Wl,--as-needed       : yes 
10:58:23 'configure' finished successfully (0.326s)
10:58:23 'all' finished successfully (0.000s)
10:58:23 'distclean' finished successfully (0.001s)
10:58:23 Setting top to                           : /tmp/pyinstaller/bootloader 
10:58:23 Setting out to                           : /tmp/pyinstaller/bootloader/build 
10:58:23 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
10:58:23 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
10:58:23 Checking size of pointer                 : 8 
10:58:23 Platform                                 : Linux-64bit detected based on compiler 
10:58:23 Checking for flags -m64                  : yes 
10:58:23 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
10:58:23 Checking for program 'strip'             : /usr/bin/strip 
10:58:23 Checking for library dl                  : yes 
10:58:24 Checking for library m                   : yes 
10:58:24 Checking for library z                   : yes 
10:58:24 Checking for function unsetenv           : yes 
10:58:24 Checking for function mkdtemp            : yes 
10:58:24 Checking for flags -Wl,--as-needed       : yes 
10:58:24 'configure' finished successfully (0.309s)
10:58:24 'make_all' finished successfully (0.003s)
10:58:24 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
10:58:24 [ 1/13] Compiling src/pyi_python.c
10:58:24 [ 2/13] Compiling src/pyi_global.c
10:58:24 [ 3/13] Compiling src/pyi_archive.c
10:58:24 [ 4/13] Compiling src/pyi_utils.c
10:58:24 [ 5/13] Compiling src/pyi_python27_compat.c
10:58:24 [ 6/13] Compiling src/pyi_win32_utils.c
10:58:24 [ 7/13] Compiling src/pyi_main.c
10:58:24 [ 8/13] Compiling src/pyi_pythonlib.c
10:58:24 [ 9/13] Compiling src/pyi_path.c
10:58:24 [10/13] Compiling src/main.c
10:58:24 [11/13] Compiling src/pyi_launch.c
10:58:24 [12/13] Linking build/debug/run_d
10:58:24 [13/13] Processing build/debug/run_d
10:58:24 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
10:58:24 'build_debug' finished successfully (0.716s)
10:58:24 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
10:58:24 [ 1/13] Compiling src/pyi_python.c
10:58:24 [ 2/13] Compiling src/pyi_global.c
10:58:24 [ 3/13] Compiling src/main.c
10:58:24 [ 4/13] Compiling src/pyi_utils.c
10:58:24 [ 5/13] Compiling src/pyi_python27_compat.c
10:58:25 [ 6/13] Compiling src/pyi_win32_utils.c
10:58:25 [ 7/13] Compiling src/pyi_main.c
10:58:25 [ 8/13] Compiling src/pyi_pythonlib.c
10:58:25 [ 9/13] Compiling src/pyi_path.c
10:58:25 [10/13] Compiling src/pyi_archive.c
10:58:25 [11/13] Compiling src/pyi_launch.c
10:58:25 [12/13] Linking build/release/run
10:58:25 [13/13] Processing build/release/run
10:58:25 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
10:58:25 'build_release' finished successfully (0.658s)
10:58:25 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
10:58:25 [13/14] Processing build/debug/run_d
10:58:25 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
10:58:25 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
10:58:25 'install_debug' finished successfully (0.017s)
10:58:25 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
10:58:25 [13/14] Processing build/release/run
10:58:25 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
10:58:25 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
10:58:25 'install_release' finished successfully (0.013s)
10:58:25 + /code/.tox/py37/bin/pip3 install ..
10:58:25 Processing /tmp/pyinstaller
10:58:26   Installing build dependencies: started
10:58:31   Installing build dependencies: finished with status 'done'
10:58:31   Getting requirements to build wheel: started
10:58:31   Getting requirements to build wheel: finished with status 'done'
10:58:31     Preparing wheel metadata: started
10:58:31     Preparing wheel metadata: finished with status 'done'
10:58:31 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
10:58:31 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.6.0)
10:58:31 Building wheels for collected packages: PyInstaller
10:58:31   Building wheel for PyInstaller (PEP 517): started
10:58:32   Building wheel for PyInstaller (PEP 517): finished with status 'done'
10:58:32   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=0087867c118ce5d19d72d2fd5c0cb740328c09056874dd59c42d546f8c006b97
10:58:32   Stored in directory: /tmp/pip-ephem-wheel-cache-_ygto4lj/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
10:58:32 Successfully built PyInstaller
10:58:32 Installing collected packages: PyInstaller
10:58:32   Found existing installation: PyInstaller 3.5
10:58:33     Uninstalling PyInstaller-3.5:
10:58:33       Successfully uninstalled PyInstaller-3.5
10:58:33 Successfully installed PyInstaller-3.5
10:58:33 + cd /code
10:58:33 + rm -Rf /tmp/pyinstaller
10:58:33 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
10:58:33 36 INFO: PyInstaller: 3.5
10:58:33 36 INFO: Python: 3.7.4
10:58:33 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
10:58:33 40 INFO: UPX is not available.
10:58:33 41 INFO: Extending PYTHONPATH with paths
10:58:33 ['/code/bin', '/code']
10:58:33 41 INFO: checking Analysis
10:58:33 41 INFO: Building Analysis because Analysis-00.toc is non existent
10:58:33 41 INFO: Initializing module dependency graph...
10:58:33 43 INFO: Initializing module graph hooks...
10:58:33 44 INFO: Analyzing base_library.zip ...
10:58:36 2519 INFO: running Analysis Analysis-00.toc
10:58:36 2530 INFO: Caching module hooks...
10:58:36 2533 INFO: Analyzing bin/docker-compose
10:58:36 2617 INFO: Processing pre-find module path hook   distutils
10:58:36 2617 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
10:58:36 2788 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
10:58:37 3638 INFO: Processing pre-safe import module hook   six.moves
10:58:39 5970 INFO: Loading module hooks...
10:58:39 5970 INFO: Loading module hook "hook-certifi.py"...
10:58:39 5971 INFO: Loading module hook "hook-jsonschema.py"...
10:58:39 5973 INFO: Loading module hook "hook-xml.py"...
10:58:39 6011 INFO: Loading module hook "hook-nacl.py"...
10:58:39 6012 INFO: Loading module hook "hook-distutils.py"...
10:58:39 6013 INFO: Loading module hook "hook-pkg_resources.py"...
10:58:39 6186 INFO: Processing pre-safe import module hook   win32com
10:58:40 6346 INFO: Loading module hook "hook-pydoc.py"...
10:58:40 6347 INFO: Loading module hook "hook-sysconfig.py"...
10:58:40 6353 INFO: Loading module hook "hook-encodings.py"...
10:58:40 6390 INFO: Loading module hook "hook-cryptography.py"...
10:58:40 6535 INFO: Looking for ctypes DLLs
10:58:40 Illegal option -p
10:58:40 6563 INFO: Analyzing run-time hooks ...
10:58:40 6574 INFO: Including run-time hook 'pyi_rth_certifi.py'
10:58:40 6575 INFO: Including run-time hook 'pyi_rth_pkgres.py'
10:58:40 6586 INFO: Looking for dynamic libraries
10:58:40 6806 INFO: Looking for eggs
10:58:40 6806 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
10:58:40 6816 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
10:58:40 6868 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
10:58:40 6890 INFO: checking PYZ
10:58:40 6891 INFO: Building PYZ because PYZ-00.toc is non existent
10:58:40 6891 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
10:58:41 7630 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
10:58:41 7640 INFO: checking PKG
10:58:41 7640 INFO: Building PKG because PKG-00.toc is non existent
10:58:41 7640 INFO: Building PKG (CArchive) PKG-00.pkg
10:58:53 18701 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
10:58:53 18704 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
10:58:53 18704 INFO: checking EXE
10:58:53 18704 INFO: Building EXE because EXE-00.toc is non existent
10:58:53 18704 INFO: Building EXE from EXE-00.toc
10:58:53 18705 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
10:58:53 19204 INFO: Building EXE from EXE-00.toc completed successfully.
10:58:53 + ls -la dist/
10:58:53 total 17120
10:58:53 drwxrwxrwx    2 root     root          4096 Nov 14 10:58 .
10:58:53 drwxr-xr-x    1 root     root          4096 Nov 14 10:58 ..
10:58:53 -rwxr-xr-x    1 root     root      17515032 Nov 14 10:58 docker-compose
10:58:53 + ldd dist/docker-compose
10:58:53 	/lib/ld-musl-x86_64.so.1 (0x7fc9c5055000)
10:58:53 	libz.so.1 => /lib/libz.so.1 (0x7fc9c501f000)
10:58:53 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fc9c5055000)
10:58:53 + mv dist/docker-compose /usr/local/bin
10:58:53 + docker-compose version
10:58:53 docker-compose version 1.25.0dev, build f13bc7de588c9ec3d9f2212289255ad1420ac29f
10:58:53 docker-py version: 4.1.0
10:58:53 CPython version: 3.7.4
10:58:53 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
10:58:55 Removing intermediate container 0d3424200daa
10:58:55  ---> 60974be64425
10:58:55 Successfully built 60974be64425
10:58:55 Successfully tagged dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] sh
10:58:56 + docker push dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
10:58:56 The push refers to repository [docker.io/dockerbuildbot/compose]
10:58:56 a8bb7eb425ac: Preparing
10:58:56 3cdf9f2da924: Preparing
10:58:56 1d718da28653: Preparing
10:58:56 c2fde758e15b: Preparing
10:58:56 938459a6fb2f: Preparing
10:58:56 ca746e6876a4: Preparing
10:58:56 6f1c2212d1c1: Preparing
10:58:56 d51eafe7ea90: Preparing
10:58:56 3f9368bdfc13: Preparing
10:58:56 6045a1082b94: Preparing
10:58:56 226138128990: Preparing
10:58:56 74c6e2c9f43d: Preparing
10:58:56 c9243c025d53: Preparing
10:58:56 ee0b46b29ebd: Preparing
10:58:56 a22403562ac4: Preparing
10:58:56 f85d8dcce91f: Preparing
10:58:56 2a8b7fd42278: Preparing
10:58:56 6a1aa47d6606: Preparing
10:58:56 7b66164940a3: Preparing
10:58:56 c5728f2d608b: Preparing
10:58:56 03901b4a2ea8: Preparing
10:58:56 ca746e6876a4: Waiting
10:58:56 6f1c2212d1c1: Waiting
10:58:56 d51eafe7ea90: Waiting
10:58:56 3f9368bdfc13: Waiting
10:58:56 6045a1082b94: Waiting
10:58:56 226138128990: Waiting
10:58:56 74c6e2c9f43d: Waiting
10:58:56 c9243c025d53: Waiting
10:58:56 ee0b46b29ebd: Waiting
10:58:56 a22403562ac4: Waiting
10:58:56 f85d8dcce91f: Waiting
10:58:56 2a8b7fd42278: Waiting
10:58:56 6a1aa47d6606: Waiting
10:58:56 7b66164940a3: Waiting
10:58:56 c5728f2d608b: Waiting
10:58:56 03901b4a2ea8: Waiting
10:58:58 938459a6fb2f: Pushed
10:58:58 c2fde758e15b: Pushed
10:58:58 3cdf9f2da924: Pushed
10:58:59 ca746e6876a4: Pushed
10:59:00 6f1c2212d1c1: Pushed
10:59:00 d51eafe7ea90: Pushed
10:59:01 6045a1082b94: Pushed
10:59:01 226138128990: Pushed
10:59:01 3f9368bdfc13: Pushed
10:59:02 c9243c025d53: Pushed
10:59:03 a8bb7eb425ac: Pushed
10:59:03 74c6e2c9f43d: Pushed
10:59:04 2a8b7fd42278: Layer already exists
10:59:05 6a1aa47d6606: Layer already exists
10:59:05 a22403562ac4: Pushed
10:59:05 7b66164940a3: Layer already exists
10:59:05 c5728f2d608b: Layer already exists
10:59:05 03901b4a2ea8: Layer already exists
10:59:07 ee0b46b29ebd: Pushed
10:59:10 1d718da28653: Pushed
10:59:20 f85d8dcce91f: Pushed
10:59:21 alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f: digest: sha256:cf81e8705041a7a3052a3b9a14470a53430e6f9a7f62ff8ffa05c2d75c869e83 size: 4715
[Pipeline] echo
10:59:21 dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-02c9271c5c3efc6c6) in /home/ubuntu/workspace/compose_PR-7020
[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-7020@tmp/9751d375-d0c7-4716-87e3-57461877a626/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
10:59:22 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f /code/script/test/versions.py -n 2 docker/docker-ce recent
10:59:22 Unable to find image 'dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
10:59:22 alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
10:59:22 9d48c3bd43c5: Already exists
10:59:22 c0ea575d71b9: Pulling fs layer
10:59:22 0f535eceebd5: Pulling fs layer
10:59:22 8a30f5893bea: Pulling fs layer
10:59:22 287089fe229e: Pulling fs layer
10:59:22 d9aa1ece8441: Pulling fs layer
10:59:22 0c72eceb9f0f: Pulling fs layer
10:59:22 11b01328fee3: Pulling fs layer
10:59:22 6a134e20ef66: Pulling fs layer
10:59:22 9ebb89f85d92: Pulling fs layer
10:59:22 b9d2552aab45: Pulling fs layer
10:59:22 a302e0d10d88: Pulling fs layer
10:59:22 34b107c5fb6b: Pulling fs layer
10:59:22 822b9f1bdf38: Pulling fs layer
10:59:22 2a7b9a102b56: Pulling fs layer
10:59:22 d69ea8b32b26: Pulling fs layer
10:59:22 8a4bd1533a2a: Pulling fs layer
10:59:22 7a2bf72f40c7: Pulling fs layer
10:59:22 f8d5d68ff669: Pulling fs layer
10:59:22 75b9acd24659: Pulling fs layer
10:59:22 00aecc2ef3c5: Pulling fs layer
10:59:22 0c72eceb9f0f: Waiting
10:59:22 11b01328fee3: Waiting
10:59:22 6a134e20ef66: Waiting
10:59:22 287089fe229e: Waiting
10:59:22 d9aa1ece8441: Waiting
10:59:22 9ebb89f85d92: Waiting
10:59:22 8a4bd1533a2a: Waiting
10:59:22 b9d2552aab45: Waiting
10:59:22 a302e0d10d88: Waiting
10:59:22 34b107c5fb6b: Waiting
10:59:22 822b9f1bdf38: Waiting
10:59:22 2a7b9a102b56: Waiting
10:59:22 d69ea8b32b26: Waiting
10:59:22 7a2bf72f40c7: Waiting
10:59:22 f8d5d68ff669: Waiting
10:59:22 75b9acd24659: Waiting
10:59:22 00aecc2ef3c5: Waiting
10:59:22 8a30f5893bea: Verifying Checksum
10:59:22 8a30f5893bea: Download complete
10:59:22 c0ea575d71b9: Verifying Checksum
10:59:22 c0ea575d71b9: Download complete
10:59:22 287089fe229e: Verifying Checksum
10:59:22 287089fe229e: Download complete
10:59:22 0f535eceebd5: Verifying Checksum
10:59:22 0f535eceebd5: Download complete
10:59:22 c0ea575d71b9: Pull complete
10:59:22 0c72eceb9f0f: Verifying Checksum
10:59:22 0c72eceb9f0f: Download complete
10:59:23 6a134e20ef66: Verifying Checksum
10:59:23 6a134e20ef66: Download complete
10:59:23 11b01328fee3: Verifying Checksum
10:59:23 11b01328fee3: Download complete
10:59:23 b9d2552aab45: Verifying Checksum
10:59:23 b9d2552aab45: Download complete
10:59:23 9ebb89f85d92: Verifying Checksum
10:59:23 9ebb89f85d92: Download complete
10:59:23 a302e0d10d88: Verifying Checksum
10:59:23 a302e0d10d88: Download complete
10:59:23 34b107c5fb6b: Verifying Checksum
10:59:23 34b107c5fb6b: Download complete
10:59:23 822b9f1bdf38: Verifying Checksum
10:59:23 822b9f1bdf38: Download complete
10:59:23 2a7b9a102b56: Verifying Checksum
10:59:23 2a7b9a102b56: Download complete
10:59:23 d69ea8b32b26: Verifying Checksum
10:59:23 d69ea8b32b26: Download complete
10:59:23 8a4bd1533a2a: Verifying Checksum
10:59:23 8a4bd1533a2a: Download complete
10:59:23 7a2bf72f40c7: Verifying Checksum
10:59:23 7a2bf72f40c7: Download complete
10:59:23 d9aa1ece8441: Verifying Checksum
10:59:23 d9aa1ece8441: Download complete
10:59:23 75b9acd24659: Verifying Checksum
10:59:23 75b9acd24659: Download complete
10:59:24 f8d5d68ff669: Verifying Checksum
10:59:24 f8d5d68ff669: Download complete
10:59:24 00aecc2ef3c5: Verifying Checksum
10:59:24 00aecc2ef3c5: Download complete
10:59:25 0f535eceebd5: Pull complete
10:59:25 8a30f5893bea: Pull complete
10:59:25 287089fe229e: Pull complete
10:59:28 d9aa1ece8441: Pull complete
10:59:28 0c72eceb9f0f: Pull complete
10:59:29 11b01328fee3: Pull complete
10:59:29 6a134e20ef66: Pull complete
10:59:29 9ebb89f85d92: Pull complete
10:59:29 b9d2552aab45: Pull complete
10:59:29 a302e0d10d88: Pull complete
10:59:30 34b107c5fb6b: Pull complete
10:59:30 822b9f1bdf38: Pull complete
10:59:30 2a7b9a102b56: Pull complete
10:59:30 d69ea8b32b26: Pull complete
10:59:30 8a4bd1533a2a: Pull complete
10:59:30 7a2bf72f40c7: Pull complete
10:59:33 f8d5d68ff669: Pull complete
10:59:33 75b9acd24659: Pull complete
10:59:33 00aecc2ef3c5: Pull complete
10:59:33 Digest: sha256:cf81e8705041a7a3052a3b9a14470a53430e6f9a7f62ff8ffa05c2d75c869e83
10:59:33 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-02c9271c5c3efc6c6) in /home/ubuntu/workspace/compose_PR-7020
[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-7020@tmp/ee7caaf3-2edc-4e80-ac85-96cbe5850d3a/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
10:59:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:59:37 chowning workspace
[Pipeline] sh
10:59:37 + uname -m
[Pipeline] sh
10:59:37 + pwd
10:59:37 + id -u
10:59:37 + id -g
10:59:37 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
10:59:37 Unable to find image 'busybox:latest' locally
10:59:37 latest: Pulling from library/busybox
10:59:37 0f8c40e1270f: Pulling fs layer
10:59:38 0f8c40e1270f: Verifying Checksum
10:59:38 0f8c40e1270f: Download complete
10:59:38 0f8c40e1270f: Pull complete
10:59:38 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
10:59:38 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
10:59:39 Removing all docker containers
[Pipeline] sh
10:59:39 + docker container ls -aq
[Pipeline] echo
10:59:39 Docker containers have been removed
[Pipeline] echo
10:59:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:59:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
10:59:39 using credential sf-release-bot.github.ssh
10:59:40 Cloning the remote Git repository
10:59:40 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
10:59:42 Fetching without tags
10:59:42 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
10:59:42 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] sh
10:59:43 + docker pull dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
10:59:44 Error response from daemon: manifest for dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f not found: manifest unknown: manifest unknown
[Pipeline] sh
10:59:44 + script/build/write-git-sha
10:59:44 + GIT_COMMIT=f13bc7de
10:59:44 + docker build -t dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=f13bc7de588c9ec3d9f2212289255ad1420ac29f .
10:59:44 Sending build context to Docker daemon  1.867MB

10:59:44 Step 1/32 : ARG DOCKER_VERSION=18.09.7
10:59:44 Step 2/32 : ARG PYTHON_VERSION=3.7.4
10:59:44 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
10:59:44 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:59:44 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
10:59:44 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
10:59:44 Step 7/32 : ARG BUILD_PLATFORM=alpine
10:59:44 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:59:44 18.09.7: Pulling from library/docker
10:59:44 050382585609: Pulling fs layer
10:59:44 0bb4ee3360d7: Pulling fs layer
10:59:44 893f09c2afb0: Pulling fs layer
10:59:44 3204ba24bdf5: Pulling fs layer
10:59:44 c7a4c34d84a5: Pulling fs layer
10:59:44 758ee1f25c37: Pulling fs layer
10:59:44 3204ba24bdf5: Waiting
10:59:44 c7a4c34d84a5: Waiting
10:59:44 758ee1f25c37: Waiting
10:59:44 0bb4ee3360d7: Download complete
10:59:44 893f09c2afb0: Download complete
10:59:44 050382585609: Verifying Checksum
10:59:44 050382585609: Download complete
10:59:44 c7a4c34d84a5: Verifying Checksum
10:59:44 c7a4c34d84a5: Download complete
10:59:44 758ee1f25c37: Verifying Checksum
10:59:44 758ee1f25c37: Download complete
10:59:45 050382585609: Pull complete
10:59:45 3204ba24bdf5: Verifying Checksum
10:59:45 3204ba24bdf5: Download complete
10:59:45 0bb4ee3360d7: Pull complete
10:59:45 893f09c2afb0: Pull complete
10:59:47 3204ba24bdf5: Pull complete
10:59:47 c7a4c34d84a5: Pull complete
10:59:47 758ee1f25c37: Pull complete
10:59:47 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
10:59:47 Status: Downloaded newer image for docker:18.09.7
10:59:47  ---> 108a4437ed8c
10:59:47 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:59:47 3.7.4-alpine3.10: Pulling from library/python
10:59:47 9d48c3bd43c5: Already exists
10:59:47 c0ea575d71b9: Already exists
10:59:47 0f535eceebd5: Already exists
10:59:47 8a30f5893bea: Already exists
10:59:47 287089fe229e: Already exists
10:59:47 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
10:59:47 Status: Downloaded newer image for python:3.7.4-alpine3.10
10:59:47  ---> f309434dea3a
10:59:47 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
10:59:48  ---> Running in a5bdbbf9beea
10:59:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
10:59:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
10:59:50 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:59:50 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:59:50 (3/34) Installing bash (5.0.0-r0)
10:59:50 Executing bash-5.0.0-r0.post-install
10:59:50 (4/34) Installing binutils (2.32-r0)
10:59:50 (5/34) Installing libmagic (5.37-r1)
10:59:50 (6/34) Installing file (5.37-r1)
10:59:50 (7/34) Installing gmp (6.1.2-r1)
10:59:50 (8/34) Installing isl (0.18-r0)
10:59:50 (9/34) Installing libgomp (8.3.0-r0)
10:59:50 (10/34) Installing libatomic (8.3.0-r0)
10:59:50 (11/34) Installing libgcc (8.3.0-r0)
10:59:50 (12/34) Installing mpfr3 (3.1.5-r1)
10:59:50 (13/34) Installing mpc1 (1.1.0-r0)
10:59:50 (14/34) Installing libstdc++ (8.3.0-r0)
10:59:50 (15/34) Installing gcc (8.3.0-r0)
10:59:50 (16/34) Installing musl-dev (1.1.22-r3)
10:59:50 (17/34) Installing libc-dev (0.7.1-r0)
10:59:50 (18/34) Installing g++ (8.3.0-r0)
10:59:51 (19/34) Installing make (4.2.1-r2)
10:59:51 (20/34) Installing fortify-headers (1.1-r0)
10:59:51 (21/34) Installing build-base (0.5-r1)
10:59:51 (22/34) Installing nghttp2-libs (1.39.2-r0)
10:59:51 (23/34) Installing libcurl (7.66.0-r0)
10:59:51 (24/34) Installing curl (7.66.0-r0)
10:59:51 (25/34) Installing pcre2 (10.33-r0)
10:59:51 (26/34) Installing git (2.22.0-r0)
10:59:51 (27/34) Installing linux-headers (4.19.36-r0)
10:59:51 (28/34) Installing pkgconf (1.6.1-r1)
10:59:51 (29/34) Installing libffi-dev (3.2.1-r6)
10:59:51 (30/34) Installing openssl (1.1.1d-r0)
10:59:51 (31/34) Installing openssl-dev (1.1.1d-r0)
10:59:51 (32/34) Installing python2 (2.7.16-r1)
10:59:52 (33/34) Installing python2-dev (2.7.16-r1)
10:59:52 (34/34) Installing zlib-dev (1.2.11-r1)
10:59:52 Executing busybox-1.30.1-r2.trigger
10:59:52 Executing ca-certificates-20190108-r0.trigger
10:59:52 OK: 266 MiB in 67 packages
10:59:57 Removing intermediate container a5bdbbf9beea
10:59:57  ---> d1a401abbd48
10:59:57 Step 11/32 : ENV BUILD_BOOTLOADER=1
10:59:57  ---> Running in aa67ab96dff3
10:59:57 Removing intermediate container aa67ab96dff3
10:59:57  ---> fa3da27e802a
10:59:57 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:59:59 3.7.4-slim-stretch: Pulling from library/python
10:59:59 80369df48736: Pulling fs layer
10:59:59 aaba0609d543: Pulling fs layer
10:59:59 33536ac8210e: Pulling fs layer
10:59:59 35aa8bff600e: Pulling fs layer
10:59:59 6e4c9666aa4e: Pulling fs layer
10:59:59 6e4c9666aa4e: Waiting
10:59:59 35aa8bff600e: Waiting
10:59:59 aaba0609d543: Verifying Checksum
10:59:59 aaba0609d543: Download complete
10:59:59 80369df48736: Verifying Checksum
10:59:59 80369df48736: Download complete
10:59:59 35aa8bff600e: Verifying Checksum
10:59:59 35aa8bff600e: Download complete
10:59:59 33536ac8210e: Verifying Checksum
10:59:59 33536ac8210e: Download complete
10:59:59 6e4c9666aa4e: Verifying Checksum
10:59:59 6e4c9666aa4e: Download complete
11:00:00 80369df48736: Pull complete
11:00:00 aaba0609d543: Pull complete
11:00:01 33536ac8210e: Pull complete
11:00:01 35aa8bff600e: Pull complete
11:00:01 6e4c9666aa4e: Pull complete
11:00:02 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
11:00:02 Status: Downloaded newer image for python:3.7.4-slim-stretch
11:00:02  ---> fad2b9f06d3b
11:00:02 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
11:00:02  ---> Running in 8f72a96d7bf3
11:00:04 Ign:1 http://deb.debian.org/debian stretch InRelease
11:00:04 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
11:00:04 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
11:00:04 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
11:00:04 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
11:00:04 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB]
11:00:04 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
11:00:04 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
11:00:05 Fetched 7927 kB in 2s (3332 kB/s)
11:00:06 Reading package lists...
11:00:06 Reading package lists...
11:00:06 Building dependency tree...
11:00:06 Reading state information...
11:00:06 openssl is already the newest version (1.1.0l-1~deb9u1).
11:00:06 openssl set to manually installed.
11:00:06 The following additional packages will be installed:
11:00:06   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
11:00:06   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
11:00:06   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
11:00:06   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
11:00:06   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
11:00:06   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
11:00:06   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
11:00:06   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
11:00:06   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
11:00:06   python2.7-minimal
11:00:06 Suggested packages:
11:00:06   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
11:00:06   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
11:00:06   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
11:00:06   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
11:00:06   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
11:00:06   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
11:00:06   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
11:00:06   | libterm-readline-perl-perl python2.7-doc binfmt-support
11:00:06 Recommended packages:
11:00:06   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
11:00:06   libsasl2-modules libssl-doc bzip2 file xz-utils rename
11:00:07 The following NEW packages will be installed:
11:00:07   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
11:00:07   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
11:00:07   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
11:00:07   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
11:00:07   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
11:00:07   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
11:00:07   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
11:00:07   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
11:00:07   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
11:00:07   libubsan0 libunistring0 linux-libc-dev make mime-support perl
11:00:07   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
11:00:08 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
11:00:08 Need to get 79.6 MB of archives.
11:00:08 After this operation, 271 MB of additional disk space will be used.
11:00:08 Get:1 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
11:00:08 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
11:00:08 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2t-1~deb9u1 [1304 kB]
11:00:08 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB]
11:00:08 Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
11:00:08 Get:6 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
11:00:08 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
11:00:08 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
11:00:08 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
11:00:08 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
11:00:08 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
11:00:08 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
11:00:08 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
11:00:08 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
11:00:08 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
11:00:08 Get:16 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
11:00:08 Get:17 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
11:00:08 Get:18 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
11:00:08 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
11:00:08 Get:20 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
11:00:08 Get:21 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
11:00:08 Get:22 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
11:00:08 Get:23 http://deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
11:00:08 Get:24 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
11:00:08 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
11:00:08 Get:26 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
11:00:08 Get:27 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
11:00:08 Get:28 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
11:00:08 Get:29 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
11:00:08 Get:30 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
11:00:08 Get:31 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
11:00:08 Get:32 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u4 [1433 kB]
11:00:08 Get:33 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u4 [4167 kB]
11:00:08 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
11:00:08 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
11:00:09 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
11:00:09 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
11:00:09 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
11:00:09 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
11:00:09 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
11:00:09 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
11:00:09 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
11:00:09 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
11:00:09 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
11:00:09 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
11:00:09 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
11:00:09 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
11:00:09 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
11:00:09 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
11:00:09 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
11:00:09 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
11:00:09 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
11:00:09 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
11:00:09 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
11:00:09 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
11:00:09 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
11:00:09 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
11:00:09 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
11:00:09 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
11:00:09 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
11:00:09 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
11:00:09 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
11:00:09 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
11:00:09 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
11:00:09 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
11:00:09 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
11:00:09 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
11:00:09 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
11:00:09 debconf: delaying package configuration, since apt-utils is not installed
11:00:09 Fetched 79.6 MB in 2s (38.7 MB/s)
11:00:09 Selecting previously unselected package perl-modules-5.24.
11:00:09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6710 files and directories currently installed.)
11:00:09 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
11:00:09 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
11:00:10 Selecting previously unselected package libperl5.24:amd64.
11:00:10 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
11:00:10 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
11:00:10 Selecting previously unselected package perl.
11:00:10 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
11:00:10 Unpacking perl (5.24.1-3+deb9u5) ...
11:00:10 Selecting previously unselected package libgmp10:amd64.
11:00:10 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
11:00:10 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
11:00:10 Selecting previously unselected package libnettle6:amd64.
11:00:10 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
11:00:10 Unpacking libnettle6:amd64 (3.3-1+b2) ...
11:00:10 Selecting previously unselected package libhogweed4:amd64.
11:00:10 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
11:00:10 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
11:00:10 Selecting previously unselected package libidn11:amd64.
11:00:10 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
11:00:10 Unpacking libidn11:amd64 (1.33-1) ...
11:00:10 Selecting previously unselected package libp11-kit0:amd64.
11:00:10 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
11:00:10 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
11:00:11 Selecting previously unselected package libtasn1-6:amd64.
11:00:11 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
11:00:11 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
11:00:11 Selecting previously unselected package libgnutls30:amd64.
11:00:11 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
11:00:11 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
11:00:11 Selecting previously unselected package libkeyutils1:amd64.
11:00:11 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
11:00:11 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
11:00:11 Selecting previously unselected package libkrb5support0:amd64.
11:00:11 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
11:00:11 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
11:00:11 Selecting previously unselected package libk5crypto3:amd64.
11:00:11 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
11:00:11 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
11:00:11 Selecting previously unselected package libkrb5-3:amd64.
11:00:11 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
11:00:11 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
11:00:11 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:00:11 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
11:00:11 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
11:00:11 Selecting previously unselected package libunistring0:amd64.
11:00:11 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
11:00:11 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
11:00:11 Selecting previously unselected package libidn2-0:amd64.
11:00:11 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
11:00:11 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
11:00:11 Selecting previously unselected package libsasl2-modules-db:amd64.
11:00:11 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
11:00:11 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
11:00:11 Selecting previously unselected package libsasl2-2:amd64.
11:00:11 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
11:00:11 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
11:00:11 Selecting previously unselected package libldap-common.
11:00:11 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
11:00:11 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
11:00:11 Selecting previously unselected package libldap-2.4-2:amd64.
11:00:11 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
11:00:11 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
11:00:11 Selecting previously unselected package libnghttp2-14:amd64.
11:00:11 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
11:00:11 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
11:00:12 Selecting previously unselected package libpsl5:amd64.
11:00:12 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
11:00:12 Unpacking libpsl5:amd64 (0.17.0-3) ...
11:00:12 Selecting previously unselected package librtmp1:amd64.
11:00:12 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
11:00:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
11:00:12 Selecting previously unselected package libssh2-1:amd64.
11:00:12 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
11:00:12 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
11:00:12 Selecting previously unselected package libcurl3-gnutls:amd64.
11:00:12 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
11:00:12 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
11:00:12 Selecting previously unselected package liberror-perl.
11:00:12 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
11:00:12 Unpacking liberror-perl (0.17024-1) ...
11:00:12 Selecting previously unselected package git-man.
11:00:12 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
11:00:12 Unpacking git-man (1:2.11.0-3+deb9u4) ...
11:00:12 Selecting previously unselected package git.
11:00:12 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u4_amd64.deb ...
11:00:12 Unpacking git (1:2.11.0-3+deb9u4) ...
11:00:12 Selecting previously unselected package libpython2.7-minimal:amd64.
11:00:12 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
11:00:12 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
11:00:12 Selecting previously unselected package python2.7-minimal.
11:00:12 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
11:00:12 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
11:00:13 Selecting previously unselected package libssl1.0.2:amd64.
11:00:13 Preparing to unpack .../31-libssl1.0.2_1.0.2t-1~deb9u1_amd64.deb ...
11:00:13 Unpacking libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
11:00:13 Selecting previously unselected package mime-support.
11:00:13 Preparing to unpack .../32-mime-support_3.60_all.deb ...
11:00:13 Unpacking mime-support (3.60) ...
11:00:13 Selecting previously unselected package libpython2.7-stdlib:amd64.
11:00:13 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
11:00:13 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
11:00:13 Selecting previously unselected package python2.7.
11:00:13 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
11:00:13 Unpacking python2.7 (2.7.13-2+deb9u3) ...
11:00:13 Selecting previously unselected package binutils.
11:00:13 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
11:00:13 Unpacking binutils (2.28-5) ...
11:00:13 Selecting previously unselected package libisl15:amd64.
11:00:13 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
11:00:13 Unpacking libisl15:amd64 (0.18-1) ...
11:00:14 Selecting previously unselected package libmpfr4:amd64.
11:00:14 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
11:00:14 Unpacking libmpfr4:amd64 (3.1.5-1) ...
11:00:14 Selecting previously unselected package libmpc3:amd64.
11:00:14 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
11:00:14 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
11:00:14 Selecting previously unselected package cpp-6.
11:00:14 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
11:00:14 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package cpp.
11:00:15 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
11:00:15 Unpacking cpp (4:6.3.0-4) ...
11:00:15 Selecting previously unselected package libcurl3:amd64.
11:00:15 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
11:00:15 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
11:00:15 Selecting previously unselected package curl.
11:00:15 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
11:00:15 Unpacking curl (7.52.1-5+deb9u9) ...
11:00:15 Selecting previously unselected package libcc1-0:amd64.
11:00:15 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libgomp1:amd64.
11:00:15 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libitm1:amd64.
11:00:15 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libatomic1:amd64.
11:00:15 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libasan3:amd64.
11:00:15 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package liblsan0:amd64.
11:00:15 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libtsan0:amd64.
11:00:15 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libubsan0:amd64.
11:00:15 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libcilkrts5:amd64.
11:00:15 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libmpx2:amd64.
11:00:15 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libquadmath0:amd64.
11:00:15 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package libgcc-6-dev:amd64.
11:00:15 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
11:00:15 Selecting previously unselected package gcc-6.
11:00:15 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
11:00:15 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
11:00:16 Selecting previously unselected package gcc.
11:00:16 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
11:00:16 Unpacking gcc (4:6.3.0-4) ...
11:00:16 Selecting previously unselected package libc-dev-bin.
11:00:16 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
11:00:16 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
11:00:16 Selecting previously unselected package linux-libc-dev:amd64.
11:00:16 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ...
11:00:16 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
11:00:16 Selecting previously unselected package libc6-dev:amd64.
11:00:16 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
11:00:16 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
11:00:17 Selecting previously unselected package libexpat1-dev:amd64.
11:00:17 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
11:00:17 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
11:00:17 Selecting previously unselected package libffi-dev:amd64.
11:00:17 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
11:00:17 Unpacking libffi-dev:amd64 (3.2.1-6) ...
11:00:17 Selecting previously unselected package libpython2.7:amd64.
11:00:17 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
11:00:17 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
11:00:17 Selecting previously unselected package libpython2.7-dev:amd64.
11:00:17 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
11:00:17 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
11:00:20 Selecting previously unselected package libssl-dev:amd64.
11:00:20 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
11:00:20 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
11:00:20 Selecting previously unselected package make.
11:00:20 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
11:00:20 Unpacking make (4.1-9.1) ...
11:00:20 Selecting previously unselected package python2.7-dev.
11:00:20 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
11:00:20 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
11:00:20 Selecting previously unselected package zlib1g-dev:amd64.
11:00:20 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
11:00:20 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
11:00:20 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
11:00:20 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
11:00:20 Setting up libnettle6:amd64 (3.3-1+b2) ...
11:00:20 Setting up git-man (1:2.11.0-3+deb9u4) ...
11:00:20 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up make (4.1-9.1) ...
11:00:20 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
11:00:20 Setting up mime-support (3.60) ...
11:00:20 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
11:00:20 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
11:00:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
11:00:20 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ...
11:00:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
11:00:20 Setting up libffi-dev:amd64 (3.2.1-6) ...
11:00:20 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
11:00:20 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up perl (5.24.1-3+deb9u5) ...
11:00:20 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
11:00:20 update-alternatives: warning: skip creation of /usr/share/man/man1/rename.1.gz because associated file /usr/share/man/man1/prename.1.gz (of link group rename) doesn't exist
11:00:20 Setting up libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
11:00:20 debconf: unable to initialize frontend: Dialog
11:00:20 debconf: (TERM is not set, so the dialog frontend is not usable.)
11:00:20 debconf: falling back to frontend: Readline
11:00:20 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
11:00:20 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
11:00:20 Processing triggers for libc-bin (2.24-11+deb9u4) ...
11:00:20 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
11:00:20 Setting up libp11-kit0:amd64 (0.23.3-2) ...
11:00:20 Setting up libmpfr4:amd64 (3.1.5-1) ...
11:00:20 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
11:00:20 Setting up binutils (2.28-5) ...
11:00:20 Setting up libc-dev-bin (2.24-11+deb9u4) ...
11:00:20 Setting up libkeyutils1:amd64 (1.5.9-9) ...
11:00:20 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
11:00:20 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
11:00:20 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
11:00:20 Setting up libidn11:amd64 (1.33-1) ...
11:00:20 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
11:00:20 Linking and byte-compiling packages for runtime python2.7...
11:00:20 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
11:00:20 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
11:00:20 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
11:00:20 Setting up liberror-perl (0.17024-1) ...
11:00:20 Setting up libpsl5:amd64 (0.17.0-3) ...
11:00:20 Setting up python2.7 (2.7.13-2+deb9u3) ...
11:00:21 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
11:00:21 Setting up libhogweed4:amd64 (3.3-1+b2) ...
11:00:21 Setting up libisl15:amd64 (0.18-1) ...
11:00:21 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
11:00:21 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
11:00:21 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
11:00:21 Setting up cpp-6 (6.3.0-18+deb9u1) ...
11:00:21 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
11:00:21 Setting up cpp (4:6.3.0-4) ...
11:00:21 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
11:00:21 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
11:00:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
11:00:21 Setting up gcc-6 (6.3.0-18+deb9u1) ...
11:00:21 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
11:00:21 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
11:00:21 Setting up gcc (4:6.3.0-4) ...
11:00:21 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
11:00:21 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
11:00:22 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
11:00:22 Setting up git (1:2.11.0-3+deb9u4) ...
11:00:22 Setting up curl (7.52.1-5+deb9u9) ...
11:00:22 Processing triggers for libc-bin (2.24-11+deb9u4) ...
11:00:26 Removing intermediate container 8f72a96d7bf3
11:00:26  ---> 8785257e4210
11:00:26 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
11:00:26  ---> 8785257e4210
11:00:26 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
11:00:26  ---> f50dd672aca5
11:00:26 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
11:00:26  ---> Running in 145469d99902
11:00:26 Removing intermediate container 145469d99902
11:00:26  ---> 5379c6ee8245
11:00:26 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
11:00:27  ---> 6cd8c1177924
11:00:27 Step 18/32 : WORKDIR /code/
11:00:27  ---> Running in b9cdfaf8b8f0
11:00:27 Removing intermediate container b9cdfaf8b8f0
11:00:27  ---> e63c32f1a57d
11:00:27 Step 19/32 : RUN pip install virtualenv==16.2.0
11:00:27  ---> Running in db8c9442f794
11:00:34 Collecting virtualenv==16.2.0
11:00:34   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
11:00:34 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
11:00:34 Installing collected packages: virtualenv
11:00:34 Successfully installed virtualenv-16.2.0
11:00:38 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
11:00:38 You should consider upgrading via the 'pip install --upgrade pip' command.
11:00:39 Removing intermediate container db8c9442f794
11:00:39  ---> feaa9d0e282c
11:00:39 Step 20/32 : RUN pip install tox==2.9.1
11:00:39  ---> Running in d07a09d9d818
11:00:44 Collecting tox==2.9.1
11:00:45   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
11:00:45 Collecting six
11:00:45   Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
11:00:45 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
11:00:45 Collecting pluggy<1.0,>=0.3.0
11:00:45   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
11:00:45 Collecting py>=1.4.17
11:00:45   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
11:00:45 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
11:00:45 Collecting importlib-metadata>=0.12; python_version < "3.8"
11:00:45   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
11:00:45 Collecting zipp>=0.5
11:00:45   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
11:00:45 Collecting more-itertools
11:00:45   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
11:00:46 Installing collected packages: six, more-itertools, zipp, importlib-metadata, pluggy, py, tox
11:00:46 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.13.0 tox-2.9.1 zipp-0.6.0
11:00:46 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
11:00:46 You should consider upgrading via the 'pip install --upgrade pip' command.
11:00:47 Removing intermediate container d07a09d9d818
11:00:47  ---> 3f73e00f82e2
11:00:47 Step 21/32 : COPY requirements.txt .
11:00:47  ---> 4c215b8c0671
11:00:47 Step 22/32 : COPY requirements-dev.txt .
11:00:47  ---> 88a34a28b7e5
11:00:47 Step 23/32 : COPY .pre-commit-config.yaml .
11:00:47  ---> 24e215dfedf3
11:00:47 Step 24/32 : COPY tox.ini .
11:00:47  ---> 236b503958c1
11:00:47 Step 25/32 : COPY setup.py .
11:00:48  ---> 9446a1b45946
11:00:48 Step 26/32 : COPY README.md .
11:00:48  ---> a96b8a27acd9
11:00:48 Step 27/32 : COPY compose compose/
11:00:48  ---> ca00ebc07b27
11:00:48 Step 28/32 : RUN tox --notest
11:00:48  ---> Running in 30ff1b7ea07e
11:00:49 py27 create: /code/.tox/py27
11:01:01 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
11:01:19 py27 develop-inst: /code
11:01:27 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
11:01:27 py37 create: /code/.tox/py37
11:01:38 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
11:01:56 py37 develop-inst: /code
11:01:56 py37 installed: atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0
11:01:56 pre-commit create: /code/.tox/pre-commit
11:02:08 pre-commit installdeps: pre-commit
11:02:21 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
11:02:21 ___________________________________ summary ____________________________________
11:02:21   py27: skipped tests
11:02:21   py37: skipped tests
11:02:21   pre-commit: skipped tests
11:02:21   congratulations :)
11:02:22 Removing intermediate container 30ff1b7ea07e
11:02:22  ---> a17c681d1885
11:02:22 Step 29/32 : COPY . .
11:02:22  ---> 1ae02aaa4e5a
11:02:22 Step 30/32 : ARG GIT_COMMIT=unknown
11:02:22  ---> Running in 231a9b1d3853
11:02:22 Removing intermediate container 231a9b1d3853
11:02:22  ---> b60e50a38025
11:02:22 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
11:02:23  ---> Running in 3cdcbde5f55e
11:02:23 Removing intermediate container 3cdcbde5f55e
11:02:23  ---> 7036353528bf
11:02:23 Step 32/32 : RUN script/build/linux-entrypoint
11:02:23  ---> Running in 3b59b3380a58
11:02:24 + CODE_PATH=/code
11:02:24 + VENV=/code/.tox/py37
11:02:24 + cd /code
11:02:24 + mkdir -p dist
11:02:24 + chmod 777 dist
11:02:24 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
11:02:42 + '[' -z f13bc7de588c9ec3d9f2212289255ad1420ac29f ']'
11:02:42 + echo f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:02:42 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:02:42 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:02:42 + '[' '!' -z '' ']'
11:02:42 + echo 'NOT compiling bootloader!!!'
11:02:42 NOT compiling bootloader!!!
11:02:42 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
11:02:42 37 INFO: PyInstaller: 3.5
11:02:42 37 INFO: Python: 3.7.4
11:02:42 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
11:02:42 39 INFO: UPX is not available.
11:02:42 40 INFO: Extending PYTHONPATH with paths
11:02:42 ['/code/bin', '/code']
11:02:42 40 INFO: checking Analysis
11:02:42 40 INFO: Building Analysis because Analysis-00.toc is non existent
11:02:42 40 INFO: Initializing module dependency graph...
11:02:42 42 INFO: Initializing module graph hooks...
11:02:42 43 INFO: Analyzing base_library.zip ...
11:02:45 2867 INFO: running Analysis Analysis-00.toc
11:02:45 2885 INFO: Caching module hooks...
11:02:45 2888 INFO: Analyzing bin/docker-compose
11:02:45 2969 INFO: Processing pre-find module path hook   distutils
11:02:45 2970 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
11:02:45 3144 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
11:02:46 4003 INFO: Processing pre-safe import module hook   six.moves
11:02:48 6359 INFO: Loading module hooks...
11:02:48 6360 INFO: Loading module hook "hook-certifi.py"...
11:02:48 6361 INFO: Loading module hook "hook-jsonschema.py"...
11:02:48 6362 INFO: Loading module hook "hook-xml.py"...
11:02:48 6400 INFO: Loading module hook "hook-nacl.py"...
11:02:48 6402 INFO: Loading module hook "hook-distutils.py"...
11:02:48 6403 INFO: Loading module hook "hook-pkg_resources.py"...
11:02:48 6568 INFO: Processing pre-safe import module hook   win32com
11:02:48 6733 INFO: Loading module hook "hook-pydoc.py"...
11:02:48 6733 INFO: Loading module hook "hook-sysconfig.py"...
11:02:48 6739 INFO: Loading module hook "hook-encodings.py"...
11:02:48 6777 INFO: Loading module hook "hook-cryptography.py"...
11:02:49 6935 INFO: Looking for ctypes DLLs
11:02:49 6964 INFO: Analyzing run-time hooks ...
11:02:49 6972 INFO: Including run-time hook 'pyi_rth_certifi.py'
11:02:49 6974 INFO: Including run-time hook 'pyi_rth_pkgres.py'
11:02:49 6983 INFO: Looking for dynamic libraries
11:02:49 7511 INFO: Looking for eggs
11:02:49 7511 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
11:02:49 7520 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
11:02:49 7566 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
11:02:49 7585 INFO: checking PYZ
11:02:49 7586 INFO: Building PYZ because PYZ-00.toc is non existent
11:02:49 7586 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
11:02:50 8268 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
11:02:50 8288 INFO: checking PKG
11:02:50 8289 INFO: Building PKG because PKG-00.toc is non existent
11:02:50 8289 INFO: Building PKG (CArchive) PKG-00.pkg
11:03:00 18048 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
11:03:00 18051 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
11:03:00 18051 INFO: checking EXE
11:03:00 18051 INFO: Building EXE because EXE-00.toc is non existent
11:03:00 18051 INFO: Building EXE from EXE-00.toc
11:03:00 18051 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
11:03:00 18110 INFO: Building EXE from EXE-00.toc completed successfully.
11:03:00 + ls -la dist/
11:03:00 total 16644
11:03:00 drwxrwxrwx 2 root root     4096 Nov 14 11:03 .
11:03:00 drwxr-xr-x 1 root root     4096 Nov 14 11:02 ..
11:03:00 -rwxr-xr-x 1 root root 17028976 Nov 14 11:03 docker-compose
11:03:00 + ldd dist/docker-compose
11:03:00 	linux-vdso.so.1 (0x00007ffdeb3aa000)
11:03:00 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f0302526000)
11:03:00 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f030230c000)
11:03:00 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0301f6d000)
11:03:00 	/lib64/ld-linux-x86-64.so.2 (0x00007f030272a000)
11:03:00 + mv dist/docker-compose /usr/local/bin
11:03:00 + docker-compose version
11:03:00 docker-compose version 1.25.0dev, build f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:03:00 docker-py version: 4.1.0
11:03:00 CPython version: 3.7.4
11:03:00 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
11:03:02 Removing intermediate container 3b59b3380a58
11:03:02  ---> 3db26b146e37
11:03:02 Successfully built 3db26b146e37
11:03:02 Successfully tagged dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] sh
11:03:02 + docker push dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:03:02 The push refers to repository [docker.io/dockerbuildbot/compose]
11:03:02 d345e716e788: Preparing
11:03:02 b36868e2669e: Preparing
11:03:02 534989e67048: Preparing
11:03:02 324e87493ae8: Preparing
11:03:02 9afec8b78faa: Preparing
11:03:02 110a1e7fa278: Preparing
11:03:02 d84b8c879cbc: Preparing
11:03:02 9748dffd0db0: Preparing
11:03:02 7360ec7cefa5: Preparing
11:03:02 9afd7dc9bd59: Preparing
11:03:02 84ef9c83d887: Preparing
11:03:02 a99de1e68c8e: Preparing
11:03:02 4501c8de05c1: Preparing
11:03:02 92da71ed3fbb: Preparing
11:03:02 bc765ddc6a01: Preparing
11:03:02 3c5de63b9bde: Preparing
11:03:02 99a2e7cd1f0d: Preparing
11:03:02 a8f0218d77da: Preparing
11:03:02 b3edacbcd846: Preparing
11:03:02 896510bee743: Preparing
11:03:02 67ecfc9591c8: Preparing
11:03:02 110a1e7fa278: Waiting
11:03:02 d84b8c879cbc: Waiting
11:03:02 9748dffd0db0: Waiting
11:03:02 7360ec7cefa5: Waiting
11:03:02 9afd7dc9bd59: Waiting
11:03:02 84ef9c83d887: Waiting
11:03:02 a99de1e68c8e: Waiting
11:03:02 4501c8de05c1: Waiting
11:03:02 92da71ed3fbb: Waiting
11:03:02 bc765ddc6a01: Waiting
11:03:02 3c5de63b9bde: Waiting
11:03:02 99a2e7cd1f0d: Waiting
11:03:02 a8f0218d77da: Waiting
11:03:02 b3edacbcd846: Waiting
11:03:02 896510bee743: Waiting
11:03:02 67ecfc9591c8: Waiting
11:03:03 9afec8b78faa: Pushed
11:03:04 324e87493ae8: Pushed
11:03:05 b36868e2669e: Pushed
11:03:06 110a1e7fa278: Pushed
11:03:07 d84b8c879cbc: Pushed
11:03:07 9748dffd0db0: Pushed
11:03:07 7360ec7cefa5: Pushed
11:03:08 9afd7dc9bd59: Pushed
11:03:08 84ef9c83d887: Pushed
11:03:09 d345e716e788: Pushed
11:03:10 4501c8de05c1: Pushed
11:03:10 a99de1e68c8e: Pushed
11:03:11 99a2e7cd1f0d: Layer already exists
11:03:12 bc765ddc6a01: Pushed
11:03:12 a8f0218d77da: Layer already exists
11:03:12 b3edacbcd846: Layer already exists
11:03:12 896510bee743: Layer already exists
11:03:13 67ecfc9591c8: Layer already exists
11:03:14 92da71ed3fbb: Pushed
11:03:15 534989e67048: Pushed
11:03:31 3c5de63b9bde: Pushed
11:03:31 debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f: digest: sha256:65e87d5a35b458b263afb06fd9ad45d8beb33cfb21bce83d84a999b198891eb2 size: 4718
[Pipeline] echo
11:03:31 dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-017d2721b163cde02) in /home/ubuntu/workspace/compose_PR-7020
[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-7020@tmp/5b34fc3b-a38a-4f85-9f2c-c33a59f9b897/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
11:03:32 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f /code/script/test/versions.py -n 2 docker/docker-ce recent
11:03:32 Unable to find image 'dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:03:32 debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:03:32 80369df48736: Already exists
11:03:32 aaba0609d543: Already exists
11:03:32 33536ac8210e: Already exists
11:03:32 35aa8bff600e: Already exists
11:03:32 6e4c9666aa4e: Already exists
11:03:32 c907cbd5d878: Pulling fs layer
11:03:32 ee5f0314a829: Pulling fs layer
11:03:32 efcf39554d9c: Pulling fs layer
11:03:32 1691f311f363: Pulling fs layer
11:03:32 4343e9f22787: Pulling fs layer
11:03:32 4fc01450edf0: Pulling fs layer
11:03:32 cb689dce8190: Pulling fs layer
11:03:32 d8bdf3899129: Pulling fs layer
11:03:32 1c262c3f3ae4: Pulling fs layer
11:03:32 b262acf2fecd: Pulling fs layer
11:03:32 843a787eeec8: Pulling fs layer
11:03:32 3527fd301e0f: Pulling fs layer
11:03:32 9a62e42825ed: Pulling fs layer
11:03:32 7cbecd06bd9e: Pulling fs layer
11:03:32 a8204cc86216: Pulling fs layer
11:03:32 f6db3164ebe0: Pulling fs layer
11:03:32 4343e9f22787: Waiting
11:03:32 4fc01450edf0: Waiting
11:03:32 cb689dce8190: Waiting
11:03:32 d8bdf3899129: Waiting
11:03:32 1c262c3f3ae4: Waiting
11:03:32 b262acf2fecd: Waiting
11:03:32 843a787eeec8: Waiting
11:03:32 3527fd301e0f: Waiting
11:03:32 9a62e42825ed: Waiting
11:03:32 7cbecd06bd9e: Waiting
11:03:32 a8204cc86216: Waiting
11:03:32 f6db3164ebe0: Waiting
11:03:32 1691f311f363: Waiting
11:03:32 ee5f0314a829: Verifying Checksum
11:03:32 ee5f0314a829: Download complete
11:03:32 efcf39554d9c: Verifying Checksum
11:03:32 efcf39554d9c: Download complete
11:03:32 1691f311f363: Verifying Checksum
11:03:32 1691f311f363: Download complete
11:03:32 4343e9f22787: Verifying Checksum
11:03:32 4343e9f22787: Download complete
11:03:32 4fc01450edf0: Verifying Checksum
11:03:32 4fc01450edf0: Download complete
11:03:32 d8bdf3899129: Verifying Checksum
11:03:32 d8bdf3899129: Download complete
11:03:32 1c262c3f3ae4: Verifying Checksum
11:03:32 1c262c3f3ae4: Download complete
11:03:32 cb689dce8190: Verifying Checksum
11:03:32 cb689dce8190: Download complete
11:03:32 843a787eeec8: Verifying Checksum
11:03:32 843a787eeec8: Download complete
11:03:33 3527fd301e0f: Verifying Checksum
11:03:33 3527fd301e0f: Download complete
11:03:33 b262acf2fecd: Verifying Checksum
11:03:33 b262acf2fecd: Download complete
11:03:33 9a62e42825ed: Verifying Checksum
11:03:33 9a62e42825ed: Download complete
11:03:33 a8204cc86216: Verifying Checksum
11:03:33 a8204cc86216: Download complete
11:03:33 c907cbd5d878: Verifying Checksum
11:03:33 c907cbd5d878: Download complete
11:03:33 7cbecd06bd9e: Verifying Checksum
11:03:33 7cbecd06bd9e: Download complete
11:03:34 f6db3164ebe0: Verifying Checksum
11:03:34 f6db3164ebe0: Download complete
11:03:37 c907cbd5d878: Pull complete
11:03:37 ee5f0314a829: Pull complete
11:03:37 efcf39554d9c: Pull complete
11:03:37 1691f311f363: Pull complete
11:03:38 4343e9f22787: Pull complete
11:03:38 4fc01450edf0: Pull complete
11:03:38 cb689dce8190: Pull complete
11:03:38 d8bdf3899129: Pull complete
11:03:38 1c262c3f3ae4: Pull complete
11:03:38 b262acf2fecd: Pull complete
11:03:38 843a787eeec8: Pull complete
11:03:38 3527fd301e0f: Pull complete
11:03:39 9a62e42825ed: Pull complete
11:03:41 7cbecd06bd9e: Pull complete
11:03:41 a8204cc86216: Pull complete
11:03:42 f6db3164ebe0: Pull complete
11:03:42 Digest: sha256:65e87d5a35b458b263afb06fd9ad45d8beb33cfb21bce83d84a999b198891eb2
11:03:42 Status: Downloaded newer image for dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: alpine_19.03.5-rc1_py27)
[Pipeline] { (Branch: alpine_19.03.5-rc1_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.5-rc1_py27)
[Pipeline] { (Branch: debian_19.03.5-rc1_py37)
[Pipeline] { (Branch: debian_18.09.9_py27)
[Pipeline] { (Branch: debian_18.09.9_py37)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-02c9271c5c3efc6c6) in /home/ubuntu/workspace/compose_PR-7020
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-017d2721b163cde02) in /home/ubuntu/workspace/compose_PR-7020
[Pipeline] withDockerRegistry
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0b8b9f790a9ef03ff) in /home/ubuntu/workspace/compose_PR-7020
Running on ubuntu-1804-overlay2 (i-0d431718695e16168) in /home/ubuntu/workspace/compose_PR-7020
[Pipeline] {
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0b97edb98f7c10a46) in /home/ubuntu/workspace/compose_PR-7020
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ 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-7020@tmp/76215e29-6c41-4e65-be22-650bd1952f5f/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] {
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7020@tmp/13ced0eb-95ea-40fd-93d0-2c49296176e1/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
11:03:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:03:46 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-7020@tmp/a9c0950a-5104-486f-adde-0fcd07ae9e51/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-7020@tmp/8e0f9408-820d-451a-8627-51eea098f525/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7020@tmp/d1692fc5-7abf-4cb7-885d-5f9135f16088/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
11:03:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:03:47 chowning workspace
[Pipeline] sh
[Pipeline] echo
11:03:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:03:47 chowning workspace
[Pipeline] sh
[Pipeline] echo
11:03:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:03:47 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:03:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:03:47 chowning workspace
[Pipeline] sh
11:03:47 + uname -m
[Pipeline] sh
11:03:47 + uname -m
[Pipeline] sh
11:03:47 + uname -m
[Pipeline] sh
11:03:47 + uname -m
[Pipeline] sh
11:03:47 + uname -m
[Pipeline] sh
11:03:47 + pwd
11:03:47 + id -u
11:03:47 + id -g
11:03:47 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:03:47 + pwd
11:03:47 + id -u
11:03:47 + id -g
11:03:47 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:03:47 + pwd
11:03:47 + id -u
11:03:47 + id -g
11:03:47 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:03:47 + pwd
11:03:47 + id -u
11:03:47 + id -g
11:03:47 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:03:47 Unable to find image 'busybox:latest' locally
11:03:47 latest: Pulling from library/busybox
11:03:47 0f8c40e1270f: Pulling fs layer
11:03:47 + pwd
11:03:47 + id -u
11:03:47 + id -g
11:03:47 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:03:47 Unable to find image 'busybox:latest' locally
11:03:47 latest: Pulling from library/busybox
11:03:47 0f8c40e1270f: Pulling fs layer
11:03:47 0f8c40e1270f: Download complete
11:03:47 0f8c40e1270f: Pull complete
11:03:47 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
11:03:47 Status: Downloaded newer image for busybox:latest
11:03:47 0f8c40e1270f: Download complete
11:03:47 0f8c40e1270f: Pull complete
11:03:47 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
11:03:47 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:03:48 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:03:48 Removing all docker containers
[Pipeline] sh
11:03:48 + docker container ls -aq
[Pipeline] echo
11:03:48 Docker containers have been removed
[Pipeline] echo
11:03:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:03:48 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
11:03:48 using credential sf-release-bot.github.ssh
11:03:48 Cloning the remote Git repository
11:03:48 Cloning with configured refspecs honoured and without tags
11:03:48 + docker container ls -aq
[Pipeline] echo
11:03:48 Docker containers have been removed
[Pipeline] echo
11:03:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:03:48 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=debian)
[Pipeline] checkout
11:03:48 using credential sf-release-bot.github.ssh
11:03:48 Cloning the remote Git repository
11:03:48 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
11:03:48 Removing all docker containers
[Pipeline] sh
11:03:49 + docker container ls -aq
[Pipeline] echo
11:03:49 Docker containers have been removed
[Pipeline] echo
11:03:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:03:49 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
[Pipeline] echo
11:03:49 Removing all docker containers
[Pipeline] sh
11:03:49 using credential sf-release-bot.github.ssh
[Pipeline] echo
11:03:49 Removing all docker containers
[Pipeline] sh
11:03:49 Cloning the remote Git repository
11:03:49 Cloning with configured refspecs honoured and without tags
11:03:49 + docker container ls -aq
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
[Pipeline] echo
11:03:49 Docker containers have been removed
[Pipeline] echo
11:03:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:03:49 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.5-rc1 / baseImage=alpine)
[Pipeline] checkout
11:03:49 + docker container ls -aq
11:03:49 + docker container rm -vf d8124082070b
11:03:49 d8124082070b
[Pipeline] echo
11:03:49 Docker containers have been removed
[Pipeline] echo
11:03:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:03:49 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=alpine)
[Pipeline] checkout
11:03:49 using credential sf-release-bot.github.ssh
11:03:49 Cloning the remote Git repository
11:03:49 Cloning with configured refspecs honoured and without tags
11:03:49 using credential sf-release-bot.github.ssh
11:03:49 Cloning the remote Git repository
11:03:49 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
11:03:50 Fetching without tags
11:03:50 Fetching without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
11:03:50 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
11:03:50 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
11:03:50 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
11:03:50 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:03:50 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:03:51 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
11:03:51 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
[Pipeline] sh
[Pipeline] sh
11:03:51 Fetching without tags
11:03:51 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
11:03:51 + docker info
11:03:51 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:03:51 + docker info
11:03:51 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:03:51 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
11:03:51 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
[Pipeline] sh
11:03:52 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
11:03:52 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
11:03:52 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:03:52 + docker info
[Pipeline] sh
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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:03:52 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:03:52 + docker info
[Pipeline] sh
11:03:54 + docker info
11:03:54 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:03:57 WARNING: No swap limit support
[Pipeline] echo
11:03:57 Using local system's storage driver: 
[Pipeline] sh
11:03:57 + pwd
11:03:57 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:03:57 Unable to find image 'dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:03:57 alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:03:57 9d48c3bd43c5: Already exists
11:03:57 c0ea575d71b9: Pulling fs layer
11:03:57 0f535eceebd5: Pulling fs layer
11:03:57 8a30f5893bea: Pulling fs layer
11:03:57 287089fe229e: Pulling fs layer
11:03:57 d9aa1ece8441: Pulling fs layer
11:03:57 0c72eceb9f0f: Pulling fs layer
11:03:57 11b01328fee3: Pulling fs layer
11:03:57 6a134e20ef66: Pulling fs layer
11:03:57 9ebb89f85d92: Pulling fs layer
11:03:57 b9d2552aab45: Pulling fs layer
11:03:57 a302e0d10d88: Pulling fs layer
11:03:57 34b107c5fb6b: Pulling fs layer
11:03:57 822b9f1bdf38: Pulling fs layer
11:03:57 2a7b9a102b56: Pulling fs layer
11:03:57 d69ea8b32b26: Pulling fs layer
11:03:57 8a4bd1533a2a: Pulling fs layer
11:03:57 7a2bf72f40c7: Pulling fs layer
11:03:57 f8d5d68ff669: Pulling fs layer
11:03:57 75b9acd24659: Pulling fs layer
11:03:57 00aecc2ef3c5: Pulling fs layer
11:03:57 287089fe229e: Waiting
11:03:57 d9aa1ece8441: Waiting
11:03:57 0c72eceb9f0f: Waiting
11:03:57 11b01328fee3: Waiting
11:03:57 6a134e20ef66: Waiting
11:03:57 9ebb89f85d92: Waiting
11:03:57 b9d2552aab45: Waiting
11:03:57 a302e0d10d88: Waiting
11:03:57 34b107c5fb6b: Waiting
11:03:57 822b9f1bdf38: Waiting
11:03:57 2a7b9a102b56: Waiting
11:03:57 d69ea8b32b26: Waiting
11:03:57 8a4bd1533a2a: Waiting
11:03:57 7a2bf72f40c7: Waiting
11:03:57 f8d5d68ff669: Waiting
11:03:57 75b9acd24659: Waiting
11:03:57 00aecc2ef3c5: Waiting
11:03:57 c0ea575d71b9: Verifying Checksum
11:03:57 c0ea575d71b9: Download complete
11:03:57 8a30f5893bea: Verifying Checksum
11:03:57 8a30f5893bea: Download complete
11:03:57 287089fe229e: Verifying Checksum
11:03:57 287089fe229e: Download complete
11:03:57 0c72eceb9f0f: Verifying Checksum
11:03:57 0c72eceb9f0f: Download complete
11:03:57 0f535eceebd5: Verifying Checksum
11:03:57 0f535eceebd5: Download complete
11:03:57 c0ea575d71b9: Pull complete
11:03:58 6a134e20ef66: Verifying Checksum
11:03:58 6a134e20ef66: Download complete
11:03:58 WARNING: No swap limit support
[Pipeline] echo
11:03:58 Using local system's storage driver: 
[Pipeline] sh
11:03:58 11b01328fee3: Verifying Checksum
11:03:58 11b01328fee3: Download complete
11:03:58 9ebb89f85d92: Verifying Checksum
11:03:58 9ebb89f85d92: Download complete
11:03:58 a302e0d10d88: Verifying Checksum
11:03:58 a302e0d10d88: Download complete
11:03:58 b9d2552aab45: Verifying Checksum
11:03:58 b9d2552aab45: Download complete
11:03:58 + pwd
11:03:58 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:03:58 822b9f1bdf38: Verifying Checksum
11:03:58 822b9f1bdf38: Download complete
11:03:58 34b107c5fb6b: Verifying Checksum
11:03:58 34b107c5fb6b: Download complete
11:03:58 2a7b9a102b56: Verifying Checksum
11:03:58 2a7b9a102b56: Download complete
11:03:58 d69ea8b32b26: Verifying Checksum
11:03:58 d69ea8b32b26: Download complete
11:03:58 8a4bd1533a2a: Verifying Checksum
11:03:58 8a4bd1533a2a: Download complete
11:03:58 7a2bf72f40c7: Verifying Checksum
11:03:58 7a2bf72f40c7: Download complete
11:03:58 d9aa1ece8441: Verifying Checksum
11:03:58 d9aa1ece8441: Download complete
11:03:58 75b9acd24659: Verifying Checksum
11:03:58 75b9acd24659: Download complete
11:03:59 + docker version
11:03:59 Client: Docker Engine - Community
11:03:59  Version:           18.09.7
11:03:59  API version:       1.39
11:03:59  Go version:        go1.10.8
11:03:59  Git commit:        2d0083d
11:03:59  Built:             Thu Jun 27 17:54:15 2019
11:03:59  OS/Arch:           linux/amd64
11:03:59  Experimental:      false
11:03:59 
11:03:59 Server: Docker Engine - Community
11:03:59  Engine:
11:03:59   Version:          19.03.2
11:03:59   API version:      1.40 (minimum version 1.12)
11:03:59   Go version:       go1.12.8
11:03:59   Git commit:       6a30dfc
11:03:59   Built:            Thu Aug 29 05:27:45 2019
11:03:59   OS/Arch:          linux/amd64
11:03:59   Experimental:     true
11:03:59  containerd:
11:03:59   Version:          1.2.6
11:03:59   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:03:59  runc:
11:03:59   Version:          1.0.0-rc8
11:03:59   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
11:03:59  docker-init:
11:03:59   Version:          0.18.0
11:03:59   GitCommit:        fec3683
11:03:59 + export DOCKER_VERSIONS=18.09.9
11:03:59 + DOCKER_VERSIONS=18.09.9
11:03:59 + STORAGE_DRIVER=overlay
11:03:59 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
11:03:59 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
11:03:59 ++ hostname
11:03:59 + GIT_VOLUME=--volumes-from=6bf0c5403d64
11:03:59 + . script/test/all
11:03:59 ++ set -e
11:03:59 ++ echo 'Running lint checks'
11:03:59 Running lint checks
11:03:59 ++ docker run --rm --tty --volumes-from=6bf0c5403d64 dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f tox -e pre-commit
11:03:59 WARNING: No swap limit support
[Pipeline] echo
11:03:59 Using local system's storage driver: 
[Pipeline] sh
11:03:59 f8d5d68ff669: Verifying Checksum
11:03:59 f8d5d68ff669: Download complete
11:03:59 00aecc2ef3c5: Verifying Checksum
11:03:59 00aecc2ef3c5: Download complete
11:03:59 + pwd
11:03:59 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:03:59 Unable to find image 'dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:03:59 alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:03:59 9d48c3bd43c5: Already exists
11:03:59 c0ea575d71b9: Pulling fs layer
11:03:59 0f535eceebd5: Pulling fs layer
11:03:59 8a30f5893bea: Pulling fs layer
11:03:59 287089fe229e: Pulling fs layer
11:03:59 d9aa1ece8441: Pulling fs layer
11:03:59 0c72eceb9f0f: Pulling fs layer
11:03:59 11b01328fee3: Pulling fs layer
11:03:59 6a134e20ef66: Pulling fs layer
11:03:59 9ebb89f85d92: Pulling fs layer
11:03:59 b9d2552aab45: Pulling fs layer
11:03:59 a302e0d10d88: Pulling fs layer
11:03:59 34b107c5fb6b: Pulling fs layer
11:03:59 822b9f1bdf38: Pulling fs layer
11:03:59 2a7b9a102b56: Pulling fs layer
11:03:59 d69ea8b32b26: Pulling fs layer
11:03:59 8a4bd1533a2a: Pulling fs layer
11:03:59 7a2bf72f40c7: Pulling fs layer
11:03:59 f8d5d68ff669: Pulling fs layer
11:03:59 75b9acd24659: Pulling fs layer
11:03:59 00aecc2ef3c5: Pulling fs layer
11:03:59 287089fe229e: Waiting
11:03:59 d9aa1ece8441: Waiting
11:03:59 0c72eceb9f0f: Waiting
11:03:59 11b01328fee3: Waiting
11:03:59 6a134e20ef66: Waiting
11:03:59 9ebb89f85d92: Waiting
11:03:59 b9d2552aab45: Waiting
11:03:59 a302e0d10d88: Waiting
11:03:59 34b107c5fb6b: Waiting
11:03:59 822b9f1bdf38: Waiting
11:03:59 2a7b9a102b56: Waiting
11:03:59 d69ea8b32b26: Waiting
11:03:59 8a4bd1533a2a: Waiting
11:03:59 7a2bf72f40c7: Waiting
11:03:59 f8d5d68ff669: Waiting
11:03:59 75b9acd24659: Waiting
11:03:59 00aecc2ef3c5: Waiting
11:03:59 c0ea575d71b9: Download complete
11:03:59 287089fe229e: Verifying Checksum
11:03:59 287089fe229e: Download complete
11:03:59 WARNING: No swap limit support
[Pipeline] echo
11:03:59 Using local system's storage driver: 
[Pipeline] sh
11:04:00 c0ea575d71b9: Pull complete
11:04:00 8a30f5893bea: Verifying Checksum
11:04:00 8a30f5893bea: Download complete
11:04:00 0f535eceebd5: Verifying Checksum
11:04:00 0f535eceebd5: Download complete
11:04:00 0c72eceb9f0f: Verifying Checksum
11:04:00 0c72eceb9f0f: Download complete
11:04:00 6a134e20ef66: Verifying Checksum
11:04:00 6a134e20ef66: Download complete
11:04:00 + pwd
11:04:00 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:04:00 Unable to find image 'dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:04:00 WARNING: No swap limit support
[Pipeline] echo
11:04:00 Using local system's storage driver: 
[Pipeline] sh
11:04:00 11b01328fee3: Verifying Checksum
11:04:00 11b01328fee3: Download complete
11:04:00 debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:04:00 80369df48736: Already exists
11:04:00 aaba0609d543: Already exists
11:04:00 33536ac8210e: Already exists
11:04:00 35aa8bff600e: Already exists
11:04:00 6e4c9666aa4e: Already exists
11:04:00 c907cbd5d878: Pulling fs layer
11:04:00 ee5f0314a829: Pulling fs layer
11:04:00 efcf39554d9c: Pulling fs layer
11:04:00 1691f311f363: Pulling fs layer
11:04:00 4343e9f22787: Pulling fs layer
11:04:00 4fc01450edf0: Pulling fs layer
11:04:00 cb689dce8190: Pulling fs layer
11:04:00 d8bdf3899129: Pulling fs layer
11:04:00 1c262c3f3ae4: Pulling fs layer
11:04:00 b262acf2fecd: Pulling fs layer
11:04:00 843a787eeec8: Pulling fs layer
11:04:00 3527fd301e0f: Pulling fs layer
11:04:00 9a62e42825ed: Pulling fs layer
11:04:00 7cbecd06bd9e: Pulling fs layer
11:04:00 a8204cc86216: Pulling fs layer
11:04:00 f6db3164ebe0: Pulling fs layer
11:04:00 1691f311f363: Waiting
11:04:00 4343e9f22787: Waiting
11:04:00 4fc01450edf0: Waiting
11:04:00 cb689dce8190: Waiting
11:04:00 d8bdf3899129: Waiting
11:04:00 1c262c3f3ae4: Waiting
11:04:00 b262acf2fecd: Waiting
11:04:00 843a787eeec8: Waiting
11:04:00 3527fd301e0f: Waiting
11:04:00 9a62e42825ed: Waiting
11:04:00 7cbecd06bd9e: Waiting
11:04:00 a8204cc86216: Waiting
11:04:00 f6db3164ebe0: Waiting
11:04:00 0f535eceebd5: Pull complete
11:04:00 8a30f5893bea: Pull complete
11:04:00 9ebb89f85d92: Verifying Checksum
11:04:00 9ebb89f85d92: Download complete
11:04:00 b9d2552aab45: Verifying Checksum
11:04:00 b9d2552aab45: Download complete
11:04:00 34b107c5fb6b: Verifying Checksum
11:04:00 34b107c5fb6b: Download complete
11:04:00 a302e0d10d88: Verifying Checksum
11:04:00 a302e0d10d88: Download complete
11:04:00 822b9f1bdf38: Verifying Checksum
11:04:00 822b9f1bdf38: Download complete
11:04:00 2a7b9a102b56: Verifying Checksum
11:04:00 2a7b9a102b56: Download complete
11:04:00 + pwd
11:04:00 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:04:00 Unable to find image 'dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:04:00 alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:04:00 9d48c3bd43c5: Already exists
11:04:00 c0ea575d71b9: Already exists
11:04:00 0f535eceebd5: Already exists
11:04:00 8a30f5893bea: Already exists
11:04:00 287089fe229e: Already exists
11:04:00 d9aa1ece8441: Pulling fs layer
11:04:00 0c72eceb9f0f: Pulling fs layer
11:04:00 11b01328fee3: Pulling fs layer
11:04:00 6a134e20ef66: Pulling fs layer
11:04:00 9ebb89f85d92: Pulling fs layer
11:04:00 b9d2552aab45: Pulling fs layer
11:04:00 a302e0d10d88: Pulling fs layer
11:04:00 34b107c5fb6b: Pulling fs layer
11:04:00 822b9f1bdf38: Pulling fs layer
11:04:00 2a7b9a102b56: Pulling fs layer
11:04:00 d69ea8b32b26: Pulling fs layer
11:04:00 8a4bd1533a2a: Pulling fs layer
11:04:00 7a2bf72f40c7: Pulling fs layer
11:04:00 f8d5d68ff669: Pulling fs layer
11:04:00 75b9acd24659: Pulling fs layer
11:04:00 00aecc2ef3c5: Pulling fs layer
11:04:00 9ebb89f85d92: Waiting
11:04:00 b9d2552aab45: Waiting
11:04:00 a302e0d10d88: Waiting
11:04:00 34b107c5fb6b: Waiting
11:04:00 822b9f1bdf38: Waiting
11:04:00 2a7b9a102b56: Waiting
11:04:00 d69ea8b32b26: Waiting
11:04:00 8a4bd1533a2a: Waiting
11:04:00 7a2bf72f40c7: Waiting
11:04:00 f8d5d68ff669: Waiting
11:04:00 75b9acd24659: Waiting
11:04:00 00aecc2ef3c5: Waiting
11:04:00 6a134e20ef66: Waiting
11:04:00 ee5f0314a829: Verifying Checksum
11:04:00 ee5f0314a829: Download complete
11:04:00 1691f311f363: Verifying Checksum
11:04:00 1691f311f363: Download complete
11:04:00 efcf39554d9c: Verifying Checksum
11:04:00 efcf39554d9c: Download complete
11:04:00 4fc01450edf0: Verifying Checksum
11:04:00 4fc01450edf0: Download complete
11:04:00 287089fe229e: Pull complete
11:04:00 8a4bd1533a2a: Verifying Checksum
11:04:00 8a4bd1533a2a: Download complete
11:04:00 d69ea8b32b26: Verifying Checksum
11:04:00 d69ea8b32b26: Download complete
11:04:00 7a2bf72f40c7: Verifying Checksum
11:04:00 7a2bf72f40c7: Download complete
11:04:00 0c72eceb9f0f: Verifying Checksum
11:04:00 0c72eceb9f0f: Download complete
11:04:00 6a134e20ef66: Verifying Checksum
11:04:00 6a134e20ef66: Download complete
11:04:00 11b01328fee3: Verifying Checksum
11:04:00 11b01328fee3: Download complete
11:04:00 b9d2552aab45: Verifying Checksum
11:04:00 b9d2552aab45: Download complete
11:04:00 cb689dce8190: Verifying Checksum
11:04:00 cb689dce8190: Download complete
11:04:00 4343e9f22787: Verifying Checksum
11:04:00 4343e9f22787: Download complete
11:04:00 d8bdf3899129: Verifying Checksum
11:04:00 d8bdf3899129: Download complete
11:04:00 1c262c3f3ae4: Verifying Checksum
11:04:00 1c262c3f3ae4: Download complete
11:04:00 b262acf2fecd: Verifying Checksum
11:04:00 b262acf2fecd: Download complete
11:04:00 843a787eeec8: Verifying Checksum
11:04:00 843a787eeec8: Download complete
11:04:01 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

11:04:01 pre-commit runtests: PYTHONHASHSEED='768087143'

11:04:01 pre-commit runtests: commands[0] | pre-commit install

11:04:01 pre-commit installed at .git/hooks/pre-commit

11:04:01 pre-commit runtests: commands[1] | pre-commit run --all-files

11:04:01 9ebb89f85d92: Download complete
11:04:01 a302e0d10d88: Verifying Checksum
11:04:01 a302e0d10d88: Download complete
11:04:01 34b107c5fb6b: Verifying Checksum
11:04:01 34b107c5fb6b: Download complete
11:04:01 822b9f1bdf38: Verifying Checksum
11:04:01 822b9f1bdf38: Download complete
11:04:01 2a7b9a102b56: Verifying Checksum
11:04:01 2a7b9a102b56: Download complete
11:04:01 d69ea8b32b26: Verifying Checksum
11:04:01 d69ea8b32b26: Download complete
11:04:01 8a4bd1533a2a: Verifying Checksum
11:04:01 8a4bd1533a2a: Download complete
11:04:01 7a2bf72f40c7: Verifying Checksum
11:04:01 7a2bf72f40c7: Download complete
11:04:01 75b9acd24659: Verifying Checksum
11:04:01 75b9acd24659: Download complete
11:04:01 d9aa1ece8441: Verifying Checksum
11:04:01 d9aa1ece8441: Download complete
11:04:01 75b9acd24659: Verifying Checksum
11:04:01 75b9acd24659: Download complete
11:04:01 3527fd301e0f: Verifying Checksum
11:04:01 3527fd301e0f: Download complete
11:04:01 9a62e42825ed: Verifying Checksum
11:04:01 9a62e42825ed: Download complete
11:04:01 a8204cc86216: Verifying Checksum
11:04:01 a8204cc86216: Download complete
11:04:01 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

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

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

11:04:01 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

11:04:01 f8d5d68ff669: Verifying Checksum
11:04:01 f8d5d68ff669: Download complete
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
11:04:01 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

11:04:01 [INFO] Once installed this environment will be reused.

11:04:01 [INFO] This may take a few minutes...

11:04:01 00aecc2ef3c5: Verifying Checksum
11:04:01 00aecc2ef3c5: Download complete
11:04:02 d9aa1ece8441: Verifying Checksum
11:04:02 d9aa1ece8441: Download complete
11:04:02 f8d5d68ff669: Verifying Checksum
11:04:02 f8d5d68ff669: Download complete
11:04:02 f6db3164ebe0: Verifying Checksum
11:04:02 f6db3164ebe0: Download complete
11:04:02 7cbecd06bd9e: Verifying Checksum
11:04:02 7cbecd06bd9e: Download complete
11:04:02 c907cbd5d878: Download complete
11:04:02 00aecc2ef3c5: Verifying Checksum
11:04:02 00aecc2ef3c5: Download complete
11:04:02 0f535eceebd5: Pull complete
11:04:02 8a30f5893bea: Pull complete
11:04:02 287089fe229e: Pull complete
11:04:03 d9aa1ece8441: Pull complete
11:04:03 0c72eceb9f0f: Pull complete
11:04:04 11b01328fee3: Pull complete
11:04:04 6a134e20ef66: Pull complete
11:04:05 9ebb89f85d92: Pull complete
11:04:05 b9d2552aab45: Pull complete
11:04:05 a302e0d10d88: Pull complete
11:04:05 34b107c5fb6b: Pull complete
11:04:05 c907cbd5d878: Pull complete
11:04:05 ee5f0314a829: Pull complete
11:04:05 d9aa1ece8441: Pull complete
11:04:05 0c72eceb9f0f: Pull complete
11:04:05 822b9f1bdf38: Pull complete
11:04:05 2a7b9a102b56: Pull complete
11:04:05 d69ea8b32b26: Pull complete
11:04:05 efcf39554d9c: Pull complete
11:04:06 d9aa1ece8441: Pull complete
11:04:06 0c72eceb9f0f: Pull complete
11:04:06 8a4bd1533a2a: Pull complete
11:04:06 7a2bf72f40c7: Pull complete
11:04:06 11b01328fee3: Pull complete
11:04:06 6a134e20ef66: Pull complete
11:04:06 1691f311f363: Pull complete
11:04:06 9ebb89f85d92: Pull complete
11:04:06 b9d2552aab45: Pull complete
11:04:06 4343e9f22787: Pull complete
11:04:06 4fc01450edf0: Pull complete
11:04:06 11b01328fee3: Pull complete
11:04:06 6a134e20ef66: Pull complete
11:04:06 a302e0d10d88: Pull complete
11:04:06 34b107c5fb6b: Pull complete
11:04:06 cb689dce8190: Pull complete
11:04:06 d8bdf3899129: Pull complete
11:04:06 822b9f1bdf38: Pull complete
11:04:06 2a7b9a102b56: Pull complete
11:04:06 d69ea8b32b26: Pull complete
11:04:07 1c262c3f3ae4: Pull complete
11:04:07 b262acf2fecd: Pull complete
11:04:07 843a787eeec8: Pull complete
11:04:07 8a4bd1533a2a: Pull complete
11:04:07 7a2bf72f40c7: Pull complete
11:04:07 9ebb89f85d92: Pull complete
11:04:07 b9d2552aab45: Pull complete
11:04:07 a302e0d10d88: Pull complete
11:04:07 3527fd301e0f: Pull complete
11:04:07 9a62e42825ed: Pull complete
11:04:07 34b107c5fb6b: Pull complete
11:04:07 822b9f1bdf38: Pull complete
11:04:07 2a7b9a102b56: Pull complete
11:04:07 d69ea8b32b26: Pull complete
11:04:07 8a4bd1533a2a: Pull complete
11:04:07 7a2bf72f40c7: Pull complete
11:04:08 f8d5d68ff669: Pull complete
11:04:08 75b9acd24659: Pull complete
11:04:09 00aecc2ef3c5: Pull complete
11:04:09 Digest: sha256:cf81e8705041a7a3052a3b9a14470a53430e6f9a7f62ff8ffa05c2d75c869e83
11:04:09 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:09 f8d5d68ff669: Pull complete
11:04:09 75b9acd24659: Pull complete
11:04:09 7cbecd06bd9e: Pull complete
11:04:09 a8204cc86216: Pull complete
11:04:10 00aecc2ef3c5: Pull complete
11:04:10 Digest: sha256:cf81e8705041a7a3052a3b9a14470a53430e6f9a7f62ff8ffa05c2d75c869e83
11:04:10 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:10 f6db3164ebe0: Pull complete
11:04:10 Digest: sha256:65e87d5a35b458b263afb06fd9ad45d8beb33cfb21bce83d84a999b198891eb2
11:04:10 Status: Downloaded newer image for dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:10 f8d5d68ff669: Pull complete
11:04:10 75b9acd24659: Pull complete
11:04:11 00aecc2ef3c5: Pull complete
11:04:11 Digest: sha256:cf81e8705041a7a3052a3b9a14470a53430e6f9a7f62ff8ffa05c2d75c869e83
11:04:11 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:12 + docker version
11:04:12 Client: Docker Engine - Community
11:04:12  Version:           18.09.7
11:04:12  API version:       1.39
11:04:12  Go version:        go1.10.8
11:04:12  Git commit:        2d0083d
11:04:12  Built:             Thu Jun 27 17:54:15 2019
11:04:12  OS/Arch:           linux/amd64
11:04:12  Experimental:      false
11:04:12 
11:04:12 Server: Docker Engine - Community
11:04:12  Engine:
11:04:12   Version:          19.03.2
11:04:12   API version:      1.40 (minimum version 1.12)
11:04:12   Go version:       go1.12.8
11:04:12   Git commit:       6a30dfc
11:04:12   Built:            Thu Aug 29 05:27:45 2019
11:04:12   OS/Arch:          linux/amd64
11:04:12   Experimental:     true
11:04:12  containerd:
11:04:12   Version:          1.2.6
11:04:12   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:04:12  runc:
11:04:12   Version:          1.0.0-rc8
11:04:12   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
11:04:12  docker-init:
11:04:12   Version:          0.18.0
11:04:12   GitCommit:        fec3683
11:04:12 + export DOCKER_VERSIONS=18.09.9
11:04:12 + DOCKER_VERSIONS=18.09.9
11:04:12 + STORAGE_DRIVER=overlay
11:04:12 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
11:04:12 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
11:04:12 ++ hostname
11:04:12 + GIT_VOLUME=--volumes-from=1a6303ef4acd
11:04:12 + . script/test/all
11:04:12 ++ set -e
11:04:12 ++ echo 'Running lint checks'
11:04:12 Running lint checks
11:04:12 ++ docker run --rm --tty --volumes-from=1a6303ef4acd dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f tox -e pre-commit
11:04:14 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

11:04:14 pre-commit runtests: PYTHONHASHSEED='4138592652'

11:04:14 pre-commit runtests: commands[0] | pre-commit install

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

11:04:14 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

11:04:14 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

11:04:15 [INFO] Once installed this environment will be reused.

11:04:15 [INFO] This may take a few minutes...

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

11:04:16 pre-commit runtests: PYTHONHASHSEED='2239709732'

11:04:16 pre-commit runtests: commands[0] | pre-commit install

11:04:16 pre-commit installed at .git/hooks/pre-commit

11:04:16 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

11:04:16 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

11:04:16 pre-commit runtests: PYTHONHASHSEED='848349063'

11:04:16 pre-commit runtests: commands[0] | pre-commit install

11:04:16 pre-commit installed at .git/hooks/pre-commit

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

11:04:16 [INFO] Once installed this environment will be reused.

11:04:16 [INFO] This may take a few minutes...

11:04:16 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

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

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

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

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

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

11:04:19 pre-commit runtests: PYTHONHASHSEED='3739913348'

11:04:19 pre-commit runtests: commands[0] | pre-commit install

11:04:19 pre-commit installed at .git/hooks/pre-commit

11:04:19 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

11:04:19 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

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

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

11:04:20 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

11:04:20 [INFO] Once installed this environment will be reused.

11:04:20 [INFO] This may take a few minutes...

Running on ubuntu-1804-overlay2 (i-051fd353b23594003) in /home/ubuntu/workspace/compose_PR-7020
[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-7020@tmp/131b141a-9888-479b-82d6-0bd7f34dc2e4/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
11:04:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:04:31 chowning workspace
[Pipeline] sh
11:04:32 + uname -m
[Pipeline] sh
11:04:32 Check for added large files..............................................Passed

11:04:32 Check docstring is first.................................................Passed

11:04:32 Check for merge conflicts................................................Passed

11:04:32 Check Yaml...............................................................Passed

11:04:32 Check JSON...............................................................Passed

11:04:32 + pwd
11:04:32 + id -u
11:04:32 + id -g
11:04:32 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:04:32 Unable to find image 'busybox:latest' locally
11:04:32 latest: Pulling from library/busybox
11:04:32 Debug Statements (Python)................................................Passed

11:04:32 0f8c40e1270f: Pulling fs layer
11:04:32 0f8c40e1270f: Download complete
11:04:32 0f8c40e1270f: Pull complete
11:04:32 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
11:04:32 Status: Downloaded newer image for busybox:latest
11:04:32 Fix End of Files.........................................................Passed

11:04:33 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

11:04:33 [INFO] Once installed this environment will be reused.

11:04:33 [INFO] This may take a few minutes...

[Pipeline] echo
11:04:33 Removing all docker containers
[Pipeline] sh
11:04:34 + docker container ls -aq
[Pipeline] echo
11:04:34 Docker containers have been removed
[Pipeline] echo
11:04:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:04:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.5-rc1 / baseImage=debian)
[Pipeline] checkout
11:04:34 using credential sf-release-bot.github.ssh
11:04:34 Cloning the remote Git repository
11:04:34 Cloning with configured refspecs honoured and without tags
11:04:34 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

11:04:34 [INFO] Once installed this environment will be reused.

11:04:34 [INFO] This may take a few minutes...

Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
11:04:35 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

11:04:35 [INFO] Once installed this environment will be reused.

11:04:35 [INFO] This may take a few minutes...

11:04:36 Fetching without tags
11:04:36 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:36 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
[Pipeline] sh
11:04:37 + docker info
11:04:37 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:04:38 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

11:04:38 [INFO] Once installed this environment will be reused.

11:04:38 [INFO] This may take a few minutes...

11:04:39 WARNING: No swap limit support
[Pipeline] echo
11:04:39 Using local system's storage driver: 
[Pipeline] sh
11:04:40 + pwd
11:04:40 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.5-rc1 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:04:40 Unable to find image 'dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:04:40 debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:04:40 80369df48736: Pulling fs layer
11:04:40 aaba0609d543: Pulling fs layer
11:04:40 33536ac8210e: Pulling fs layer
11:04:40 35aa8bff600e: Pulling fs layer
11:04:40 6e4c9666aa4e: Pulling fs layer
11:04:40 c907cbd5d878: Pulling fs layer
11:04:40 ee5f0314a829: Pulling fs layer
11:04:40 efcf39554d9c: Pulling fs layer
11:04:40 1691f311f363: Pulling fs layer
11:04:40 4343e9f22787: Pulling fs layer
11:04:40 4fc01450edf0: Pulling fs layer
11:04:40 cb689dce8190: Pulling fs layer
11:04:40 d8bdf3899129: Pulling fs layer
11:04:40 1c262c3f3ae4: Pulling fs layer
11:04:40 b262acf2fecd: Pulling fs layer
11:04:40 843a787eeec8: Pulling fs layer
11:04:40 3527fd301e0f: Pulling fs layer
11:04:40 9a62e42825ed: Pulling fs layer
11:04:40 7cbecd06bd9e: Pulling fs layer
11:04:40 a8204cc86216: Pulling fs layer
11:04:40 f6db3164ebe0: Pulling fs layer
11:04:40 35aa8bff600e: Waiting
11:04:40 6e4c9666aa4e: Waiting
11:04:40 c907cbd5d878: Waiting
11:04:40 ee5f0314a829: Waiting
11:04:40 efcf39554d9c: Waiting
11:04:40 1691f311f363: Waiting
11:04:40 4343e9f22787: Waiting
11:04:40 4fc01450edf0: Waiting
11:04:40 cb689dce8190: Waiting
11:04:40 d8bdf3899129: Waiting
11:04:40 1c262c3f3ae4: Waiting
11:04:40 b262acf2fecd: Waiting
11:04:40 843a787eeec8: Waiting
11:04:40 3527fd301e0f: Waiting
11:04:40 9a62e42825ed: Waiting
11:04:40 a8204cc86216: Waiting
11:04:40 aaba0609d543: Verifying Checksum
11:04:40 aaba0609d543: Download complete
11:04:40 35aa8bff600e: Verifying Checksum
11:04:40 35aa8bff600e: Download complete
11:04:40 80369df48736: Verifying Checksum
11:04:40 80369df48736: Download complete
11:04:40 33536ac8210e: Verifying Checksum
11:04:40 33536ac8210e: Download complete
11:04:40 6e4c9666aa4e: Download complete
11:04:40 ee5f0314a829: Verifying Checksum
11:04:40 ee5f0314a829: Download complete
11:04:40 1691f311f363: Verifying Checksum
11:04:40 1691f311f363: Download complete
11:04:40 efcf39554d9c: Verifying Checksum
11:04:40 efcf39554d9c: Download complete
11:04:40 4343e9f22787: Verifying Checksum
11:04:40 4343e9f22787: Download complete
11:04:40 cb689dce8190: Verifying Checksum
11:04:40 cb689dce8190: Download complete
11:04:40 4fc01450edf0: Verifying Checksum
11:04:40 4fc01450edf0: Download complete
11:04:40 d8bdf3899129: Verifying Checksum
11:04:40 d8bdf3899129: Download complete
11:04:41 Flake8...................................................................Passed

11:04:41 Tests should end in _test.py.............................................Passed

11:04:41 Fix requirements.txt.....................................................Passed

11:04:41 Trim Trailing Whitespace.................................................Passed

11:04:41 b262acf2fecd: Verifying Checksum
11:04:41 b262acf2fecd: Download complete
11:04:41 1c262c3f3ae4: Verifying Checksum
11:04:41 1c262c3f3ae4: Download complete
11:04:41 843a787eeec8: Verifying Checksum
11:04:41 843a787eeec8: Download complete
11:04:41 3527fd301e0f: Verifying Checksum
11:04:41 3527fd301e0f: Download complete
11:04:41 9a62e42825ed: Verifying Checksum
11:04:41 9a62e42825ed: Download complete
11:04:41 a8204cc86216: Verifying Checksum
11:04:41 a8204cc86216: Download complete
11:04:42 Reorder python imports...................................................Passed

11:04:42 ___________________________________ summary ____________________________________

11:04:42   pre-commit: commands succeeded

11:04:42   congratulations :)

11:04:42 7cbecd06bd9e: Verifying Checksum
11:04:42 7cbecd06bd9e: Download complete
11:04:42 f6db3164ebe0: Verifying Checksum
11:04:42 f6db3164ebe0: Download complete
11:04:42 ++ get_versions='docker run --rm
11:04:42     --entrypoint=/code/.tox/py27/bin/python
11:04:42     dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:42     /code/script/test/versions.py docker/docker-ce,moby/moby'
11:04:42 ++ '[' 18.09.9 == '' ']'
11:04:42 ++ '[' 18.09.9 == all ']'
11:04:42 ++ BUILD_NUMBER=jenkins-compose-PR-7020-2
11:04:42 ++ PY_TEST_VERSIONS=py27
11:04:42 ++ for version in $DOCKER_VERSIONS
11:04:42 ++ echo 'Running tests against Docker 18.09.9'
11:04:42 Running tests against Docker 18.09.9
11:04:42 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:04:42 ++ trap on_exit EXIT
11:04:42 ++ repo=dockerswarm/dind
11:04:42 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-7020-2 --privileged --volume=/var/lib/docker ++ dockerswarm/dind:18.09.9 tail dockerd -n -H 10tcp://0.0.0.0:2375 
11:04:42 --storage-driver=overlay
11:04:42 c907cbd5d878: Verifying Checksum
11:04:42 c907cbd5d878: Download complete
11:04:43 80369df48736: Pull complete
11:04:43 aaba0609d543: Pull complete
11:04:44 33536ac8210e: Pull complete
11:04:44 35aa8bff600e: Pull complete
11:04:44 6e4c9666aa4e: Pull complete
11:04:45 Check for added large files..............................................Passed

11:04:45 Check docstring is first.................................................Passed

11:04:45 Check for merge conflicts................................................Passed

11:04:45 Check Yaml...............................................................Passed

11:04:45 Check JSON...............................................................Passed

11:04:45 Debug Statements (Python)................................................Passed

11:04:46 Fix End of Files.........................................................Passed

11:04:46 Check for added large files..............................................Passed

11:04:46 Check docstring is first.................................................Passed

11:04:46 Check for merge conflicts................................................Passed

11:04:46 Check Yaml...............................................................Passed

11:04:46 Check JSON...............................................................Passed

11:04:46 Debug Statements (Python)................................................Passed

11:04:47 Fix End of Files.........................................................Passed

11:04:47 Check for added large files..............................................Passed

11:04:47 Check docstring is first.................................................Passed

11:04:47 Check for merge conflicts................................................Passed

11:04:47 Check Yaml...............................................................Passed

11:04:47 Check JSON...............................................................Passed

11:04:47 Debug Statements (Python)................................................Passed

11:04:47 Fix End of Files.........................................................Passed

11:04:48 Check for added large files..............................................Passed

11:04:48 c907cbd5d878: Pull complete
11:04:48 ee5f0314a829: Pull complete
11:04:48 efcf39554d9c: Pull complete
11:04:49 1691f311f363: Pull complete
11:04:49 Check docstring is first.................................................Passed

11:04:49 Check for merge conflicts................................................Passed

11:04:49 Check Yaml...............................................................Passed

11:04:49 4343e9f22787: Pull complete
11:04:49 4fc01450edf0: Pull complete
11:04:49 cb689dce8190: Pull complete
11:04:49 Check JSON...............................................................Passed

11:04:49 d8bdf3899129: Pull complete
11:04:49 1c262c3f3ae4: Pull complete
11:04:49 Debug Statements (Python)................................................Passed

11:04:49 b262acf2fecd: Pull complete
11:04:49 843a787eeec8: Pull complete
11:04:49 3527fd301e0f: Pull complete
11:04:50 9a62e42825ed: Pull complete
11:04:50 Fix End of Files.........................................................Passed

11:04:50 52af2c2d2f0f: Verifying Checksum
11:04:50 52af2c2d2f0f: Download complete
11:04:50 b0b8081c21b9: Pull complete
11:04:50 fe627842e5f0: Pull complete
11:04:50 7cf61dda384e: Pull complete
11:04:50 52af2c2d2f0f: Pull complete
11:04:50 2c69fa696ee3: Pull complete
11:04:50 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
11:04:50 Status: Downloaded newer image for dockerswarm/dind:18.09.9
11:04:50 ce78c69b5dc42e8981f6bf39f7a4123c82c619a2baa784b04757fa59967ec3cc
11:04:50 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py27 -- --verbose
11:04:52 py27 develop-inst-nodeps: /code

11:04:52 7cbecd06bd9e: Pull complete
11:04:53 a8204cc86216: Pull complete
11:04:53 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:04:53 py27 runtests: PYTHONHASHSEED='2338924883'

11:04:53 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

11:04:53 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

11:04:53 ============================= test session starts ==============================

11:04:53 platform linux2 -- Python 2.7.16, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

11:04:53 cachedir: .pytest_cache

11:04:53 rootdir: /code, inifile: tox.ini

11:04:53 plugins: cov-2.5.1

11:04:54 f6db3164ebe0: Pull complete
11:04:54 Digest: sha256:65e87d5a35b458b263afb06fd9ad45d8beb33cfb21bce83d84a999b198891eb2
11:04:54 Status: Downloaded newer image for dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:54 Flake8...................................................................Passed

11:04:54 Tests should end in _test.py.............................................Passed

11:04:54 Fix requirements.txt.....................................................Passed

11:04:54 Trim Trailing Whitespace.................................................Passed

11:04:55 Reorder python imports...................................................Passed

11:04:55 ___________________________________ summary ____________________________________

11:04:55   pre-commit: commands succeeded

11:04:55   congratulations :)

11:04:55 Flake8...................................................................Passed

11:04:55 Tests should end in _test.py.............................................Passed

11:04:55 Fix requirements.txt.....................................................Passed

11:04:55 Trim Trailing Whitespace.................................................Passed

11:04:55 ++ get_versions='docker run --rm
11:04:55     --entrypoint=/code/.tox/py27/bin/python
11:04:55     dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:55     /code/script/test/versions.py docker/docker-ce,moby/moby'
11:04:55 ++ '[' 18.09.9 == '' ']'
11:04:55 ++ '[' 18.09.9 == all ']'
11:04:55 ++ BUILD_NUMBER=jenkins-compose-PR-7020-2
11:04:55 ++ PY_TEST_VERSIONS=py37
11:04:55 ++ for version in $DOCKER_VERSIONS
11:04:55 ++ echo 'Running tests against Docker 18.09.9'
11:04:55 Running tests against Docker 18.09.9
11:04:55 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:04:55 ++ trap on_exit EXIT
11:04:55 ++ repo=dockerswarm/dind
11:04:55 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-7020-2 --privileged --volume=/var/lib/docker ++ tail -n 10
11:04:55 dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
11:04:55 + docker version
11:04:55 Client: Docker Engine - Community
11:04:55  Version:           18.09.7
11:04:55  API version:       1.39
11:04:55  Go version:        go1.10.8
11:04:55  Git commit:        2d0083d
11:04:55  Built:             Thu Jun 27 17:54:15 2019
11:04:55  OS/Arch:           linux/amd64
11:04:55  Experimental:      false
11:04:55 
11:04:55 Server: Docker Engine - Community
11:04:55  Engine:
11:04:55   Version:          19.03.2
11:04:55   API version:      1.40 (minimum version 1.12)
11:04:55   Go version:       go1.12.8
11:04:55   Git commit:       6a30dfc
11:04:55   Built:            Thu Aug 29 05:27:45 2019
11:04:55   OS/Arch:          linux/amd64
11:04:55   Experimental:     true
11:04:55  containerd:
11:04:55   Version:          1.2.6
11:04:55   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:04:55  runc:
11:04:55   Version:          1.0.0-rc8
11:04:55   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
11:04:55  docker-init:
11:04:55   Version:          0.18.0
11:04:55   GitCommit:        fec3683
11:04:55 + export DOCKER_VERSIONS=19.03.5-rc1
11:04:55 + DOCKER_VERSIONS=19.03.5-rc1
11:04:55 + STORAGE_DRIVER=overlay
11:04:55 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
11:04:55 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
11:04:55 ++ hostname
11:04:55 + GIT_VOLUME=--volumes-from=45e4bde66c4a
11:04:55 + . script/test/all
11:04:55 ++ set -e
11:04:55 ++ echo 'Running lint checks'
11:04:55 Running lint checks
11:04:55 ++ docker run --rm --tty --volumes-from=45e4bde66c4a dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f tox -e pre-commit
11:04:56 Flake8...................................................................Passed

11:04:56 Tests should end in _test.py.............................................Passed

11:04:56 Fix requirements.txt.....................................................Passed

11:04:56 Trim Trailing Whitespace.................................................Passed

11:04:56 Reorder python imports...................................................Passed

11:04:56 ___________________________________ summary ____________________________________

11:04:56   pre-commit: commands succeeded

11:04:56   congratulations :)

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

11:04:57 ___________________________________ summary ____________________________________

11:04:57   pre-commit: commands succeeded

11:04:57   congratulations :)

11:04:57 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:04:57 

11:04:57 ++ get_versions='docker run --rm
11:04:57     --entrypoint=/code/.tox/py27/bin/python
11:04:57     dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:04:57     /code/script/test/versions.py docker/docker-ce,moby/moby'
11:04:57 ++ '[' 19.03.5-rc1 == '' ']'
11:04:57 ++ '[' 19.03.5-rc1 == all ']'
11:04:57 ++ BUILD_NUMBER=jenkins-compose-PR-7020-2
11:04:57 ++ PY_TEST_VERSIONS=py27
11:04:57 ++ for version in $DOCKER_VERSIONS
11:04:57 ++ echo 'Running tests against Docker 19.03.5-rc1'
11:04:57 Running tests against Docker 19.03.5-rc1
11:04:57 ++ daemon_container=compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:04:57 ++ trap on_exit EXIT
11:04:57 ++ repo=dockerswarm/dind
11:04:57 ++ docker run -d --name compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.5-rc1 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
11:04:57 ++ tail -n 10
11:04:57 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.20.0,PyYAML==5.1.2,six==1.13.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

11:04:57 pre-commit runtests: PYTHONHASHSEED='86775708'

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

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

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

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

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

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

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

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

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

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

11:04:58 Flake8...................................................................Passed

11:04:58 Tests should end in _test.py.............................................Passed

11:04:58 Fix requirements.txt.....................................................Passed

11:04:58 Trim Trailing Whitespace.................................................Passed

11:04:59 Reorder python imports...................................................Passed

11:04:59 ___________________________________ summary ____________________________________

11:04:59   pre-commit: commands succeeded

11:04:59   congratulations :)

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

11:05:05 52af2c2d2f0f: Download complete
11:05:05 b0b8081c21b9: Download complete
11:05:05 b0b8081c21b9: Pull complete
11:05:05 fe627842e5f0: Pull complete
11:05:05 7cf61dda384e: Pull complete
11:05:05 52af2c2d2f0f: Pull complete
11:05:05 2c69fa696ee3: Pull complete
11:05:05 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
11:05:05 Status: Downloaded newer image for dockerswarm/dind:18.09.9
11:05:05 90b936cbf7f11abe9dea4d349c43e698ee167d83d11a66ccf73c4f8356042df7
11:05:05 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py37 -- --verbose
11:05:05 py37 develop-inst-nodeps: /code

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

11:05:06 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:05:06 py37 runtests: PYTHONHASHSEED='2906004953'

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

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

11:05:06 1c3fa6dbd719: Verifying Checksum
11:05:06 1c3fa6dbd719: Download complete
11:05:06 779c3a25c03c: Pull complete
11:05:06 21edb77f284d: Pull complete
11:05:06 4f13f8785abb: Pull complete
11:05:06 1c3fa6dbd719: Pull complete
11:05:06 0437f220621b: Pull complete
11:05:06 Digest: sha256:a5cf2393c21734355552dd93fdb39f5a9455dd17554313b925b0c92a55096679
11:05:06 Status: Downloaded newer image for dockerswarm/dind:19.03.5-rc1
11:05:06 890978cd4d79106a05e6d2c474cbb1e9104caa2000139b9086c6dce4723950a0
11:05:06 ++ docker run --rm --tty --link=compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5-rc1 --entrypoint=tox dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py37 -- --verbose
11:05:06 py37 develop-inst-nodeps: /code

11:05:06 ============================= test session starts ==============================

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

11:05:06 cachedir: .pytest_cache

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

11:05:06 plugins: cov-2.5.1

11:05:08 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:05:08 py37 runtests: PYTHONHASHSEED='3493307042'

11:05:08 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

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

11:05:08 ============================= test session starts ==============================

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

11:05:08 cachedir: .pytest_cache

11:05:08 rootdir: /code, inifile: tox.ini

11:05:08 plugins: cov-2.5.1

11:05:09 1c3fa6dbd719: Verifying Checksum
11:05:09 1c3fa6dbd719: Download complete
11:05:09 779c3a25c03c: Pull complete
11:05:09 21edb77f284d: Pull complete
11:05:09 4f13f8785abb: Pull complete
11:05:09 1c3fa6dbd719: Pull complete
11:05:09 0437f220621b: Pull complete
11:05:09 Digest: sha256:a5cf2393c21734355552dd93fdb39f5a9455dd17554313b925b0c92a55096679
11:05:09 Status: Downloaded newer image for dockerswarm/dind:19.03.5-rc1
11:05:09 9758eb5f2e822858c2fc664f3878d3a77183820fb0df39fe44d03b41169e32cb
11:05:09 ++ docker run --rm --tty --link=compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5-rc1 --entrypoint=tox dockerbuildbot/compose:alpine-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py27 -- --verbose
11:05:09 py27 develop-inst-nodeps: /code

11:05:10 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:05:10 

11:05:10 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:05:10 py27 runtests: PYTHONHASHSEED='2404195545'

11:05:10 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

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

11:05:10 ============================= test session starts ==============================

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

11:05:10 cachedir: .pytest_cache

11:05:10 rootdir: /code, inifile: tox.ini

11:05:10 plugins: cov-2.5.1

11:05:11 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:05:11 

Running on ubuntu-1804-overlay2 (i-09dedc5f2384a77fd) in /home/ubuntu/workspace/compose_PR-7020
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-00e3eb80b28cfec0c) in /home/ubuntu/workspace/compose_PR-7020
[Pipeline] {
[Pipeline] withDockerRegistry
11:05:12 1c3fa6dbd719: Verifying Checksum
11:05:12 1c3fa6dbd719: Download complete
11:05:12 779c3a25c03c: Pull complete
11:05:12 21edb77f284d: Pull complete
11:05:12 4f13f8785abb: Pull complete
11:05:12 1c3fa6dbd719: Pull complete
11:05:12 0437f220621b: Pull complete
11:05:12 Digest: sha256:a5cf2393c21734355552dd93fdb39f5a9455dd17554313b925b0c92a55096679
11:05:12 Status: Downloaded newer image for dockerswarm/dind:19.03.5-rc1
11:05:12 607cbf627493aea8e1c8c80dc379e56c548056fd738df0590606c4c3e3d3469b
11:05:12 ++ docker run --rm --tty --link=compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5-rc1 --entrypoint=tox dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py27 -- --verbose
11:05:12 py27 develop-inst-nodeps: /code

$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
11:05: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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:05:13 py27 runtests: PYTHONHASHSEED='2964942582'

11:05:13 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

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

11:05:13 ============================= test session starts ==============================

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

11:05:13 cachedir: .pytest_cache

11:05:13 rootdir: /code, inifile: tox.ini

11:05:13 plugins: cov-2.5.1

11:05:14 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

11:05:14 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:05:14 

11:05:15 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

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

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

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

11:05:16 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

11:05:16 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

11:05:16 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:05:16 

11:05:18 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

11:05:19 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

11:05:20 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7020@tmp/76175a8b-cbfa-4653-b624-8ee33a64d6b1/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
11:05:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:05:21 chowning workspace
[Pipeline] sh
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-7020@tmp/0489950d-3f81-4efd-b016-dd39aa01e742/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
11:05:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:05:21 chowning workspace
[Pipeline] sh
11:05:21 + uname -m
11:05:21 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

[Pipeline] sh
11:05:22 + uname -m
[Pipeline] sh
11:05:22 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

11:05:22 + pwd
11:05:22 + id -u
11:05:22 + id -g
11:05:22 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:05:22 Unable to find image 'busybox:latest' locally
11:05:22 + pwd
11:05:22 + id -u
11:05:22 + id -g
11:05:22 + docker run --rm -v /home/ubuntu/workspace/compose_PR-7020:/workspace busybox chown -R 1000:1000 /workspace
11:05:22 Unable to find image 'busybox:latest' locally
11:05:22 latest: Pulling from library/busybox
11:05:22 0f8c40e1270f: Pulling fs layer
11:05:22 0f8c40e1270f: Download complete
11:05:22 latest: Pulling from library/busybox
11:05:22 0f8c40e1270f: Pulling fs layer
11:05:23 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

11:05:23 0f8c40e1270f: Pull complete
11:05:23 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
11:05:23 Status: Downloaded newer image for busybox:latest
11:05:23 0f8c40e1270f: Verifying Checksum
11:05:23 0f8c40e1270f: Download complete
11:05:23 0f8c40e1270f: Pull complete
11:05:23 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
11:05:23 Status: Downloaded newer image for busybox:latest
11:05:26 Check for added large files..............................................Passed

11:05:26 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

[Pipeline] echo
11:05:26 Removing all docker containers
[Pipeline] sh
11:05:27 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:05:27 + docker container ls -aq
[Pipeline] echo
11:05:27 Docker containers have been removed
[Pipeline] echo
11:05:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:05:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
11:05:27 Check docstring is first.................................................Passed

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

11:05:27 Check Yaml...............................................................Passed

11:05:27 Check JSON...............................................................Passed

[Pipeline] echo
11:05:28 Removing all docker containers
[Pipeline] sh
11:05:28 Debug Statements (Python)................................................Passed

11:05:28 Fix End of Files.........................................................Passed

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

11:05:29 using credential sf-release-bot.github.ssh
11:05:29 Cloning the remote Git repository
11:05:29 Cloning with configured refspecs honoured and without tags
11:05:30 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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
11:05:30 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

11:05:31 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

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

 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7020/head:refs/remotes/origin/PR-7020
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
11:05:32 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

11:05:33 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

11:05:33 Fetching without tags
11:05:33 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:05:34 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:05:34 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
11:05:34 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

11:05:34 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

[Pipeline] sh
11:05:35 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:05:35 + docker info
11:05:35 Fetching without tags
11:05:35 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

11:05:36 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
11:05:36 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

11:05:36 Flake8...................................................................Passed

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

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

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

 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:05:36 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"
11:05:37 Reorder python imports...................................................Passed

11:05:37 ___________________________________ summary ____________________________________

11:05:37   pre-commit: commands succeeded

11:05:37   congratulations :)

[Pipeline] sh
11:05:37 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

11:05:37 + awk -F :  $1 == "Storage Driver" { print $2; exit }
11:05:37 + docker info
11:05:38 ++ get_versions='docker run --rm
11:05:38     --entrypoint=/code/.tox/py27/bin/python
11:05:38     dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:05:38     /code/script/test/versions.py docker/docker-ce,moby/moby'
11:05:38 ++ '[' 19.03.5-rc1 == '' ']'
11:05:38 ++ '[' 19.03.5-rc1 == all ']'
11:05:38 ++ BUILD_NUMBER=jenkins-compose-PR-7020-2
11:05:38 ++ PY_TEST_VERSIONS=py37
11:05:38 ++ for version in $DOCKER_VERSIONS
11:05:38 ++ echo 'Running tests against Docker 19.03.5-rc1'
11:05:38 Running tests against Docker 19.03.5-rc1
11:05:38 ++ daemon_container=compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:05:38 ++ trap on_exit EXIT
11:05:38 ++ repo=dockerswarm/dind
11:05:38 ++ docker run -d --name compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.5-rc1 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
11:05:38 ++ tail -n 10
11:05:38 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:05:39 WARNING: No swap limit support
[Pipeline] echo
11:05:39 Using local system's storage driver: 
[Pipeline] sh
11:05:39 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

11:05:40 + pwd
11:05:40 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:05:40 Unable to find image 'dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:05:40 debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:05:40 80369df48736: Pulling fs layer
11:05:40 aaba0609d543: Pulling fs layer
11:05:40 33536ac8210e: Pulling fs layer
11:05:40 35aa8bff600e: Pulling fs layer
11:05:40 6e4c9666aa4e: Pulling fs layer
11:05:40 c907cbd5d878: Pulling fs layer
11:05:40 ee5f0314a829: Pulling fs layer
11:05:40 efcf39554d9c: Pulling fs layer
11:05:40 1691f311f363: Pulling fs layer
11:05:40 4343e9f22787: Pulling fs layer
11:05:40 4fc01450edf0: Pulling fs layer
11:05:40 35aa8bff600e: Waiting
11:05:40 6e4c9666aa4e: Waiting
11:05:40 c907cbd5d878: Waiting
11:05:40 ee5f0314a829: Waiting
11:05:40 efcf39554d9c: Waiting
11:05:40 1691f311f363: Waiting
11:05:40 4343e9f22787: Waiting
11:05:40 4fc01450edf0: Waiting
11:05:40 cb689dce8190: Pulling fs layer
11:05:40 d8bdf3899129: Pulling fs layer
11:05:40 1c262c3f3ae4: Pulling fs layer
11:05:40 b262acf2fecd: Pulling fs layer
11:05:40 843a787eeec8: Pulling fs layer
11:05:40 cb689dce8190: Waiting
11:05:40 d8bdf3899129: Waiting
11:05:40 1c262c3f3ae4: Waiting
11:05:40 b262acf2fecd: Waiting
11:05:40 3527fd301e0f: Pulling fs layer
11:05:40 9a62e42825ed: Pulling fs layer
11:05:40 7cbecd06bd9e: Pulling fs layer
11:05:40 a8204cc86216: Pulling fs layer
11:05:40 843a787eeec8: Waiting
11:05:40 3527fd301e0f: Waiting
11:05:40 9a62e42825ed: Waiting
11:05:40 7cbecd06bd9e: Waiting
11:05:40 f6db3164ebe0: Pulling fs layer
11:05:40 a8204cc86216: Waiting
11:05:40 f6db3164ebe0: Waiting
11:05:40 aaba0609d543: Verifying Checksum
11:05:40 aaba0609d543: Download complete
11:05:40 35aa8bff600e: Verifying Checksum
11:05:40 35aa8bff600e: Download complete
11:05:40 33536ac8210e: Verifying Checksum
11:05:40 33536ac8210e: Download complete
11:05:40 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

11:05:40 80369df48736: Verifying Checksum
11:05:40 80369df48736: Download complete
11:05:40 6e4c9666aa4e: Verifying Checksum
11:05:40 6e4c9666aa4e: Download complete
11:05:40 ee5f0314a829: Verifying Checksum
11:05:40 ee5f0314a829: Download complete
11:05:40 1691f311f363: Verifying Checksum
11:05:40 1691f311f363: Download complete
11:05:41 efcf39554d9c: Verifying Checksum
11:05:41 efcf39554d9c: Download complete
11:05:41 4fc01450edf0: Verifying Checksum
11:05:41 4fc01450edf0: Download complete
11:05:41 4343e9f22787: Verifying Checksum
11:05:41 4343e9f22787: Download complete
11:05:41 cb689dce8190: Verifying Checksum
11:05:41 cb689dce8190: Download complete
11:05:41 d8bdf3899129: Verifying Checksum
11:05:41 d8bdf3899129: Download complete
11:05:41 b262acf2fecd: Verifying Checksum
11:05:41 b262acf2fecd: Download complete
11:05:41 843a787eeec8: Verifying Checksum
11:05:41 843a787eeec8: Download complete
11:05:41 1c262c3f3ae4: Verifying Checksum
11:05:41 1c262c3f3ae4: Download complete
11:05:41 3527fd301e0f: Verifying Checksum
11:05:41 3527fd301e0f: Download complete
11:05:41 9a62e42825ed: Verifying Checksum
11:05:41 9a62e42825ed: Download complete
11:05:41 a8204cc86216: Verifying Checksum
11:05:41 a8204cc86216: Download complete
11:05:42 WARNING: No swap limit support
[Pipeline] echo
11:05:42 Using local system's storage driver: 
[Pipeline] sh
11:05:42 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:05:42 + pwd
11:05:42 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-7020/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-7020-2 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f --verbose
11:05:42 Unable to find image 'dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f' locally
11:05:42 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:05:42 debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f: Pulling from dockerbuildbot/compose
11:05:42 80369df48736: Pulling fs layer
11:05:42 aaba0609d543: Pulling fs layer
11:05:42 33536ac8210e: Pulling fs layer
11:05:42 35aa8bff600e: Pulling fs layer
11:05:42 6e4c9666aa4e: Pulling fs layer
11:05:42 c907cbd5d878: Pulling fs layer
11:05:42 ee5f0314a829: Pulling fs layer
11:05:42 efcf39554d9c: Pulling fs layer
11:05:42 1691f311f363: Pulling fs layer
11:05:42 4343e9f22787: Pulling fs layer
11:05:42 4fc01450edf0: Pulling fs layer
11:05:42 cb689dce8190: Pulling fs layer
11:05:42 d8bdf3899129: Pulling fs layer
11:05:42 1c262c3f3ae4: Pulling fs layer
11:05:42 b262acf2fecd: Pulling fs layer
11:05:42 843a787eeec8: Pulling fs layer
11:05:42 3527fd301e0f: Pulling fs layer
11:05:42 9a62e42825ed: Pulling fs layer
11:05:42 7cbecd06bd9e: Pulling fs layer
11:05:42 a8204cc86216: Pulling fs layer
11:05:42 f6db3164ebe0: Pulling fs layer
11:05:42 4fc01450edf0: Waiting
11:05:42 cb689dce8190: Waiting
11:05:42 d8bdf3899129: Waiting
11:05:42 1c262c3f3ae4: Waiting
11:05:42 b262acf2fecd: Waiting
11:05:42 843a787eeec8: Waiting
11:05:42 3527fd301e0f: Waiting
11:05:42 9a62e42825ed: Waiting
11:05:42 7cbecd06bd9e: Waiting
11:05:42 a8204cc86216: Waiting
11:05:42 f6db3164ebe0: Waiting
11:05:42 35aa8bff600e: Waiting
11:05:42 6e4c9666aa4e: Waiting
11:05:42 c907cbd5d878: Waiting
11:05:42 ee5f0314a829: Waiting
11:05:42 efcf39554d9c: Waiting
11:05:42 1691f311f363: Waiting
11:05:42 4343e9f22787: Waiting
11:05:42 aaba0609d543: Verifying Checksum
11:05:42 aaba0609d543: Download complete
11:05:43 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:05:43 35aa8bff600e: Verifying Checksum
11:05:43 35aa8bff600e: Download complete
11:05:43 33536ac8210e: Verifying Checksum
11:05:43 33536ac8210e: Download complete
11:05:43 80369df48736: Verifying Checksum
11:05:43 80369df48736: Download complete
11:05:43 6e4c9666aa4e: Verifying Checksum
11:05:43 6e4c9666aa4e: Download complete
11:05:43 ee5f0314a829: Verifying Checksum
11:05:43 ee5f0314a829: Download complete
11:05:43 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:05:43 1691f311f363: Verifying Checksum
11:05:43 1691f311f363: Download complete
11:05:43 efcf39554d9c: Verifying Checksum
11:05:43 efcf39554d9c: Download complete
11:05:43 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:05:44 4fc01450edf0: Verifying Checksum
11:05:44 4fc01450edf0: Download complete
11:05:44 4343e9f22787: Verifying Checksum
11:05:44 4343e9f22787: Download complete
11:05:44 cb689dce8190: Verifying Checksum
11:05:44 cb689dce8190: Download complete
11:05:44 d8bdf3899129: Verifying Checksum
11:05:44 d8bdf3899129: Download complete
11:05:44 f6db3164ebe0: Verifying Checksum
11:05:44 f6db3164ebe0: Download complete
11:05:44 7cbecd06bd9e: Verifying Checksum
11:05:44 7cbecd06bd9e: Download complete
11:05:44 b262acf2fecd: Verifying Checksum
11:05:44 b262acf2fecd: Download complete
11:05:44 1c262c3f3ae4: Verifying Checksum
11:05:44 1c262c3f3ae4: Download complete
11:05:44 843a787eeec8: Verifying Checksum
11:05:44 843a787eeec8: Download complete
11:05:44 3527fd301e0f: Verifying Checksum
11:05:44 3527fd301e0f: Download complete
11:05:44 9a62e42825ed: Verifying Checksum
11:05:44 9a62e42825ed: Download complete
11:05:44 a8204cc86216: Verifying Checksum
11:05:44 a8204cc86216: Download complete
11:05:45 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

11:05:45 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:05:45 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:05:45 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:05:46 7cbecd06bd9e: Verifying Checksum
11:05:46 7cbecd06bd9e: Download complete
11:05:46 c907cbd5d878: Verifying Checksum
11:05:46 c907cbd5d878: Download complete
11:05:46 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:05:46 f6db3164ebe0: Verifying Checksum
11:05:46 f6db3164ebe0: Download complete
11:05:46 80369df48736: Pull complete
11:05:46 c907cbd5d878: Verifying Checksum
11:05:46 c907cbd5d878: Download complete
11:05:46 aaba0609d543: Pull complete
11:05:47 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:05:47 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:05:47 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:05:47 80369df48736: Pull complete
11:05:47 1c3fa6dbd719: Verifying Checksum
11:05:47 1c3fa6dbd719: Download complete
11:05:47 779c3a25c03c: Pull complete
11:05:47 21edb77f284d: Pull complete
11:05:47 4f13f8785abb: Pull complete
11:05:47 1c3fa6dbd719: Pull complete
11:05:47 0437f220621b: Pull complete
11:05:47 Digest: sha256:a5cf2393c21734355552dd93fdb39f5a9455dd17554313b925b0c92a55096679
11:05:47 Status: Downloaded newer image for dockerswarm/dind:19.03.5-rc1
11:05:47 8a5154e8fb2d557c85d4f542185aacad6248e9bfb4a21c7865ae1477b0813594
11:05:47 ++ docker run --rm --tty --link=compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.5-rc1 --entrypoint=tox dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py37 -- --verbose
11:05:48 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:05:48 py37 develop-inst-nodeps: /code

11:05:48 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:05:48 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:05:48 aaba0609d543: Pull complete
11:05:49 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:05:49 33536ac8210e: Pull complete
11:05:49 35aa8bff600e: Pull complete
11:05:49 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:05:49 py37 runtests: PYTHONHASHSEED='845649136'

11:05:49 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

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

11:05:49 6e4c9666aa4e: Pull complete
11:05:49 ============================= test session starts ==============================

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

11:05:49 cachedir: .pytest_cache

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

11:05:49 plugins: cov-2.5.1

11:05:50 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:05:50 33536ac8210e: Pull complete
11:05:50 35aa8bff600e: Pull complete
11:05:50 6e4c9666aa4e: Pull complete
11:05:51 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:05:51 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:05:52 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:05:52 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:05:52 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:05:52 

11:05:53 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:05:54 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:05:55 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

11:05:55 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:05:55 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:05:56 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

11:05:57 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

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

11:05:57 c907cbd5d878: Pull complete
11:05:57 ee5f0314a829: Pull complete
11:05:57 efcf39554d9c: Pull complete
11:05:57 1691f311f363: Pull complete
11:05:58 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:05:58 4343e9f22787: Pull complete
11:05:58 4fc01450edf0: Pull complete
11:05:58 cb689dce8190: Pull complete
11:05:58 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:05:58 d8bdf3899129: Pull complete
11:05:58 1c262c3f3ae4: Pull complete
11:05:58 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:05:58 b262acf2fecd: Pull complete
11:05:58 843a787eeec8: Pull complete
11:05:58 3527fd301e0f: Pull complete
11:05:59 9a62e42825ed: Pull complete
11:05:59 c907cbd5d878: Pull complete
11:05:59 ee5f0314a829: Pull complete
11:05:59 efcf39554d9c: Pull complete
11:06:00 1691f311f363: Pull complete
11:06:00 4343e9f22787: Pull complete
11:06:00 4fc01450edf0: Pull complete
11:06:00 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:06:00 cb689dce8190: Pull complete
11:06:00 d8bdf3899129: Pull complete
11:06:00 1c262c3f3ae4: Pull complete
11:06:00 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

11:06:00 b262acf2fecd: Pull complete
11:06:00 843a787eeec8: Pull complete
11:06:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:06:01 3527fd301e0f: Pull complete
11:06:01 9a62e42825ed: Pull complete
11:06:01 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

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

11:06:01 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

11:06:02 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

11:06:02 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:06:03 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:06:03 7cbecd06bd9e: Pull complete
11:06:03 a8204cc86216: Pull complete
11:06:03 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:06:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:06:04 f6db3164ebe0: Pull complete
11:06:04 Digest: sha256:65e87d5a35b458b263afb06fd9ad45d8beb33cfb21bce83d84a999b198891eb2
11:06:04 Status: Downloaded newer image for dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:06:04 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:06:04 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

11:06:04 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:06:05 7cbecd06bd9e: Pull complete
11:06:05 a8204cc86216: Pull complete
11:06:05 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

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

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

11:06:07 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:06:07 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:06:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

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

11:06:08 pre-commit runtests: PYTHONHASHSEED='2879296853'

11:06:08 pre-commit runtests: commands[0] | pre-commit install

11:06:08 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

11:06:08 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:06:08 pre-commit installed at .git/hooks/pre-commit

11:06:08 pre-commit runtests: commands[1] | pre-commit run --all-files

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

11:06:09 [WARNING] Unexpected key(s) present on git://github.com/asottile/reorder_python_imports: sha

11:06:09 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

11:06:09 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:06:09 + docker version
11:06:09 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

11:06:09 [INFO] Once installed this environment will be reused.

11:06:09 [INFO] This may take a few minutes...

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

11:06:10 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:06:10 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

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

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

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

11:06:11 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

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

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

11:06:12 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:06:12 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:06:12 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:06:12 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

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

11:06:12 pre-commit runtests: PYTHONHASHSEED='944467200'

11:06:12 pre-commit runtests: commands[0] | pre-commit install

11:06:12 pre-commit installed at .git/hooks/pre-commit

11:06:12 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

11:06:12 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

11:06:12 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

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

11:06:13 [INFO] Once installed this environment will be reused.

11:06:13 [INFO] This may take a few minutes...

11:06:13 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:06:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:06:13 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

11:06:14 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:06:14 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

11:06:14 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:06:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:06:15 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

11:06:15 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:06:15 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:06:15 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:06:16 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

11:06:16 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

11:06:16 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:06:16 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

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

11:06:16 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

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

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

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

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

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

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:06:18 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:06:19 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:06:19 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

11:06:19 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

11:06:19 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:06:19 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

11:06:19 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:06:20 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

11:06:20 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

11:06:20 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

11:06:20 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:06:21 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

11:06:21 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

11:06:21 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

11:06:21 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

11:06:21 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

11:06:22 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

11:06:23 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:06:24 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:06:24 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

11:06:24 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:06:24 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:06:24 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:06:25 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:06:25 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

11:06:25 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:06:25 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

11:06:25 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

11:06:25 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:06:26 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

11:06:26 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

11:06:26 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:06:26 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:06:27 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:06:27 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

11:06:27 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:06:27 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

11:06:28 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:06:28 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:06:28 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:06:29 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:06:29 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:06:29 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:06:29 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:06:30 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:06:30 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:06:30 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:06:30 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:06:30 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:06:30 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

11:06:31 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:06:31 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:06:31 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:06:31 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

11:06:31 [INFO] Once installed this environment will be reused.

11:06:31 [INFO] This may take a few minutes...

11:06:32 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:06:32 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

11:06:32 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:06:33 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:06:33 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:06:33 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:06:33 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:06:34 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:06:34 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:06:35 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

11:06:35 [INFO] Once installed this environment will be reused.

11:06:35 [INFO] This may take a few minutes...

11:06:35 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:06:36 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:06:36 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

11:06:36 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:06:37 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:06:38 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:06:38 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

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

11:06:40 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:06:43 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:06:43 Check for added large files..............................................Passed

11:06:43 Check docstring is first.................................................Passed

11:06:43 Check for merge conflicts................................................Passed

11:06:43 Check Yaml...............................................................Passed

11:06:43 Check JSON...............................................................Passed

11:06:44 Debug Statements (Python)................................................Passed

11:06:44 Fix End of Files.........................................................Passed

11:06:46 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:06:46 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:06:47 Check for added large files..............................................Passed

11:06:47 Check docstring is first.................................................Passed

11:06:47 Check for merge conflicts................................................Passed

11:06:47 Check Yaml...............................................................Passed

11:06:47 Check JSON...............................................................Passed

11:06:47 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

11:06:48 Debug Statements (Python)................................................Passed

11:06:48 Fix End of Files.........................................................Passed

11:06:49 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

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

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

11:06:52 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

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

11:06:53 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:06:53 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:06:54 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:06:55 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:06:55 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

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

11:06:56 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

11:06:56 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

11:06:56 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:06:56 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:06:57 Flake8...................................................................Passed

11:06:57 Tests should end in _test.py.............................................Passed

11:06:57 Fix requirements.txt.....................................................Passed

11:06:57 Trim Trailing Whitespace.................................................Passed

11:06:57 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

11:06:57 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:06:58 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

11:06:58 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

11:06:59 Reorder python imports...................................................Passed

11:06:59 ___________________________________ summary ____________________________________

11:06:59   pre-commit: commands succeeded

11:06:59   congratulations :)

11:06:59 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:06:59 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

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

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

11:07:00 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:07:00 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:07:00 Flake8...................................................................Passed

11:07:00 Tests should end in _test.py.............................................Passed

11:07:00 Fix requirements.txt.....................................................Passed

11:07:01 Trim Trailing Whitespace.................................................Passed

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

11:07:01 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

11:07:01 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

11:07:01 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

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

11:07:02 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:07:02 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:07:02 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

11:07:02 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:07:03 Reorder python imports...................................................Passed

11:07:03 ___________________________________ summary ____________________________________

11:07:03   pre-commit: commands succeeded

11:07:03   congratulations :)

11:07:03 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:07:03 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:07:03 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

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

11:07:04 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

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

11:07:05 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

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

11:07:05 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

11:07:05 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

11:07:06 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

11:07:06 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

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

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

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

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

11:07:08 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:07:08 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

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

11:07:09 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

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

11:07:10 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:07:10 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:07:10 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

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

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

11:07:12 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

11:07:12 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

11:07:12 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

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

11:07:13 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:07:14 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:07:14 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:07:14 52af2c2d2f0f: Verifying Checksum
11:07:14 52af2c2d2f0f: Download complete
11:07:14 b0b8081c21b9: Pull complete
11:07:14 fe627842e5f0: Pull complete
11:07:14 7cf61dda384e: Pull complete
11:07:14 52af2c2d2f0f: Pull complete
11:07:14 2c69fa696ee3: Pull complete
11:07:14 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
11:07:14 Status: Downloaded newer image for dockerswarm/dind:18.09.9
11:07:14 c1cb9da44c9a760b8a701d801ebf30907cde022ffd8cbbb005d839fd8449d004
11:07:14 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-7020-2:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:debian-f13bc7de588c9ec3d9f2212289255ad1420ac29f -e py37 -- --verbose
11:07:14 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:07:15 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:07:15 py37 develop-inst-nodeps: /code

11:07:16 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

11:07:16 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

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

11:07:18 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

11:07:18 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.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,flake8==3.5.0,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==7.2.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyInstaller==3.5,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:07:18 py37 runtests: PYTHONHASHSEED='2410141749'

11:07:18 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

11:07:18 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

11:07:18 ============================= test session starts ==============================

11:07:18 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

11:07:18 cachedir: .pytest_cache

11:07:18 rootdir: /code, inifile: tox.ini

11:07:18 plugins: cov-2.5.1

11:07:18 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:07:19 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:07:20 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:07:21 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:07:21 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

11:07:22 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

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

11:07:22 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

11:07:22 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.2,chardet==3.0.4,configparser==4.0.2,coverage==4.4.2,cryptography==2.8,ddt==1.2.0,docker==4.1.0,# Editable install with no version control (docker-compose==1.25.0.dev0),-e /code,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,enum34==1.1.6,flake8==3.5.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.5,ipaddress==1.0.18,jsonschema==3.0.1,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,paramiko==2.6.0,pluggy==0.6.0,py==1.8.0,pycodestyle==2.3.1,pycparser==2.19,pyflakes==1.6.0,PyNaCl==1.3.0,pyrsistent==0.15.5,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.7,websocket-client==0.32.0

11:07:22 py27 runtests: PYTHONHASHSEED='1353461929'

11:07:22 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

11:07:22 py27 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

11:07:23 ============================= test session starts ==============================

11:07:23 platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

11:07:23 cachedir: .pytest_cache

11:07:23 rootdir: /code, inifile: tox.ini

11:07:23 plugins: cov-2.5.1

11:07:23 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:07:23 

11:07:24 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

11:07:24 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:07:26 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:07:28 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:07:29 
collecting 0 items                                                             
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 196 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 200 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 268 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 271 items                                                           
collecting 400 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 404 items                                                           
collecting 407 items                                                           
collecting 416 items                                                           
collecting 427 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 435 items                                                           
collecting 446 items                                                           
collecting 446 items                                                           
collecting 463 items                                                           
collecting 476 items                                                           
collecting 476 items                                                           
collecting 494 items                                                           
collecting 495 items                                                           
collecting 495 items                                                           
collecting 503 items                                                           
collecting 503 items                                                           
collecting 508 items                                                           
collecting 511 items                                                           
collecting 520 items                                                           
collecting 520 items                                                           
collecting 551 items                                                           
collecting 551 items                                                           
collecting 625 items                                                           
collecting 626 items                                                           
collecting 629 items                                                           
collecting 633 items                                                           
collecting 634 items                                                           
collecting 644 items                                                           
collecting 647 items                                                           
collecting 650 items                                                           
collecting 650 items                                                           
collecting 655 items                                                           
collecting 655 items                                                           
collecting 668 items                                                           
collecting 671 items                                                           
collecting 671 items                                                           
collecting 673 items                                                           
collecting 673 items                                                           
collecting 675 items                                                           
collecting 675 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 679 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 687 items                                                           
collecting 691 items                                                           
collecting 707 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 710 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 718 items                                                           
collecting 724 items                                                           
collecting 724 items                                                           
collecting 726 items                                                           
collecting 726 items                                                           
collecting 729 items                                                           
collecting 729 items                                                           
collecting 733 items                                                           
collecting 733 items                                                           
collecting 737 items                                                           
collecting 737 items                                                           
collecting 740 items                                                           
collecting 745 items                                                           
collecting 745 items                                                           
collecting 748 items                                                           
collecting 748 items                                                           
collecting 752 items                                                           
collecting 752 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 759 items                                                           
collecting 763 items                                                           
collecting 768 items                                                           
collecting 768 items                                                           
collecting 772 items                                                           
collecting 772 items                                                           
collecting 916 items                                                           
collecting 924 items                                                           
collecting 932 items                                                           
collecting 935 items                                                           
collecting 945 items                                                           
collecting 956 items                                                           
collecting 962 items                                                           
collecting 968 items                                                           
collecting 971 items                                                           
collecting 976 items                                                           
collecting 984 items                                                           
collecting 988 items                                                           
collecting 994 items                                                           
collecting 997 items                                                           
collecting 1000 items                                                          
collecting 1012 items                                                          
collecting 1043 items                                                          
collecting 1046 items                                                          
collecting 1049 items                                                          
collecting 1056 items                                                          
collecting 1060 items                                                          
collecting 1062 items                                                          
collecting 1077 items                                                          
collecting 1077 items                                                          
collecting 1082 items                                                          
collecting 1082 items                                                          
collecting 1103 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1115 items                                                          
collecting 1124 items                                                          
collecting 1124 items                                                          
collecting 1136 items                                                          
collecting 1136 items                                                          
collecting 1145 items                                                          
collecting 1145 items                                                          
collecting 1147 items                                                          
collected 1147 items                                                           

11:07:29 

11:07:29 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

11:07:33 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

11:07:34 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:07:34 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:07:34 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:07:36 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

11:07:36 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:07:36 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:07:38 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:07:38 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:07:39 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:07:39 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

11:07:39 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

11:07:40 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:07:41 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:07:41 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

11:07:41 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:07:42 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

11:07:42 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:07:43 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:07:44 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:07:44 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:07:45 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

11:07:45 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:07:46 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

11:07:46 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

11:07:46 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:07:46 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:07:48 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:07:50 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:07:50 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

11:07:50 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:07:50 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:07:50 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:07:50 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

11:07:51 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:07:51 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:07:51 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:07:51 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:07:51 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

11:07:52 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:07:52 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:07:52 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:07:53 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

11:07:53 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:07:53 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:07:53 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:07:54 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:07:54 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:07:54 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:07:55 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:07:55 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:07:55 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:07:55 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:07:55 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:07:56 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:07:56 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:07:56 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:07:56 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

11:07:57 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

11:07:57 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:07:57 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:07:58 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:07:58 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

11:07:59 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:08:01 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:08:01 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:08:01 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

11:08:01 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

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

11:08:02 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:08:02 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:08:03 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

11:08:03 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:08:03 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

11:08:04 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:08:04 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:08:05 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

11:08:05 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:08:06 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

11:08:06 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:08:06 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:08:06 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:08:06 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:08:07 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

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

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

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

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

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

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

11:08:09 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:08:09 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

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

11:08:09 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

11:08:10 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

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

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

11:08:12 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

11:08:12 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:08:12 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

11:08:12 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

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

11:08:14 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:08:14 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:08:14 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:08:15 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:08:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:08:15 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

11:08:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:08:15 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:08:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:08:16 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:08:16 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

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

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

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

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

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

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

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

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

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

11:08:18 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

11:08:19 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

11:08:20 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

11:08:20 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

11:08:20 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

11:08:21 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

11:08:21 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

11:08:22 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

11:08:22 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:08:22 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:08:24 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:08:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:08:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:08:24 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:08:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:08:25 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

11:08:25 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

11:08:25 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

11:08:25 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:08:25 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

11:08:26 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

11:08:26 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

11:08:26 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

11:08:26 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:08:26 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:08:26 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

11:08:27 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

11:08:27 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:08:27 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

11:08:27 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:08:28 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:08:28 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

11:08:29 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

11:08:29 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

11:08:29 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:08:30 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

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

11:08:30 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

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

11:08:30 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:08:31 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:08:31 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

11:08:31 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:08:32 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:08:32 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:08:32 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:08:32 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:08:32 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:08:33 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:08:33 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:08:33 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

11:08:33 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

11:08:33 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:08:34 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:08:34 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

11:08:34 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

11:08:34 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:08:34 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:08:34 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

11:08:35 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

11:08:35 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

11:08:35 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:08:35 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:08:35 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

11:08:35 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:08:36 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:08:36 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:08:36 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

11:08:36 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:08:37 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:08:37 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

11:08:38 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

11:08:38 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:08:38 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:08:38 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:08:38 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:08:39 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

11:08:39 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:08:39 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:08:40 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:08:41 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:08:41 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:08:41 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:08:41 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:08:41 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

11:08:41 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:08:42 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

11:08:42 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:08:42 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:08:42 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:08:42 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:08:43 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

11:08:43 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

11:08:44 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

11:08:44 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:08:44 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:08:45 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:08:45 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:08:45 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:08:45 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:08:45 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

11:08:45 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:08:46 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

11:08:47 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:08:47 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:08:47 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

11:08:47 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:08:48 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

11:08:48 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

11:08:48 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:08:48 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

11:08:49 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:08:49 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:08:50 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:08:50 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:08:50 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:08:50 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:08:50 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:08:50 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

11:08:51 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

11:08:51 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

11:08:52 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:08:52 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:08:53 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:08:54 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

11:08:54 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:08:54 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

11:08:54 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:08:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:08:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:08:55 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:08:55 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:08:55 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:08:56 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

11:08:56 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:08:56 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

11:08:57 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:08:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

11:08:58 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:08:58 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:08:58 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:08:58 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:08:58 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:08:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:08:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:08:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:08:59 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:09:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:09:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:09:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

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

11:09:01 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:09:01 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:09:01 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:09:02 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:09:02 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:09:03 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:09:03 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:09:03 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:09:03 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:09:04 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:09:04 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:09:05 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:09:05 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:09:05 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

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

11:09:06 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

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

11:09:07 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:09:07 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:09:08 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:09:08 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:09:09 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:09:09 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:09:09 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:09:10 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:09:10 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

11:09:10 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:09:10 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:09:11 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

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

11:09:11 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:09:11 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:09:12 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:09:12 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:09:12 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:09:12 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:09:12 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

11:09:13 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:09:13 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:09:13 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:09:14 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:09:14 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:09:14 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:09:14 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:09:14 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:09:15 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:09:16 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

11:09:16 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:09:17 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:09:17 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:09:18 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

11:09:18 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

11:09:18 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:09:18 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:09:18 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:09:19 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:09:19 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:09:19 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:09:20 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

11:09:20 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:09:20 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:09:21 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:09:21 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

11:09:21 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:09:22 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:09:22 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

11:09:23 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:09:23 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:09:24 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

11:09:24 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:09:24 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:09:25 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:09:25 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

11:09:26 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:09:26 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

11:09:26 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:09:26 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:09:27 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:09:27 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:09:28 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:09:28 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:09:29 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

11:09:29 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:09:29 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:09:30 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:09:30 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:09:31 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

11:09:31 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

11:09:31 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:09:31 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:09:32 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:09:33 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:09:33 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:09:33 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:09:33 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

11:09:34 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:09:34 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:09:35 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:09:35 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:09:35 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:09:36 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

11:09:36 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:09:36 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:09:37 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:09:37 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:09:37 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:09:38 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:09:38 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:09:38 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:09:38 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:09:38 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

11:09:39 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:09:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:09:39 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:09:40 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:09:40 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:09:41 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

11:09:41 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:09:41 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:09:42 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:09:42 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:09:42 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:09:42 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:09:43 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:09:44 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:09:44 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:09:45 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:09:47 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:09:47 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:09:47 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:09:48 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:09:48 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:09:49 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:09:49 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:09:49 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:09:50 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:09:50 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:09:51 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:09:51 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:09:51 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:09:51 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:09:52 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:09:52 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:09:52 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:09:52 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:09:53 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

11:09:53 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:09:54 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:09:54 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:09:54 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:09:55 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:09:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:09:55 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:09:57 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:09:57 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:09:57 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:09:57 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

11:09:57 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:09:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:09:59 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:09:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:09:59 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:09:59 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:09:59 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:10:00 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:10:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:10:00 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:10:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:10:01 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:10:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:10:02 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:10:02 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:10:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:10:03 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:10:03 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:10:04 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:10:04 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:10:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:10:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:10:04 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:10:04 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:10:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:10:05 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:10:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:10:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:10:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:10:07 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:10:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:10:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:10:09 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:10:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:10:09 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:10:09 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

11:10:09 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

11:10:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:10:10 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  4%]

11:10:11 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:10:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:10:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:10:11 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:10:12 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

11:10:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:10:13 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:10:14 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

11:10:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:10:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:10:15 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:10:16 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

11:10:16 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:10:17 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

11:10:17 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:10:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:10:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:10:19 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

11:10:19 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:10:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:10:19 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

11:10:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:10:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:10:20 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:10:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:10:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:10:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:10:22 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:10:22 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:10:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:10:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:10:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

11:10:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:10:25 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

11:10:25 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

11:10:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:10:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:10:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:10:27 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

11:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:10:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:10:28 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

11:10:29 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:10:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:10:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:10:30 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

11:10:30 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:10:30 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:10:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:10:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:10:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:10:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:10:32 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

11:10:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:10:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:10:33 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

11:10:33 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  5%]

11:10:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:10:33 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:10:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:10:34 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:10:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:10:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:10:35 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

11:10:35 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

11:10:35 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

11:10:36 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:10:36 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

11:10:37 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:10:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:10:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:10:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:10:39 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:10:39 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

11:10:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:10:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:10:41 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:10:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:10:41 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:10:41 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

11:10:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:10:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:10:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:10:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:10:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:10:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:10:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:10:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:10:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:10:44 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

11:10:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:10:45 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

11:10:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:10:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:10:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:10:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:10:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:10:46 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:10:46 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:10:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:10:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:10:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:10:48 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:10:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:10:49 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

11:10:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:10:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:10:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:10:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:10:50 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:10:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:10:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:10:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:10:52 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:10:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:10:52 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

11:10:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:10:53 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:10:53 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:10:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:10:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:10:53 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:10:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:10:54 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:10:55 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:10:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:10:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:10:55 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:10:56 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:10:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:10:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:10:57 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:10:57 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

11:10:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:10:58 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  6%]

11:10:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:10:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:10:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:11:00 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

11:11:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:11:01 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:11:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:11:02 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

11:11:02 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:11:02 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:11:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:11:03 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:11:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:11:03 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:11:03 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:11:04 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:11:04 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

11:11:04 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:11:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:11:05 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:11:05 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:11:06 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:11:06 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:11:07 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:11:07 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

11:11:07 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:11:07 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:11:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:11:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:11:08 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:11:08 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:11:08 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:11:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:11:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:11:09 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:11:09 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:11:10 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:11:10 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:11:10 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:11:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:11:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:11:11 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:11:11 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:11:12 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:11:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:11:12 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:11:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:11:12 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:11:13 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

11:11:14 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:11:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:11:14 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

11:11:14 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:11:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:11:15 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:11:15 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

11:11:15 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:11:15 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:11:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:11:16 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

11:11:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:11:16 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:11:17 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:11:17 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:11:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

11:11:18 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:11:18 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:11:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

11:11:19 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:11:19 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:11:19 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  7%]

11:11:19 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:11:20 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:11:20 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

11:11:20 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:11:21 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:11:21 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:11:21 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:11:22 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:11:22 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:11:22 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

11:11:23 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:11:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:11:23 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:11:23 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:11:23 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:11:24 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:11:24 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:11:24 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:11:24 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:11:24 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:11:25 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:11:25 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:11:27 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:11:27 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:11:27 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:11:27 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

11:11:28 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:11:28 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:11:28 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:11:28 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:11:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:11:29 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

11:11:29 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:11:29 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

11:11:30 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:11:31 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

11:11:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:11:33 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:11:33 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:11:33 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:11:33 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:11:34 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

11:11:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:11:34 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:11:35 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:11:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:11:35 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:11:36 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

11:11:36 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:11:36 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:11:36 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:11:36 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:11:37 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:11:37 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:11:37 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:11:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:11:38 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:11:38 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:11:38 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:11:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:11:39 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:11:39 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:11:40 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:11:40 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:11:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:11:40 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:11:41 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:11:41 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:11:41 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:11:41 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:11:41 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:11:42 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:11:42 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:11:42 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

11:11:42 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:11:43 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:11:43 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:11:43 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:11:44 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:11:44 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:11:44 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:11:44 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:11:45 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:11:45 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:11:46 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:11:46 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:11:46 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:11:47 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:11:47 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:11:48 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

11:11:48 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:11:48 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:11:49 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:11:49 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:11:49 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:11:50 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:11:51 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:11:52 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:11:52 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:11:52 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  8%]

11:11:52 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:11:53 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:11:53 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

11:11:54 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:11:54 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:11:54 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:11:55 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:11:55 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:11:55 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:11:55 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

11:11:55 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:11:55 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:11:56 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:11:56 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:11:56 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

11:11:56 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:11:57 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:11:57 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:11:58 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:11:59 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:11:59 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:11:59 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:11:59 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:11:59 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:11:59 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:12:00 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:12:00 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:12:00 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:12:00 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:12:01 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:12:01 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:12:01 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:12:02 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:12:02 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:12:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:12:03 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:12:03 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:12:03 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:12:04 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:12:04 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:12:05 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

11:12:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:12:05 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:12:05 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:12:05 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

11:12:06 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:12:06 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:12:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:12:07 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:12:07 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:12:07 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:12:08 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:12:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:12:08 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

11:12:09 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:12:09 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:12:09 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:12:10 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:12:10 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:12:10 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

11:12:11 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:12:11 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:12:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:12:12 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:12:12 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:12:12 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:12:13 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:12:13 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

11:12:13 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:12:13 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:12:14 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:12:15 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

11:12:15 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:12:15 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:12:16 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:12:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:12:16 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:12:16 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:12:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

11:12:17 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:12:17 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:12:18 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:12:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [  9%]

11:12:19 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:12:19 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:12:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:12:20 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:12:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

11:12:20 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:12:21 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:12:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:12:22 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:12:22 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:12:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

11:12:23 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:12:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:12:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:12:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:12:24 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:12:24 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:12:25 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:12:25 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:12:25 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:12:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:12:25 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:12:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

11:12:26 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:12:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:12:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:12:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:12:28 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:12:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:12:29 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:12:29 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:12:29 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:12:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:12:30 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:12:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:12:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:12:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:12:31 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:12:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

11:12:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:12:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:12:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:12:33 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:12:33 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:12:33 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:12:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:12:34 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:12:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

11:12:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:12:36 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:12:36 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:12:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:12:36 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:12:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:12:38 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:12:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:12:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

11:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:12:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:12:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:12:42 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:12:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:12:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

11:12:44 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:12:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:12:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:12:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:12:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:12:45 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:12:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

11:12:46 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:12:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:12:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:12:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

11:12:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:12:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:12:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:12:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:12:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:12:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:12:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:12:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

11:12:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:12:51 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:12:51 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:12:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:12:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:12:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 10%]

11:12:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:12:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:12:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:12:53 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:12:54 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:12:55 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:12:56 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:12:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:12:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:12:57 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:12:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:12:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:12:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:12:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

11:12:59 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:12:59 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:12:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

11:13:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

11:13:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:13:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:13:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

11:13:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:13:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:13:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:13:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

11:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:13:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:13:03 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:13:03 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:13:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

11:13:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:13:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

11:13:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:13:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:13:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:13:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

11:13:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

11:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:13:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:13:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

11:13:08 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:13:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

11:13:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:13:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:13:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

11:13:09 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:13:09 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:13:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:13:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:13:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:13:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

11:13:11 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

11:13:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:13:11 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:13:11 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:13:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:13:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:13:12 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

11:13:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:13:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:13:13 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:13:13 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 11%]

11:13:14 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:13:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:13:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:13:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:13:15 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

11:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

11:13:16 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

11:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:13:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:13:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:13:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:13:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:13:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:13:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:13:19 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:13:19 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

11:13:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:13:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

11:13:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:13:21 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:13:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:13:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:13:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:13:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:13:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:13:22 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:13:22 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:13:22 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:13:22 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:13:22 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:13:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:13:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:13:24 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:13:25 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:13:25 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:13:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

11:13:25 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:13:26 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:13:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:13:26 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:13:26 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:13:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:13:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

11:13:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:13:28 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

11:13:28 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

11:13:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:13:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:13:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:13:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:13:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:13:29 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

11:13:29 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:13:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:13:30 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:13:30 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

11:13:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

11:13:31 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

11:13:31 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:13:31 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:13:31 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:13:31 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:13:32 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:13:32 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:13:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:13:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:13:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

11:13:34 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:13:34 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:13:34 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

11:13:34 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:13:35 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:13:35 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:13:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:13:35 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:13:36 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:13:36 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:13:36 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:13:36 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:13:36 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

11:13:36 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:13:37 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:13:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:13:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

11:13:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:13:37 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

11:13:38 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:13:38 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:13:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:13:40 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:13:40 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:13:40 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:13:40 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:13:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

11:13:40 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

11:13:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:13:41 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

11:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:13:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:13:41 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:13:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:13:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:13:42 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:13:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:13:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

11:13:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

11:13:43 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:13:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:13:43 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:13:43 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 12%]

11:13:43 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

11:13:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

11:13:44 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:13:44 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:13:44 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:13:44 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

11:13:44 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:13:44 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:13:44 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:13:44 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:13:44 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:13:45 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:13:45 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

11:13:45 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:13:45 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:13:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:13:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

11:13:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:13:46 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:13:46 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

11:13:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:13:47 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:13:47 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

11:13:47 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:13:47 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:13:47 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

11:13:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:13:48 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:13:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:13:49 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:13:49 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:13:49 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:13:49 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:13:49 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

11:13:49 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:13:50 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:13:50 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:13:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:13:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

11:13:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:13:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

11:13:51 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:13:52 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:13:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:13:52 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

11:13:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

11:13:53 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:13:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:13:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:13:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

11:13:54 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

11:13:54 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

11:13:54 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

11:13:54 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:13:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:13:55 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

11:13:55 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:13:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:13:56 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

11:13:57 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:13:57 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

11:13:57 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:13:57 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:13:58 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

11:13:58 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:13:58 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:13:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

11:13:59 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

11:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:14:00 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:14:01 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:14:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:14:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:14:02 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

11:14:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

11:14:03 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:14:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:14:04 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:14:04 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

11:14:04 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

11:14:06 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

11:14:06 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:14:06 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:14:06 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 13%]

11:14:06 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:14:06 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:14:06 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:14:06 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:14:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:14:06 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:14:07 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:14:07 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:14:07 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:14:07 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:14:08 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:14:08 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

11:14:09 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:14:09 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

11:14:09 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:14:10 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:14:10 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:14:10 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:14:10 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:14:10 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:14:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

11:14:10 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

11:14:10 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:14:11 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

11:14:11 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:14:12 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:14:12 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:14:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:14:13 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

11:14:13 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:14:13 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:14:13 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

11:14:14 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

11:14:14 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:14:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:14:15 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:14:15 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:14:15 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:14:15 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:14:16 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:14:17 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:14:17 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:14:17 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:14:17 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

11:14:17 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:14:17 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:14:17 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:14:17 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:14:17 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:14:18 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:14:18 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:14:18 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:14:19 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:14:19 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:14:20 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:14:20 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

11:14:20 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:14:20 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:14:20 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:14:21 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:14:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:14:21 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:14:21 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:14:21 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:14:21 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

11:14:22 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:14:23 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:14:23 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

11:14:23 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:14:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:14:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:14:23 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:14:23 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:14:24 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:14:24 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:14:25 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:14:25 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

11:14:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:14:25 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:14:25 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:14:26 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:14:26 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:14:26 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:14:27 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:14:27 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:14:28 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:14:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:14:29 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:14:29 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:14:30 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:14:30 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

11:14:30 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:14:31 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:14:31 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:14:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:14:32 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:14:32 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

11:14:32 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:14:32 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:14:32 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:14:32 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:14:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:14:33 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:14:33 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:14:33 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:14:34 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:14:34 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:14:34 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

11:14:35 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:14:35 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:14:35 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:14:35 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:14:36 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:14:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:14:37 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:14:38 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

11:14:38 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:14:38 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:14:39 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:14:39 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:14:39 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:14:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 14%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

11:14:40 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

11:14:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:14:41 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

11:14:41 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:14:41 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:14:41 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:14:41 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:14:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:14:42 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:14:42 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:14:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:14:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

11:14:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

11:14:43 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:14:44 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:14:44 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:14:44 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:14:44 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:14:45 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:14:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

11:14:45 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:14:46 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:14:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:14:46 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:14:46 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:14:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:14:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:14:47 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:14:47 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:14:47 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:14:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:14:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:14:48 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:14:48 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:14:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

11:14:49 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:14:49 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:14:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

11:14:50 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

11:14:51 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:14:51 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:14:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:14:51 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:14:51 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:14:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:14:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

11:14:52 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:14:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

11:14:52 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:14:53 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:14:53 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:14:53 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:14:53 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

11:14:53 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:14:53 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:14:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:14:54 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:14:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:14:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:14:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:14:55 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:14:55 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:14:55 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:14:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:14:56 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:14:57 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:14:57 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:14:57 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:14:57 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:14:57 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:14:57 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:14:57 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:14:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

11:14:58 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:14:58 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:14:58 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:14:58 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:14:58 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:14:59 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:14:59 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:14:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:15:00 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:15:00 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

11:15:00 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:15:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

11:15:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:15:01 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:15:01 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:15:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

11:15:01 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:15:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:15:02 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:15:03 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:15:03 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:15:03 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:15:03 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:15:03 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:15:03 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:15:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

11:15:04 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:15:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:15:04 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:15:04 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:15:04 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:15:04 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

11:15:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:15:05 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:15:05 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

11:15:05 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:15:05 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:15:05 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:15:05 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:15:06 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:15:06 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:15:07 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:15:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

11:15:07 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:15:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:15:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 15%]

11:15:07 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:15:07 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:15:08 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:15:08 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:15:08 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:15:08 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:15:09 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:15:09 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:15:09 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:15:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:15:09 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:15:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

11:15:09 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:15:09 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:15:09 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:15:09 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:15:09 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:15:10 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:15:10 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:15:10 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:15:10 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:15:10 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:15:10 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

11:15:11 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:15:11 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:15:11 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:15:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

11:15:12 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

11:15:12 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:15:13 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:15:13 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:15:13 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:15:13 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:15:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

11:15:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

11:15:13 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:15:14 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:15:14 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:15:14 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:15:14 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:15:15 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:15:15 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:15:15 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:15:15 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:15:15 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:15:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

11:15:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:15:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:15:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:15:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:15:16 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:15:16 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:15:16 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:15:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:15:16 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:15:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:15:17 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:15:17 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:15:17 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:15:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:15:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:15:17 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:15:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:15:18 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:15:18 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:15:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:15:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:15:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

11:15:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:15:19 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:15:19 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:15:19 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:15:19 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:15:19 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:15:19 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:15:19 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:15:19 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:15:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:15:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:15:20 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:15:20 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:15:20 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:15:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:15:20 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

11:15:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:15:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:15:21 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:15:21 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:15:22 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:15:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:15:22 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

11:15:22 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:15:22 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:15:22 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:15:22 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

11:15:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:15:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:15:23 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:15:24 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:15:24 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:15:24 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:15:24 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

11:15:24 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:15:24 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

11:15:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:15:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:15:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:15:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:15:24 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:15:24 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:15:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

11:15:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:15:25 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:15:25 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:15:25 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:15:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:15:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

11:15:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:15:26 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:15:26 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:15:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:15:27 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:15:27 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:15:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:15:27 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:15:28 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:15:28 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

11:15:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

11:15:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:15:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:15:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:15:28 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:15:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:15:28 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:15:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:15:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:15:29 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:15:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:15:29 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

11:15:29 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:15:29 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:15:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:15:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:15:30 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:15:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:15:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:15:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

11:15:31 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:15:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:15:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:15:31 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:15:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:15:31 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:15:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:15:31 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:15:32 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:15:32 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:15:32 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:15:32 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:15:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:15:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:15:32 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:15:32 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:15:33 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:15:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:15:33 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:15:33 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:15:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

11:15:34 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:15:34 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:15:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:15:34 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:15:34 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:15:34 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:15:34 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:15:35 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:15:35 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:15:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:15:35 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:15:35 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:15:35 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:15:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:15:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

11:15:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:15:36 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:15:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:15:36 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:15:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:15:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:15:37 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:15:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:15:37 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:15:37 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:15:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:15:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

11:15:37 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:15:38 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:15:38 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:15:38 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:15:38 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:15:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:15:38 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:15:38 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:15:38 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:15:39 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:15:39 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:15:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:15:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:15:40 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:15:40 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:15:40 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

11:15:40 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:15:40 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

11:15:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:15:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:15:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:15:40 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

11:15:40 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

11:15:40 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

11:15:41 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:15:41 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:15:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:15:41 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:15:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:15:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

11:15:42 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

11:15:42 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:15:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:15:42 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

11:15:42 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

11:15:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:15:43 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:15:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

11:15:44 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:15:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 17%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

11:15:44 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:15:44 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:15:45 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

11:15:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

11:15:45 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:15:45 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:15:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

11:15:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

11:15:45 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:15:45 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:15:46 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:15:46 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:15:46 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:15:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:15:46 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:15:46 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:15:47 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:15:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:15:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:15:47 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:15:47 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

11:15:47 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:15:47 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:15:47 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:15:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:15:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:15:48 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:15:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:15:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:15:49 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

11:15:49 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:15:49 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:15:49 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:15:49 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:15:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:15:50 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:15:50 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:15:50 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:15:50 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:15:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:15:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:15:50 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:15:50 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:15:51 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:15:51 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:15:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:15:51 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:15:51 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:15:51 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

11:15:51 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:15:52 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:15:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:15:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:15:52 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:15:52 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:15:53 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

11:15:53 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:15:53 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:15:53 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:15:53 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:15:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:15:53 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:15:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:15:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:15:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:15:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:15:54 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:15:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:15:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:15:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:15:55 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:15:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:15:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:15:55 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:15:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:15:55 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:15:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:15:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:15:56 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:15:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:15:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:15:57 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:15:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:15:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:15:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:15:58 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:15:58 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:15:58 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:15:58 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:15:58 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:15:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:15:59 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

11:15:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:15:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:15:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:15:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:15:59 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

11:15:59 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:15:59 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:16:00 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:16:00 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

11:16:00 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

11:16:00 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

11:16:00 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

11:16:00 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:16:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:16:01 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

11:16:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:16:01 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:16:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:16:01 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:16:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:16:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:16:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:16:02 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:16:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:16:02 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

11:16:02 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:16:03 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:16:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:16:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:16:03 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:16:03 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:16:03 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:16:03 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:16:03 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

11:16:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:16:04 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:16:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:16:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:16:04 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:16:04 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

11:16:04 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

11:16:05 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:16:05 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:16:05 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:16:05 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:16:05 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:16:05 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:16:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:16:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:16:05 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:16:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:16:06 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:16:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:16:07 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:16:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:16:07 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:16:07 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:16:08 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:16:08 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:16:08 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:16:08 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:16:08 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:16:09 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:16:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:16:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:16:11 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:16:11 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

11:16:11 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:16:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:16:12 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

11:16:12 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:16:12 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:16:12 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:16:12 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:16:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:16:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:16:13 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:16:13 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

11:16:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:16:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:16:14 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:16:14 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:16:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:16:14 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:16:14 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:16:14 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

11:16:14 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:16:15 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:16:15 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:16:16 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:16:16 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:16:17 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:16:17 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:16:18 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:16:18 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:16:18 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:16:18 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

11:16:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:16:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:16:18 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:16:18 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:16:18 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:16:19 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:16:19 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:16:20 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:16:20 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:16:21 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:16:21 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:16:22 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:16:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:16:22 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:16:22 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 19%]

11:16:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:16:23 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:16:23 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:16:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:16:23 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:16:23 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

11:16:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:16:24 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:16:24 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:16:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:16:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:16:24 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:16:24 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:16:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:16:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:16:25 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

11:16:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:16:25 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:16:25 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:16:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:16:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:16:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:16:26 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

11:16:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:16:27 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:16:27 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:16:27 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:16:28 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:16:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:16:29 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:16:29 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:16:30 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:16:30 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:16:30 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:16:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:16:31 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:16:31 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:16:31 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:16:32 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:16:32 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:16:32 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:16:33 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:16:33 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:16:34 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:16:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:16:34 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:16:34 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:16:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:16:34 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:16:35 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

11:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:16:35 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:16:35 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:16:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:16:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:16:36 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:16:36 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:16:37 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:16:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:16:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:16:37 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:16:37 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:16:37 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:16:37 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:16:38 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:16:38 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:16:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:16:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:16:39 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:16:39 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:16:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:16:39 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:16:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:16:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:16:40 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:16:40 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:16:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:16:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:16:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

11:16:41 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:16:41 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:16:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:16:41 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

11:16:41 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:16:41 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:16:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:16:42 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:16:42 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:16:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:16:42 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:16:42 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:16:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

11:16:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:16:43 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:16:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

11:16:43 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:16:43 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

11:16:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:16:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:16:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

11:16:45 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:16:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:16:45 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:16:46 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:16:46 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:16:46 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:16:46 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

11:16:46 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

11:16:46 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:16:46 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

11:16:47 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:16:47 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:16:47 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:16:47 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:16:47 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:16:47 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:16:48 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

11:16:48 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:16:48 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:16:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:16:48 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:16:49 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:16:49 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:16:49 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:16:49 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

11:16:49 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:16:50 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:16:50 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:16:50 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:16:50 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:16:50 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:16:51 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:16:51 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:16:52 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

11:16:52 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:16:52 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:16:53 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:16:53 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:16:54 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:16:55 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:16:55 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:16:56 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:16:56 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:16:56 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 21%]

11:16:56 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:16:56 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:16:56 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:16:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:16:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:16:58 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:16:58 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:16:58 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:16:59 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:16:59 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:16:59 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:16:59 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:16:59 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:16:59 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

11:17:00 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:17:00 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

11:17:01 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

11:17:01 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

11:17:01 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

11:17:01 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:17:02 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:17:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:17:02 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:17:02 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:17:02 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

11:17:02 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:17:03 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:17:03 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:17:03 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:17:03 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:17:03 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:17:03 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:17:03 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:17:03 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:17:03 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:17:04 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:17:04 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

11:17:04 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

11:17:04 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:17:04 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:17:05 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:17:05 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:17:05 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:17:05 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

11:17:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:17:05 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:17:05 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:17:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:17:06 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:17:06 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

11:17:06 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 24%]

11:17:06 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:17:06 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:17:06 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:17:07 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:17:07 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:17:07 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:17:07 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:17:07 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:17:07 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:17:08 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:17:08 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:17:08 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:17:08 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:17:09 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:17:10 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

11:17:10 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

11:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:17:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:17:10 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:17:11 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

11:17:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:17:11 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

11:17:11 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

11:17:11 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:17:11 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:17:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:17:11 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:17:12 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:17:12 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

11:17:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:17:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:17:12 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

11:17:12 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

11:17:12 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:17:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:17:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:17:12 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:17:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:17:13 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:17:13 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:17:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:17:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:17:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:17:13 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

11:17:14 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:17:14 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:17:14 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:17:14 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:17:14 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:17:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:17:15 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

11:17:15 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:17:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:17:15 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:17:15 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:17:15 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:17:16 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:17:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:17:17 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 23%]

11:17:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:17:18 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:17:19 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:17:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:17:19 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:17:19 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:17:19 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:17:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:17:19 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:17:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:17:20 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

11:17:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:17:20 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:17:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:17:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:17:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:17:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:17:21 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

11:17:21 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

11:17:21 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:17:21 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:17:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:17:22 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:17:22 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:17:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:17:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:17:23 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:17:23 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:17:23 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

11:17:23 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:17:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:17:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:17:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:17:24 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:17:24 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:17:24 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:17:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:17:25 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:17:25 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

11:17:25 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:17:25 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:17:25 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:17:25 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:17:26 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:17:26 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:17:26 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:17:27 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:17:27 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

11:17:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:17:27 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:17:27 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:17:28 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:17:29 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:17:29 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:17:29 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:17:29 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:17:29 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:17:29 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:17:29 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:17:30 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:17:30 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

11:17:30 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:17:30 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:17:30 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:17:30 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:17:31 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:17:31 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:17:31 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:17:31 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:17:32 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 24%]

11:17:32 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:17:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:17:32 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:17:32 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:17:32 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

11:17:32 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

11:17:33 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:17:33 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:17:33 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

11:17:33 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:17:34 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:17:34 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:17:34 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:17:34 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:17:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

11:17:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:17:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:17:38 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 25%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:17:38 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:17:38 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:17:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

11:17:39 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:17:39 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:17:39 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:17:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

11:17:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

11:17:40 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:17:40 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:17:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:17:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

11:17:41 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:17:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

11:17:41 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:17:41 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:17:41 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:17:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:17:42 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:17:42 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:17:42 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:17:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

11:17:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

11:17:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:17:43 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:17:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

11:17:43 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 26%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:17:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

11:17:45 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:17:45 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

11:17:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

11:17:45 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:17:45 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:17:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

11:17:46 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:17:46 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:17:46 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

11:17:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

11:17:46 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:17:46 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

11:17:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

11:17:48 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:17:48 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:17:48 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:17:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

11:17:48 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:17:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

11:17:49 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:17:49 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:17:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 27%]

11:17:50 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

11:17:50 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:17:50 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:17:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

11:17:50 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:17:50 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:17:51 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:17:51 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:17:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

11:17:51 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

11:17:51 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:17:51 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

11:17:52 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:17:52 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:17:52 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:17:52 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:17:52 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:17:53 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:17:54 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:17:54 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:17:54 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:17:54 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

11:17:54 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:17:55 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

11:17:55 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

11:17:55 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:17:55 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:17:55 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:17:56 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

11:17:56 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:17:56 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:17:56 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:17:56 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:17:56 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:17:57 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:17:57 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:17:57 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 28%]

11:17:57 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

11:17:58 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:17:58 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:17:58 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

11:17:58 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:17:58 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:17:58 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

11:17:59 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:17:59 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:18:00 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:18:00 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:18:00 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

11:18:00 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:18:00 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:18:00 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

11:18:01 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:18:01 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:18:01 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

11:18:02 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:18:02 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:18:02 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:18:02 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:18:03 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:18:03 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:18:03 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:18:03 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:18:03 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:18:03 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:18:04 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:18:04 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:18:04 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:18:05 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:18:05 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:18:05 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:18:05 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:18:06 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:18:06 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:18:07 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:18:07 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

11:18:07 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:18:07 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:18:07 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:18:07 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:18:08 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:18:08 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:18:08 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:18:08 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

11:18:08 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:18:09 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:18:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:18:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:18:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

11:18:09 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:18:09 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:18:09 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

11:18:10 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:18:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

11:18:10 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:18:10 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:18:10 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:18:11 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:18:11 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:18:11 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:18:11 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:18:11 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:18:11 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:18:12 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:18:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

11:18:12 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:18:12 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:18:12 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:18:12 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:18:12 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:18:13 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:18:13 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:18:13 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:18:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

11:18:14 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:18:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:18:14 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

11:18:14 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:18:15 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:18:15 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

11:18:15 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:18:16 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:18:17 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:18:17 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:18:17 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

11:18:18 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:18:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

11:18:18 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:18:19 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:18:19 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:18:19 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

11:18:19 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:18:20 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:18:21 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:18:21 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:18:21 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:18:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:18:21 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:18:21 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:18:22 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:18:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:18:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 29%]

11:18:22 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:18:23 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:18:23 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:18:23 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:18:24 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:18:24 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:18:25 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:18:25 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:18:25 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:18:26 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

11:18:26 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:18:26 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:18:26 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:18:26 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:18:27 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

11:18:27 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:18:27 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:18:28 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:18:28 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:18:28 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:18:28 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:18:29 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:18:29 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

11:18:29 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:18:29 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:18:30 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:18:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

11:18:30 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:18:30 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:18:30 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:18:31 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:18:31 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:18:31 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:18:32 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:18:32 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

11:18:32 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:18:32 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:18:32 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:18:33 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:18:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

11:18:34 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:18:34 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:18:34 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

11:18:34 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:18:34 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:18:34 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:18:34 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

11:18:35 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:18:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:18:35 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

11:18:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:18:35 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

11:18:35 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

11:18:36 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:18:36 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:18:36 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:18:36 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:18:36 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:18:36 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:18:36 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

11:18:37 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

11:18:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

11:18:37 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 30%]

11:18:38 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:18:38 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

11:18:38 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:18:38 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:18:38 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:18:38 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

11:18:39 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:18:39 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

11:18:39 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

11:18:39 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

11:18:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:18:40 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

11:18:40 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:18:41 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

11:18:41 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:18:41 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:18:41 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

11:18:41 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:18:41 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:18:42 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:18:42 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:18:42 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

11:18:42 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:18:43 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:18:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:18:43 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

11:18:44 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:18:44 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:18:44 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:18:45 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:18:45 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:18:46 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:18:47 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

11:18:47 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:18:47 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

11:18:48 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

11:18:48 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 31%]

11:18:48 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:18:48 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

11:18:49 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

11:18:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:18:50 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:18:50 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:18:50 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:18:50 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

11:18:51 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

11:18:51 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:18:51 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:18:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:18:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:18:51 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:18:51 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

11:18:52 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:18:52 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

11:18:52 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:18:52 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:18:53 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

11:18:53 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

11:18:53 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:18:53 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:18:53 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:18:53 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:18:53 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

11:18:54 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:18:54 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:18:54 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:18:54 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

11:18:55 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:18:55 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:18:55 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

11:18:55 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:18:55 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:18:55 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

11:18:55 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:18:56 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:18:56 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:18:56 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:18:56 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:18:57 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:18:57 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

11:18:57 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:18:57 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:18:57 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

11:18:57 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:18:57 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:18:57 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:18:57 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:18:57 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:18:57 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:18:57 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:18:57 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:18:57 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:18:57 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:18:57 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:18:57 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:18:57 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:18:57 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:18:58 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:18:58 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:18:58 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 32%]

11:18:58 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:18:58 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:18:58 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:18:58 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:18:58 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:18:58 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:18:58 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:18:58 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:18:58 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:18:58 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:18:58 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:18:58 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:18:58 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:18:58 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:18:58 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

11:18:59 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:18:59 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:18:59 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:18:59 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:18:59 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:18:59 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:19:00 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:19:00 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:19:00 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:19:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:19:00 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:19:00 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

11:19:01 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:19:01 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:19:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

11:19:01 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:19:01 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:19:02 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

11:19:02 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:19:02 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:19:02 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:19:02 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:19:03 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:19:03 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:19:03 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:19:03 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:19:03 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:19:03 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

11:19:04 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:19:04 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:19:04 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:19:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:19:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:19:04 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:19:05 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:19:05 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:19:05 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:19:05 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:19:05 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

11:19:05 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:19:05 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:19:05 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:19:06 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:19:06 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

11:19:06 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:19:06 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:19:06 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

11:19:06 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:19:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:19:07 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:19:07 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:19:07 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:19:07 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:19:07 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:19:07 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

11:19:07 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:19:08 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:19:08 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:19:08 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

11:19:08 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:19:08 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:19:08 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:19:08 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:19:08 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

11:19:09 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:19:09 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:19:09 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:19:09 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:19:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

11:19:10 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:19:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:19:10 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:19:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:19:10 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:19:10 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

11:19:10 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:19:11 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:19:11 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:19:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:19:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:19:11 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:19:11 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:19:11 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:19:12 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:19:12 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:19:12 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

11:19:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:19:12 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:19:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:19:12 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:19:13 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:19:13 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:19:13 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:19:13 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

11:19:13 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:19:13 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:19:13 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:19:13 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:19:14 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:19:14 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:19:14 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:19:14 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:19:14 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:19:14 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:19:15 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:19:15 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:19:15 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:19:15 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:19:15 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:19:15 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:19:15 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:19:15 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:19:15 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:19:15 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:19:15 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:19:15 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:19:15 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:19:15 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:19:15 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:19:15 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:19:15 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:19:16 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:19:16 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:19:16 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:19:16 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:19:16 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:19:16 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:19:16 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:19:16 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:19:16 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:19:16 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:19:16 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:19:16 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:19:16 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:19:16 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:19:16 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:19:16 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:19:16 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:19:16 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:19:16 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:19:17 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:19:17 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

11:19:17 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:19:17 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:19:17 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:19:17 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:19:17 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

11:19:17 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:19:17 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:19:17 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:19:18 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:19:18 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:19:18 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

11:19:18 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:19:18 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:19:18 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:19:18 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:19:19 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:19:19 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

11:19:19 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:19:19 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:19:19 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:19:19 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:19:19 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:19:19 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

11:19:19 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:19:19 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:19:20 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:19:20 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:19:20 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:19:20 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

11:19:20 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

11:19:20 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

11:19:20 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:19:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:19:20 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:19:20 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:19:20 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:19:20 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:19:21 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:19:21 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:19:21 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:19:21 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:19:21 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:19:21 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 34%]

11:19:21 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:19:21 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:19:21 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:19:22 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:19:22 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:19:22 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

11:19:22 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

11:19:22 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:19:22 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

11:19:22 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:19:22 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:19:22 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:19:22 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:19:23 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:19:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:19:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:19:23 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:19:23 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:19:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:19:23 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:19:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:19:23 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:19:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:19:24 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:19:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:19:24 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:19:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:19:24 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

11:19:24 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:19:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:19:24 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:19:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:19:24 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:19:25 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:19:25 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:19:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:19:25 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:19:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:19:25 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:19:25 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

11:19:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:19:25 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:19:26 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:19:26 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:19:26 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:19:26 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:19:26 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:19:26 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:19:26 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:19:26 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:19:26 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:19:26 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:19:27 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:19:27 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

11:19:27 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:19:27 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:19:27 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:19:27 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:19:27 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:19:27 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:19:28 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:19:28 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:19:28 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:19:28 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:19:28 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:19:28 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:19:28 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:19:28 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:19:28 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:19:29 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:19:29 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:19:29 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:19:29 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:19:29 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:19:29 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:19:29 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:19:29 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:19:29 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:19:29 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:19:29 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:19:30 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:19:30 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:19:30 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:19:30 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:19:30 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:19:30 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:19:31 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:19:31 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:19:31 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:19:31 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

11:19:31 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:19:31 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:19:31 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:19:31 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:19:31 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:19:31 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:19:31 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:19:31 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:19:31 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:19:31 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:19:31 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:19:31 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:19:31 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:19:31 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:19:31 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:19:31 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:19:31 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:19:31 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:19:31 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:19:31 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env PASSED [ 59%]

11:19:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:19:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:19:31 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:19:32 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:19:32 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:19:32 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:19:32 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:19:32 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:19:32 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:19:32 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:19:32 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:19:32 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:19:32 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:19:32 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:19:32 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:19:32 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:19:32 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:19:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:19:32 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:19:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:19:32 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:19:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:19:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:19:32 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:19:32 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:19:32 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:19:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:19:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:19:32 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:19:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:19:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:19:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:19:32 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:19:32 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:19:33 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:19:33 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:19:33 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:19:33 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:19:33 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:19:33 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:19:33 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:19:33 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:19:33 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:19:33 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:19:34 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:19:34 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:19:34 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:19:34 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:19:34 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:19:34 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:19:34 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:19:34 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:19:34 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:19:34 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:19:34 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:19:34 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:19:34 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:19:34 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:19:34 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:19:34 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:19:34 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:19:34 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:19:34 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:19:34 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:19:34 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:19:34 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:19:34 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:19:34 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:19:34 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:19:34 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:19:34 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:19:34 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

11:19:35 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:19:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:19:35 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:19:35 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:19:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:19:36 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:19:36 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:19:36 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

11:19:36 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:19:36 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:19:37 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:19:37 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:19:37 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:19:38 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:19:38 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:19:38 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:19:38 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:19:38 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:19:38 

11:19:38 ---------- coverage: platform linux2, python 2.7.13-final-0 ----------

11:19:38 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:19:38 -----------------------------------------------------------------------------

11:19:38 compose/__init__.py                   3      0      0      0   100%

11:19:38 compose/__main__.py                   4      4      0      0     0%   1-6

11:19:38 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

11:19:38 compose/cli/__init__.py               0      0      0      0   100%

11:19:38 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:19:38 compose/cli/command.py               97     13     26      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:19:38 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:19:38 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:19:38 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

11:19:38 compose/cli/formatter.py             37      3      8      1    91%   13, 22-23, 12->13

11:19:38 compose/cli/log_printer.py          149     10     52      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:19:38 compose/cli/main.py                 693     91    290     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:19:38 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:19:38 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

11:19:38 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:19:38 compose/config/__init__.py           13      0      0      0   100%

11:19:38 compose/config/config.py            826     29    388     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:19:38 compose/config/environment.py        96      7     34      4    92%   41, 98-101, 114, 121, 40->41, 97->98, 113->114, 120->121

11:19:38 compose/config/errors.py             25      2      0      0    92%   36-40

11:19:38 compose/config/interpolation.py     148      7     62      4    94%   66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222

11:19:38 compose/config/serialize.py          97      1     50      2    98%   76, 75->76, 82->85

11:19:38 compose/config/sort_services.py      44      1     18      1    97%   57, 56->57

11:19:38 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

11:19:38 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

11:19:38 compose/const.py                     39      0      0      0   100%

11:19:38 compose/container.py                193      8     48      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:19:38 compose/errors.py                    17      1      0      0    94%   12

11:19:38 compose/network.py                  190     19     92      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:19:38 compose/parallel.py                 199      2     56      1    99%   187, 326, 325->326

11:19:38 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:19:38 compose/project.py                  436     31    180     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:19:38 compose/service.py                  918     58    404     30    92%   67, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1699, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->67, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1698->1699, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:19:38 compose/state.py                      0      0      0      0   100%

11:19:38 compose/timeparse.py                 22      0      4      0   100%

11:19:38 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

11:19:38 compose/version.py                    6      0      0      0   100%

11:19:38 compose/volume.py                   126      4     44      4    94%   150, 200, 211-212, 141->150, 199->200, 201->198, 209->211

11:19:38 -----------------------------------------------------------------------------

11:19:38 TOTAL                              5638    441   2258    209    90%

11:19:38 Coverage HTML written to dir coverage-html

11:19:38 

11:19:38 =========================== short test summary info ============================

11:19:38 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:19:38   not supported by kernel

11:19:38 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:19:38   Not supported on most drivers

11:19:38 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:19:38 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:19:38 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:19:38 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:19:38 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:19:38 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:19:38 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:19:38 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:19:38 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:19:38 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:19:38 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:19:38 

11:19:38 ======= 1131 passed, 11 skipped, 2 xfailed, 3 xpassed in 864.98 seconds ========

11:19:38 ___________________________________ summary ____________________________________

11:19:38   py27: commands succeeded

11:19:38   congratulations :)

11:19:39 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:19:39 + on_exit
11:19:39 + [[ 0 != \0 ]]
11:19:39 + docker rm -vf compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:19:39 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:19:39 compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:19:39 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:19:40 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

11:19:40 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:19:40 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:19:40 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:19:40 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:19:40 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:19:41 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:19:41 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:19:41 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:19:42 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:19:42 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:19:42 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:19:42 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:19:43 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:19:43 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:19:43 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:19:43 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:19:44 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

11:19:44 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:19:44 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:19:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:19:44 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:19:45 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:19:45 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:19:45 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:19:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:19:46 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:19:46 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:19:46 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:19:46 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:19:47 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:19:47 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:19:47 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:19:48 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:19:48 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:19:48 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:19:48 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:19:49 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:19:49 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:19:49 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:19:49 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:19:49 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:19:50 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:19:50 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:19:50 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:19:50 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:19:50 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:19:50 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:19:50 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

11:19:50 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:19:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:19:51 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:19:51 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:19:51 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:19:51 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:19:52 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:19:52 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:19:52 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:19:52 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:19:52 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:19:53 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:19:53 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:19:53 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:19:54 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:19:54 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:19:54 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:19:54 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:19:54 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:19:54 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:19:54 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:19:54 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:19:55 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:19:55 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:19:55 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:19:55 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:19:55 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:19:55 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:19:55 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:19:55 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:19:55 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:19:55 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:19:55 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:19:55 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:19:55 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:19:55 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:19:55 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:19:55 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:19:55 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:19:55 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:19:56 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:19:56 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env PASSED [ 59%]

11:19:56 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:19:56 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:19:56 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:19:56 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

11:19:56 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:19:56 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:19:56 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:19:56 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:19:56 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:19:56 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:19:56 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:19:56 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:19:56 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:19:56 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:19:56 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:19:56 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:19:56 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:19:56 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:19:56 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:19:56 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

11:19:56 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:19:57 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:19:57 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:19:57 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:19:57 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:19:57 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:19:57 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:19:57 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:19:57 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:19:57 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:19:57 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:19:57 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:19:57 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:19:57 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:19:57 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:19:57 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:19:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:19:58 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

11:19:58 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:19:58 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:19:58 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:19:58 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:19:58 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:19:58 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:19:58 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:19:58 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:19:58 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:19:58 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:19:58 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:19:58 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:19:58 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:19:58 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:19:58 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:19:59 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:19:59 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:19:59 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:19:59 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:19:59 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:19:59 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:19:59 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:19:59 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:19:59 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:19:59 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:19:59 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:19:59 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:19:59 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:19:59 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:19:59 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:19:59 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:19:59 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:19:59 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:20:00 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:20:00 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:20:00 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:20:00 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:20:00 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:20:00 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:20:00 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:20:00 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:20:00 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:20:00 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:20:00 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:20:00 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:20:00 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:20:00 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:20:00 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:20:01 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:20:01 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:20:01 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:20:01 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:20:01 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:20:01 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:20:01 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:20:01 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:20:01 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:20:01 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:20:01 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:20:01 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:20:01 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:20:01 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:20:01 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:20:01 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:20:01 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:20:02 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:20:02 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:20:02 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:20:02 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:20:02 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:20:02 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:20:03 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:20:03 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:20:03 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:20:03 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

11:20:03 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:20:03 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:20:03 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:20:03 

11:20:03 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------

11:20:03 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:20:03 -----------------------------------------------------------------------------

11:20:03 compose/__init__.py                   3      0      0      0   100%

11:20:03 compose/__main__.py                   4      4      0      0     0%   1-6

11:20:03 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

11:20:03 compose/cli/__init__.py               0      0      0      0   100%

11:20:03 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:20:03 compose/cli/command.py               97     13     26      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:20:03 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:20:03 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:20:03 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

11:20:03 compose/cli/formatter.py             37      3      8      1    91%   13, 22-23, 12->13

11:20:03 compose/cli/log_printer.py          149     10     52      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:20:03 compose/cli/main.py                 693     91    290     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:20:03 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:20:03 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

11:20:03 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:20:03 compose/config/__init__.py           13      0      0      0   100%

11:20:03 compose/config/config.py            826     29    388     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:20:03 compose/config/environment.py        96      7     34      4    92%   41, 98-101, 114, 121, 40->41, 97->98, 113->114, 120->121

11:20:03 compose/config/errors.py             25      2      0      0    92%   36-40

11:20:03 compose/config/interpolation.py     148      7     62      4    94%   66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222

11:20:03 compose/config/serialize.py          97      1     50      2    98%   76, 75->76, 82->85

11:20:03 compose/config/sort_services.py      44      1     18      1    97%   57, 56->57

11:20:03 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

11:20:03 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

11:20:03 compose/const.py                     39      0      0      0   100%

11:20:03 compose/container.py                193      8     48      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:20:03 compose/errors.py                    17      1      0      0    94%   12

11:20:03 compose/network.py                  190     19     92      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:20:03 compose/parallel.py                 199      2     56      1    99%   187, 326, 325->326

11:20:03 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:20:03 compose/project.py                  436     31    180     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:20:03 compose/service.py                  918     58    404     30    92%   67, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1699, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->67, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1698->1699, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:20:03 compose/state.py                      0      0      0      0   100%

11:20:03 compose/timeparse.py                 22      0      4      0   100%

11:20:03 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

11:20:03 compose/version.py                    6      0      0      0   100%

11:20:03 compose/volume.py                   126      4     44      3    95%   150, 200, 211-212, 141->150, 199->200, 209->211

11:20:03 -----------------------------------------------------------------------------

11:20:03 TOTAL                              5638    441   2258    208    90%

11:20:03 Coverage HTML written to dir coverage-html

11:20:03 

11:20:03 =========================== short test summary info ============================

11:20:03 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:20:03   not supported by kernel

11:20:03 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:20:03   Not supported on most drivers

11:20:03 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:20:03 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:20:03 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:20:03 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:20:03 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:20:03 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:20:03 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:20:03 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:20:03 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:20:03 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:20:03 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:20:03 

11:20:03 ======= 1131 passed, 11 skipped, 2 xfailed, 3 xpassed in 910.07 seconds ========

11:20:03 ___________________________________ summary ____________________________________

11:20:03   py27: commands succeeded

11:20:03   congratulations :)

11:20:03 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:20:04 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:20:04 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:20:04 + on_exit
11:20:04 + [[ 0 != \0 ]]
11:20:04 + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:20:04 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:20:04 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:20:04 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:20:04 compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:20:04 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:20:04 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:20:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:20:05 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:20:05 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:20:05 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:20:05 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:20:05 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:20:06 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:20:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:20:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:20:06 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:20:06 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:20:06 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:20:06 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:20:06 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:20:07 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:20:07 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:20:07 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:20:07 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:20:07 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:20:08 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:20:08 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:20:08 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:20:08 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:20:08 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:20:08 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:20:08 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:20:09 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:20:09 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:20:09 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:20:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:20:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:20:09 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:20:10 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:20:10 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:20:10 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:20:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:20:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

11:20:10 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:20:10 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:20:10 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:20:10 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:20:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:20:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:20:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:20:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:20:11 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:20:11 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:20:12 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:20:12 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:20:12 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:20:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:20:12 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:20:12 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:20:13 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:20:13 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:20:13 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:20:13 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

11:20:13 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:20:13 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:20:14 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:20:14 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:20:14 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:20:14 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:20:14 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:20:14 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:20:14 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:20:15 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:20:15 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:20:15 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:20:15 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

11:20:15 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

11:20:15 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:20:15 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:20:15 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

11:20:15 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:20:15 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:20:16 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:20:16 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:20:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:20:16 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:20:16 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:20:16 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:20:16 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:20:16 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:20:16 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:20:16 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:20:17 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:20:17 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:20:17 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:20:17 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:20:17 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:20:17 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:20:17 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:20:17 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:20:17 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:20:17 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:20:17 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:20:17 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:20:17 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:20:17 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:20:17 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:20:17 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:20:17 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:20:17 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:20:17 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:20:17 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:20:17 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:20:17 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:20:17 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:20:17 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:20:17 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:20:17 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:20:17 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:20:17 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:20:17 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:20:17 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:20:17 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:20:18 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:20:18 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:20:18 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:20:18 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:20:18 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:20:18 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:20:18 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:20:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:20:18 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:20:18 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:20:18 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:20:19 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:20:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:20:19 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:20:19 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:20:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:20:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:20:19 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:20:19 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:20:19 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:20:19 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:20:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:20:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:20:20 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:20:20 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:20:20 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:20:20 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:20:20 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:20:20 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:20:20 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:20:20 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:20:20 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:20:21 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:20:21 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:20:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:20:21 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:20:21 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:20:21 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:20:21 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:20:21 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:20:21 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:20:21 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:20:21 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:20:21 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:20:21 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:20:21 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:20:21 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:20:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

11:20:21 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:20:22 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:20:22 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:20:22 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:20:22 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:20:22 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:20:22 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:20:22 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:20:22 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:20:22 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:20:22 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:20:22 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:20:23 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:20:23 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:20:23 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:20:23 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:20:23 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:20:23 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:20:23 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:20:23 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:20:23 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:20:23 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:20:23 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:20:24 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:20:24 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:20:24 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:20:24 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:20:24 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:20:24 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:20:24 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:20:24 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:20:24 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:20:24 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:20:24 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:20:24 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:20:24 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:20:24 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:20:24 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:20:24 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:20:24 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:20:24 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:20:24 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:20:24 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:20:24 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:20:24 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:20:24 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:20:24 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:20:24 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:20:25 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:20:25 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:20:25 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:20:25 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:20:25 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:20:25 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 59%]

11:20:25 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:20:25 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:20:25 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:20:25 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:20:25 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:20:25 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:20:25 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:20:25 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:20:25 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:20:25 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:20:25 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:20:25 Exception in thread Thread-913:

11:20:25 Traceback (most recent call last):

11:20:25   File "/code/compose/cli/log_printer.py", line 160, in tail_container_logs

11:20:25     for item in generator(container, log_args):

11:20:25   File "/code/compose/utils.py", line 61, in split_buffer

11:20:25     for data in stream_as_text(stream):

11:20:25   File "/code/compose/utils.py", line 37, in stream_as_text

11:20:25     for data in stream:

11:20:25 TypeError: 'Mock' object is not iterable

11:20:25 

11:20:25 During handling of the above exception, another exception occurred:

11:20:25 

11:20:25 Traceback (most recent call last):

11:20:25   File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner

11:20:25     self.run()

11:20:25   File "/usr/local/lib/python3.7/threading.py", line 870, in run

11:20:25     self._target(*self._args, **self._kwargs)

11:20:25   File "/code/compose/cli/log_printer.py", line 163, in tail_container_logs

11:20:25     queue.put(QueueItem.exception(e))

11:20:25 AttributeError: 'str' object has no attribute 'put'

11:20:25 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:20:25 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:20:25 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:20:25 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:20:25 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:20:25 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:20:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:20:25 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:20:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:20:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:20:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:20:25 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:20:25 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:20:25 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:20:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:20:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:20:25 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:20:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:20:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:20:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:20:25 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:20:25 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:20:25 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:20:25 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:20:26 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:20:26 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:20:26 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:20:26 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:20:26 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:20:26 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:20:26 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:20:26 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:20:26 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:20:27 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:20:27 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:20:27 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:20:27 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:20:27 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:20:27 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:20:27 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:20:27 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:20:27 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:20:27 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:20:27 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:20:27 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:20:27 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:20:27 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:20:27 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:20:27 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:20:27 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:20:27 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:20:27 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:20:27 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:20:27 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:20:27 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:20:27 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:20:27 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:20:27 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:20:27 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:20:27 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:20:27 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:20:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:20:27 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:20:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:20:27 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:20:28 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:20:28 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:20:28 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:20:28 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:20:28 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:20:29 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:20:29 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:20:29 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:20:29 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:20:30 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:20:30 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:20:30 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:20:30 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:20:30 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:20:30 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:20:31 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:20:31 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:20:31 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:20:31 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:20:31 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:20:31 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:20:32 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:20:32 

11:20:32 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

11:20:32 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:20:32 -----------------------------------------------------------------------------

11:20:32 compose/__init__.py                   3      0      0      0   100%

11:20:32 compose/__main__.py                   4      4      0      0     0%   1-6

11:20:32 compose/bundle.py                   144     21     62      5    84%   45, 50-51, 56-57, 75-78, 81, 103-109, 130-131, 141-146, 149, 80->81, 100->103, 118->135, 125->135, 148->149

11:20:32 compose/cli/__init__.py               0      0      0      0   100%

11:20:32 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:20:32 compose/cli/command.py               97     13     28      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:20:32 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:20:32 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:20:32 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

11:20:32 compose/cli/formatter.py             37      3     10      1    91%   15, 22-23, 12->15

11:20:32 compose/cli/log_printer.py          149     10     54      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:20:32 compose/cli/main.py                 693     91    305     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:20:32 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:20:32 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

11:20:32 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:20:32 compose/config/__init__.py           13      0      0      0   100%

11:20:32 compose/config/config.py            826     29    428     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:20:32 compose/config/environment.py        96      8     34      5    90%   21, 41, 98-101, 114, 121, 20->21, 40->41, 97->98, 113->114, 120->121

11:20:32 compose/config/errors.py             25      2      2      0    85%   36-40

11:20:32 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

11:20:32 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

11:20:32 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

11:20:32 compose/config/types.py             291     22    116     17    90%   54, 90, 113, 149, 171, 258-259, 267, 286, 301, 363-364, 372-373, 377-378, 441, 445, 486, 493-494, 502, 53->54, 71->79, 89->90, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 361->366, 440->441, 444->445, 484->489, 485->486, 501->502

11:20:32 compose/config/validation.py        254     14    141     12    92%   219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 218->219, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 425->exit, 467->469, 495->496, 524->525

11:20:32 compose/const.py                     39      0      0      0   100%

11:20:32 compose/container.py                193      8     50      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:20:32 compose/errors.py                    17      1      0      0    94%   12

11:20:32 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:20:32 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

11:20:32 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:20:32 compose/project.py                  436     31    211     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:20:32 compose/service.py                  918     60    457     32    92%   65, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1658, 1699, 1711, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->65, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1657->1658, 1698->1699, 1710->1711, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:20:32 compose/state.py                      0      0      0      0   100%

11:20:32 compose/timeparse.py                 22      0      4      0   100%

11:20:32 compose/utils.py                    117      8     42      5    92%   27, 75-79, 125, 135, 161, 168, 171, 25->27, 124->125, 134->135, 167->168, 169->171

11:20:32 compose/version.py                    6      0      0      0   100%

11:20:32 compose/volume.py                   126      4     44      3    95%   150, 200, 211-212, 141->150, 199->200, 209->211

11:20:32 -----------------------------------------------------------------------------

11:20:32 TOTAL                              5638    444   2435    211    90%

11:20:32 Coverage HTML written to dir coverage-html

11:20:32 

11:20:32 =========================== short test summary info ============================

11:20:32 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:20:32   not supported by kernel

11:20:32 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:20:32   Not supported on most drivers

11:20:32 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:20:32 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:20:32 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:20:32 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:20:32 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:20:32 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:20:32 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:20:32 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

11:20:32 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:20:32 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:20:32 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:20:32 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:20:32 

11:20:32 ======= 1130 passed, 12 skipped, 2 xfailed, 3 xpassed in 924.38 seconds ========

11:20:32 ___________________________________ summary ____________________________________

11:20:32   py37: commands succeeded

11:20:32   congratulations :)

11:20:32 + on_exit
11:20:32 + [[ 0 != \0 ]]
11:20:32 + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:20:32 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:20:32 compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:20:32 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:20:32 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:20:32 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:20:32 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
11:20:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:20:33 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:20:33 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:20:33 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:20:33 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:20:33 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:20:33 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:20:34 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:20:34 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:20:34 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:20:34 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:20:34 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:20:34 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:20:34 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:20:35 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:20:35 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:20:35 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:20:35 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:20:35 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:20:35 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:20:35 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:20:35 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:20:35 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:20:35 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:20:35 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:20:36 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:20:36 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:20:36 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:20:36 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:20:36 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:20:36 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:20:36 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:20:36 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:20:37 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:20:37 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

11:20:37 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:20:37 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:20:37 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:20:37 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:20:37 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:20:37 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:20:38 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:20:38 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:20:38 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

11:20:38 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:20:38 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:20:38 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:20:38 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:20:38 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

11:20:38 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:20:38 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

11:20:38 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:20:38 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:20:39 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:20:39 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:20:39 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:20:39 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:20:39 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:20:39 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:20:39 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:20:39 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:20:39 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:20:39 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:20:39 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:20:39 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:20:40 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:20:40 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

11:20:40 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:20:40 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:20:40 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

11:20:40 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:20:40 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

11:20:40 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:20:40 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:20:41 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:20:41 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:20:41 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:20:41 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:20:41 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:20:41 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:20:41 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:20:41 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:20:41 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:20:41 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:20:41 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:20:41 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:20:41 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:20:41 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:20:41 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:20:41 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:20:41 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:20:41 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:20:41 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:20:41 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:20:41 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 59%]

11:20:41 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:20:41 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:20:41 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:20:41 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:20:41 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:20:41 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:20:41 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:20:41 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:20:41 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:20:41 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:20:41 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:20:41 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:20:41 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:20:41 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:20:41 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:20:41 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:20:41 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:20:41 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:20:41 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:20:41 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:20:41 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:20:41 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:20:41 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:20:41 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:20:41 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:20:41 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:20:41 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:20:41 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:20:41 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:20:41 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:20:41 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:20:42 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:20:42 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:20:42 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:20:42 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

11:20:42 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:20:42 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:20:42 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:20:42 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:20:42 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:20:42 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:20:42 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:20:42 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:20:42 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:20:42 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:20:42 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:20:42 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:20:42 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:20:42 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:20:42 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:20:42 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:20:42 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:20:42 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:20:42 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:20:42 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:20:42 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:20:42 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:20:42 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:20:42 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:20:42 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:20:42 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:20:42 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:20:42 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:20:42 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:20:42 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:20:42 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

11:20:42 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:20:43 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:20:43 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:20:43 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:20:43 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:20:43 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:20:43 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:20:43 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:20:43 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:20:43 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:20:43 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:20:43 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:20:43 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:20:43 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:20:43 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:20:43 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:20:43 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:20:43 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:20:43 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:20:43 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:20:43 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:20:43 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:20:43 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:20:43 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:20:43 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:20:43 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:20:43 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:20:43 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:20:43 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:20:43 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:20:43 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:20:43 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:20:43 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:20:43 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:20:43 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:20:43 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:20:43 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:20:43 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:20:43 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:20:43 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:20:43 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:20:43 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:20:43 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:20:43 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:20:44 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:20:44 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:20:44 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:20:44 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:20:44 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:20:44 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:20:44 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:20:44 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:20:44 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:20:44 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:20:44 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:20:44 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:20:44 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:20:44 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:20:44 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:20:44 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:20:44 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:20:44 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

11:20:44 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

11:20:44 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:20:45 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:20:45 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:20:45 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:20:45 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:20:46 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:20:46 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:20:46 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:20:46 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:20:46 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:20:46 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:20:46 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:20:46 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:20:46 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:20:46 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:20:46 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:20:46 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:20:46 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:20:46 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:20:46 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:20:46 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:20:46 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:20:46 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:20:47 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:20:47 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:20:47 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:20:47 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:20:47 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:20:47 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:20:47 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:20:47 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:20:47 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:20:47 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:20:47 

11:20:47 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

11:20:47 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:20:47 -----------------------------------------------------------------------------

11:20:47 compose/__init__.py                   3      0      0      0   100%

11:20:47 compose/__main__.py                   4      4      0      0     0%   1-6

11:20:47 compose/bundle.py                   144     21     62      5    84%   45, 50-51, 56-57, 75-78, 81, 103-109, 130-131, 141-146, 149, 80->81, 100->103, 118->135, 125->135, 148->149

11:20:47 compose/cli/__init__.py               0      0      0      0   100%

11:20:47 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:20:47 compose/cli/command.py               97     13     28      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:20:47 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:20:47 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:20:47 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

11:20:47 compose/cli/formatter.py             37      3     10      1    91%   15, 22-23, 12->15

11:20:47 compose/cli/log_printer.py          149     10     54      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:20:47 compose/cli/main.py                 693     91    305     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:20:47 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:20:47 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

11:20:47 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:20:47 compose/config/__init__.py           13      0      0      0   100%

11:20:47 compose/config/config.py            826     29    428     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:20:47 compose/config/environment.py        96      8     34      5    90%   21, 41, 98-101, 114, 121, 20->21, 40->41, 97->98, 113->114, 120->121

11:20:47 compose/config/errors.py             25      2      2      0    85%   36-40

11:20:47 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

11:20:47 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

11:20:47 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

11:20:47 compose/config/types.py             291     22    116     17    90%   54, 90, 113, 149, 171, 258-259, 267, 286, 301, 363-364, 372-373, 377-378, 441, 445, 486, 493-494, 502, 53->54, 71->79, 89->90, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 361->366, 440->441, 444->445, 484->489, 485->486, 501->502

11:20:47 compose/config/validation.py        254     14    141     12    92%   219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 218->219, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 425->exit, 467->469, 495->496, 524->525

11:20:47 compose/const.py                     39      0      0      0   100%

11:20:47 compose/container.py                193      8     50      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:20:47 compose/errors.py                    17      1      0      0    94%   12

11:20:47 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:20:47 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

11:20:47 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:20:47 compose/project.py                  436     31    211     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:20:47 compose/service.py                  918     60    457     32    92%   65, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1658, 1699, 1711, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->65, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1657->1658, 1698->1699, 1710->1711, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:20:47 compose/state.py                      0      0      0      0   100%

11:20:47 compose/timeparse.py                 22      0      4      0   100%

11:20:47 compose/utils.py                    117      8     42      5    92%   27, 75-79, 125, 135, 161, 168, 171, 25->27, 124->125, 134->135, 167->168, 169->171

11:20:47 compose/version.py                    6      0      0      0   100%

11:20:47 compose/volume.py                   126      4     44      4    94%   150, 200, 211-212, 141->150, 199->200, 201->198, 209->211

11:20:47 -----------------------------------------------------------------------------

11:20:47 TOTAL                              5638    444   2435    212    90%

11:20:47 Coverage HTML written to dir coverage-html

11:20:47 

11:20:47 =========================== short test summary info ============================

11:20:47 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:20:47   not supported by kernel

11:20:47 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:20:47   Not supported on most drivers

11:20:47 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:20:47 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:20:47 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:20:47 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:20:47 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:20:47 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:20:47 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:20:47 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

11:20:47 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:20:47 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:20:47 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:20:47 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:20:47 

11:20:47 ======= 1130 passed, 12 skipped, 2 xfailed, 3 xpassed in 939.11 seconds ========

11:20:47 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:20:47 ___________________________________ summary ____________________________________

11:20:47   py37: commands succeeded

11:20:47   congratulations :)

11:20:47 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:20:47 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:20:47 + on_exit
11:20:47 + [[ 0 != \0 ]]
11:20:47 + docker rm -vf compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:20:48 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:20:48 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:20:48 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:20:48 compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:20:48 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:20:48 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:20:48 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:20:48 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:20:49 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:20:49 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:20:49 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:20:49 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:20:49 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:20:49 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:20:49 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:20:50 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:20:50 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:20:50 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:20:50 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:20:50 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:20:50 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:20:51 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:20:51 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:20:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 36%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:20:51 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:20:51 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:20:51 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:20:51 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:20:51 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:20:52 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:20:52 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:20:52 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:20:52 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:20:52 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:20:52 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:20:52 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:20:53 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:20:53 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:20:53 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:20:53 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:20:54 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:20:54 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:20:55 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:20:56 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:20:57 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:20:58 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:20:59 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:20:59 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:21:00 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:21:01 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:21:01 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:21:01 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:21:01 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:21:01 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:21:01 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:21:02 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:21:02 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:21:02 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:21:02 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:21:02 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:21:02 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:21:02 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:21:02 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:21:03 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:21:03 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:21:03 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:21:03 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:21:03 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:21:03 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:21:04 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:21:04 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:21:04 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:21:04 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:21:04 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:21:04 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:21:04 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:21:04 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:21:04 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:21:04 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:21:04 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:21:04 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:21:04 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:21:04 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:21:04 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:21:04 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:21:04 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:21:04 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:21:04 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:21:04 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:21:05 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:21:05 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:21:05 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:21:05 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 59%]

11:21:05 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:21:05 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:21:05 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:21:05 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:21:05 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:21:05 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:21:05 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:21:05 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:21:05 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:21:05 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:21:05 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:21:05 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event Exception in thread Thread-913:

11:21:05 Traceback (most recent call last):

11:21:05   File "/code/compose/cli/log_printer.py", line 160, in tail_container_logs

11:21:05     for item in generator(container, log_args):

11:21:05   File "/code/compose/utils.py", line 61, in split_buffer

11:21:05     for data in stream_as_text(stream):

11:21:05   File "/code/compose/utils.py", line 37, in stream_as_text

11:21:05     for data in stream:

11:21:05 TypeError: 'Mock' object is not iterable

11:21:05 

11:21:05 During handling of the above exception, another exception occurred:

11:21:05 

11:21:05 Traceback (most recent call last):

11:21:05   File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner

11:21:05     self.run()

11:21:05   File "/usr/local/lib/python3.7/threading.py", line 870, in run

11:21:05     self._target(*self._args, **self._kwargs)

11:21:05   File "/code/compose/cli/log_printer.py", line 163, in tail_container_logs

11:21:05     queue.put(QueueItem.exception(e))

11:21:05 AttributeError: 'str' object has no attribute 'put'

11:21:05 PASSED [ 64%]

11:21:05 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:21:05 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:21:05 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:21:05 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:21:05 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:21:05 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:21:05 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:21:05 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:21:05 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:21:05 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:21:05 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:21:05 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:21:05 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:21:05 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

11:21:05 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:21:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

11:21:06 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:21:06 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:21:06 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:21:06 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:21:06 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:21:06 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:21:06 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:21:06 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:21:06 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:21:06 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:21:06 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:21:06 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:21:06 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:21:06 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:21:06 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:21:06 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:21:06 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:21:06 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:21:06 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:21:06 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:21:06 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:21:06 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:21:06 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:21:06 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:21:06 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

11:21:06 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

11:21:06 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:21:06 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:21:07 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:21:07 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:21:07 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:21:07 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:21:07 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:21:07 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:21:07 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:21:07 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:21:07 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:21:07 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:21:07 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:21:07 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:21:07 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:21:07 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:21:07 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:21:07 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:21:07 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:21:07 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:21:07 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:21:07 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:21:07 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:21:07 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:21:07 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:21:07 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

11:21:07 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:21:07 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:21:07 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:21:07 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:21:07 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:21:07 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:21:07 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:21:07 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:21:07 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:21:07 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:21:07 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:21:07 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:21:07 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:21:08 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:21:08 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:21:08 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:21:08 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:21:08 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:21:08 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:21:08 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:21:08 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:21:08 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:21:09 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:21:09 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:21:09 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:21:09 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:21:09 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:21:09 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:21:09 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:21:09 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:21:09 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:21:09 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:21:09 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:21:09 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:21:09 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:21:09 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:21:09 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:21:09 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:21:09 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:21:09 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build <- tests/integration/testcases.py PASSED [ 37%]

11:21:09 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

11:21:09 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:21:09 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:21:09 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 59%]

11:21:09 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:21:09 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:21:09 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:21:09 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:21:09 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:21:09 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:21:09 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:21:09 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:21:09 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:21:09 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:21:09 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:21:09 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:21:09 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:21:09 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:21:09 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:21:09 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:21:09 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:21:10 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:21:10 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:21:10 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:21:10 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:21:10 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:21:10 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:21:10 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:21:10 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:21:10 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:21:10 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:21:10 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:21:10 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:21:10 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:21:10 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:21:10 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

11:21:10 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

11:21:10 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:21:10 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:21:10 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:21:11 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:21:11 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:21:11 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:21:11 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:21:11 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:21:11 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:21:11 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:21:11 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:21:11 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:21:11 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:21:11 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:21:11 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:21:11 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:21:11 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:21:11 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_exists <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_exists_external <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_external_volume <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_inspect_volume <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_remove_volume <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels <- tests/integration/testcases.py PASSED [ 38%]

11:21:11 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:21:11 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:21:11 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:21:11 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:21:11 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:21:11 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:21:11 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:21:11 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:21:11 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:21:11 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:21:11 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:21:11 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:21:11 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:21:11 

11:21:11 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

11:21:11 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:21:11 -----------------------------------------------------------------------------

11:21:11 compose/__init__.py                   3      0      0      0   100%

11:21:11 compose/__main__.py                   4      4      0      0     0%   1-6

11:21:11 compose/bundle.py                   144     21     62      5    84%   45, 50-51, 56-57, 75-78, 81, 103-109, 130-131, 141-146, 149, 80->81, 100->103, 118->135, 125->135, 148->149

11:21:11 compose/cli/__init__.py               0      0      0      0   100%

11:21:11 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:21:11 compose/cli/command.py               97     13     28      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:21:11 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:21:11 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:21:11 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

11:21:11 compose/cli/formatter.py             37      3     10      1    91%   15, 22-23, 12->15

11:21:11 compose/cli/log_printer.py          149     10     54      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:21:11 compose/cli/main.py                 693     91    305     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:21:11 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:21:11 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

11:21:11 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:21:11 compose/config/__init__.py           13      0      0      0   100%

11:21:11 compose/config/config.py            826     29    428     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:21:11 compose/config/environment.py        96      8     34      5    90%   21, 41, 98-101, 114, 121, 20->21, 40->41, 97->98, 113->114, 120->121

11:21:11 compose/config/errors.py             25      2      2      0    85%   36-40

11:21:11 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

11:21:11 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

11:21:11 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

11:21:11 compose/config/types.py             291     22    116     17    90%   54, 90, 113, 149, 171, 258-259, 267, 286, 301, 363-364, 372-373, 377-378, 441, 445, 486, 493-494, 502, 53->54, 71->79, 89->90, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 361->366, 440->441, 444->445, 484->489, 485->486, 501->502

11:21:11 compose/config/validation.py        254     14    141     12    92%   219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 218->219, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 425->exit, 467->469, 495->496, 524->525

11:21:11 compose/const.py                     39      0      0      0   100%

11:21:11 compose/container.py                193      8     50      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:21:11 compose/errors.py                    17      1      0      0    94%   12

11:21:11 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:21:11 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

11:21:11 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:21:11 compose/project.py                  436     31    211     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:21:11 compose/service.py                  918     60    457     32    92%   65, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1658, 1699, 1711, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->65, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1657->1658, 1698->1699, 1710->1711, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:21:11 compose/state.py                      0      0      0      0   100%

11:21:11 compose/timeparse.py                 22      0      4      0   100%

11:21:11 compose/utils.py                    117      8     42      5    92%   27, 75-79, 125, 135, 161, 168, 171, 25->27, 124->125, 134->135, 167->168, 169->171

11:21:11 compose/version.py                    6      0      0      0   100%

11:21:11 compose/volume.py                   126      4     44      3    95%   150, 200, 211-212, 141->150, 199->200, 209->211

11:21:11 -----------------------------------------------------------------------------

11:21:11 TOTAL                              5638    444   2435    211    90%

11:21:11 Coverage HTML written to dir coverage-html

11:21:11 

11:21:11 =========================== short test summary info ============================

11:21:11 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:21:11   not supported by kernel

11:21:11 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:21:11   Not supported on most drivers

11:21:11 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:21:11 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:21:11 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:21:11 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:21:11 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:21:11 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:21:11 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:21:11 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

11:21:11 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:21:11 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:21:11 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:21:11 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:21:11 

11:21:11 ======= 1130 passed, 12 skipped, 2 xfailed, 3 xpassed in 833.08 seconds ========

11:21:11 ___________________________________ summary ____________________________________

11:21:11   py37: commands succeeded

11:21:11   congratulations :)

11:21:11 + on_exit
11:21:11 + [[ 0 != \0 ]]
11:21:11 + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:21:11 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 38%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:21:12 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:21:12 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:21:12 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:21:12 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:21:12 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:21:12 compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:21:12 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

11:21:12 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:21:12 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

11:21:12 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:21:13 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

11:21:13 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:21:13 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

11:21:13 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:21:13 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:21:13 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

11:21:13 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

11:21:13 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

11:21:13 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

11:21:13 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

11:21:13 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

11:21:13 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

11:21:13 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

11:21:13 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

11:21:13 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

11:21:13 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

11:21:13 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 40%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

11:21:13 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

11:21:13 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:21:14 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

11:21:14 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

11:21:14 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 42%]

11:21:14 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

11:21:14 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

11:21:14 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

11:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

11:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

11:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

11:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

11:21:14 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

11:21:14 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

11:21:14 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

11:21:14 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 44%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

11:21:14 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

11:21:14 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:21:14 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

11:21:14 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:21:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:21:15 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:21:15 

11:21:15 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

11:21:15 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:21:15 -----------------------------------------------------------------------------

11:21:15 compose/__init__.py                   3      0      0      0   100%

11:21:15 compose/__main__.py                   4      4      0      0     0%   1-6

11:21:15 compose/bundle.py                   144     21     62      5    84%   45, 50-51, 56-57, 75-78, 81, 103-109, 130-131, 141-146, 149, 80->81, 100->103, 118->135, 125->135, 148->149

11:21:15 compose/cli/__init__.py               0      0      0      0   100%

11:21:15 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:21:15 compose/cli/command.py               97     13     28      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:21:15 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:21:15 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:21:15 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

11:21:15 compose/cli/formatter.py             37      3     10      1    91%   15, 22-23, 12->15

11:21:15 compose/cli/log_printer.py          149     10     54      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:21:15 compose/cli/main.py                 693     91    305     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:21:15 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:21:15 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

11:21:15 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:21:15 compose/config/__init__.py           13      0      0      0   100%

11:21:15 compose/config/config.py            826     29    428     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:21:15 compose/config/environment.py        96      8     34      5    90%   21, 41, 98-101, 114, 121, 20->21, 40->41, 97->98, 113->114, 120->121

11:21:15 compose/config/errors.py             25      2      2      0    85%   36-40

11:21:15 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

11:21:15 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

11:21:15 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

11:21:15 compose/config/types.py             291     22    116     17    90%   54, 90, 113, 149, 171, 258-259, 267, 286, 301, 363-364, 372-373, 377-378, 441, 445, 486, 493-494, 502, 53->54, 71->79, 89->90, 112->113, 118->exit, 148->149, 170->171, 257->258, 266->267, 285->286, 298->301, 361->366, 440->441, 444->445, 484->489, 485->486, 501->502

11:21:15 compose/config/validation.py        254     14    141     12    92%   219, 249, 299-300, 318-319, 341, 363, 469-471, 496-498, 525, 218->219, 248->249, 289->299, 317->318, 335->338, 338->341, 362->363, 404->377, 425->exit, 467->469, 495->496, 524->525

11:21:15 compose/const.py                     39      0      0      0   100%

11:21:15 compose/container.py                193      8     50      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:21:15 compose/errors.py                    17      1      0      0    94%   12

11:21:15 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:21:15 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

11:21:15 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:21:15 compose/project.py                  436     31    211     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:21:15 compose/service.py                  918     60    457     32    92%   65, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1658, 1699, 1711, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->65, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1657->1658, 1698->1699, 1710->1711, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:21:15 compose/state.py                      0      0      0      0   100%

11:21:15 compose/timeparse.py                 22      0      4      0   100%

11:21:15 compose/utils.py                    117      7     42      5    92%   27, 75-79, 125, 135, 168, 171, 25->27, 124->125, 134->135, 167->168, 169->171

11:21:15 compose/version.py                    6      0      0      0   100%

11:21:15 compose/volume.py                   126      4     44      4    94%   150, 200, 211-212, 141->150, 199->200, 201->198, 209->211

11:21:15 -----------------------------------------------------------------------------

11:21:15 TOTAL                              5638    443   2435    212    90%

11:21:15 Coverage HTML written to dir coverage-html

11:21:15 

11:21:15 =========================== short test summary info ============================

11:21:15 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:21:15   not supported by kernel

11:21:15 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:21:15   Not supported on most drivers

11:21:15 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:21:15 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:21:15 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:21:15 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:21:15 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:21:15 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:21:15 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:21:15 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

11:21:15 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:21:15 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:21:15 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:21:15 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:21:15 

11:21:15 ======= 1130 passed, 12 skipped, 2 xfailed, 3 xpassed in 925.56 seconds ========

11:21:15 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

11:21:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:21:15 ___________________________________ summary ____________________________________

11:21:15   py37: commands succeeded

11:21:15   congratulations :)

11:21:15 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

11:21:15 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:21:15 + on_exit
11:21:15 + [[ 0 != \0 ]]
11:21:15 + docker rm -vf compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:21:15 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

11:21:16 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:21:16 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

11:21:16 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

11:21:16 compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:21:16 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:21:16 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:21:16 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:21:16 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

11:21:17 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:21:17 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

11:21:17 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

11:21:17 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:21:17 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

11:21:17 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:21:17 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:21:17 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:21:17 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:21:18 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

11:21:18 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

11:21:18 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:21:18 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:21:18 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

11:21:18 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:21:18 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

11:21:19 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

11:21:19 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

11:21:19 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:21:19 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:21:19 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

11:21:19 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:21:19 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:21:19 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 46%]

11:21:19 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

11:21:20 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:21:20 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

11:21:20 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:21:20 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

11:21:20 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:21:20 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

11:21:20 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

11:21:21 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:21:21 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

11:21:21 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:21:21 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

11:21:21 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:21:21 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

11:21:21 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:21:21 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

11:21:22 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

11:21:22 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:21:22 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:21:22 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

11:21:22 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

11:21:23 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

11:21:23 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:21:23 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

11:21:23 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:21:23 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:21:23 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:21:23 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:21:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:21:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:21:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:21:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:21:23 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:21:23 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:21:23 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:21:23 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:21:23 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:21:23 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:21:23 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:21:23 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

11:21:23 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:21:23 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

11:21:23 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:21:23 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env PASSED [ 59%]

11:21:23 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:21:23 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:21:23 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:21:24 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

11:21:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:21:24 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:21:24 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:21:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:21:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:21:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:21:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:21:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:21:24 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:21:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:21:24 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:21:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:21:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:21:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:21:24 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

11:21:24 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:21:24 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

11:21:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:21:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:21:24 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

11:21:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:21:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:21:24 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:21:24 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:21:24 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:21:24 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:21:24 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:21:24 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:21:24 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:21:24 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:21:24 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:21:24 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:21:24 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:21:24 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:21:24 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:21:24 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:21:25 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:21:25 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:21:25 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 48%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:21:25 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:21:25 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:21:26 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:21:26 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:21:26 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:21:26 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:21:26 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:21:26 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:21:26 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:21:26 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:21:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:21:26 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:21:26 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:21:26 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:21:26 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:21:26 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:21:26 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

11:21:26 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:21:26 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:21:26 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:21:26 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:21:26 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:21:26 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:21:26 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:21:26 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:21:26 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:21:26 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:21:26 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:21:26 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:21:27 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:21:27 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:21:27 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:21:27 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

11:21:27 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

11:21:28 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

11:21:28 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

11:21:28 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

11:21:28 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 49%]

11:21:28 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

11:21:29 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

11:21:29 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

11:21:29 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

11:21:29 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

11:21:30 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

11:21:30 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

11:21:30 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

11:21:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:21:31 

11:21:31 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------

11:21:31 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:21:31 -----------------------------------------------------------------------------

11:21:31 compose/__init__.py                   3      0      0      0   100%

11:21:31 compose/__main__.py                   4      4      0      0     0%   1-6

11:21: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

11:21:31 compose/cli/__init__.py               0      0      0      0   100%

11:21:31 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:21:31 compose/cli/command.py               97     13     26      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:21:31 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:21:31 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:21: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

11:21:31 compose/cli/formatter.py             37      3      8      1    91%   13, 22-23, 12->13

11:21:31 compose/cli/log_printer.py          149     10     52      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:21:31 compose/cli/main.py                 693     91    290     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:21:31 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:21: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

11:21:31 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:21:31 compose/config/__init__.py           13      0      0      0   100%

11:21:31 compose/config/config.py            826     29    388     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:21:31 compose/config/environment.py        96      7     34      4    92%   41, 98-101, 114, 121, 40->41, 97->98, 113->114, 120->121

11:21:31 compose/config/errors.py             25      2      0      0    92%   36-40

11:21:31 compose/config/interpolation.py     148      7     62      4    94%   66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222

11:21:31 compose/config/serialize.py          97      1     50      2    98%   76, 75->76, 82->85

11:21:31 compose/config/sort_services.py      44      1     18      1    97%   57, 56->57

11:21: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

11:21: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

11:21:31 compose/const.py                     39      0      0      0   100%

11:21:31 compose/container.py                193      8     48      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:21:31 compose/errors.py                    17      1      0      0    94%   12

11:21:31 compose/network.py                  190     19     92      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:21:31 compose/parallel.py                 199      2     56      1    99%   187, 326, 325->326

11:21:31 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:21:31 compose/project.py                  436     31    180     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:21:31 compose/service.py                  918     58    404     30    92%   67, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1699, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->67, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1698->1699, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:21:31 compose/state.py                      0      0      0      0   100%

11:21:31 compose/timeparse.py                 22      0      4      0   100%

11:21: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

11:21:31 compose/version.py                    6      0      0      0   100%

11:21:31 compose/volume.py                   126      4     44      4    94%   150, 200, 211-212, 141->150, 199->200, 201->198, 209->211

11:21:31 -----------------------------------------------------------------------------

11:21:31 TOTAL                              5638    441   2258    209    90%

11:21:31 Coverage HTML written to dir coverage-html

11:21:31 

11:21:31 =========================== short test summary info ============================

11:21:31 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:21:31   not supported by kernel

11:21:31 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:21:31   Not supported on most drivers

11:21:31 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:21:31 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:21:31 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:21:31 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:21:31 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:21:31 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:21:31 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:21:31 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:21:31 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:21:31 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:21:31 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:21:31 

11:21:31 ======= 1131 passed, 11 skipped, 2 xfailed, 3 xpassed in 980.20 seconds ========

11:21:31 ___________________________________ summary ____________________________________

11:21:31   py27: commands succeeded

11:21:31   congratulations :)

11:21:31 + on_exit
11:21:31 + [[ 0 != \0 ]]
11:21:31 + docker rm -vf compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:21:31 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

11:21:31 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

11:21:32 compose-dind-19.03.5-rc1-jenkins-compose-PR-7020-2
11:21:32 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

11:21:32 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

11:21:32 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

11:21: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] }
11:21:32 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

11:21:33 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

11:21:33 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

11:21:33 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

11:21:34 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

11:21:34 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

11:21:34 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

11:21:35 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

11:21:35 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 51%]

11:21:35 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

11:21:35 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

11:21:35 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

11:21:36 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

11:21:36 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

11:21:37 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

11:21:37 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

11:21:37 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

11:21:37 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

11:21:38 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

11:21:38 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

11:21:38 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

11:21:38 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

11:21:39 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

11:21:39 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

11:21:39 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

11:21:39 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

11:21:40 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

11:21:40 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

11:21:40 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

11:21:40 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

11:21:41 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

11:21:41 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 53%]

11:21:41 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

11:21:41 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

11:21:42 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

11:21:42 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

11:21:42 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

11:21:42 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

11:21:43 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

11:21:43 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

11:21:43 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

11:21:43 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

11:21:43 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

11:21:43 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

11:21:43 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

11:21:44 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

11:21:44 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

11:21:44 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

11:21:44 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

11:21:45 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

11:21:45 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

11:21:45 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

11:21:45 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

11:21:46 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

11:21:46 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 55%]

11:21:46 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

11:21:46 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

11:21:47 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

11:21:47 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

11:21:47 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

11:21:47 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

11:21:47 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

11:21:47 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

11:21:47 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

11:21:47 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

11:21:48 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

11:21:48 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

11:21:48 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 57%]

11:21:48 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

11:21:48 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

11:21:48 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

11:21:48 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

11:21:48 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

11:21:48 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

11:21:48 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

11:21:48 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

11:21:48 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env PASSED [ 59%]

11:21:48 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 59%]

11:21:48 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

11:21:48 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 61%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

11:21:48 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

11:21:48 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

11:21:48 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

11:21:48 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

11:21:48 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

11:21:48 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

11:21:48 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 63%]

11:21:48 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

11:21:48 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

11:21:48 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

11:21:48 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

11:21:48 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

11:21:48 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

11:21:49 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

11:21:49 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

11:21:49 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

11:21:49 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options PASSED [ 64%]

11:21:49 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

11:21:49 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 65%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

11:21:49 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

11:21:49 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

11:21:49 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

11:21:49 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

11:21:49 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

11:21:49 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

11:21:49 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

11:21:49 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 74%]

11:21:49 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 76%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 78%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 80%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 82%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

11:21:50 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

11:21:50 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

11:21:50 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

11:21:50 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

11:21:50 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

11:21:50 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

11:21:50 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

11:21:50 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

11:21:50 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

11:21:50 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

11:21:50 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

11:21:50 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

11:21:50 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

11:21:50 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

11:21:50 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

11:21:50 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

11:21:50 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

11:21:50 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

11:21:51 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

11:21:51 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

11:21:51 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

11:21:51 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

11:21:51 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

11:21:51 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

11:21:51 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

11:21:51 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

11:21:51 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

11:21:51 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

11:21:51 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

11:21:55 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

11:21:55 

11:21:55 ---------- coverage: platform linux2, python 2.7.13-final-0 ----------

11:21:55 Name                              Stmts   Miss Branch BrPart  Cover   Missing

11:21:55 -----------------------------------------------------------------------------

11:21:55 compose/__init__.py                   3      0      0      0   100%

11:21:55 compose/__main__.py                   4      4      0      0     0%   1-6

11:21:55 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

11:21:55 compose/cli/__init__.py               0      0      0      0   100%

11:21:55 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

11:21:55 compose/cli/command.py               97     13     26      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

11:21:55 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

11:21:55 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

11:21:55 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

11:21:55 compose/cli/formatter.py             37      3      8      1    91%   13, 22-23, 12->13

11:21:55 compose/cli/log_printer.py          149     10     52      6    91%   76, 103, 110-115, 164, 173, 226-229, 259, 43->exit, 75->76, 98->103, 171->173, 225->226, 234->240

11:21:55 compose/cli/main.py                 693     91    290     41    84%   83-84, 86-87, 168, 329, 361-363, 446, 506, 510, 515-516, 526-555, 567, 585-587, 591, 658-659, 697-698, 716, 737-738, 750, 773, 791, 838, 1070, 1079, 1108-1117, 1157-1160, 1168-1172, 1174-1179, 1202, 1224-1253, 1260-1261, 1263-1265, 1280, 1286, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 60->63, 82->83, 85->86, 167->168, 328->329, 360->361, 445->446, 505->506, 509->510, 520->526, 564->567, 584->585, 590->591, 656->658, 715->716, 736->737, 749->750, 772->773, 828->838, 830->exit, 1069->1070, 1078->1079, 1167->1168, 1173->1174, 1201->1202, 1259->1260, 1262->1263, 1279->1280, 1285->1286, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

11:21:55 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

11:21:55 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

11:21:55 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

11:21:55 compose/config/__init__.py           13      0      0      0   100%

11:21:55 compose/config/config.py            826     29    388     19    95%   266, 277, 508, 578, 714, 757, 812-830, 952-953, 959, 979, 982, 1335, 1366, 1412, 265->266, 276->277, 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

11:21:55 compose/config/environment.py        96      7     34      4    92%   41, 98-101, 114, 121, 40->41, 97->98, 113->114, 120->121

11:21:55 compose/config/errors.py             25      2      0      0    92%   36-40

11:21:55 compose/config/interpolation.py     148      7     62      4    94%   66, 148, 196, 222, 227-229, 121->exit, 146->148, 195->196, 221->222

11:21:55 compose/config/serialize.py          97      1     50      2    98%   76, 75->76, 82->85

11:21:55 compose/config/sort_services.py      44      1     18      1    97%   57, 56->57

11:21:55 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

11:21:55 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

11:21:55 compose/const.py                     39      0      0      0   100%

11:21:55 compose/container.py                193      8     48      7    94%   98, 105, 151, 153, 262, 265, 297, 320, 97->98, 104->105, 150->151, 152->153, 236->235, 303->exit, 319->320

11:21:55 compose/errors.py                    17      1      0      0    94%   12

11:21:55 compose/network.py                  190     19     92      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

11:21:55 compose/parallel.py                 199      2     56      1    99%   187, 326, 325->326

11:21:55 compose/progress_stream.py           79      8     40      9    86%   40, 71, 74, 80, 85, 90-91, 116, 39->40, 42->46, 53->57, 70->71, 73->74, 79->80, 84->85, 89->90, 112->116

11:21:55 compose/project.py                  436     31    180     15    91%   61, 158, 214-215, 256-257, 367-368, 371-376, 390-393, 446, 497, 501, 528, 631, 637, 640-643, 768-769, 775-778, 833, 58->61, 154->158, 333->335, 365->367, 370->371, 389->390, 445->446, 496->497, 500->501, 527->528, 630->631, 636->637, 639->640, 687->exit, 771->778

11:21:55 compose/service.py                  918     58    404     30    92%   67, 278-279, 300, 373-376, 424-429, 435-437, 477-478, 493, 496, 514, 581, 626-629, 737, 956-957, 977-978, 1079, 1126, 1187, 1229, 1251-1266, 1306, 1345-1349, 1537, 1541, 1699, 1785, 1823, 1836, 1840-1841, 1845-1846, 64->67, 223->exit, 276->278, 299->300, 434->435, 476->477, 492->493, 495->496, 513->514, 571->581, 732->737, 955->956, 976->977, 1078->1079, 1125->1126, 1186->1187, 1228->1229, 1305->1306, 1342->1345, 1536->1537, 1540->1541, 1589->exit, 1597->1596, 1635->1632, 1698->1699, 1784->1785, 1822->1823, 1835->1836, 1839->1840, 1844->1845

11:21:55 compose/state.py                      0      0      0      0   100%

11:21:55 compose/timeparse.py                 22      0      4      0   100%

11:21:55 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

11:21:55 compose/version.py                    6      0      0      0   100%

11:21:55 compose/volume.py                   126      4     44      4    94%   150, 200, 211-212, 141->150, 199->200, 201->198, 209->211

11:21:55 -----------------------------------------------------------------------------

11:21:55 TOTAL                              5638    441   2258    209    90%

11:21:55 Coverage HTML written to dir coverage-html

11:21:55 

11:21:55 =========================== short test summary info ============================

11:21:55 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

11:21:55   not supported by kernel

11:21:55 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

11:21:55   Not supported on most drivers

11:21:55 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

11:21:55 SKIP [1] tests/acceptance/cli_test.py:2376: race condition between up and logs

11:21:55 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

11:21:55 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

11:21:55 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

11:21:55 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

11:21:55 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

11:21:55 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

11:21:55 SKIP [1] tests/acceptance/cli_test.py:2424: race condition between up and logs

11:21:55 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

11:21:55 SKIP [1] tests/acceptance/cli_test.py:2403: race condition between up and logs

11:21:55 

11:21:55 ======= 1131 passed, 11 skipped, 2 xfailed, 3 xpassed in 871.92 seconds ========

11:21:55 ___________________________________ summary ____________________________________

11:21:55   py27: commands succeeded

11:21:55   congratulations :)

11:21:55 + on_exit
11:21:55 + [[ 0 != \0 ]]
11:21:55 + docker rm -vf compose-dind-18.09.9-jenkins-compose-PR-7020-2
11:21:56 compose-dind-18.09.9-jenkins-compose-PR-7020-2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS